summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorMichael Shalayeff <mickey@cvs.openbsd.org>2002-05-22 15:30:55 +0000
committerMichael Shalayeff <mickey@cvs.openbsd.org>2002-05-22 15:30:55 +0000
commit5319dea38795eea842e567940566178bd67030b4 (patch)
treedc1b7b719e511a7083d6610bb76f4fd1185d9b09 /sys
parent859ee8843e3b03899f40a4f8330e15c31a520520 (diff)
regen
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 4991a82cf33..50001261030 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.510 2002/05/14 21:58:15 jason Exp
+ * OpenBSD: pcidevs,v 1.511 2002/05/22 15:30:36 mickey Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@@ -658,6 +658,7 @@
#define PCI_PRODUCT_TRIWARE_ESCALADE_ASIC 0x1001 /* Escalade IDE RAID */
/* Aironet Products */
+#define PCI_PRODUCT_AIRONET_PC4800_1 0x0001 /* Cisco PC4800 Wireless */
#define PCI_PRODUCT_AIRONET_PCI352 0x0350 /* Cisco/Aironet PCI35x WLAN */
#define PCI_PRODUCT_AIRONET_PC4500 0x4500 /* PC4500 Wireless */
#define PCI_PRODUCT_AIRONET_PC4800 0x4800 /* PC4800 Wireless */
diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h
index 5f30639d496..fb6ba160343 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.510 2002/05/14 21:58:15 jason Exp
+ * OpenBSD: pcidevs,v 1.511 2002/05/22 15:30:36 mickey Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@@ -247,6 +247,10 @@ static const struct pci_known_product pci_known_products[] = {
"Escalade IDE RAID",
},
{
+ PCI_VENDOR_AIRONET, PCI_PRODUCT_AIRONET_PC4800_1,
+ "Cisco PC4800 Wireless",
+ },
+ {
PCI_VENDOR_AIRONET, PCI_PRODUCT_AIRONET_PCI352,
"Cisco/Aironet PCI35x WLAN",
},