summaryrefslogtreecommitdiff
path: root/sys/dev/pci
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2003-06-13 17:48:27 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2003-06-13 17:48:27 +0000
commit13b735486f4bcd39e14f12139c201bda29ecd444 (patch)
treec0f89ffbc81b6133d30015ea809c52b391d364c3 /sys/dev/pci
parent4b241a4802e04105324b549606e10afe6a882def (diff)
sync
Diffstat (limited to 'sys/dev/pci')
-rw-r--r--sys/dev/pci/pcidevs.h4
-rw-r--r--sys/dev/pci/pcidevs_data.h10
2 files changed, 12 insertions, 2 deletions
diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h
index c7deaf234ab..a32abf6152c 100644
--- a/sys/dev/pci/pcidevs.h
+++ b/sys/dev/pci/pcidevs.h
@@ -2,7 +2,7 @@
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
- * OpenBSD: pcidevs,v 1.640 2003/06/13 14:58:20 espie Exp
+ * OpenBSD: pcidevs,v 1.641 2003/06/13 17:48:13 deraadt Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@@ -1471,6 +1471,8 @@
#define PCI_PRODUCT_INTEL_PRO_100_VM_3 0x103b /* PRO/100 VM */
#define PCI_PRODUCT_INTEL_PRO_100_VM_4 0x103c /* PRO/100 VM */
#define PCI_PRODUCT_INTEL_PRO_100_VE_4 0x103d /* PRO/100 VE */
+#define PCI_PRODUCT_INTEL_PRO_100_VM_5 0x103e /* PRO/100 VM */
+#define PCI_PRODUCT_INTEL_PRO_100_VE_5 0x1050 /* PRO/100 VE */
#define PCI_PRODUCT_INTEL_PRO_100_M 0x1059 /* PRO/100 M */
#define PCI_PRODUCT_INTEL_82815_DC100_HUB 0x1100 /* 82815 Hub */
#define PCI_PRODUCT_INTEL_82815_DC100_AGP 0x1101 /* 82815 AGP */
diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h
index 362354b252f..68035e4b027 100644
--- a/sys/dev/pci/pcidevs_data.h
+++ b/sys/dev/pci/pcidevs_data.h
@@ -2,7 +2,7 @@
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
- * OpenBSD: pcidevs,v 1.640 2003/06/13 14:58:20 espie Exp
+ * OpenBSD: pcidevs,v 1.641 2003/06/13 17:48:13 deraadt Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@@ -2739,6 +2739,14 @@ static const struct pci_known_product pci_known_products[] = {
"PRO/100 VE",
},
{
+ PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_PRO_100_VM_5,
+ "PRO/100 VM",
+ },
+ {
+ PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_PRO_100_VE_5,
+ "PRO/100 VE",
+ },
+ {
PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_PRO_100_M,
"PRO/100 M",
},