summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2002-09-14 09:07:41 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2002-09-14 09:07:41 +0000
commit4f550481c19d0e567050288fb8dd3feed7f27dcf (patch)
tree0861413a04b4cf3944fc5910530049907bd78cdd
parentc989bd3eec935bf39dc0479f7676f81f87a08462 (diff)
sync
-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 15819057784..29633472407 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.543 2002/09/09 17:35:00 gluk Exp
+ * OpenBSD: pcidevs,v 1.544 2002/09/14 09:07:12 deraadt Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@@ -1481,6 +1481,8 @@
#define PCI_PRODUCT_INTEL_82454NX 0x84cb /* 82454NX PXB */
#define PCI_PRODUCT_INTEL_82802AB 0x89ad /* 82802AB Firmware Hub 4Mbit */
#define PCI_PRODUCT_INTEL_82802AC 0x89ac /* 82802AC Firmware Hub 8Mbit */
+#define PCI_PRODUCT_INTEL_21152 0xb152 /* S21152BB PCI-PCI */
+#define PCI_PRODUCT_INTEL_21154 0xb154 /* S21154AE/BE PCI-PCI */
/* Intergraph products */
#define PCI_PRODUCT_INTERGRAPH_4D50T 0x00e4 /* Powerstorm 4D50T */
diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h
index 6ab8dafe0b7..bad19fad6ff 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.543 2002/09/09 17:35:00 gluk Exp
+ * OpenBSD: pcidevs,v 1.544 2002/09/14 09:07:12 deraadt Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@@ -2903,6 +2903,14 @@ static const struct pci_known_product pci_known_products[] = {
"82802AC Firmware Hub 8Mbit",
},
{
+ PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_21152,
+ "S21152BB PCI-PCI",
+ },
+ {
+ PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_21154,
+ "S21154AE/BE PCI-PCI",
+ },
+ {
PCI_VENDOR_INTERGRAPH, PCI_PRODUCT_INTERGRAPH_4D50T,
"Powerstorm 4D50T",
},