summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>2003-01-08 22:05:17 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>2003-01-08 22:05:17 +0000
commitbd10e9f2dce90a2ce7e6612b711d88da0f09111b (patch)
tree850381df19338d88357b13e0897057d0e2ecc989 /sys/dev
parentcee4330f3ceb5b4aa2d6df2a12aa627e87302b9d (diff)
Regen to add SYMBOL LA41X3
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/pci/pcidevs.h8
-rw-r--r--sys/dev/pci/pcidevs_data.h18
2 files changed, 19 insertions, 7 deletions
diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h
index 03be3f78dc4..580c2e0269c 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.573 2003/01/05 12:47:20 grange Exp
+ * OpenBSD: pcidevs,v 1.574 2003/01/08 22:04:17 millert Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@@ -554,9 +554,10 @@
#define PCI_VENDOR_DELTA 0x1500 /* Delta */
#define PCI_VENDOR_TOPIC 0x151f /* Topic/SmartLink */
#define PCI_VENDOR_TERRATEC 0x153b /* TerraTec Electronic Gmbh */
+#define PCI_VENDOR_SYMBOL 0x1562 /* Symbol */
+#define PCI_VENDOR_SYBA 0x1592 /* Syba */
#define PCI_VENDOR_BLUESTEEL 0x15ab /* Bluesteel Networks */
#define PCI_VENDOR_VMWARE 0x15ad /* VMware */
-#define PCI_VENDOR_SYBA 0x1592 /* Syba */
#define PCI_VENDOR_NDC 0x15e8 /* National Datacomm Corp */
#define PCI_VENDOR_EUMITCOM 0x1638 /* Eumitcom */
#define PCI_VENDOR_NETSEC 0x1660 /* NetSec */
@@ -2159,6 +2160,9 @@
/* Syba */
#define PCI_PRODUCT_SYBA_4S2P 0x0781 /* 4S2P */
+/* Symbol */
+#define PCI_PRODUCT_SYMBOL_LA41X3 0x0001 /* Spectrum24 LA41X3 Series WLAN */
+
/* Symphony Labs products */
#define PCI_PRODUCT_SYMPHONY_82C101 0x0001 /* 82C101 */
#define PCI_PRODUCT_SYMPHONY_82C103 0x0103 /* 82C103 */
diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h
index 77b43ac51cd..7ae83d2f280 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.573 2003/01/05 12:47:20 grange Exp
+ * OpenBSD: pcidevs,v 1.574 2003/01/08 22:04:17 millert Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@@ -4979,6 +4979,10 @@ static const struct pci_known_product pci_known_products[] = {
"4S2P",
},
{
+ PCI_VENDOR_SYMBOL, PCI_PRODUCT_SYMBOL_LA41X3,
+ "Spectrum24 LA41X3 Series WLAN",
+ },
+ {
PCI_VENDOR_SYMPHONY, PCI_PRODUCT_SYMPHONY_82C101,
"82C101",
},
@@ -8103,6 +8107,14 @@ static const struct pci_known_vendor pci_known_vendors[] = {
"TerraTec Electronic Gmbh",
},
{
+ PCI_VENDOR_SYMBOL,
+ "Symbol",
+ },
+ {
+ PCI_VENDOR_SYBA,
+ "Syba",
+ },
+ {
PCI_VENDOR_BLUESTEEL,
"Bluesteel Networks",
},
@@ -8111,10 +8123,6 @@ static const struct pci_known_vendor pci_known_vendors[] = {
"VMware",
},
{
- PCI_VENDOR_SYBA,
- "Syba",
- },
- {
PCI_VENDOR_NDC,
"National Datacomm Corp",
},