diff options
Diffstat (limited to 'include/pci_ids.h')
| -rw-r--r-- | include/pci_ids.h | 16 | 
1 files changed, 16 insertions, 0 deletions
| diff --git a/include/pci_ids.h b/include/pci_ids.h index 6a85c06bc..2c6dfd404 100644 --- a/include/pci_ids.h +++ b/include/pci_ids.h @@ -364,6 +364,10 @@  #define PCI_DEVICE_ID_ATI_RS400_166     0x5a32  #define PCI_DEVICE_ID_ATI_RS400_200     0x5a33  #define PCI_DEVICE_ID_ATI_RS480         0x5950 +/* additional Radeon families */ +#define PCI_DEVICE_ID_ATI_EVERGREEN     0x9802 +#define PCI_DEVICE_ID_ATI_EVERGREEN2    0x9804 +#define PCI_DEVICE_ID_ATI_WRESTLER      0x9806  /* ATI IXP Chipset */  #define PCI_DEVICE_ID_ATI_IXP200_IDE	0x4349  #define PCI_DEVICE_ID_ATI_IXP200_SMBUS	0x4353 @@ -375,9 +379,13 @@  #define PCI_DEVICE_ID_ATI_IXP400_SATA   0x4379  #define PCI_DEVICE_ID_ATI_IXP400_SATA2	0x437a  #define PCI_DEVICE_ID_ATI_IXP600_SATA	0x4380 +#define PCI_DEVICE_ID_ATI_SBX00_PCI_BRIDGE	0x4384  #define PCI_DEVICE_ID_ATI_SBX00_SMBUS	0x4385  #define PCI_DEVICE_ID_ATI_IXP600_IDE	0x438c  #define PCI_DEVICE_ID_ATI_IXP700_SATA	0x4390 +#define PCI_DEVICE_ID_ATI_SBX00_SATA_AHCI	0x4391 +#define PCI_DEVICE_ID_ATI_SBX00_EHCI	0x4396 +#define PCI_DEVICE_ID_ATI_SBX00_OHCI	0x4397  #define PCI_DEVICE_ID_ATI_IXP700_IDE	0x439c  #define PCI_VENDOR_ID_VLSI		0x1004 @@ -2539,9 +2547,16 @@  #define PCI_DEVICE_ID_INTEL_82840_HB	0x1a21  #define PCI_DEVICE_ID_INTEL_82845_HB	0x1a30  #define PCI_DEVICE_ID_INTEL_IOAT	0x1a38 +#define PCI_DEVICE_ID_INTEL_COUGARPOINT_AHCI_MOBILE	0x1c03 +#define PCI_DEVICE_ID_INTEL_COUGARPOINT_AHCI_SERIES6	0x1c02 +#define PCI_DEVICE_ID_INTEL_COUGARPOINT_HDA	0x1c20  #define PCI_DEVICE_ID_INTEL_COUGARPOINT_SMBUS	0x1c22  #define PCI_DEVICE_ID_INTEL_COUGARPOINT_LPC_MIN	0x1c41  #define PCI_DEVICE_ID_INTEL_COUGARPOINT_LPC_MAX	0x1c5f +#define PCI_DEVICE_ID_INTEL_PANTHERPOINT_AHCI_MOBILE	0x1e03 +#define PCI_DEVICE_ID_INTEL_PANTHERPOINT_HDA	0x1e20 +#define PCI_DEVICE_ID_INTEL_PANTHERPOINT_LPC_MIN 0x1e41 +#define PCI_DEVICE_ID_INTEL_PANTHERPOINT_LPC_MAX 0x1e5f  #define PCI_DEVICE_ID_INTEL_PATSBURG_SMBUS	0x1d22  #define PCI_DEVICE_ID_INTEL_PATSBURG_LPC	0x1d40  #define PCI_DEVICE_ID_INTEL_82801AA_0	0x2410 @@ -2635,6 +2650,7 @@  #define PCI_DEVICE_ID_INTEL_ICH7_30	0x27b0  #define PCI_DEVICE_ID_INTEL_TGP_LPC	0x27bc  #define PCI_DEVICE_ID_INTEL_ICH7_31	0x27bd +#define PCI_DEVICE_ID_INTEL_NM10_AHCI	0x27c1  #define PCI_DEVICE_ID_INTEL_ICH7_17	0x27da  #define PCI_DEVICE_ID_INTEL_ICH7_19	0x27dd  #define PCI_DEVICE_ID_INTEL_ICH7_20	0x27de |