|
Bugzilla – Full Text Bug Listing |
| Summary: | Patch for sata on Fujutsu-Siemens Esprimo P5600 SIS 761 | ||
|---|---|---|---|
| Product: | [openSUSE] SUSE LINUX 10.0 | Reporter: | Andreas Klein <asklein> |
| Component: | Kernel | Assignee: | Jens Axboe <axboe> |
| Status: | RESOLVED WONTFIX | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Normal | ||
| Priority: | P5 - None | CC: | aj, vetter |
| Version: | Final | ||
| Target Milestone: | --- | ||
| Hardware: | Other | ||
| OS: | Other | ||
| Whiteboard: | |||
| Found By: | Other | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
I tested the kernel nozzle.suse.de:/pub/people/mantel/kotd/x86_64/HEAD/kernel-default-2.6.14-20051028140608.x86_64.rpm which already includes the patch. I kernel works fine. Is it possible to include this patch into the next update kernel for SUSE Linux 10.0? No, kernel updates will not enable new hardware. You have to use kotd or the snapshots. But, it is a really minor fix. Can't you add it like bug 131346? Sorry no, 131346 was an unfortunate regression, we usually don't add features to released products. The HEAD/10.1 kernel has support for this chip, so you can use KOTD for now. |
You have to apply the following patch to get the sata interface working on Fujutsu-Siemens Esprimo P5600 SIS 761 wpyc046:/usr/src/linux # diff -u drivers/scsi/sata_sis.c.orig drivers/scsi/sata_sis.c --- drivers/scsi/sata_sis.c.orig 2005-10-28 19:01:53.000000000 +0200 +++ drivers/scsi/sata_sis.c 2005-10-28 16:47:15.000000000 +0200 @@ -62,6 +62,7 @@ static struct pci_device_id sis_pci_tbl[] = { { PCI_VENDOR_ID_SI, 0x180, PCI_ANY_ID, PCI_ANY_ID, 0, 0, sis_180 }, { PCI_VENDOR_ID_SI, 0x181, PCI_ANY_ID, PCI_ANY_ID, 0, 0, sis_180 }, + { PCI_VENDOR_ID_SI, 0x182, PCI_ANY_ID, PCI_ANY_ID, 0, 0, sis_180 }, { } /* terminate list */ };