Re: [PATCH 2.6.22-rc6+mboxjeff 2/3] pata_sis: new PCI ID

2007-07-02 Thread Jeff Garzik

Uwe Koziolek wrote:

The SiS966 has an alternate PCI-ID 1180 for an IDE compatible controller
The primaty channel acts as PATA-controller, the secondary channel
acts as SATA-controller in PATA-emulation.

Signed-off-by: Uwe Koziolek [EMAIL PROTECTED]

--- a/drivers/ata/pata_sis.c2007-06-30 02:52:06.0 +0200
+++ b/drivers/ata/pata_sis.c2007-06-30 02:58:30.0 +0200
@@ -1016,6 +1016,7 @@
 static const struct pci_device_id sis_pci_tbl[] = {
{ PCI_VDEVICE(SI, 0x5513), },   /* SiS 5513 */
{ PCI_VDEVICE(SI, 0x5518), },   /* SiS 5518 */
+   { PCI_VDEVICE(SI, 0x1180), },   /* SiS 1180 */


patches 2 and 3 seem to already be included in the patch I just applied, 
so, ignored these...


Please wait a few hours (from the time of this email) and check 
libata-dev.git#upstream-fixes to make sure everything is in order.  It 
looks ok to me.


Thanks for your patience!

Jeff



-
To unsubscribe from this list: send the line unsubscribe linux-ide in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[PATCH 2.6.22-rc6+mboxjeff 2/3] pata_sis: new PCI ID

2007-06-29 Thread Uwe Koziolek
The SiS966 has an alternate PCI-ID 1180 for an IDE compatible controller
The primaty channel acts as PATA-controller, the secondary channel
acts as SATA-controller in PATA-emulation.

Signed-off-by: Uwe Koziolek [EMAIL PROTECTED]

--- a/drivers/ata/pata_sis.c2007-06-30 02:52:06.0 +0200
+++ b/drivers/ata/pata_sis.c2007-06-30 02:58:30.0 +0200
@@ -1016,6 +1016,7 @@
 static const struct pci_device_id sis_pci_tbl[] = {
{ PCI_VDEVICE(SI, 0x5513), },   /* SiS 5513 */
{ PCI_VDEVICE(SI, 0x5518), },   /* SiS 5518 */
+   { PCI_VDEVICE(SI, 0x1180), },   /* SiS 1180 */
 
{ }
 };

-
To unsubscribe from this list: send the line unsubscribe linux-ide in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html