summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys/dev/pci/pcidevs.h24
-rw-r--r--sys/dev/pci/pcidevs_data.h66
2 files changed, 85 insertions, 5 deletions
diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h
index 69d49f33dfa..0b60361dea9 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.34 1998/03/11 08:20:31 deraadt Exp
+ * OpenBSD: pcidevs,v 1.35 1998/03/17 10:49:26 deraadt Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@@ -482,6 +482,7 @@
#define PCI_VENDOR_MKC 0x11cc /* Michels & Kleberhoff Computer */
#define PCI_VENDOR_HAL 0x11cd /* HAL Computer Systems */
#define PCI_VENDOR_ZORAN 0x11de /* Zoran Corporation */
+#define PCI_VENDOR_COMPEX 0x11f6 /* Compex */
#define PCI_VENDOR_PMCSIERRA 0x11f8 /* PMC-Sierra */
#define PCI_VENDOR_CYCLADES 0x120e /* Cyclades */
#define PCI_VENDOR_ESSENTIAL 0x120f /* Essential Communications */
@@ -501,6 +502,7 @@
#define PCI_VENDOR_TEKRAM2 0x1de1 /* Tekram Technology (2nd PCI Vendor ID) */
#define PCI_VENDOR_3DLABS 0x3d3d /* 3D Labs */
#define PCI_VENDOR_AVANCE2 0x4005 /* Avance Logic (2nd PCI Vendor ID) */
+#define PCI_VENDOR_NETVIN 0x4a14 /* NetVin */
#define PCI_VENDOR_BUSLOGIC2 0x4b10 /* Buslogic (2nd PCI Vendor ID) */
#define PCI_VENDOR_S3 0x5333 /* S3 */
#define PCI_VENDOR_NETPOWER2 0x5700 /* NetPower (2nd PCI Vendor ID) */
@@ -508,7 +510,9 @@
#define PCI_VENDOR_QUANCM 0x8008 /* Quancm Electronic GmbH */
#define PCI_VENDOR_INTEL 0x8086 /* Intel */
#define PCI_VENDOR_TRIGEM2 0x8800 /* Trigem Computer (2nd PCI Vendor ID) */
+#define PCI_VENDOR_WINBOND2 0x8c4a /* Winbond Electronics (2nd PCI Vendor ID) */
#define PCI_VENDOR_COMPUTONE 0x8e0e /* Computone Corperation */
+#define PCI_VENDOR_KTI 0x8e2e /* KTI */
#define PCI_VENDOR_ADP 0x9004 /* Adaptec */
#define PCI_VENDOR_ATRONICS 0x907f /* Atronics */
#define PCI_VENDOR_ARC 0xedd8 /* ARC Logic */
@@ -626,7 +630,8 @@
#define PCI_PRODUCT_CIRRUS_CL_GD5436 0x00ac /* CL-GD5436 */
#define PCI_PRODUCT_CIRRUS_CL_GD5446 0x00b8 /* CL-GD5446 */
#define PCI_PRODUCT_CIRRUS_CL_GD5480 0x00bc /* CL-GD5480 */
-#define PCI_PRODUCT_CIRRUS_CL_GD6729 0x1100 /* CL-GD6729 */
+#define PCI_PRODUCT_CIRRUS_CL_PD6729 0x1100 /* CL-PD6729 */
+#define PCI_PRODUCT_CIRRUS_CL_PD6832 0x1110 /* CL-PD6832 */
#define PCI_PRODUCT_CIRRUS_CL_GD7542 0x1200 /* CL-GD7542 */
#define PCI_PRODUCT_CIRRUS_CL_GD7543 0x1202 /* CL-GD7543 */
#define PCI_PRODUCT_CIRRUS_CL_GD7541 0x1204 /* CL-GD7541 */
@@ -665,6 +670,9 @@
#define PCI_PRODUCT_COMPAQ_NF3P_BNC 0xf150 /* NetFlex 3/P w/ BNC */
#define PCI_PRODUCT_COMPAQ_NF3P 0xf130 /* NetFlex 3/P */
+/* Compex */
+#define PCI_PRODUCT_COMPEX_COMPEXE 0x1401 /* Compex Ethernet */
+
/* Contaq Microsystems products */
#define PCI_PRODUCT_CONTAQ_82C599 0x0600 /* 82C599 PCI-VLB Bridge */
#define PCI_PRODUCT_CONTAQ_SIO 0xc693 /* CY82C693U PCI-ISA Bridge (System I/O) */
@@ -788,6 +796,9 @@
#define PCI_PRODUCT_ITT_AGX016 0x0001 /* AGX016 */
#define PCI_PRODUCT_ITT_ITT3204 0x0002 /* ITT3204 MPEG Decoder */
+/* KTI */
+#define PCI_PRODUCT_KTI_KTIE 0x3000 /* KTI Ethernet */
+
/* LeadTek Research */
#define PCI_PRODUCT_LEADTEK_S3_805 0x0000 /* S3 805 */
@@ -819,6 +830,9 @@
/* NeoMagic */
#define PCI_PRODUCT_NEOMAGIC_NM3160 0x0004 /* NM3160 */
+/* NetVin */
+#define PCI_PRODUCT_NETVIN_NV5000 0x5000 /* NetVin 5000 */
+
/* NCR/Symbios Logic products */
#define PCI_PRODUCT_SYMBIOS_810 0x0001 /* 53c810 */
#define PCI_PRODUCT_SYMBIOS_820 0x0002 /* 53c820 */
@@ -921,6 +935,9 @@
/* STB products */
#define PCI_PRODUCT_STB2_RIVA128 0x0018 /* Velocity128 */
+/* Surecom products */
+#define PCI_PRODUCT_SURECOM_NE34 0x0e34 /* Surecom NE-34 */
+
/* Symphony Labs products */
#define PCI_PRODUCT_SYMPHONY_82C101 0x0001 /* 82C101 */
#define PCI_PRODUCT_SYMPHONY_82C103 0x0103 /* 82C103 */
@@ -1032,6 +1049,9 @@
#define PCI_PRODUCT_WINBOND_W83769F 0x0001 /* W83769F */
#define PCI_PRODUCT_WINBOND_W89C940F 0x0940 /* Linksys EtherPCI LAN Card II */
+/* Winbond Electronics products (PCI products set 2) */
+#define PCI_PRODUCT_WINBOND2_W89C940 0x1980 /* Linksys EtherPCI LAN Card */
+
/* Zeinet products */
#define PCI_PRODUCT_ZEINET_1221 0x0001 /* 1221 */
diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h
index 609ae55d378..b296a6de456 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.34 1998/03/11 08:20:31 deraadt Exp
+ * OpenBSD: pcidevs,v 1.35 1998/03/17 10:49:26 deraadt Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@@ -447,10 +447,16 @@ struct pci_knowndev pci_knowndevs[] = {
"CL-GD5480",
},
{
- PCI_VENDOR_CIRRUS, PCI_PRODUCT_CIRRUS_CL_GD6729,
+ PCI_VENDOR_CIRRUS, PCI_PRODUCT_CIRRUS_CL_PD6729,
0,
"Cirrus Logic",
- "CL-GD6729",
+ "CL-PD6729",
+ },
+ {
+ PCI_VENDOR_CIRRUS, PCI_PRODUCT_CIRRUS_CL_PD6832,
+ 0,
+ "Cirrus Logic",
+ "CL-PD6832",
},
{
PCI_VENDOR_CIRRUS, PCI_PRODUCT_CIRRUS_CL_GD7542,
@@ -621,6 +627,12 @@ struct pci_knowndev pci_knowndevs[] = {
"NetFlex 3/P",
},
{
+ PCI_VENDOR_COMPEX, PCI_PRODUCT_COMPEX_COMPEXE,
+ 0,
+ "Compex",
+ "Compex Ethernet",
+ },
+ {
PCI_VENDOR_CONTAQ, PCI_PRODUCT_CONTAQ_82C599,
0,
"Contaq Microsystems",
@@ -1125,6 +1137,12 @@ struct pci_knowndev pci_knowndevs[] = {
"ITT3204 MPEG Decoder",
},
{
+ PCI_VENDOR_KTI, PCI_PRODUCT_KTI_KTIE,
+ 0,
+ "KTI",
+ "KTI Ethernet",
+ },
+ {
PCI_VENDOR_LEADTEK, PCI_PRODUCT_LEADTEK_S3_805,
0,
"LeadTek Research",
@@ -1215,6 +1233,12 @@ struct pci_knowndev pci_knowndevs[] = {
"NM3160",
},
{
+ PCI_VENDOR_NETVIN, PCI_PRODUCT_NETVIN_NV5000,
+ 0,
+ "NetVin",
+ "NetVin 5000",
+ },
+ {
PCI_VENDOR_SYMBIOS, PCI_PRODUCT_SYMBIOS_810,
0,
"Symbios Logic",
@@ -1611,6 +1635,12 @@ struct pci_knowndev pci_knowndevs[] = {
"Velocity128",
},
{
+ PCI_VENDOR_SURECOM, PCI_PRODUCT_SURECOM_NE34,
+ 0,
+ "Surecom Technology",
+ "Surecom NE-34",
+ },
+ {
PCI_VENDOR_SYMPHONY, PCI_PRODUCT_SYMPHONY_82C101,
0,
"Symphony Labs",
@@ -2085,6 +2115,12 @@ struct pci_knowndev pci_knowndevs[] = {
"Linksys EtherPCI LAN Card II",
},
{
+ PCI_VENDOR_WINBOND2, PCI_PRODUCT_WINBOND2_W89C940,
+ 0,
+ "Winbond Electronics (2nd PCI Vendor ID)",
+ "Linksys EtherPCI LAN Card",
+ },
+ {
PCI_VENDOR_ZEINET, PCI_PRODUCT_ZEINET_1221,
0,
"Zeinet",
@@ -4701,6 +4737,12 @@ struct pci_knowndev pci_knowndevs[] = {
NULL,
},
{
+ PCI_VENDOR_COMPEX, 0,
+ PCI_KNOWNDEV_NOPROD,
+ "Compex",
+ NULL,
+ },
+ {
PCI_VENDOR_PMCSIERRA, 0,
PCI_KNOWNDEV_NOPROD,
"PMC-Sierra",
@@ -4815,6 +4857,12 @@ struct pci_knowndev pci_knowndevs[] = {
NULL,
},
{
+ PCI_VENDOR_NETVIN, 0,
+ PCI_KNOWNDEV_NOPROD,
+ "NetVin",
+ NULL,
+ },
+ {
PCI_VENDOR_BUSLOGIC2, 0,
PCI_KNOWNDEV_NOPROD,
"Buslogic (2nd PCI Vendor ID)",
@@ -4857,12 +4905,24 @@ struct pci_knowndev pci_knowndevs[] = {
NULL,
},
{
+ PCI_VENDOR_WINBOND2, 0,
+ PCI_KNOWNDEV_NOPROD,
+ "Winbond Electronics (2nd PCI Vendor ID)",
+ NULL,
+ },
+ {
PCI_VENDOR_COMPUTONE, 0,
PCI_KNOWNDEV_NOPROD,
"Computone Corperation",
NULL,
},
{
+ PCI_VENDOR_KTI, 0,
+ PCI_KNOWNDEV_NOPROD,
+ "KTI",
+ NULL,
+ },
+ {
PCI_VENDOR_ADP, 0,
PCI_KNOWNDEV_NOPROD,
"Adaptec",