summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Shalayeff <mickey@cvs.openbsd.org>2001-10-25 16:44:09 +0000
committerMichael Shalayeff <mickey@cvs.openbsd.org>2001-10-25 16:44:09 +0000
commitbb1dad844e3f323cc1fd72c6cda30c387916153e (patch)
treecaf5dae799a6a57258fb0fc4be5993d1da543bd5
parent4f4efb0867393548e29273f6da8755e0bf24c140 (diff)
regen
-rw-r--r--sys/dev/pci/pcidevs.h6
-rw-r--r--sys/dev/pci/pcidevs_data.h10
2 files changed, 14 insertions, 2 deletions
diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h
index 53f89a92e5e..ec5d4c807d6 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.456 2001/10/24 17:29:27 millert Exp
+ * OpenBSD: pcidevs,v 1.457 2001/10/25 16:43:02 mickey Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@@ -504,6 +504,7 @@
#define PCI_VENDOR_ASIX 0x125b /* ASIX */
#define PCI_VENDOR_AURORA 0x125c /* Aurora Technologies */
#define PCI_VENDOR_ESSTECH 0x125d /* ESS */
+#define PCI_VENDOR_INTERSIL 0x126c /* Intersil */
#define PCI_VENDOR_NORTEL 0x126c /* Nortel Networks */
#define PCI_VENDOR_ENSONIQ 0x1274 /* Ensoniq */
#define PCI_VENDOR_NETAPP 0x1275 /* Network Appliance */
@@ -1339,6 +1340,9 @@
/* Intergraph products */
#define PCI_PRODUCT_INTERGRAPH_4D50T 0x00e4 /* Powerstorm 4D50T */
+/* Intersil products */
+#define PCI_PRODUCT_INTERSIL_MINI_PCI_WLAN 0x3873 /* PRISM2.5 Mini-PCI WLAN */
+
/* Invertex */
#define PCI_PRODUCT_INVERTEX_AEON 0x0005 /* AEON */
diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h
index 0a21028ffdd..149e7d39402 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.456 2001/10/24 17:29:27 millert Exp
+ * OpenBSD: pcidevs,v 1.457 2001/10/25 16:43:02 mickey Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@@ -2423,6 +2423,10 @@ static const struct pci_known_product pci_known_products[] = {
"Powerstorm 4D50T",
},
{
+ PCI_VENDOR_INTERSIL, PCI_PRODUCT_INTERSIL_MINI_PCI_WLAN,
+ "PRISM2.5 Mini-PCI WLAN",
+ },
+ {
PCI_VENDOR_INVERTEX, PCI_PRODUCT_INVERTEX_AEON,
"AEON",
},
@@ -6663,6 +6667,10 @@ static const struct pci_known_vendor pci_known_vendors[] = {
"ESS",
},
{
+ PCI_VENDOR_INTERSIL,
+ "Intersil",
+ },
+ {
PCI_VENDOR_NORTEL,
"Nortel Networks",
},