diff options
author | Thorsten Lockert <tholo@cvs.openbsd.org> | 1996-02-29 05:54:37 +0000 |
---|---|---|
committer | Thorsten Lockert <tholo@cvs.openbsd.org> | 1996-02-29 05:54:37 +0000 |
commit | 9506179fee98a41211223399a1f10c4639d0690c (patch) | |
tree | 7af3431102f5a1f1fbd1cd6d4b11b9b8ca550de2 | |
parent | 9f8d752c68142f79f827f39679b8d577cd98aa48 (diff) |
Supplement the known PCI Vendor list
-rw-r--r-- | sys/dev/pci/pcidevs | 61 | ||||
-rw-r--r-- | sys/dev/pci/pcidevs.h | 61 | ||||
-rw-r--r-- | sys/dev/pci/pcidevs_data.h | 330 |
3 files changed, 438 insertions, 14 deletions
diff --git a/sys/dev/pci/pcidevs b/sys/dev/pci/pcidevs index 4414b5b8939..1603685e774 100644 --- a/sys/dev/pci/pcidevs +++ b/sys/dev/pci/pcidevs @@ -35,36 +35,89 @@ $NetBSD: pcidevs,v 1.3 1995/11/10 19:36:09 christos Exp $ * List of known PCI vendors */ +vendor OLDCOMPAQ 0x0E11 Compaq # Old ID. see "COMPAQ" below. vendor OLDNCR 0x1000 NCR # Old ID. see "NCR" below. vendor ATI 0x1002 ATI +vendor VLSI 0x1004 VLSI +vendor ADL 0x1005 Advance Logic +vendor NS 0x100B NS +vendor TSENG 0x100C Tseng'Lab +vendor WEITEK 0x100E Weitek vendor DEC 0x1011 DEC vendor CIRRUS 0x1013 Cirrus Logic vendor IBM 0x1014 IBM vendor NCR 0x101A NCR +vendor WD 0x101C Western Digital vendor AMD 0x1022 AMD -vendor ACER 0x1025 Acer +vendor TRIDENT 0x1023 Trident +vendor ACER 0x1025 Acer Incorporated +vendor MATROX 0x102B Matrox +vendor CT 0x102C Chips & Technologies vendor COMPAQ 0x1032 Compaq vendor NEC 0x1033 NEC -vendor SIS 0x1039 SIS +vendor FD 0x1036 Future Domain +vendor SIS 0x1039 Silicon Integrated Systems vendor HP 0x103C Hewlett-Packard vendor KPC 0x1040 Kubota Pacific Corp. +vendor PCTECH 0x1042 PCTECH +vendor DPT 0x1044 DPT +vendor OPTI 0x1045 OPTI +vendor SGS 0x104A SGS Thomson +vendor BUSLOGIC 0x104B BusLogic vendor TI 0x104C Texas Instruments vendor SONY 0x104D Sony vendor MOT 0x1057 Motorola +vendor PROMISE 0x105A Promise +vendor N9 0x105D Number Nine +vendor UMC 0x1060 UMC +vendor X 0x1061 X TECHNOLOGY vendor MYLEX 0x1069 Mylex vendor APPLE 0x106B Apple -vendor QLOGIC 0x1077 QLogic # ??? XXX +vendor NEXGEN 0x1074 NexGen +vendor QLOGIC 0x1077 Q Logic +vendor LEADTEK 0x107D Leadtek Research +vendor CONTAQ 0x1080 Contaq +vendor FOREX 0x1083 Forex vendor BIT3 0x108A Bit3 Computer Corp. +vendor QLICOM 0x108D Qlicom vendor CMD 0x1095 CMD Technologies +vendor VISION 0x1098 Vision +vendor SIERRA 0x10A8 Sierra +vendor ACC 0x10AA ACC MICROELECTRONICS +vendor WINBOND 0x10AD Winbond vendor CABLETRON 0x10B1 Cabletron vendor 3COM 0x10B7 3Com +vendor AL 0x10B9 Acer Labs +vendor ASP 0x10CD Advanced System Products vendor CERN 0x10DC CERN # ??? XXX vendor ECP 0x10DC ECP # ??? XXX vendor ECU 0x10DC ECU # ??? XXX +vendor IMS 0x10E0 IMS +vendor TEKRAM2 0x10E1 Tekram +vendor AMCC 0x10E8 AMCC +vendor INTERG 0x10EA Intergraphics +vendor REALTEK 0x10EC Realtek +vendor INIT 0x1101 Initio Corp +vendor VIA 0x1106 VIA Technologies vendor PROTEON 0x1108 Proteon -vendor S3 0x5333 S3 +vendor VORTEX 0x1119 VORTEX +vendor EF 0x111A Efficient Networks +vendor FORE 0x1127 Fore Systems +vendor IMAGINGTECH 0x112F Imaging Technology +vendor PLX 0x113C PLX +vendor ALLIANCE 0x1142 Alliance +vendor MUTECH 0x1159 Mutech +vendor ZEITNET 0x1193 ZeitNet +vendor SPECIALIX 0x11CB Specialix +vendor CYCLADES 0x120E Cyclades +vendor SYMPHONY 0x1C1C Symphony +vendor TEKRAM 0x1DE1 Tekram +vendor AVANCE 0x4005 Avance +vendor S3 0x5333 S3 Inc. vendor INTEL 0x8086 Intel vendor ADP 0x9004 Adaptec +vendor ATRONICS 0x907F Atronics +vendor HERCULES 0xEDD8 Hercules /* * List of known products. Grouped by vendor. diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h index 3c2eec0784d..038e1410b68 100644 --- a/sys/dev/pci/pcidevs.h +++ b/sys/dev/pci/pcidevs.h @@ -40,36 +40,89 @@ * List of known PCI vendors */ +#define PCI_VENDOR_OLDCOMPAQ 0x0E11 /* Compaq (Old ID. see "COMPAQ" below.) */ #define PCI_VENDOR_OLDNCR 0x1000 /* NCR (Old ID. see "NCR" below.) */ #define PCI_VENDOR_ATI 0x1002 /* ATI */ +#define PCI_VENDOR_VLSI 0x1004 /* VLSI */ +#define PCI_VENDOR_ADL 0x1005 /* Advance Logic */ +#define PCI_VENDOR_NS 0x100B /* NS */ +#define PCI_VENDOR_TSENG 0x100C /* Tseng'Lab */ +#define PCI_VENDOR_WEITEK 0x100E /* Weitek */ #define PCI_VENDOR_DEC 0x1011 /* DEC */ #define PCI_VENDOR_CIRRUS 0x1013 /* Cirrus Logic */ #define PCI_VENDOR_IBM 0x1014 /* IBM */ #define PCI_VENDOR_NCR 0x101A /* NCR */ +#define PCI_VENDOR_WD 0x101C /* Western Digital */ #define PCI_VENDOR_AMD 0x1022 /* AMD */ -#define PCI_VENDOR_ACER 0x1025 /* Acer */ +#define PCI_VENDOR_TRIDENT 0x1023 /* Trident */ +#define PCI_VENDOR_ACER 0x1025 /* Acer Incorporated */ +#define PCI_VENDOR_MATROX 0x102B /* Matrox */ +#define PCI_VENDOR_CT 0x102C /* Chips & Technologies */ #define PCI_VENDOR_COMPAQ 0x1032 /* Compaq */ #define PCI_VENDOR_NEC 0x1033 /* NEC */ -#define PCI_VENDOR_SIS 0x1039 /* SIS */ +#define PCI_VENDOR_FD 0x1036 /* Future Domain */ +#define PCI_VENDOR_SIS 0x1039 /* Silicon Integrated Systems */ #define PCI_VENDOR_HP 0x103C /* Hewlett-Packard */ #define PCI_VENDOR_KPC 0x1040 /* Kubota Pacific Corp. */ +#define PCI_VENDOR_PCTECH 0x1042 /* PCTECH */ +#define PCI_VENDOR_DPT 0x1044 /* DPT */ +#define PCI_VENDOR_OPTI 0x1045 /* OPTI */ +#define PCI_VENDOR_SGS 0x104A /* SGS Thomson */ +#define PCI_VENDOR_BUSLOGIC 0x104B /* BusLogic */ #define PCI_VENDOR_TI 0x104C /* Texas Instruments */ #define PCI_VENDOR_SONY 0x104D /* Sony */ #define PCI_VENDOR_MOT 0x1057 /* Motorola */ +#define PCI_VENDOR_PROMISE 0x105A /* Promise */ +#define PCI_VENDOR_N9 0x105D /* Number Nine */ +#define PCI_VENDOR_UMC 0x1060 /* UMC */ +#define PCI_VENDOR_X 0x1061 /* X TECHNOLOGY */ #define PCI_VENDOR_MYLEX 0x1069 /* Mylex */ #define PCI_VENDOR_APPLE 0x106B /* Apple */ -#define PCI_VENDOR_QLOGIC 0x1077 /* QLogic (??? XXX) */ +#define PCI_VENDOR_NEXGEN 0x1074 /* NexGen */ +#define PCI_VENDOR_QLOGIC 0x1077 /* Q Logic */ +#define PCI_VENDOR_LEADTEK 0x107D /* Leadtek Research */ +#define PCI_VENDOR_CONTAQ 0x1080 /* Contaq */ +#define PCI_VENDOR_FOREX 0x1083 /* Forex */ #define PCI_VENDOR_BIT3 0x108A /* Bit3 Computer Corp. */ +#define PCI_VENDOR_QLICOM 0x108D /* Qlicom */ #define PCI_VENDOR_CMD 0x1095 /* CMD Technologies */ +#define PCI_VENDOR_VISION 0x1098 /* Vision */ +#define PCI_VENDOR_SIERRA 0x10A8 /* Sierra */ +#define PCI_VENDOR_ACC 0x10AA /* ACC MICROELECTRONICS */ +#define PCI_VENDOR_WINBOND 0x10AD /* Winbond */ #define PCI_VENDOR_CABLETRON 0x10B1 /* Cabletron */ #define PCI_VENDOR_3COM 0x10B7 /* 3Com */ +#define PCI_VENDOR_AL 0x10B9 /* Acer Labs */ +#define PCI_VENDOR_ASP 0x10CD /* Advanced System Products */ #define PCI_VENDOR_CERN 0x10DC /* CERN (??? XXX) */ #define PCI_VENDOR_ECP 0x10DC /* ECP (??? XXX) */ #define PCI_VENDOR_ECU 0x10DC /* ECU (??? XXX) */ +#define PCI_VENDOR_IMS 0x10E0 /* IMS */ +#define PCI_VENDOR_TEKRAM2 0x10E1 /* Tekram */ +#define PCI_VENDOR_AMCC 0x10E8 /* AMCC */ +#define PCI_VENDOR_INTERG 0x10EA /* Intergraphics */ +#define PCI_VENDOR_REALTEK 0x10EC /* Realtek */ +#define PCI_VENDOR_INIT 0x1101 /* Initio Corp */ +#define PCI_VENDOR_VIA 0x1106 /* VIA Technologies */ #define PCI_VENDOR_PROTEON 0x1108 /* Proteon */ -#define PCI_VENDOR_S3 0x5333 /* S3 */ +#define PCI_VENDOR_VORTEX 0x1119 /* VORTEX */ +#define PCI_VENDOR_EF 0x111A /* Efficient Networks */ +#define PCI_VENDOR_FORE 0x1127 /* Fore Systems */ +#define PCI_VENDOR_IMAGINGTECH 0x112F /* Imaging Technology */ +#define PCI_VENDOR_PLX 0x113C /* PLX */ +#define PCI_VENDOR_ALLIANCE 0x1142 /* Alliance */ +#define PCI_VENDOR_MUTECH 0x1159 /* Mutech */ +#define PCI_VENDOR_ZEITNET 0x1193 /* ZeitNet */ +#define PCI_VENDOR_SPECIALIX 0x11CB /* Specialix */ +#define PCI_VENDOR_CYCLADES 0x120E /* Cyclades */ +#define PCI_VENDOR_SYMPHONY 0x1C1C /* Symphony */ +#define PCI_VENDOR_TEKRAM 0x1DE1 /* Tekram */ +#define PCI_VENDOR_AVANCE 0x4005 /* Avance */ +#define PCI_VENDOR_S3 0x5333 /* S3 Inc. */ #define PCI_VENDOR_INTEL 0x8086 /* Intel */ #define PCI_VENDOR_ADP 0x9004 /* Adaptec */ +#define PCI_VENDOR_ATRONICS 0x907F /* Atronics */ +#define PCI_VENDOR_HERCULES 0xEDD8 /* Hercules */ /* * List of known products. Grouped by vendor. diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h index 51d83eb277c..f5a432ae458 100644 --- a/sys/dev/pci/pcidevs_data.h +++ b/sys/dev/pci/pcidevs_data.h @@ -202,13 +202,13 @@ struct pci_knowndev pci_knowndevs[] = { { PCI_VENDOR_QLOGIC, PCI_PRODUCT_QLOGIC_ISP1020, PCI_KNOWNDEV_UNSUPP, - "QLogic", + "Q Logic", "ISP1020", }, { PCI_VENDOR_S3, PCI_PRODUCT_S3_VISION864, PCI_KNOWNDEV_UNSUPP, - "S3", + "S3 Inc.", "Vision 864", }, { @@ -230,6 +230,12 @@ struct pci_knowndev pci_knowndevs[] = { "PCI to IDE Controller", }, { + PCI_VENDOR_OLDCOMPAQ, 0, + PCI_KNOWNDEV_UNSUPP | PCI_KNOWNDEV_NOPROD, + "Compaq", + NULL, + }, + { PCI_VENDOR_OLDNCR, 0, PCI_KNOWNDEV_UNSUPP | PCI_KNOWNDEV_NOPROD, "NCR", @@ -242,6 +248,36 @@ struct pci_knowndev pci_knowndevs[] = { NULL, }, { + PCI_VENDOR_VLSI, 0, + PCI_KNOWNDEV_UNSUPP | PCI_KNOWNDEV_NOPROD, + "VLSI", + NULL, + }, + { + PCI_VENDOR_ADL, 0, + PCI_KNOWNDEV_UNSUPP | PCI_KNOWNDEV_NOPROD, + "Advance Logic", + NULL, + }, + { + PCI_VENDOR_NS, 0, + PCI_KNOWNDEV_UNSUPP | PCI_KNOWNDEV_NOPROD, + "NS", + NULL, + }, + { + PCI_VENDOR_TSENG, 0, + PCI_KNOWNDEV_UNSUPP | PCI_KNOWNDEV_NOPROD, + "Tseng'Lab", + NULL, + }, + { + PCI_VENDOR_WEITEK, 0, + PCI_KNOWNDEV_UNSUPP | PCI_KNOWNDEV_NOPROD, + "Weitek", + NULL, + }, + { PCI_VENDOR_DEC, 0, PCI_KNOWNDEV_UNSUPP | PCI_KNOWNDEV_NOPROD, "DEC", @@ -266,15 +302,39 @@ struct pci_knowndev pci_knowndevs[] = { NULL, }, { + PCI_VENDOR_WD, 0, + PCI_KNOWNDEV_UNSUPP | PCI_KNOWNDEV_NOPROD, + "Western Digital", + NULL, + }, + { PCI_VENDOR_AMD, 0, PCI_KNOWNDEV_UNSUPP | PCI_KNOWNDEV_NOPROD, "AMD", NULL, }, { + PCI_VENDOR_TRIDENT, 0, + PCI_KNOWNDEV_UNSUPP | PCI_KNOWNDEV_NOPROD, + "Trident", + NULL, + }, + { PCI_VENDOR_ACER, 0, PCI_KNOWNDEV_UNSUPP | PCI_KNOWNDEV_NOPROD, - "Acer", + "Acer Incorporated", + NULL, + }, + { + PCI_VENDOR_MATROX, 0, + PCI_KNOWNDEV_UNSUPP | PCI_KNOWNDEV_NOPROD, + "Matrox", + NULL, + }, + { + PCI_VENDOR_CT, 0, + PCI_KNOWNDEV_UNSUPP | PCI_KNOWNDEV_NOPROD, + "Chips & Technologies", NULL, }, { @@ -290,9 +350,15 @@ struct pci_knowndev pci_knowndevs[] = { NULL, }, { + PCI_VENDOR_FD, 0, + PCI_KNOWNDEV_UNSUPP | PCI_KNOWNDEV_NOPROD, + "Future Domain", + NULL, + }, + { PCI_VENDOR_SIS, 0, PCI_KNOWNDEV_UNSUPP | PCI_KNOWNDEV_NOPROD, - "SIS", + "Silicon Integrated Systems", NULL, }, { @@ -308,6 +374,36 @@ struct pci_knowndev pci_knowndevs[] = { NULL, }, { + PCI_VENDOR_PCTECH, 0, + PCI_KNOWNDEV_UNSUPP | PCI_KNOWNDEV_NOPROD, + "PCTECH", + NULL, + }, + { + PCI_VENDOR_DPT, 0, + PCI_KNOWNDEV_UNSUPP | PCI_KNOWNDEV_NOPROD, + "DPT", + NULL, + }, + { + PCI_VENDOR_OPTI, 0, + PCI_KNOWNDEV_UNSUPP | PCI_KNOWNDEV_NOPROD, + "OPTI", + NULL, + }, + { + PCI_VENDOR_SGS, 0, + PCI_KNOWNDEV_UNSUPP | PCI_KNOWNDEV_NOPROD, + "SGS Thomson", + NULL, + }, + { + PCI_VENDOR_BUSLOGIC, 0, + PCI_KNOWNDEV_UNSUPP | PCI_KNOWNDEV_NOPROD, + "BusLogic", + NULL, + }, + { PCI_VENDOR_TI, 0, PCI_KNOWNDEV_UNSUPP | PCI_KNOWNDEV_NOPROD, "Texas Instruments", @@ -326,6 +422,30 @@ struct pci_knowndev pci_knowndevs[] = { NULL, }, { + PCI_VENDOR_PROMISE, 0, + PCI_KNOWNDEV_UNSUPP | PCI_KNOWNDEV_NOPROD, + "Promise", + NULL, + }, + { + PCI_VENDOR_N9, 0, + PCI_KNOWNDEV_UNSUPP | PCI_KNOWNDEV_NOPROD, + "Number Nine", + NULL, + }, + { + PCI_VENDOR_UMC, 0, + PCI_KNOWNDEV_UNSUPP | PCI_KNOWNDEV_NOPROD, + "UMC", + NULL, + }, + { + PCI_VENDOR_X, 0, + PCI_KNOWNDEV_UNSUPP | PCI_KNOWNDEV_NOPROD, + "X TECHNOLOGY", + NULL, + }, + { PCI_VENDOR_MYLEX, 0, PCI_KNOWNDEV_UNSUPP | PCI_KNOWNDEV_NOPROD, "Mylex", @@ -338,9 +458,33 @@ struct pci_knowndev pci_knowndevs[] = { NULL, }, { + PCI_VENDOR_NEXGEN, 0, + PCI_KNOWNDEV_UNSUPP | PCI_KNOWNDEV_NOPROD, + "NexGen", + NULL, + }, + { PCI_VENDOR_QLOGIC, 0, PCI_KNOWNDEV_UNSUPP | PCI_KNOWNDEV_NOPROD, - "QLogic", + "Q Logic", + NULL, + }, + { + PCI_VENDOR_LEADTEK, 0, + PCI_KNOWNDEV_UNSUPP | PCI_KNOWNDEV_NOPROD, + "Leadtek Research", + NULL, + }, + { + PCI_VENDOR_CONTAQ, 0, + PCI_KNOWNDEV_UNSUPP | PCI_KNOWNDEV_NOPROD, + "Contaq", + NULL, + }, + { + PCI_VENDOR_FOREX, 0, + PCI_KNOWNDEV_UNSUPP | PCI_KNOWNDEV_NOPROD, + "Forex", NULL, }, { @@ -350,12 +494,42 @@ struct pci_knowndev pci_knowndevs[] = { NULL, }, { + PCI_VENDOR_QLICOM, 0, + PCI_KNOWNDEV_UNSUPP | PCI_KNOWNDEV_NOPROD, + "Qlicom", + NULL, + }, + { PCI_VENDOR_CMD, 0, PCI_KNOWNDEV_UNSUPP | PCI_KNOWNDEV_NOPROD, "CMD Technologies", NULL, }, { + PCI_VENDOR_VISION, 0, + PCI_KNOWNDEV_UNSUPP | PCI_KNOWNDEV_NOPROD, + "Vision", + NULL, + }, + { + PCI_VENDOR_SIERRA, 0, + PCI_KNOWNDEV_UNSUPP | PCI_KNOWNDEV_NOPROD, + "Sierra", + NULL, + }, + { + PCI_VENDOR_ACC, 0, + PCI_KNOWNDEV_UNSUPP | PCI_KNOWNDEV_NOPROD, + "ACC MICROELECTRONICS", + NULL, + }, + { + PCI_VENDOR_WINBOND, 0, + PCI_KNOWNDEV_UNSUPP | PCI_KNOWNDEV_NOPROD, + "Winbond", + NULL, + }, + { PCI_VENDOR_CABLETRON, 0, PCI_KNOWNDEV_UNSUPP | PCI_KNOWNDEV_NOPROD, "Cabletron", @@ -368,6 +542,18 @@ struct pci_knowndev pci_knowndevs[] = { NULL, }, { + PCI_VENDOR_AL, 0, + PCI_KNOWNDEV_UNSUPP | PCI_KNOWNDEV_NOPROD, + "Acer Labs", + NULL, + }, + { + PCI_VENDOR_ASP, 0, + PCI_KNOWNDEV_UNSUPP | PCI_KNOWNDEV_NOPROD, + "Advanced System Products", + NULL, + }, + { PCI_VENDOR_CERN, 0, PCI_KNOWNDEV_UNSUPP | PCI_KNOWNDEV_NOPROD, "CERN", @@ -386,15 +572,135 @@ struct pci_knowndev pci_knowndevs[] = { NULL, }, { + PCI_VENDOR_IMS, 0, + PCI_KNOWNDEV_UNSUPP | PCI_KNOWNDEV_NOPROD, + "IMS", + NULL, + }, + { + PCI_VENDOR_TEKRAM2, 0, + PCI_KNOWNDEV_UNSUPP | PCI_KNOWNDEV_NOPROD, + "Tekram", + NULL, + }, + { + PCI_VENDOR_AMCC, 0, + PCI_KNOWNDEV_UNSUPP | PCI_KNOWNDEV_NOPROD, + "AMCC", + NULL, + }, + { + PCI_VENDOR_INTERG, 0, + PCI_KNOWNDEV_UNSUPP | PCI_KNOWNDEV_NOPROD, + "Intergraphics", + NULL, + }, + { + PCI_VENDOR_REALTEK, 0, + PCI_KNOWNDEV_UNSUPP | PCI_KNOWNDEV_NOPROD, + "Realtek", + NULL, + }, + { + PCI_VENDOR_INIT, 0, + PCI_KNOWNDEV_UNSUPP | PCI_KNOWNDEV_NOPROD, + "Initio Corp", + NULL, + }, + { + PCI_VENDOR_VIA, 0, + PCI_KNOWNDEV_UNSUPP | PCI_KNOWNDEV_NOPROD, + "VIA Technologies", + NULL, + }, + { PCI_VENDOR_PROTEON, 0, PCI_KNOWNDEV_UNSUPP | PCI_KNOWNDEV_NOPROD, "Proteon", NULL, }, { + PCI_VENDOR_VORTEX, 0, + PCI_KNOWNDEV_UNSUPP | PCI_KNOWNDEV_NOPROD, + "VORTEX", + NULL, + }, + { + PCI_VENDOR_EF, 0, + PCI_KNOWNDEV_UNSUPP | PCI_KNOWNDEV_NOPROD, + "Efficient Networks", + NULL, + }, + { + PCI_VENDOR_FORE, 0, + PCI_KNOWNDEV_UNSUPP | PCI_KNOWNDEV_NOPROD, + "Fore Systems", + NULL, + }, + { + PCI_VENDOR_IMAGINGTECH, 0, + PCI_KNOWNDEV_UNSUPP | PCI_KNOWNDEV_NOPROD, + "Imaging Technology", + NULL, + }, + { + PCI_VENDOR_PLX, 0, + PCI_KNOWNDEV_UNSUPP | PCI_KNOWNDEV_NOPROD, + "PLX", + NULL, + }, + { + PCI_VENDOR_ALLIANCE, 0, + PCI_KNOWNDEV_UNSUPP | PCI_KNOWNDEV_NOPROD, + "Alliance", + NULL, + }, + { + PCI_VENDOR_MUTECH, 0, + PCI_KNOWNDEV_UNSUPP | PCI_KNOWNDEV_NOPROD, + "Mutech", + NULL, + }, + { + PCI_VENDOR_ZEITNET, 0, + PCI_KNOWNDEV_UNSUPP | PCI_KNOWNDEV_NOPROD, + "ZeitNet", + NULL, + }, + { + PCI_VENDOR_SPECIALIX, 0, + PCI_KNOWNDEV_UNSUPP | PCI_KNOWNDEV_NOPROD, + "Specialix", + NULL, + }, + { + PCI_VENDOR_CYCLADES, 0, + PCI_KNOWNDEV_UNSUPP | PCI_KNOWNDEV_NOPROD, + "Cyclades", + NULL, + }, + { + PCI_VENDOR_SYMPHONY, 0, + PCI_KNOWNDEV_UNSUPP | PCI_KNOWNDEV_NOPROD, + "Symphony", + NULL, + }, + { + PCI_VENDOR_TEKRAM, 0, + PCI_KNOWNDEV_UNSUPP | PCI_KNOWNDEV_NOPROD, + "Tekram", + NULL, + }, + { + PCI_VENDOR_AVANCE, 0, + PCI_KNOWNDEV_UNSUPP | PCI_KNOWNDEV_NOPROD, + "Avance", + NULL, + }, + { PCI_VENDOR_S3, 0, PCI_KNOWNDEV_UNSUPP | PCI_KNOWNDEV_NOPROD, - "S3", + "S3 Inc.", NULL, }, { @@ -409,5 +715,17 @@ struct pci_knowndev pci_knowndevs[] = { "Adaptec", NULL, }, + { + PCI_VENDOR_ATRONICS, 0, + PCI_KNOWNDEV_UNSUPP | PCI_KNOWNDEV_NOPROD, + "Atronics", + NULL, + }, + { + PCI_VENDOR_HERCULES, 0, + PCI_KNOWNDEV_UNSUPP | PCI_KNOWNDEV_NOPROD, + "Hercules", + NULL, + }, { 0, 0, 0, NULL, NULL, } }; |