From 654664f07ba36833c595a7431d0bdfd2d2267385 Mon Sep 17 00:00:00 2001 From: Bartlomiej Zolnierkiewicz Date: Tue, 16 Mar 2004 00:46:50 -0800 Subject: [PATCH] ATI IXP IDE support It was tested by a few people and has been in -mm since 2.6.4-rc2-mm1. --- include/linux/pci_ids.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/linux') 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 -- cgit v1.2.3