diff options
Diffstat (limited to 'src/include/device/pci_ids.h')
-rw-r--r-- | src/include/device/pci_ids.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/include/device/pci_ids.h b/src/include/device/pci_ids.h index f4b0109c49..93f72e0fe4 100644 --- a/src/include/device/pci_ids.h +++ b/src/include/device/pci_ids.h @@ -1782,6 +1782,17 @@ #define PCI_DEVICE_ID_INTEL_82801ER_EHCI 0x24dd #define PCI_DEVICE_ID_INTEL_82801ER_IDE 0x24db #define PCI_DEVICE_ID_INTEL_82801ER_SATA 0x24df +#define PCI_DEVICE_ID_INTEL_6300ESB_ISA 0x25a1 +#define PCI_DEVICE_ID_INTEL_6300ESB_AC97_AUDIO 0x25a6 +#define PCI_DEVICE_ID_INTEL_6300ESB_AC97_MODEM 0x25a7 +#define PCI_DEVICE_ID_INTEL_6300ESB_EHCI 0x25ad +#define PCI_DEVICE_ID_INTEL_6300ESB_IDE 0x25a2 +#define PCI_DEVICE_ID_INTEL_6300ESB_PCI 0x244e +#define PCI_DEVICE_ID_INTEL_6300ESB_USB 0x25a9 +#define PCI_DEVICE_ID_INTEL_6300ESB_SMB 0x25a4 +#define PCI_DEVICE_ID_INTEL_6300ESB_USB2 0x25aa +#define PCI_DEVICE_ID_INTEL_6300ESB_USB3 0x25ad +#define PCI_DEVICE_ID_INTEL_6300ESB_SATA 0x25a3 #define PCI_DEVICE_ID_INTEL_80310 0x530d #define PCI_DEVICE_ID_INTEL_82810_MC1 0x7120 #define PCI_DEVICE_ID_INTEL_82810_IG1 0x7121 |