summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorHenning Brauer <henning@cvs.openbsd.org>2002-10-04 09:41:01 +0000
committerHenning Brauer <henning@cvs.openbsd.org>2002-10-04 09:41:01 +0000
commitdb90bbfeac3d072af65ef36bb79d2d3b22ee0550 (patch)
tree307977444decf7b2ce1f01a959ca394190296390 /sys/dev
parent79c4e0bf8d0c798e24ab287db12284639ca8a212 (diff)
regen
Diffstat (limited to 'sys/dev')
-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 f27ae9d0787..81ab71c57b0 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.552 2002/10/03 23:50:50 jason Exp
+ * OpenBSD: pcidevs,v 1.553 2002/10/04 09:39:49 henning Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@@ -1320,6 +1320,7 @@
#define PCI_PRODUCT_IMS_8849 0x8849 /* 8849 */
/* Intel products */
+#define PCI_PRODUCT_INTEL_21145 0x0039 /* 21145 */
#define PCI_PRODUCT_INTEL_EESISA 0x0008 /* EES ISA */
#define PCI_PRODUCT_INTEL_80312 0x030d /* 80312 I/O Companion Chip */
#define PCI_PRODUCT_INTEL_PCEB 0x0482 /* 82375EB PCI-EISA */
diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h
index 89b8248fc51..1f041e21a41 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.552 2002/10/03 23:50:50 jason Exp
+ * OpenBSD: pcidevs,v 1.553 2002/10/04 09:39:49 henning Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@@ -2259,6 +2259,10 @@ static const struct pci_known_product pci_known_products[] = {
"8849",
},
{
+ PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_21145,
+ "21145",
+ },
+ {
PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_EESISA,
"EES ISA",
},