]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
sata_sil24: add a new PCI ID for SiI 3124
authorTejun Heo <htejun@gmail.com>
Sat, 11 Nov 2006 10:34:49 +0000 (11:34 +0100)
committerAdrian Bunk <bunk@stusta.de>
Sat, 11 Nov 2006 10:34:49 +0000 (11:34 +0100)
Add a new PCI ID for SiI 3124.  Reported by Silicon Image.

Signed-off-by: Tejun Heo <htejun@gmail.com>
Signed-off-by: Adrian Bunk <bunk@stusta.de>
drivers/scsi/sata_sil24.c

index 923130185a9e417c4570c04fe88298ce265fe102..e256bbbf999c7d72b69ef83d8e065c6b55f106b6 100644 (file)
@@ -262,6 +262,7 @@ static int sil24_init_one(struct pci_dev *pdev, const struct pci_device_id *ent)
 
 static const struct pci_device_id sil24_pci_tbl[] = {
        { 0x1095, 0x3124, PCI_ANY_ID, PCI_ANY_ID, 0, 0, BID_SIL3124 },
+       { 0x8086, 0x3124, PCI_ANY_ID, PCI_ANY_ID, 0, 0, BID_SIL3124 },
        { 0x1095, 0x3132, PCI_ANY_ID, PCI_ANY_ID, 0, 0, BID_SIL3132 },
        { 0x1095, 0x3131, PCI_ANY_ID, PCI_ANY_ID, 0, 0, BID_SIL3131 },
        { 0x1095, 0x3531, PCI_ANY_ID, PCI_ANY_ID, 0, 0, BID_SIL3131 },