[libata] sata_via, pata_via: Add PCI IDs.
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>
This commit is contained in:
@@ -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 */
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user