[PATCH 2.6.12.4] sata_sis.c: Introducing device ID 0x182

From: Rainer Koenig
Date: Thu Aug 11 2005 - 03:45:39 EST


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@xxxxxxxxxxxxxxxxxxx>

--- 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

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/