diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/include/device/pci_ids.h | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/src/include/device/pci_ids.h b/src/include/device/pci_ids.h index 2e522cc938..7e4d18831f 100644 --- a/src/include/device/pci_ids.h +++ b/src/include/device/pci_ids.h @@ -298,6 +298,20 @@ #define PCI_DEVICE_ID_ATI_SB600_USB_3 0x438A #define PCI_DEVICE_ID_ATI_SB600_USB_4 0x438B +#define PCI_DEVICE_ID_ATI_SB700_LPC 0x439D +#define PCI_DEVICE_ID_ATI_SB700_SATA 0x4390 +#define PCI_DEVICE_ID_ATI_SB700_IDE 0x439C +#define PCI_DEVICE_ID_ATI_SB700_HDA 0x4383 +#define PCI_DEVICE_ID_ATI_SB700_PCI 0x4384 +#define PCI_DEVICE_ID_ATI_SB700_SM 0x4385 +#define PCI_DEVICE_ID_ATI_SB700_USB_18_0 0x4397 +#define PCI_DEVICE_ID_ATI_SB700_USB_18_1 0x4398 +#define PCI_DEVICE_ID_ATI_SB700_USB_18_2 0x4396 +#define PCI_DEVICE_ID_ATI_SB700_USB_19_0 0x4397 +#define PCI_DEVICE_ID_ATI_SB700_USB_19_1 0x4398 +#define PCI_DEVICE_ID_ATI_SB700_USB_19_2 0x4396 +#define PCI_DEVICE_ID_ATI_SB700_USB_20_5 0x4399 + #define PCI_DEVICE_ID_ATI_RS690_HT 0x7910 #define PCI_DEVICE_ID_ATI_RS690_PCIE 0x7912 #define PCI_DEVICE_ID_ATI_RS690_PCIE_DEV2 0x7913 @@ -310,6 +324,23 @@ #define PCI_DEVICE_ID_ATI_RS690_INT_GFX 0x791e #define PCI_DEVICE_ID_ATI_RS690MT_INT_GFX 0x791f +#define PCI_DEVICE_ID_AMD_RS780_HT 0x9600 +#define PCI_DEVICE_ID_AMD_RS780_PCIE 0x9602 +#define PCI_DEVICE_ID_AMD_RS780_PCIE_DEV2 0x9603 +#define PCI_DEVICE_ID_AMD_RS780_PCIE_DEV3 0x960B +#define PCI_DEVICE_ID_AMD_RS780_PCIE_DEV4 0x9604 +#define PCI_DEVICE_ID_AMD_RS780_PCIE_DEV5 0x9605 +#define PCI_DEVICE_ID_AMD_RS780_PCIE_DEV6 0x9606 +#define PCI_DEVICE_ID_AMD_RS780_PCIE_DEV7 0x9607 +#define PCI_DEVICE_ID_AMD_RS780_PCIE_DEV9 0x9608 +#define PCI_DEVICE_ID_AMD_RS780_PCIE_DEV10 0x9609 +#define PCI_DEVICE_ID_AMD_RS780_PCIE_DEV8 0x960A +#define PCI_DEVICE_ID_ATI_RS780_INT_GFX 0x9610 +#define PCI_DEVICE_ID_ATI_RS780C_INT_GFX 0x9611 +#define PCI_DEVICE_ID_ATI_RS780M_INT_GFX 0x9612 +#define PCI_DEVICE_ID_ATI_RS780MC_INT_GFX 0x9613 +#define PCI_DEVICE_ID_ATI_RS780E_INT_GFX 0x9615 + #define PCI_VENDOR_ID_VLSI 0x1004 #define PCI_DEVICE_ID_VLSI_82C592 0x0005 #define PCI_DEVICE_ID_VLSI_82C593 0x0006 |