Bug 131340

Summary: Patch for sata on Fujutsu-Siemens Esprimo P5600 SIS 761
Product: [openSUSE] SUSE LINUX 10.0 Reporter: Andreas Klein <asklein>
Component: KernelAssignee: 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: ---

Description Andreas Klein 2005-10-28 17:12:31 UTC
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 */
 };
Comment 1 Andreas Klein 2005-10-30 15:36:08 UTC
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?
Comment 2 Thorsten Kukuk 2005-10-30 17:15:22 UTC
No, kernel updates will not enable new hardware. You have to use kotd or the
snapshots.
Comment 3 Andreas Klein 2005-11-15 13:15:20 UTC
But, it is a really minor fix.
Comment 4 Andreas Klein 2005-11-15 13:22:40 UTC
Can't you add it like bug 131346?
Comment 5 Jens Axboe 2005-11-15 13:25:48 UTC
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.