]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
[libata] sata_via, pata_via: Add PCI IDs.
authorJeff Garzik <jeff@garzik.org>
Fri, 25 May 2007 09:02:06 +0000 (05:02 -0400)
committerJeff Garzik <jeff@garzik.org>
Fri, 25 May 2007 09:02:06 +0000 (05:02 -0400)
Supplied by VIA.

Also, convert named constants to hex values in the pata_via
PCI ID table.  (standard libata policy for PCI device IDs, which are
considered simply arbitrary hex numbers, without a need to create a
single-use constant in linux/pci_ids.h)

Signed-off-by: Jeff Garzik <jeff@garzik.org>
drivers/ata/pata_via.c
drivers/ata/sata_via.c

index 708dfc0c716b3fb34dfc717f60731cb6e064c7dc..a8462f1e890b569adeabde5e7beddbbed188ba37 100644 (file)
@@ -621,10 +621,11 @@ static int via_reinit_one(struct pci_dev *pdev)
 #endif
 
 static const struct pci_device_id via[] = {
-       { PCI_VDEVICE(VIA, PCI_DEVICE_ID_VIA_82C576_1), },
-       { PCI_VDEVICE(VIA, PCI_DEVICE_ID_VIA_82C586_1), },
-       { PCI_VDEVICE(VIA, PCI_DEVICE_ID_VIA_6410), },
-       { PCI_VDEVICE(VIA, PCI_DEVICE_ID_VIA_SATA_EIDE), },
+       { PCI_VDEVICE(VIA, 0x0571), },
+       { PCI_VDEVICE(VIA, 0x0581), },
+       { PCI_VDEVICE(VIA, 0x1571), },
+       { PCI_VDEVICE(VIA, 0x3164), },
+       { PCI_VDEVICE(VIA, 0x5324), },
 
        { },
 };
index 01bba26d8d1afda79b2740c50cd5250f8f257a4c..e8b90e7b42ddcfa56e5253941bc33532258aeed0 100644 (file)
@@ -85,6 +85,9 @@ static const struct pci_device_id svia_pci_tbl[] = {
        { PCI_VDEVICE(VIA, 0x0591), vt6420 },
        { PCI_VDEVICE(VIA, 0x3149), vt6420 },
        { PCI_VDEVICE(VIA, 0x3249), vt6421 },
+       { PCI_VDEVICE(VIA, 0x5287), vt6420 },
+       { PCI_VDEVICE(VIA, 0x5372), vt6420 },
+       { PCI_VDEVICE(VIA, 0x7372), vt6420 },
 
        { }     /* terminate list */
 };