Bug 131340 - Patch for sata on Fujutsu-Siemens Esprimo P5600 SIS 761
Summary: Patch for sata on Fujutsu-Siemens Esprimo P5600 SIS 761
Status: RESOLVED WONTFIX
Alias: None
Product: SUSE LINUX 10.0
Classification: openSUSE
Component: Kernel (show other bugs)
Version: Final
Hardware: Other Other
: P5 - None : Normal
Target Milestone: ---
Assignee: Jens Axboe
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-10-28 17:12 UTC by Andreas Klein
Modified: 2005-11-15 13:25 UTC (History)
2 users (show)

See Also:
Found By: Other
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.