diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2003-06-13 14:58:21 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2003-06-13 14:58:21 +0000 |
commit | 3ef8af5cf7ff8f926c58b15b61e423a500cc1121 (patch) | |
tree | bd624126b9fd99c01455ba955569896e64eaf27a /sys/dev/pci/pcidevs.h | |
parent | 093f13beb3cafc0a62c2a45d8bb5e39666f5d03f (diff) |
+VIA VT8375 Host-PCI
got a machine with one...
Diffstat (limited to 'sys/dev/pci/pcidevs.h')
-rw-r--r-- | sys/dev/pci/pcidevs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h index f786c61b82b..28746e0717e 100644 --- a/sys/dev/pci/pcidevs.h +++ b/sys/dev/pci/pcidevs.h @@ -2563,6 +2563,7 @@ #define PCI_PRODUCT_VIATECH_VT8366 0x3099 /* VT8366 Host-PCI */ #define PCI_PRODUCT_VIATECH_VT6202 0x3104 /* VT6202 USB 2.0 */ #define PCI_PRODUCT_VIATECH_VT6105 0x3106 /* VT6105 RhineIII */ +#define PCI_PRODUCT_VIATECH_VT8375 0x3116 /* VT8375 Host-PCI */ #define PCI_PRODUCT_VIATECH_CLE266 0x3122 /* CLE266 */ #define PCI_PRODUCT_VIATECH_VT8623 0x3123 /* VT8623 Host-PCI */ #define PCI_PRODUCT_VIATECH_VT8233_ISA 0x3147 /* VT8233 PCI-ISA */ |