summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Wright <jason@cvs.openbsd.org>2002-05-14 21:58:53 +0000
committerJason Wright <jason@cvs.openbsd.org>2002-05-14 21:58:53 +0000
commit8b234ff2a35aec3e7b35aaa453cd47410dac7d04 (patch)
treee598f74f5e8d4827e8ceea92f8721d11fb9de017
parentf7555751dbc000672acb469d22a35ce2e93d49e8 (diff)
sync.
-rw-r--r--sys/dev/pci/pcidevs.h8
-rw-r--r--sys/dev/pci/pcidevs_data.h26
2 files changed, 17 insertions, 17 deletions
diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h
index b9fb73b6fdc..4991a82cf33 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.509 2002/05/14 21:27:20 jason Exp
+ * OpenBSD: pcidevs,v 1.510 2002/05/14 21:58:15 jason Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@@ -543,18 +543,18 @@
#define PCI_VENDOR_OXFORD2 0x1415 /* Oxford */
#define PCI_VENDOR_TAMARACK 0x143d /* Tamarack Microelectronics */
#define PCI_VENDOR_OXFORD 0x14d2 /* Oxford */
-#define PCI_VENDOR_INVERTEX 0x14e1 /* Invertex */
#define PCI_VENDOR_AIRONET 0x14b9 /* Aironet */
#define PCI_VENDOR_COMPAL 0x14c0 /* COMPAL */
#define PCI_VENDOR_TITAN 0x14d2 /* Titan */
+#define PCI_VENDOR_INVERTEX 0x14e1 /* Invertex */
#define PCI_VENDOR_BROADCOM 0x14e4 /* Broadcom */
#define PCI_VENDOR_CONEXANT 0x14f1 /* Conexant */
#define PCI_VENDOR_DELTA 0x1500 /* Delta */
#define PCI_VENDOR_TOPIC 0x151f /* Topic/SmartLink */
#define PCI_VENDOR_BLUESTEEL 0x15ab /* Bluesteel Networks */
#define PCI_VENDOR_VMWARE 0x15ad /* VMware */
-#define PCI_VENDOR_NDC 0x15e8 /* National Datacomm Corp */
#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 */
#define PCI_VENDOR_ATHEROS 0x168c /* Atheros */
@@ -586,8 +586,8 @@
#define PCI_VENDOR_ADP2 0x9005 /* Adaptec */
#define PCI_VENDOR_ATRONICS 0x907f /* Atronics */
#define PCI_VENDOR_NETMOS 0x9710 /* NetMos */
-#define PCI_VENDOR_ARC 0xedd8 /* ARC Logic */
#define PCI_VENDOR_CHRYSALIS 0xcafe /* Chrysalis-ITS */
+#define PCI_VENDOR_ARC 0xedd8 /* ARC Logic */
#define PCI_VENDOR_INVALID 0xffff /* INVALID VENDOR ID */
/*
diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h
index 42d15b727c1..5f30639d496 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.509 2002/05/14 21:27:20 jason Exp
+ * OpenBSD: pcidevs,v 1.510 2002/05/14 21:58:15 jason Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@@ -7239,10 +7239,6 @@ static const struct pci_known_vendor pci_known_vendors[] = {
"Oxford",
},
{
- PCI_VENDOR_INVERTEX,
- "Invertex",
- },
- {
PCI_VENDOR_AIRONET,
"Aironet",
},
@@ -7255,6 +7251,10 @@ static const struct pci_known_vendor pci_known_vendors[] = {
"Titan",
},
{
+ PCI_VENDOR_INVERTEX,
+ "Invertex",
+ },
+ {
PCI_VENDOR_BROADCOM,
"Broadcom",
},
@@ -7279,14 +7279,14 @@ static const struct pci_known_vendor pci_known_vendors[] = {
"VMware",
},
{
- PCI_VENDOR_NDC,
- "National Datacomm Corp",
- },
- {
PCI_VENDOR_SYBA,
"Syba",
},
{
+ PCI_VENDOR_NDC,
+ "National Datacomm Corp",
+ },
+ {
PCI_VENDOR_EUMITCOM,
"Eumitcom",
},
@@ -7411,14 +7411,14 @@ static const struct pci_known_vendor pci_known_vendors[] = {
"NetMos",
},
{
- PCI_VENDOR_ARC,
- "ARC Logic",
- },
- {
PCI_VENDOR_CHRYSALIS,
"Chrysalis-ITS",
},
{
+ PCI_VENDOR_ARC,
+ "ARC Logic",
+ },
+ {
PCI_VENDOR_INVALID,
"INVALID VENDOR ID",
},