* [PATCH 2.6.12.4] sata_sis.c: Introducing device ID 0x182
@ 2005-08-11 8:44 Rainer Koenig
0 siblings, 0 replies; only message in thread
From: Rainer Koenig @ 2005-08-11 8:44 UTC (permalink / raw)
To: linux-kernel; +Cc: linux-ide
Our new SIS based AMD desktop systems come with a very new SIS chipset
that has a Serial ATA controller that has the device ID 0x182. Without
this patch the system won't be able to use the hard disk in native mode.
As a proof of concept we patched the kernel on a system with an older SIS
chipset and then transfered the hard disk to the new system, looks like
the new chipset is compatible enough to run without problems.
Regards
Rainer
Patch signed-off-by: Rainer Koenig <Rainer.Koenig@fujitsu-siemens.com>
--- linux-2.6.12.4/drivers/scsi/sata_sis.c 2005-08-05 09:04:37.000000000 +0200
+++ linux/drivers/scsi/sata_sis.c 2005-08-11 10:22:07.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 */
};
--
Dipl.-Inf. (FH) Rainer Koenig
Project Manager Linux
Business Clients
Fujitsu Siemens Computers
VP BC E SW OS
Phone: +49-821-804-3321
Fax: +49-821-804-2131
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2005-08-11 8:45 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-08-11 8:44 [PATCH 2.6.12.4] sata_sis.c: Introducing device ID 0x182 Rainer Koenig
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®