diff options
| author | Bartlomiej Zolnierkiewicz <b.zolnierkiewicz@elka.pw.edu.pl> | 2004-03-16 00:46:50 -0800 |
|---|---|---|
| committer | Greg Kroah-Hartman <greg@kroah.com> | 2004-03-16 00:46:50 -0800 |
| commit | 654664f07ba36833c595a7431d0bdfd2d2267385 (patch) | |
| tree | 67b1a7ec36268774313ce36ba9600e66f8b25435 /include/linux | |
| parent | 98b547926385d9a5cb9e1413cacffcacb869eaac (diff) | |
[PATCH] ATI IXP IDE support
It was tested by a few people and has been in -mm since 2.6.4-rc2-mm1.
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/pci_ids.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/pci_ids.h b/include/linux/pci_ids.h index 538a7f3fd4f9..4582d414df81 100644 --- a/include/linux/pci_ids.h +++ b/include/linux/pci_ids.h @@ -342,6 +342,8 @@ #define PCI_DEVICE_ID_ATI_RS300_133 0x5831 #define PCI_DEVICE_ID_ATI_RS300_166 0x5832 #define PCI_DEVICE_ID_ATI_RS300_200 0x5833 +/* ATI IXP Chipset */ +#define PCI_DEVICE_ID_ATI_IXP_IDE 0x4349 #define PCI_VENDOR_ID_VLSI 0x1004 #define PCI_DEVICE_ID_VLSI_82C592 0x0005 |
