Home | History | Annotate | Line # | Download | only in pci
pcidevs.h revision 1.9
      1  1.1       cgd /*
      2  1.1       cgd  * THIS FILE AUTOMATICALLY GENERATED.  DO NOT EDIT.
      3  1.1       cgd  *
      4  1.1       cgd  * generated from:
      5  1.8   mycroft  *	NetBSD: pcidevs,v 1.7 1996/04/04 21:46:33 mycroft Exp
      6  1.1       cgd  */
      7  1.1       cgd 
      8  1.1       cgd /*
      9  1.5       cgd  * Copyright (c) 1995, 1996 Christopher G. Demetriou
     10  1.1       cgd  * All rights reserved.
     11  1.1       cgd  *
     12  1.1       cgd  * Redistribution and use in source and binary forms, with or without
     13  1.1       cgd  * modification, are permitted provided that the following conditions
     14  1.1       cgd  * are met:
     15  1.1       cgd  * 1. Redistributions of source code must retain the above copyright
     16  1.1       cgd  *    notice, this list of conditions and the following disclaimer.
     17  1.1       cgd  * 2. Redistributions in binary form must reproduce the above copyright
     18  1.1       cgd  *    notice, this list of conditions and the following disclaimer in the
     19  1.1       cgd  *    documentation and/or other materials provided with the distribution.
     20  1.1       cgd  * 3. All advertising materials mentioning features or use of this software
     21  1.1       cgd  *    must display the following acknowledgement:
     22  1.1       cgd  *      This product includes software developed by Christopher G. Demetriou
     23  1.1       cgd  *	for the NetBSD Project.
     24  1.1       cgd  * 4. The name of the author may not be used to endorse or promote products
     25  1.1       cgd  *    derived from this software without specific prior written permission
     26  1.1       cgd  *
     27  1.1       cgd  * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
     28  1.1       cgd  * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
     29  1.1       cgd  * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
     30  1.1       cgd  * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
     31  1.1       cgd  * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
     32  1.1       cgd  * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
     33  1.1       cgd  * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
     34  1.1       cgd  * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
     35  1.1       cgd  * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
     36  1.1       cgd  * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
     37  1.1       cgd  */
     38  1.1       cgd 
     39  1.1       cgd /*
     40  1.1       cgd  * List of known PCI vendors
     41  1.1       cgd  */
     42  1.1       cgd 
     43  1.1       cgd #define	PCI_VENDOR_OLDNCR	0x1000		/* NCR (Old ID. see "NCR" below.) */
     44  1.5       cgd #define	PCI_VENDOR_ATI	0x1002		/* ATI Technologies */
     45  1.5       cgd #define	PCI_VENDOR_ULSI	0x1003		/* ULSI Systems */
     46  1.5       cgd #define	PCI_VENDOR_VLSI	0x1004		/* VLSI Technology */
     47  1.5       cgd #define	PCI_VENDOR_AVANCE	0x1005		/* Avance Logic */
     48  1.5       cgd #define	PCI_VENDOR_REPLY	0x1006		/* Reply Group */
     49  1.5       cgd #define	PCI_VENDOR_NETFRAME	0x1007		/* NetFrame Systems */
     50  1.5       cgd #define	PCI_VENDOR_EPSON	0x1008		/* Epson */
     51  1.5       cgd #define	PCI_VENDOR_PHOENIX	0x100a		/* Phoenix Technologies */
     52  1.5       cgd #define	PCI_VENDOR_NS	0x100b		/* National Semiconductor */
     53  1.5       cgd #define	PCI_VENDOR_TSENG	0x100c		/* Tseng Labs */
     54  1.5       cgd #define	PCI_VENDOR_AST	0x100d		/* AST Research */
     55  1.5       cgd #define	PCI_VENDOR_WEITEK	0x100e		/* Weitek */
     56  1.5       cgd #define	PCI_VENDOR_VIDEOLOGIC	0x1010		/* Video Logic, Ltd. */
     57  1.5       cgd #define	PCI_VENDOR_DEC	0x1011		/* Digital Equipment */
     58  1.5       cgd #define	PCI_VENDOR_MICRONICS	0x1012		/* Micronics Computers */
     59  1.1       cgd #define	PCI_VENDOR_CIRRUS	0x1013		/* Cirrus Logic */
     60  1.1       cgd #define	PCI_VENDOR_IBM	0x1014		/* IBM */
     61  1.5       cgd #define	PCI_VENDOR_ICLPERSONAL	0x1016		/* ICL Personal Systems */
     62  1.5       cgd #define	PCI_VENDOR_SPEA	0x1017		/* SPEA Software */
     63  1.5       cgd #define	PCI_VENDOR_UNISYS	0x1018		/* Unisys Systems */
     64  1.5       cgd #define	PCI_VENDOR_ELITEGROUP	0x1019		/* Elitegroup Computer Systems */
     65  1.5       cgd #define	PCI_VENDOR_NCR	0x101a		/* NCR */
     66  1.5       cgd #define	PCI_VENDOR_VITESSE	0x101b		/* Vitesse Semiconductor */
     67  1.5       cgd #define	PCI_VENDOR_WD	0x101c		/* Western Digital */
     68  1.5       cgd #define	PCI_VENDOR_AMI	0x101e		/* American Megatrends */
     69  1.5       cgd #define	PCI_VENDOR_PICTURETEL	0x101f		/* PictureTel */
     70  1.5       cgd #define	PCI_VENDOR_HITACHICOMP	0x1020		/* Hitachi Computer Products */
     71  1.5       cgd #define	PCI_VENDOR_OKI	0x1021		/* OKI Electric Industry */
     72  1.1       cgd #define	PCI_VENDOR_AMD	0x1022		/* AMD */
     73  1.5       cgd #define	PCI_VENDOR_TRIDENT	0x1023		/* Trident Microsystems */
     74  1.5       cgd #define	PCI_VENDOR_ZENITH	0x1024		/* Zenith Data Systems */
     75  1.2       cgd #define	PCI_VENDOR_ACER	0x1025		/* Acer */
     76  1.5       cgd #define	PCI_VENDOR_DELL	0x1028		/* Dell Computer */
     77  1.5       cgd #define	PCI_VENDOR_SIEMENS	0x1029		/* Siemens Nixdorf IS */
     78  1.5       cgd #define	PCI_VENDOR_MATROX	0x102b		/* Matrox */
     79  1.5       cgd #define	PCI_VENDOR_CHIPS	0x102c		/* Chips and Technologies */
     80  1.5       cgd #define	PCI_VENDOR_WYSE	0x102d		/* WYSE Technology */
     81  1.5       cgd #define	PCI_VENDOR_OLIVETTI	0x102e		/* Olivetti Advanced Technology */
     82  1.5       cgd #define	PCI_VENDOR_TOSHIBA	0x102f		/* Toshiba America */
     83  1.5       cgd #define	PCI_VENDOR_TMCRESEARCH	0x1030		/* TMC Research */
     84  1.5       cgd #define	PCI_VENDOR_MIRO	0x1031		/* Miro Computer Products */
     85  1.1       cgd #define	PCI_VENDOR_COMPAQ	0x1032		/* Compaq */
     86  1.1       cgd #define	PCI_VENDOR_NEC	0x1033		/* NEC */
     87  1.5       cgd #define	PCI_VENDOR_BURNDY	0x1034		/* Burndy */
     88  1.5       cgd #define	PCI_VENDOR_COMPCOMM	0x1035		/* Comp. & Comm. Research Lab */
     89  1.5       cgd #define	PCI_VENDOR_FUTUREDOMAIN	0x1036		/* Future Domain */
     90  1.5       cgd #define	PCI_VENDOR_HITACHIMICRO	0x1037		/* Hitach Microsystems */
     91  1.5       cgd #define	PCI_VENDOR_AMP	0x1038		/* AMP */
     92  1.5       cgd #define	PCI_VENDOR_SIS	0x1039		/* Silicon Integrated System */
     93  1.5       cgd #define	PCI_VENDOR_SEIKOEPSON	0x103a		/* Seiko Epson */
     94  1.5       cgd #define	PCI_VENDOR_TATUNGAMERICA	0x103b		/* Tatung Co. of America */
     95  1.1       cgd #define	PCI_VENDOR_HP	0x103C		/* Hewlett-Packard */
     96  1.5       cgd #define	PCI_VENDOR_SOLLIDAY	0x103e		/* Solliday Engineering */
     97  1.5       cgd #define	PCI_VENDOR_LOGICMODELLING	0x103f		/* Logic Modeling */
     98  1.5       cgd #define	PCI_VENDOR_KPC	0x1040		/* Kubota Pacific */
     99  1.5       cgd #define	PCI_VENDOR_COMPUTREND	0x1041		/* Computrend */
    100  1.5       cgd #define	PCI_VENDOR_PCTECH	0x1042		/* PC Technology */
    101  1.5       cgd #define	PCI_VENDOR_ASUSTEK	0x1043		/* Asustek Computer */
    102  1.5       cgd #define	PCI_VENDOR_DPT	0x1044		/* Distributed Processing Technology */
    103  1.5       cgd #define	PCI_VENDOR_OPTI	0x1045		/* Opti */
    104  1.5       cgd #define	PCI_VENDOR_IPCCORP	0x1046		/* IPC Corporation */
    105  1.5       cgd #define	PCI_VENDOR_GENOA	0x1047		/* Genoa Systems */
    106  1.5       cgd #define	PCI_VENDOR_ELSA	0x1048		/* Elsa */
    107  1.5       cgd #define	PCI_VENDOR_FOUNTAINTECH	0x1049		/* Fountain Technology */
    108  1.5       cgd #define	PCI_VENDOR_SGSTHOMSON	0x104a		/* SGS Thomson Microelectric */
    109  1.5       cgd #define	PCI_VENDOR_BUSLOGIC	0x104b		/* BusLogic */
    110  1.1       cgd #define	PCI_VENDOR_TI	0x104C		/* Texas Instruments */
    111  1.1       cgd #define	PCI_VENDOR_SONY	0x104D		/* Sony */
    112  1.5       cgd #define	PCI_VENDOR_OAKTECH	0x104e		/* Oak Technology */
    113  1.5       cgd #define	PCI_VENDOR_COTIME	0x104f		/* Co-time Computer */
    114  1.5       cgd #define	PCI_VENDOR_WINBOND	0x1050		/* Winbond Electronics */
    115  1.5       cgd #define	PCI_VENDOR_ANIGMA	0x1051		/* Anigma */
    116  1.5       cgd #define	PCI_VENDOR_YOUNGMICRO	0x1052		/* Young Micro Systems */
    117  1.5       cgd #define	PCI_VENDOR_HITACHI	0x1054		/* Hitachi */
    118  1.5       cgd #define	PCI_VENDOR_EFARMICRO	0x1055		/* Efar Microsystems */
    119  1.5       cgd #define	PCI_VENDOR_ICL	0x1056		/* ICL */
    120  1.1       cgd #define	PCI_VENDOR_MOT	0x1057		/* Motorola */
    121  1.5       cgd #define	PCI_VENDOR_ETR	0x1058		/* Electronics & Telec. RSH */
    122  1.5       cgd #define	PCI_VENDOR_TEKNOR	0x1059		/* Teknor Microsystems */
    123  1.5       cgd #define	PCI_VENDOR_PROMISE	0x105a		/* Promise Technology */
    124  1.5       cgd #define	PCI_VENDOR_FOXCONN	0x105b		/* Foxconn International */
    125  1.5       cgd #define	PCI_VENDOR_WIPRO	0x105c		/* Wipro Infotech */
    126  1.5       cgd #define	PCI_VENDOR_NUMBER9	0x105d		/* Number 9 Computer Company */
    127  1.5       cgd #define	PCI_VENDOR_VTECH	0x105e		/* Vtech Computers */
    128  1.5       cgd #define	PCI_VENDOR_INFOTRONIC	0x105f		/* Infotronic America */
    129  1.5       cgd #define	PCI_VENDOR_UMC	0x1060		/* United Microelectronics */
    130  1.5       cgd #define	PCI_VENDOR_ITT	0x1061		/* I. T. T. */
    131  1.5       cgd #define	PCI_VENDOR_MASPAR	0x1062		/* Maspar Computer */
    132  1.5       cgd #define	PCI_VENDOR_OCEANOA	0x1063		/* Ocean Office Automation */
    133  1.5       cgd #define	PCI_VENDOR_ALCATEL	0x1064		/* Alcatel CIT */
    134  1.5       cgd #define	PCI_VENDOR_TEXASMICRO	0x1065		/* Texas Microsystems */
    135  1.5       cgd #define	PCI_VENDOR_PICOPOWER	0x1066		/* Picopower Technology */
    136  1.5       cgd #define	PCI_VENDOR_MITSUBISHI	0x1067		/* Mitsubishi */
    137  1.5       cgd #define	PCI_VENDOR_DIVERSIFIED	0x1068		/* Diversified Technology */
    138  1.1       cgd #define	PCI_VENDOR_MYLEX	0x1069		/* Mylex */
    139  1.5       cgd #define	PCI_VENDOR_ATEN	0x106a		/* Aten Research */
    140  1.1       cgd #define	PCI_VENDOR_APPLE	0x106B		/* Apple */
    141  1.5       cgd #define	PCI_VENDOR_HYUNDAI	0x106c		/* Hyundai Electronics America */
    142  1.5       cgd #define	PCI_VENDOR_SEQUENT	0x106d		/* Sequent */
    143  1.5       cgd #define	PCI_VENDOR_DFI	0x106e		/* DFI */
    144  1.5       cgd #define	PCI_VENDOR_CITYGATE	0x106f		/* City Gate Development */
    145  1.5       cgd #define	PCI_VENDOR_DAEWOO	0x1070		/* Daewoo Telecom */
    146  1.5       cgd #define	PCI_VENDOR_MITAC	0x1071		/* Mitac */
    147  1.5       cgd #define	PCI_VENDOR_GIT	0x1072		/* GIT Co. */
    148  1.5       cgd #define	PCI_VENDOR_YAMAHA	0x1073		/* Yamaha */
    149  1.5       cgd #define	PCI_VENDOR_NEXGEN	0x1074		/* NexGen Microsystems */
    150  1.5       cgd #define	PCI_VENDOR_AIR	0x1075		/* Advanced Integration Research */
    151  1.5       cgd #define	PCI_VENDOR_CHAINTECH	0x1076		/* Chaintech Computer */
    152  1.5       cgd #define	PCI_VENDOR_QLOGIC	0x1077		/* Q Logic */
    153  1.5       cgd #define	PCI_VENDOR_CYRIX	0x1078		/* Cyrix Corporation */
    154  1.5       cgd #define	PCI_VENDOR_IBUS	0x1079		/* I-Bus */
    155  1.5       cgd #define	PCI_VENDOR_NETWORTH	0x107a		/* NetWorth */
    156  1.5       cgd #define	PCI_VENDOR_GATEWAY	0x107b		/* Gateway 2000 */
    157  1.5       cgd #define	PCI_VENDOR_GOLDSTART	0x107c		/* Goldstar */
    158  1.5       cgd #define	PCI_VENDOR_LEADTEK	0x107d		/* LeadTek Research */
    159  1.5       cgd #define	PCI_VENDOR_INTERPHASE	0x107e		/* Interphase */
    160  1.5       cgd #define	PCI_VENDOR_DATATECH	0x107f		/* Data Technology Corporation */
    161  1.5       cgd #define	PCI_VENDOR_CONTAQ	0x1080		/* Contaq Microsystems */
    162  1.5       cgd #define	PCI_VENDOR_SUPERMAC	0x1081		/* Supermac Technology */
    163  1.5       cgd #define	PCI_VENDOR_EFA	0x1082		/* EFA Corporation of America */
    164  1.5       cgd #define	PCI_VENDOR_FOREX	0x1083		/* Forex Computer */
    165  1.5       cgd #define	PCI_VENDOR_PARADOR	0x1084		/* Parador */
    166  1.5       cgd #define	PCI_VENDOR_TULIP	0x1085		/* Tulip Computers */
    167  1.5       cgd #define	PCI_VENDOR_JBOND	0x1086		/* J. Bond Computer Systems */
    168  1.5       cgd #define	PCI_VENDOR_CACHECOMP	0x1087		/* Cache Computer */
    169  1.5       cgd #define	PCI_VENDOR_MICROCOMP	0x1088		/* Microcomputer Systems */
    170  1.5       cgd #define	PCI_VENDOR_DG	0x1089		/* Data General Corporation */
    171  1.1       cgd #define	PCI_VENDOR_BIT3	0x108A		/* Bit3 Computer Corp. */
    172  1.5       cgd #define	PCI_VENDOR_OAKLEIGH	0x108c		/* Oakleigh Systems */
    173  1.5       cgd #define	PCI_VENDOR_OLICOM	0x108d		/* Olicom */
    174  1.5       cgd #define	PCI_VENDOR_SYSTEMSOFT	0x108f		/* Systemsoft */
    175  1.5       cgd #define	PCI_VENDOR_ENCORE	0x1090		/* Encore Computer */
    176  1.5       cgd #define	PCI_VENDOR_INTERGRAPH	0x1091		/* Intergraph */
    177  1.5       cgd #define	PCI_VENDOR_DIAMOND	0x1092		/* Diamond Computer Systems */
    178  1.5       cgd #define	PCI_VENDOR_NATIONALINST	0x1093		/* National Instruments */
    179  1.5       cgd #define	PCI_VENDOR_FICOMP	0x1094		/* First Int'l Computers */
    180  1.5       cgd #define	PCI_VENDOR_CMDTECH	0x1095		/* CMD Technology */
    181  1.5       cgd #define	PCI_VENDOR_ALACRON	0x1096		/* Alacron */
    182  1.5       cgd #define	PCI_VENDOR_APPIAN	0x1097		/* Appian Technology */
    183  1.5       cgd #define	PCI_VENDOR_QUANTUMDESIGNS	0x1098		/* Quantum Designs */
    184  1.5       cgd #define	PCI_VENDOR_SAMSUNGELEC	0x1099		/* Samsung Electronics */
    185  1.5       cgd #define	PCI_VENDOR_PACKARDBELL	0x109a		/* Packard Bell */
    186  1.5       cgd #define	PCI_VENDOR_GEMLIGHT	0x109b		/* Gemlight Computer */
    187  1.5       cgd #define	PCI_VENDOR_MEGACHIPS	0x109c		/* Megachips */
    188  1.5       cgd #define	PCI_VENDOR_ZIDA	0x109d		/* Zida Technologies */
    189  1.5       cgd #define	PCI_VENDOR_BROOKTREE	0x109e		/* Brooktree */
    190  1.5       cgd #define	PCI_VENDOR_TRIGEM	0x109f		/* Trigem Computer */
    191  1.5       cgd #define	PCI_VENDOR_MEIDENSHA	0x10a0		/* Meidensha */
    192  1.5       cgd #define	PCI_VENDOR_JUKO	0x10a1		/* Juko Electronics */
    193  1.5       cgd #define	PCI_VENDOR_QUANTUM	0x10a2		/* Quantum */
    194  1.5       cgd #define	PCI_VENDOR_EVEREX	0x10a3		/* Everex Systems */
    195  1.5       cgd #define	PCI_VENDOR_GLOBE	0x10a4		/* Globe Manufacturing Sales */
    196  1.5       cgd #define	PCI_VENDOR_RACAL	0x10a5		/* Racal Interlan */
    197  1.5       cgd #define	PCI_VENDOR_INFORMTECH	0x10a6		/* Informtech Industrial */
    198  1.5       cgd #define	PCI_VENDOR_BENCHMARQ	0x10a7		/* Benchmarq Microelectronics */
    199  1.5       cgd #define	PCI_VENDOR_SIERRA	0x10a8		/* Sierra Semiconductor */
    200  1.5       cgd #define	PCI_VENDOR_SGI	0x10a9		/* Silicon Graphics */
    201  1.5       cgd #define	PCI_VENDOR_ACC	0x10aa		/* ACC Microelectronics */
    202  1.5       cgd #define	PCI_VENDOR_DIGICOM	0x10ab		/* Digicom */
    203  1.5       cgd #define	PCI_VENDOR_HONEYWELL	0x10ac		/* Honeywell IASD */
    204  1.5       cgd #define	PCI_VENDOR_SYMPHONY	0x10ad		/* Symphony Labs */
    205  1.5       cgd #define	PCI_VENDOR_CORNERSTONE	0x10ae		/* Cornerstone Technology */
    206  1.5       cgd #define	PCI_VENDOR_MICROCOMPSON	0x10af		/* Micro Computer Sysytems (M) SON */
    207  1.5       cgd #define	PCI_VENDOR_CARDEXPER	0x10b0		/* CardExpert Technology */
    208  1.5       cgd #define	PCI_VENDOR_CABLETRON	0x10B1		/* Cabletron Systems */
    209  1.5       cgd #define	PCI_VENDOR_RAYETHON	0x10b2		/* Raytheon */
    210  1.5       cgd #define	PCI_VENDOR_DATABOOK	0x10b3		/* Databook */
    211  1.5       cgd #define	PCI_VENDOR_STB	0x10b4		/* STB Systems */
    212  1.5       cgd #define	PCI_VENDOR_PLX	0x10b5		/* PLX Technology */
    213  1.5       cgd #define	PCI_VENDOR_MADGE	0x10b6		/* Madge Networks */
    214  1.1       cgd #define	PCI_VENDOR_3COM	0x10B7		/* 3Com */
    215  1.5       cgd #define	PCI_VENDOR_SMC	0x10b8		/* Standard Microsystems */
    216  1.5       cgd #define	PCI_VENDOR_ALI	0x10b9		/* Acer Labs */
    217  1.5       cgd #define	PCI_VENDOR_MITSUBISHIELEC	0x10ba		/* Mitsubishi Electronics */
    218  1.5       cgd #define	PCI_VENDOR_DAPHA	0x10bb		/* Dapha Electronics */
    219  1.5       cgd #define	PCI_VENDOR_ALR	0x10bc		/* Advanced Logic Research */
    220  1.5       cgd #define	PCI_VENDOR_SURECOM	0x10bd		/* Surecom Technology */
    221  1.5       cgd #define	PCI_VENDOR_TSENGLABS	0x10be		/* Tseng Labs International */
    222  1.5       cgd #define	PCI_VENDOR_MOST	0x10bf		/* Most */
    223  1.5       cgd #define	PCI_VENDOR_BOCA	0x10c0		/* Boca Research */
    224  1.5       cgd #define	PCI_VENDOR_ICM	0x10c1		/* ICM */
    225  1.5       cgd #define	PCI_VENDOR_AUSPEX	0x10c2		/* Auspex Systems */
    226  1.5       cgd #define	PCI_VENDOR_SAMSUNGSEMI	0x10c3		/* Samsung Semiconductors */
    227  1.5       cgd #define	PCI_VENDOR_AWARD	0x10c4		/* Award Software Int'l */
    228  1.5       cgd #define	PCI_VENDOR_XEROX	0x10c5		/* Xerox */
    229  1.5       cgd #define	PCI_VENDOR_RAMBUS	0x10c6		/* Rambus */
    230  1.5       cgd #define	PCI_VENDOR_MEDIAVIS	0x10c7		/* Media Vision */
    231  1.5       cgd #define	PCI_VENDOR_NEOMAGIC	0x10c8		/* Neomagic */
    232  1.5       cgd #define	PCI_VENDOR_DATAEXPERT	0x10c9		/* Dataexpert */
    233  1.5       cgd #define	PCI_VENDOR_FUJITSU	0x10ca		/* Fujitsu */
    234  1.5       cgd #define	PCI_VENDOR_OMRON	0x10cb		/* Omron */
    235  1.5       cgd #define	PCI_VENDOR_MENTOR	0x10cc		/* Mentor ARC */
    236  1.5       cgd #define	PCI_VENDOR_ADVSYSPROD	0x10cd		/* Advanced System Products */
    237  1.5       cgd #define	PCI_VENDOR_RADIUS	0x10ce		/* Radius */
    238  1.5       cgd #define	PCI_VENDOR_CITICORP	0x10cf		/* Citicorp TTI */
    239  1.5       cgd #define	PCI_VENDOR_FUJUTSU	0x10d0		/* Fujitsu Limited */
    240  1.5       cgd #define	PCI_VENDOR_FUTUREPLUS	0x10d1		/* Future+ Systems */
    241  1.5       cgd #define	PCI_VENDOR_MOLEX	0x10d2		/* Molex */
    242  1.5       cgd #define	PCI_VENDOR_JABIL	0x10d3		/* Jabil Circuit */
    243  1.5       cgd #define	PCI_VENDOR_HAULON	0x10d4		/* Hualon Microelectronics */
    244  1.5       cgd #define	PCI_VENDOR_AUTOLOGIC	0x10d5		/* Autologic */
    245  1.5       cgd #define	PCI_VENDOR_CETIA	0x10d6		/* Cetia */
    246  1.5       cgd #define	PCI_VENDOR_BCM	0x10d7		/* BCM Advanced */
    247  1.5       cgd #define	PCI_VENDOR_APL	0x10d8		/* Advanced Peripherals Labs */
    248  1.5       cgd #define	PCI_VENDOR_MACRONIX	0x10d9		/* Macronix */
    249  1.5       cgd #define	PCI_VENDOR_THOMASCONRAD	0x10da		/* Thomas-Conrad */
    250  1.5       cgd #define	PCI_VENDOR_ROHM	0x10db		/* Rohm Research */
    251  1.5       cgd #define	PCI_VENDOR_CERN	0x10DC		/* CERN/ECP/EDU */
    252  1.5       cgd #define	PCI_VENDOR_ES	0x10dd		/* Evans & Sutherland */
    253  1.5       cgd #define	PCI_VENDOR_NVIDIA	0x10de		/* Nvidia Corporation */
    254  1.5       cgd #define	PCI_VENDOR_EMULEX	0x10df		/* Emulex */
    255  1.5       cgd #define	PCI_VENDOR_IMS	0x10e0		/* Integrated Micro Solutions */
    256  1.5       cgd #define	PCI_VENDOR_TEKRAM	0x10e1		/* Tekram Technology */
    257  1.5       cgd #define	PCI_VENDOR_APTIX	0x10e2		/* Aptix Corporation */
    258  1.5       cgd #define	PCI_VENDOR_NEWBRIDGE	0x10e3		/* Newbridge Microsystems */
    259  1.5       cgd #define	PCI_VENDOR_TANDEM	0x10e4		/* Tandem Computers */
    260  1.5       cgd #define	PCI_VENDOR_MICROINDUSTRIES	0x10e5		/* Micro Industries */
    261  1.5       cgd #define	PCI_VENDOR_GAINBERY	0x10e6		/* Gainbery Computer Products */
    262  1.5       cgd #define	PCI_VENDOR_VADEM	0x10e7		/* Vadem */
    263  1.5       cgd #define	PCI_VENDOR_AMCIRCUITS	0x10e8		/* Applied Micro Circuits */
    264  1.5       cgd #define	PCI_VENDOR_ALPSELECTIC	0x10e9		/* Alps Electric */
    265  1.5       cgd #define	PCI_VENDOR_INTERGRAPHICS	0x10ea		/* Integraphics Systems */
    266  1.5       cgd #define	PCI_VENDOR_ARTISTSGRAPHICS	0x10eb		/* Artists Graphics */
    267  1.5       cgd #define	PCI_VENDOR_REALTEK	0x10ec		/* Realtek Semiconductor */
    268  1.5       cgd #define	PCI_VENDOR_ASCIICORP	0x10ed		/* ASCII Corporation */
    269  1.5       cgd #define	PCI_VENDOR_XILINX	0x10ee		/* Xilinx */
    270  1.5       cgd #define	PCI_VENDOR_RACORE	0x10ef		/* Racore Computer Products */
    271  1.5       cgd #define	PCI_VENDOR_PERITEK	0x10f0		/* Peritek */
    272  1.5       cgd #define	PCI_VENDOR_TYAN	0x10f1		/* Tyan Computer */
    273  1.5       cgd #define	PCI_VENDOR_ACHME	0x10f2		/* Achme Computer */
    274  1.5       cgd #define	PCI_VENDOR_ALARIS	0x10f3		/* Alaris */
    275  1.5       cgd #define	PCI_VENDOR_SMOS	0x10f4		/* S-MOS Systems */
    276  1.5       cgd #define	PCI_VENDOR_MKK	0x10f5		/* NKK Corporation */
    277  1.5       cgd #define	PCI_VENDOR_CREATIVE	0x10f6		/* Creative Electronic Systems */
    278  1.5       cgd #define	PCI_VENDOR_MATSUSHITA	0x10f7		/* Matsushita */
    279  1.5       cgd #define	PCI_VENDOR_ALTOS	0x10f8		/* Altos India */
    280  1.5       cgd #define	PCI_VENDOR_PCDIRECT	0x10f9		/* PC Direct */
    281  1.5       cgd #define	PCI_VENDOR_TRUEVISIO	0x10fa		/* Truevision */
    282  1.5       cgd #define	PCI_VENDOR_THESYS	0x10fb		/* Thesys Ges. F. Mikroelektronik */
    283  1.5       cgd #define	PCI_VENDOR_IODATA	0x10fc		/* I-O Data Device */
    284  1.5       cgd #define	PCI_VENDOR_SOYO	0x10fd		/* Soyo Technology */
    285  1.5       cgd #define	PCI_VENDOR_FAST	0x10fe		/* Fast Electronic */
    286  1.5       cgd #define	PCI_VENDOR_NCUBE	0x10ff		/* NCube */
    287  1.5       cgd #define	PCI_VENDOR_JAZZ	0x1100		/* Jazz Multimedia */
    288  1.5       cgd #define	PCI_VENDOR_INITIO	0x1101		/* Initio */
    289  1.5       cgd #define	PCI_VENDOR_CREATIVELABS	0x1102		/* Creative Labs */
    290  1.5       cgd #define	PCI_VENDOR_TRIONES	0x1103		/* Triones Technologies */
    291  1.5       cgd #define	PCI_VENDOR_RASTEROPS	0x1104		/* RasterOps */
    292  1.5       cgd #define	PCI_VENDOR_SIGMA	0x1105		/* Sigma Designs */
    293  1.5       cgd #define	PCI_VENDOR_VIATECH	0x1106		/* Via Technologies */
    294  1.5       cgd #define	PCI_VENDOR_STRATIS	0x1107		/* Stratus Computer */
    295  1.1       cgd #define	PCI_VENDOR_PROTEON	0x1108		/* Proteon */
    296  1.5       cgd #define	PCI_VENDOR_COGENT	0x1109		/* Cogent Data Technologies */
    297  1.5       cgd #define	PCI_VENDOR_XENON	0x110b		/* Xenon Microsystems */
    298  1.5       cgd #define	PCI_VENDOR_MINIMAX	0x110c		/* Mini-Max Technology */
    299  1.5       cgd #define	PCI_VENDOR_ZNYX	0x110d		/* Znyx Advanced Systems */
    300  1.5       cgd #define	PCI_VENDOR_CPUTECH	0x110e		/* CPU Technology */
    301  1.5       cgd #define	PCI_VENDOR_ROSS	0x110f		/* Ross Technology */
    302  1.5       cgd #define	PCI_VENDOR_POWERHOUSE	0x1110		/* Powerhouse Systems */
    303  1.5       cgd #define	PCI_VENDOR_SCO	0x1111		/* Santa Cruz Operation */
    304  1.5       cgd #define	PCI_VENDOR_ROCKWELL	0x1112		/* Rockwell Network Systems */
    305  1.5       cgd #define	PCI_VENDOR_ACCTON	0x1113		/* Accton Technology */
    306  1.5       cgd #define	PCI_VENDOR_ATMEL	0x1114		/* Atmel */
    307  1.5       cgd #define	PCI_VENDOR_3DLABS	0x1115		/* 3D Labs */
    308  1.5       cgd #define	PCI_VENDOR_DATATRANSLATION	0x1116		/* Data Translation */
    309  1.5       cgd #define	PCI_VENDOR_DATACUBE	0x1117		/* Datacube */
    310  1.5       cgd #define	PCI_VENDOR_BERG	0x1118		/* Berg Electronics */
    311  1.5       cgd #define	PCI_VENDOR_VORTEX	0x1119		/* Vortex Computer Systems */
    312  1.5       cgd #define	PCI_VENDOR_EFFICIENTNETS	0x111a		/* Efficent Networks */
    313  1.5       cgd #define	PCI_VENDOR_TELEDYNE	0x111b		/* Teledyne Electronic Systems */
    314  1.5       cgd #define	PCI_VENDOR_TRICORD	0x111c		/* Tricord Systems */
    315  1.5       cgd #define	PCI_VENDOR_IDT	0x111d		/* IDT */
    316  1.5       cgd #define	PCI_VENDOR_ELDEC	0x111e		/* Eldec */
    317  1.5       cgd #define	PCI_VENDOR_PDI	0x111f		/* Prescision Digital Images */
    318  1.5       cgd #define	PCI_VENDOR_EMC	0x1120		/* Emc */
    319  1.5       cgd #define	PCI_VENDOR_ZILOG	0x1121		/* Zilog */
    320  1.5       cgd #define	PCI_VENDOR_MULTITECH	0x1122		/* Multi-tech Systems */
    321  1.5       cgd #define	PCI_VENDOR_LEUTRON	0x1124		/* Leutron Vision */
    322  1.5       cgd #define	PCI_VENDOR_EUROCORE	0x1125		/* Eurocore */
    323  1.5       cgd #define	PCI_VENDOR_VIGRA	0x1125		/* Vigra */
    324  1.5       cgd #define	PCI_VENDOR_FORE	0x1127		/* FORE Systems */
    325  1.5       cgd #define	PCI_VENDOR_FIRMWORKS	0x1129		/* Firmworks */
    326  1.5       cgd #define	PCI_VENDOR_HERMES	0x112a		/* Hermes Electronics */
    327  1.5       cgd #define	PCI_VENDOR_LINOTYPE	0x112b		/* Linotype */
    328  1.5       cgd #define	PCI_VENDOR_RAVICAD	0x112d		/* Ravicad */
    329  1.5       cgd #define	PCI_VENDOR_INFOMEDIA	0x112e		/* Infomedia Microelectronics */
    330  1.5       cgd #define	PCI_VENDOR_IMAGINGTECH	0x112f		/* Imaging Technlogy */
    331  1.5       cgd #define	PCI_VENDOR_COMPUTERVISION	0x1130		/* Computervision */
    332  1.5       cgd #define	PCI_VENDOR_PHILIPS	0x1131		/* Philips */
    333  1.5       cgd #define	PCI_VENDOR_MITEL	0x1132		/* Mitel */
    334  1.5       cgd #define	PCI_VENDOR_EICON	0x1133		/* Eicon Technology */
    335  1.5       cgd #define	PCI_VENDOR_MCS	0x1134		/* Mercury Computer Systems */
    336  1.5       cgd #define	PCI_VENDOR_FUJIXEROX	0x1135		/* Fuji Xerox */
    337  1.5       cgd #define	PCI_VENDOR_MOMENTUM	0x1136		/* Momentum Data Systems */
    338  1.5       cgd #define	PCI_VENDOR_CISCO	0x1137		/* Cisco Systems */
    339  1.5       cgd #define	PCI_VENDOR_ZIATECH	0x1138		/* Ziatech */
    340  1.5       cgd #define	PCI_VENDOR_DYNPIC	0x1139		/* Dynamic Pictures */
    341  1.5       cgd #define	PCI_VENDOR_FWB	0x113a		/* FWB */
    342  1.5       cgd #define	PCI_VENDOR_CYCLONE	0x113c		/* Cyclone Micro */
    343  1.5       cgd #define	PCI_VENDOR_LEADINGEDGE	0x113d		/* Leading Edge */
    344  1.5       cgd #define	PCI_VENDOR_SANYO	0x113e		/* Sanyo Electric */
    345  1.5       cgd #define	PCI_VENDOR_EQUINOX	0x113f		/* Equinox Systems */
    346  1.5       cgd #define	PCI_VENDOR_INTERVOICE	0x1140		/* Intervoice */
    347  1.5       cgd #define	PCI_VENDOR_CREST	0x1141		/* Crest Microsystem */
    348  1.5       cgd #define	PCI_VENDOR_ALLIANCE	0x1142		/* Alliance Semiconductor */
    349  1.5       cgd #define	PCI_VENDOR_NETPOWER	0x1143		/* NetPower */
    350  1.5       cgd #define	PCI_VENDOR_CINMILACRON	0x1144		/* Cincinnati Milacron */
    351  1.5       cgd #define	PCI_VENDOR_WORKBIT	0x1145		/* Workbit */
    352  1.5       cgd #define	PCI_VENDOR_FORCE	0x1146		/* Force Computers */
    353  1.5       cgd #define	PCI_VENDOR_INTERFACE	0x1147		/* Interface */
    354  1.5       cgd #define	PCI_VENDOR_SCHNEIDERKOCH	0x1148		/* Schneider & Koch */
    355  1.5       cgd #define	PCI_VENDOR_WINSYSTEM	0x1149		/* Win System */
    356  1.5       cgd #define	PCI_VENDOR_VMIC	0x114a		/* VMIC */
    357  1.5       cgd #define	PCI_VENDOR_CANOPUS	0x114b		/* Canopus */
    358  1.5       cgd #define	PCI_VENDOR_ANNABOOKS	0x114c		/* Annabooks */
    359  1.5       cgd #define	PCI_VENDOR_IC	0x114d		/* IC Corporation */
    360  1.5       cgd #define	PCI_VENDOR_NIKON	0x114e		/* Nikon Systems */
    361  1.5       cgd #define	PCI_VENDOR_DIGIINTERNAT	0x114f		/* Digi International */
    362  1.5       cgd #define	PCI_VENDOR_TMC	0x1150		/* Thinking Machines */
    363  1.5       cgd #define	PCI_VENDOR_JAE	0x1151		/* JAE Electronics */
    364  1.5       cgd #define	PCI_VENDOR_MEGATEK	0x1152		/* Megatek */
    365  1.5       cgd #define	PCI_VENDOR_LANDWIN	0x1153		/* Land Win Electronic */
    366  1.5       cgd #define	PCI_VENDOR_MELCO	0x1154		/* Melco */
    367  1.5       cgd #define	PCI_VENDOR_PINETECH	0x1155		/* Pine Technology */
    368  1.5       cgd #define	PCI_VENDOR_PERISCOPE	0x1156		/* Periscope Engineering */
    369  1.5       cgd #define	PCI_VENDOR_AVSYS	0x1157		/* Avsys */
    370  1.5       cgd #define	PCI_VENDOR_VOARX	0x1158		/* Voarx R & D */
    371  1.5       cgd #define	PCI_VENDOR_MUTECH	0x1159		/* Mutech */
    372  1.5       cgd #define	PCI_VENDOR_HARLEQUIN	0x115a		/* Harlequin */
    373  1.5       cgd #define	PCI_VENDOR_PARALLAX	0x115b		/* Parallax Graphics */
    374  1.5       cgd #define	PCI_VENDOR_XIRCOM	0x115d		/* Xircom */
    375  1.5       cgd #define	PCI_VENDOR_PEERPROTO	0x115e		/* Peer Protocols */
    376  1.5       cgd #define	PCI_VENDOR_MAXTOR	0x115f		/* Maxtor */
    377  1.5       cgd #define	PCI_VENDOR_MEGASOFT	0x1160		/* Megasoft */
    378  1.5       cgd #define	PCI_VENDOR_PFU	0x1161		/* PFU Limited */
    379  1.5       cgd #define	PCI_VENDOR_OALAB	0x1162		/* OA Laboratory */
    380  1.5       cgd #define	PCI_VENDOR_SYNEMA	0x1163		/* Synema Corporation */
    381  1.5       cgd #define	PCI_VENDOR_APT	0x1164		/* Advanced Peripherals Technologies */
    382  1.5       cgd #define	PCI_VENDOR_IMAGRAPH	0x1165		/* Imagraph */
    383  1.5       cgd #define	PCI_VENDOR_PEQUR	0x1166		/* Pequr Technology */
    384  1.5       cgd #define	PCI_VENDOR_MUTOH	0x1167		/* Mutoh Industries */
    385  1.5       cgd #define	PCI_VENDOR_THINE	0x1168		/* Thine Electronics */
    386  1.5       cgd #define	PCI_VENDOR_CDAC	0x1169		/* Centre for Dev. of Advanced Computing */
    387  1.5       cgd #define	PCI_VENDOR_POLARIS	0x116a		/* Polaris Communications */
    388  1.5       cgd #define	PCI_VENDOR_CONNECTWARE	0x116b		/* Connectware */
    389  1.5       cgd #define	PCI_VENDOR_MARTINMARIETTA	0x116d		/* Martin-Marietta */
    390  1.5       cgd #define	PCI_VENDOR_WSTECH	0x116f		/* Workstation Technology */
    391  1.5       cgd #define	PCI_VENDOR_INVENTEC	0x1170		/* Inventec */
    392  1.1       cgd #define	PCI_VENDOR_S3	0x5333		/* S3 */
    393  1.1       cgd #define	PCI_VENDOR_INTEL	0x8086		/* Intel */
    394  1.1       cgd #define	PCI_VENDOR_ADP	0x9004		/* Adaptec */
    395  1.5       cgd #define	PCI_VENDOR_NETPOWERNEW	0xdead		/* NetPower */
    396  1.5       cgd #define	PCI_VENDOR_ARK	0xedd8		/* Ark Logic */
    397  1.1       cgd 
    398  1.1       cgd /*
    399  1.1       cgd  * List of known products.  Grouped by vendor.
    400  1.1       cgd  */
    401  1.1       cgd 
    402  1.5       cgd /* 3COM Products */
    403  1.5       cgd #define	PCI_PRODUCT_3COM_3C590	0x5900		/* 3c590 */
    404  1.7  christos #define	PCI_PRODUCT_3COM_3C595	0x5950		/* 3c595 */
    405  1.5       cgd 
    406  1.5       cgd /* Acer products */
    407  1.5       cgd #define	PCI_PRODUCT_ACER_M1435	0x1435		/* M1435 */
    408  1.5       cgd 
    409  1.1       cgd /* Adaptec products */
    410  1.6       cgd #define	PCI_PRODUCT_ADP_3940U	0x8278		/* AHA-3940 Ultra */
    411  1.6       cgd #define	PCI_PRODUCT_ADP_2944U	0x8478		/* AHA-2944 Ultra */
    412  1.6       cgd #define	PCI_PRODUCT_ADP_2940U	0x8178		/* AHA-2940 Ultra */
    413  1.6       cgd #define	PCI_PRODUCT_ADP_3940	0x7278		/* AHA-3940 */
    414  1.6       cgd #define	PCI_PRODUCT_ADP_2944	0x7478		/* AHA-2944 */
    415  1.6       cgd #define	PCI_PRODUCT_ADP_2940	0x7178		/* AHA-2940 */
    416  1.6       cgd #define	PCI_PRODUCT_ADP_AIC7880	0x8078		/* AIC-7880 Ultra */
    417  1.1       cgd #define	PCI_PRODUCT_ADP_AIC7870	0x7078		/* AIC-7870 */
    418  1.6       cgd #define	PCI_PRODUCT_ADP_AIC7850	0x5078		/* AIC-7850 */
    419  1.1       cgd 
    420  1.9   thorpej /* AMD products */
    421  1.9   thorpej #define	PCI_PRODUCT_AMD_PCNET_PCI	0x2000		/* PCnet-PCI Ethernet */
    422  1.9   thorpej 
    423  1.1       cgd /* ATI products */
    424  1.1       cgd #define	PCI_PRODUCT_ATI_MACH32	0x4158		/* Mach32 */
    425  1.1       cgd #define	PCI_PRODUCT_ATI_MACH64_CX	0x4358		/* Mach64-CX */
    426  1.1       cgd #define	PCI_PRODUCT_ATI_MACH64_GX	0x4758		/* Mach64-GX */
    427  1.1       cgd 
    428  1.5       cgd /* BusLogic products */
    429  1.5       cgd #define	PCI_PRODUCT_BUSLOGIC_946C	0x0140		/* 946C */
    430  1.5       cgd 
    431  1.5       cgd /* Cirrus Logic products */
    432  1.5       cgd /* product CIRRUS UNK	0x00a4	unknown */
    433  1.5       cgd #define	PCI_PRODUCT_CIRRUS_5434	0x00a8		/* 5434 */
    434  1.5       cgd 
    435  1.1       cgd /* DEC products */
    436  1.5       cgd #define	PCI_PRODUCT_DEC_21050	0x0001		/* DECchip 21050 PCI-PCI Bridge */
    437  1.1       cgd #define	PCI_PRODUCT_DEC_21040	0x0002		/* DECchip 21040 (\"Tulip\") */
    438  1.1       cgd #define	PCI_PRODUCT_DEC_21030	0x0004		/* DECchip 21030 (\"TGA\") */
    439  1.1       cgd #define	PCI_PRODUCT_DEC_NVRAM	0x0007		/* Zephyr NV-RAM */
    440  1.1       cgd #define	PCI_PRODUCT_DEC_KZPSA	0x0008		/* KZPSA */
    441  1.1       cgd #define	PCI_PRODUCT_DEC_21140	0x0009		/* DECchip 21140 (\"FasterNet\") */
    442  1.1       cgd #define	PCI_PRODUCT_DEC_DEFPA	0x000f		/* DEFPA */
    443  1.5       cgd /* product DEC ???	0x0010	??? VME Interface */
    444  1.1       cgd #define	PCI_PRODUCT_DEC_21041	0x0014		/* DECchip 21041 (\"Tulip Pass 3\") */
    445  1.1       cgd 
    446  1.5       cgd /* Diamond products */
    447  1.5       cgd #define	PCI_PRODUCT_DIAMOND_vIPER	0x9001		/* Viper/PCI */
    448  1.5       cgd 
    449  1.5       cgd /* FORE products */
    450  1.5       cgd #define	PCI_PRODUCT_FORE_PCA200	0x0210		/* ATM PCA-200 */
    451  1.5       cgd 
    452  1.1       cgd /* Intel products */
    453  1.1       cgd #define	PCI_PRODUCT_INTEL_PCEB	0x0482		/* 82375EB PCI-EISA Bridge */
    454  1.5       cgd #define	PCI_PRODUCT_INTEL_CDC	0x0483		/* 82424ZX Cache and DRAM controller */
    455  1.5       cgd #define	PCI_PRODUCT_INTEL_SIO	0x0484		/* 82378IB PCI-ISA Bridge (System I/O) */
    456  1.1       cgd #define	PCI_PRODUCT_INTEL_PCIB	0x0486		/* 82426EX PCI-ISA Bridge */
    457  1.5       cgd #define	PCI_PRODUCT_INTEL_PCMC	0x04a3		/* 82434LX PCI, Cache, and Memory Controller */
    458  1.1       cgd 
    459  1.1       cgd /* Mylex products */
    460  1.1       cgd #define	PCI_PRODUCT_MYLEX_960P	0x0001		/* RAID controller */
    461  1.1       cgd 
    462  1.1       cgd /* NCR/Symbios Logic products */
    463  1.1       cgd #define	PCI_PRODUCT_OLDNCR_810	0x0001		/* 53c810 */
    464  1.5       cgd #define	PCI_PRODUCT_OLDNCR_820	0x0002		/* 53c820 */
    465  1.1       cgd #define	PCI_PRODUCT_OLDNCR_825	0x0003		/* 53c825 */
    466  1.1       cgd #define	PCI_PRODUCT_OLDNCR_815	0x0004		/* 53c815 */
    467  1.8   mycroft #define	PCI_PRODUCT_OLDNCR_810AP	0x0005		/* 53c810AP */
    468  1.8   mycroft #define	PCI_PRODUCT_OLDNCR_860	0x0006		/* 53c860 */
    469  1.8   mycroft #define	PCI_PRODUCT_OLDNCR_875	0x000f		/* 53c875 */
    470  1.5       cgd /* do the NCR chips use the new ID, as well? */
    471  1.5       cgd 
    472  1.5       cgd /* Number Nine products */
    473  1.5       cgd #define	PCI_PRODUCT_NUMBER9_IMAG128	0x2309		/* Imagine-128 */
    474  1.5       cgd 
    475  1.5       cgd /* Opti products */
    476  1.5       cgd #define	PCI_PRODUCT_OPTI_82C822	0xc822		/* 82C822 */
    477  1.5       cgd #define	PCI_PRODUCT_OPTI_82C621	0xc821		/* 82C621 */
    478  1.1       cgd 
    479  1.1       cgd /* QLogic products */
    480  1.1       cgd #define	PCI_PRODUCT_QLOGIC_ISP1020	0x1020		/* ISP1020 */
    481  1.1       cgd 
    482  1.5       cgd /* S3 products */
    483  1.5       cgd /* Names??? */
    484  1.5       cgd #define	PCI_PRODUCT_S3_TRIO64	0x8811		/* Trio64 */
    485  1.5       cgd #define	PCI_PRODUCT_S3_928	0x88b0		/* 928 */
    486  1.5       cgd #define	PCI_PRODUCT_S3_864_0	0x88c0		/* Vision 864-0 */
    487  1.5       cgd #define	PCI_PRODUCT_S3_864_1	0x88c1		/* Vision 864-1 */
    488  1.5       cgd #define	PCI_PRODUCT_S3_964	0x88d0		/* 964 */
    489  1.5       cgd 
    490  1.5       cgd /* SMC products */
    491  1.5       cgd #define	PCI_PRODUCT_SMC_37C665	0x1000		/* 37C665 */
    492  1.5       cgd 
    493  1.5       cgd /* Tseng Labs products */
    494  1.5       cgd #define	PCI_PRODUCT_TSENG_W32P_A	0x3202		/* ET4000w32p rev A */
    495  1.5       cgd #define	PCI_PRODUCT_TSENG_W32P_D	0x3207		/* ET4000w32p rev D */
    496  1.5       cgd 
    497  1.5       cgd /* UMC products */
    498  1.5       cgd #define	PCI_PRODUCT_UMC_UM8673F	0x0101		/* UM8673F */
    499  1.5       cgd #define	PCI_PRODUCT_UMC_UM8881F	0x8881		/* UM8881F */
    500  1.5       cgd #define	PCI_PRODUCT_UMC_UM8886F	0x8886		/* UM8886F */
    501