summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2004-10-20 22:26:05 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2004-10-20 22:26:05 +0000
commita5f10316ec183d947883ec00f88a593d8980931c (patch)
tree0036dcaa39b989e6bc979c71984f9c1030703e58 /sys
parent3d5cca61305bcef4f6212ecd613f7171f0dcbfcd (diff)
sync
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/pci/pcidevs.h3
-rw-r--r--sys/dev/pci/pcidevs_data.h6
2 files changed, 7 insertions, 2 deletions
diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h
index 4a8a4d70dec..42acc307f3d 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.780 2004/10/20 13:06:43 jsg Exp
+ * OpenBSD: pcidevs,v 1.781 2004/10/20 22:25:53 deraadt Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@@ -1440,6 +1440,7 @@
#define PCI_PRODUCT_INTEL_E7710_MCH_PCIEC0 0x3599 /* E7710 MCH PCIE Port C0 */
#define PCI_PRODUCT_INTEL_E7710_MCH_PCIEC1 0x359a /* E7710 MCH PCIE Port C1 */
#define PCI_PRODUCT_INTEL_E7710_WMCH 0x359e /* E7710 WMCH */
+#define PCI_PRODUCT_INTEL_PRO_2200BG_3B 0x4220 /* PRO/2200BG_3 */
#define PCI_PRODUCT_INTEL_80960RD 0x5200 /* i960 RD PCI-PCI */
#define PCI_PRODUCT_INTEL_PRO_100_SERVER 0x5201 /* PRO 100 Server */
#define PCI_PRODUCT_INTEL_82371SB_ISA 0x7000 /* 82371SB ISA */
diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h
index 72387c54f6e..8a68bf628e9 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.780 2004/10/20 13:06:43 jsg Exp
+ * OpenBSD: pcidevs,v 1.781 2004/10/20 22:25:53 deraadt Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@@ -3875,6 +3875,10 @@ static const struct pci_known_product pci_known_products[] = {
"E7710 WMCH",
},
{
+ PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_PRO_2200BG_3B,
+ "PRO/2200BG_3",
+ },
+ {
PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_80960RD,
"i960 RD PCI-PCI",
},