diff options
author | Jason Downs <downsj@cvs.openbsd.org> | 1999-10-26 04:16:38 +0000 |
---|---|---|
committer | Jason Downs <downsj@cvs.openbsd.org> | 1999-10-26 04:16:38 +0000 |
commit | eccba0a1461cb6ae274cc821f0b52bb649088caf (patch) | |
tree | 84a8ba588a29e14b646f5d6806c192277918c3fa | |
parent | e0064452deb509c4762259b9fe8f933c46df806f (diff) |
sync
-rw-r--r-- | sys/dev/pci/pcidevs.h | 46 | ||||
-rw-r--r-- | sys/dev/pci/pcidevs_data.h | 242 |
2 files changed, 286 insertions, 2 deletions
diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h index 505a881d6b4..0d1e35b60d8 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.187 1999/10/09 19:41:07 downsj Exp + * OpenBSD: pcidevs,v 1.188 1999/10/26 04:15:39 downsj Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -510,6 +510,7 @@ #define PCI_VENDOR_PICTUREEL 0x12c5 /* Picture Elements */ #define PCI_VENDOR_STB2 0x12d2 /* NVidia/SGS-Thomson */ #define PCI_VENDOR_DIAMOND2 0x12eb /* Diamond Multimedia (2nd ID) */ +#define PCI_VENDOR_SIIG 0x131f /* SIIG */ #define PCI_VENDOR_LMC 0x1376 /* LAN Media Corp */ #define PCI_VENDOR_NETGEAR 0x1385 /* Netgear */ #define PCI_VENDOR_CMI 0x13f6 /* C-Media Electronics Inc. */ @@ -1078,6 +1079,45 @@ /* Newbridge / Tundra products */ #define PCI_PRODUCT_NEWBRIDGE_CA91CX42 0x0000 /* Universe VME */ +/* SIIG products */ +#define PCI_PRODUCT_SIIG_1000 0x1000 /* Serial PCI */ +#define PCI_PRODUCT_SIIG_1001 0x1001 /* Serial PCI */ +#define PCI_PRODUCT_SIIG_1002 0x1002 /* Serial PCI */ +#define PCI_PRODUCT_SIIG_1010 0x1010 /* I/O PCI */ +#define PCI_PRODUCT_SIIG_1011 0x1011 /* I/O PCI */ +#define PCI_PRODUCT_SIIG_1012 0x1012 /* I/O PCI */ +#define PCI_PRODUCT_SIIG_1020 0x1020 /* Parallel PCI */ +#define PCI_PRODUCT_SIIG_1021 0x1021 /* Parallel Dual PCI */ +#define PCI_PRODUCT_SIIG_1030 0x1030 /* Serial Dual PCI */ +#define PCI_PRODUCT_SIIG_1031 0x1031 /* Serial Dual PCI */ +#define PCI_PRODUCT_SIIG_1032 0x1032 /* Serial Dual PCI */ +#define PCI_PRODUCT_SIIG_1034 0x1034 /* 2S1P PCI */ +#define PCI_PRODUCT_SIIG_1035 0x1035 /* 2S1P PCI */ +#define PCI_PRODUCT_SIIG_1036 0x1036 /* 2S1P PCI */ +#define PCI_PRODUCT_SIIG_1050 0x1050 /* 4S PCI */ +#define PCI_PRODUCT_SIIG_1051 0x1051 /* 4S PCI */ +#define PCI_PRODUCT_SIIG_1052 0x1052 /* 4S PCI */ +#define PCI_PRODUCT_SIIG_2000 0x2000 /* Serial PCI */ +#define PCI_PRODUCT_SIIG_2001 0x2001 /* Serial PCI */ +#define PCI_PRODUCT_SIIG_2002 0x2002 /* Serial PCI */ +#define PCI_PRODUCT_SIIG_2010 0x2010 /* I/O PCI */ +#define PCI_PRODUCT_SIIG_2011 0x2011 /* I/O PCI */ +#define PCI_PRODUCT_SIIG_2012 0x2012 /* I/O PCI */ +#define PCI_PRODUCT_SIIG_2020 0x2020 /* Parallel PCI */ +#define PCI_PRODUCT_SIIG_2021 0x2021 /* Parallel Dual PCI */ +#define PCI_PRODUCT_SIIG_2030 0x2030 /* Serial Dual PCI */ +#define PCI_PRODUCT_SIIG_2031 0x2031 /* Serial Dual PCI */ +#define PCI_PRODUCT_SIIG_2032 0x2032 /* Serial Dual PCI */ +#define PCI_PRODUCT_SIIG_2040 0x2040 /* 2P1S PCI */ +#define PCI_PRODUCT_SIIG_2041 0x2041 /* 2P1S PCI */ +#define PCI_PRODUCT_SIIG_2042 0x2042 /* 2P1S PCI */ +#define PCI_PRODUCT_SIIG_2050 0x2050 /* 4S PCI */ +#define PCI_PRODUCT_SIIG_2051 0x2051 /* 4S PCI */ +#define PCI_PRODUCT_SIIG_2052 0x2052 /* 4S PCI */ +#define PCI_PRODUCT_SIIG_2060 0x2060 /* 2S1P PCI */ +#define PCI_PRODUCT_SIIG_2061 0x2061 /* 2S1P PCI */ +#define PCI_PRODUCT_SIIG_2062 0x2062 /* 2S1P PCI */ + /* NCR/Symbios Logic products */ #define PCI_PRODUCT_SYMBIOS_810 0x0001 /* 53c810 */ #define PCI_PRODUCT_SYMBIOS_820 0x0002 /* 53c820 */ @@ -1134,6 +1174,10 @@ /* Pequr products */ #define PCI_PRODUCT_PEQUR_PCIBRIDGE 0x0200 /* PCI */ +/* PLX products */ +#define PCI_PRODUCT_PLX_1076 0x1076 /* I/O PCI */ +#define PCI_PRODUCT_PLX_9050 0x9050 /* I/O PCI */ + /* Promise products */ #define PCI_PRODUCT_PROMISE_DC5030 0x5300 /* DC5030 */ #define PCI_PRODUCT_PROMISE_ULTRA33 0x4d33 /* Ultra33/ATA IDE */ diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h index e00783583b2..986334eb228 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.187 1999/10/09 19:41:07 downsj Exp + * OpenBSD: pcidevs,v 1.188 1999/10/26 04:15:39 downsj Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -2223,6 +2223,228 @@ struct pci_knowndev pci_knowndevs[] = { "Universe VME", }, { + PCI_VENDOR_SIIG, PCI_PRODUCT_SIIG_1000, + 0, + "SIIG", + "Serial PCI", + }, + { + PCI_VENDOR_SIIG, PCI_PRODUCT_SIIG_1001, + 0, + "SIIG", + "Serial PCI", + }, + { + PCI_VENDOR_SIIG, PCI_PRODUCT_SIIG_1002, + 0, + "SIIG", + "Serial PCI", + }, + { + PCI_VENDOR_SIIG, PCI_PRODUCT_SIIG_1010, + 0, + "SIIG", + "I/O PCI", + }, + { + PCI_VENDOR_SIIG, PCI_PRODUCT_SIIG_1011, + 0, + "SIIG", + "I/O PCI", + }, + { + PCI_VENDOR_SIIG, PCI_PRODUCT_SIIG_1012, + 0, + "SIIG", + "I/O PCI", + }, + { + PCI_VENDOR_SIIG, PCI_PRODUCT_SIIG_1020, + 0, + "SIIG", + "Parallel PCI", + }, + { + PCI_VENDOR_SIIG, PCI_PRODUCT_SIIG_1021, + 0, + "SIIG", + "Parallel Dual PCI", + }, + { + PCI_VENDOR_SIIG, PCI_PRODUCT_SIIG_1030, + 0, + "SIIG", + "Serial Dual PCI", + }, + { + PCI_VENDOR_SIIG, PCI_PRODUCT_SIIG_1031, + 0, + "SIIG", + "Serial Dual PCI", + }, + { + PCI_VENDOR_SIIG, PCI_PRODUCT_SIIG_1032, + 0, + "SIIG", + "Serial Dual PCI", + }, + { + PCI_VENDOR_SIIG, PCI_PRODUCT_SIIG_1034, + 0, + "SIIG", + "2S1P PCI", + }, + { + PCI_VENDOR_SIIG, PCI_PRODUCT_SIIG_1035, + 0, + "SIIG", + "2S1P PCI", + }, + { + PCI_VENDOR_SIIG, PCI_PRODUCT_SIIG_1036, + 0, + "SIIG", + "2S1P PCI", + }, + { + PCI_VENDOR_SIIG, PCI_PRODUCT_SIIG_1050, + 0, + "SIIG", + "4S PCI", + }, + { + PCI_VENDOR_SIIG, PCI_PRODUCT_SIIG_1051, + 0, + "SIIG", + "4S PCI", + }, + { + PCI_VENDOR_SIIG, PCI_PRODUCT_SIIG_1052, + 0, + "SIIG", + "4S PCI", + }, + { + PCI_VENDOR_SIIG, PCI_PRODUCT_SIIG_2000, + 0, + "SIIG", + "Serial PCI", + }, + { + PCI_VENDOR_SIIG, PCI_PRODUCT_SIIG_2001, + 0, + "SIIG", + "Serial PCI", + }, + { + PCI_VENDOR_SIIG, PCI_PRODUCT_SIIG_2002, + 0, + "SIIG", + "Serial PCI", + }, + { + PCI_VENDOR_SIIG, PCI_PRODUCT_SIIG_2010, + 0, + "SIIG", + "I/O PCI", + }, + { + PCI_VENDOR_SIIG, PCI_PRODUCT_SIIG_2011, + 0, + "SIIG", + "I/O PCI", + }, + { + PCI_VENDOR_SIIG, PCI_PRODUCT_SIIG_2012, + 0, + "SIIG", + "I/O PCI", + }, + { + PCI_VENDOR_SIIG, PCI_PRODUCT_SIIG_2020, + 0, + "SIIG", + "Parallel PCI", + }, + { + PCI_VENDOR_SIIG, PCI_PRODUCT_SIIG_2021, + 0, + "SIIG", + "Parallel Dual PCI", + }, + { + PCI_VENDOR_SIIG, PCI_PRODUCT_SIIG_2030, + 0, + "SIIG", + "Serial Dual PCI", + }, + { + PCI_VENDOR_SIIG, PCI_PRODUCT_SIIG_2031, + 0, + "SIIG", + "Serial Dual PCI", + }, + { + PCI_VENDOR_SIIG, PCI_PRODUCT_SIIG_2032, + 0, + "SIIG", + "Serial Dual PCI", + }, + { + PCI_VENDOR_SIIG, PCI_PRODUCT_SIIG_2040, + 0, + "SIIG", + "2P1S PCI", + }, + { + PCI_VENDOR_SIIG, PCI_PRODUCT_SIIG_2041, + 0, + "SIIG", + "2P1S PCI", + }, + { + PCI_VENDOR_SIIG, PCI_PRODUCT_SIIG_2042, + 0, + "SIIG", + "2P1S PCI", + }, + { + PCI_VENDOR_SIIG, PCI_PRODUCT_SIIG_2050, + 0, + "SIIG", + "4S PCI", + }, + { + PCI_VENDOR_SIIG, PCI_PRODUCT_SIIG_2051, + 0, + "SIIG", + "4S PCI", + }, + { + PCI_VENDOR_SIIG, PCI_PRODUCT_SIIG_2052, + 0, + "SIIG", + "4S PCI", + }, + { + PCI_VENDOR_SIIG, PCI_PRODUCT_SIIG_2060, + 0, + "SIIG", + "2S1P PCI", + }, + { + PCI_VENDOR_SIIG, PCI_PRODUCT_SIIG_2061, + 0, + "SIIG", + "2S1P PCI", + }, + { + PCI_VENDOR_SIIG, PCI_PRODUCT_SIIG_2062, + 0, + "SIIG", + "2S1P PCI", + }, + { PCI_VENDOR_SYMBIOS, PCI_PRODUCT_SYMBIOS_810, 0, "Symbios Logic", @@ -2427,6 +2649,18 @@ struct pci_knowndev pci_knowndevs[] = { "PCI", }, { + PCI_VENDOR_PLX, PCI_PRODUCT_PLX_1076, + 0, + "PLX Technology", + "I/O PCI", + }, + { + PCI_VENDOR_PLX, PCI_PRODUCT_PLX_9050, + 0, + "PLX Technology", + "I/O PCI", + }, + { PCI_VENDOR_PROMISE, PCI_PRODUCT_PROMISE_DC5030, 0, "Promise", @@ -6435,6 +6669,12 @@ struct pci_knowndev pci_knowndevs[] = { NULL, }, { + PCI_VENDOR_SIIG, 0, + PCI_KNOWNDEV_NOPROD, + "SIIG", + NULL, + }, + { PCI_VENDOR_LMC, 0, PCI_KNOWNDEV_NOPROD, "LAN Media Corp", |