diff options
Diffstat (limited to 'src/include/device/pci_ids.h')
-rw-r--r-- | src/include/device/pci_ids.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/include/device/pci_ids.h b/src/include/device/pci_ids.h index 328e3d5e80..ef1130405d 100644 --- a/src/include/device/pci_ids.h +++ b/src/include/device/pci_ids.h @@ -1190,6 +1190,11 @@ #define PCI_DEVICE_ID_VIA_VT8237S_LPC 0x3372 #define PCI_DEVICE_ID_VIA_VT8237_SATA 0x5372 #define PCI_DEVICE_ID_VIA_VT8237_VLINK 0x287e +#define PCI_DEVICE_ID_VIA_VX855_LPC 0x8353 +#define PCI_DEVICE_ID_VIA_VX855_IDE 0x5324 +#define PCI_DEVICE_ID_VIA_VX855_VGA 0x5122 +#define PCI_DEVICE_ID_VIA_VX855_VLINK 0x7409 +#define PCI_DEVICE_ID_VIA_VX855_MEMCTRL 0x3409 #define PCI_DEVICE_ID_VIA_CN700_AGP 0x0314 #define PCI_DEVICE_ID_VIA_CN700_ERR 0x1314 #define PCI_DEVICE_ID_VIA_CN700_HOST 0x2314 |