Home | History | Annotate | Line # | Download | only in pci
pcidevs.h revision 1.121
      1   1.51   thorpej /*	$NetBSD: pcidevs.h,v 1.121 1999/04/12 23:18:16 jonathan Exp $	*/
      2   1.51   thorpej 
      3    1.1       cgd /*
      4    1.1       cgd  * THIS FILE AUTOMATICALLY GENERATED.  DO NOT EDIT.
      5    1.1       cgd  *
      6    1.1       cgd  * generated from:
      7  1.120  explorer  *	NetBSD: pcidevs,v 1.113 1999/03/25 03:28:17 explorer Exp
      8    1.1       cgd  */
      9    1.1       cgd 
     10    1.1       cgd /*
     11    1.5       cgd  * Copyright (c) 1995, 1996 Christopher G. Demetriou
     12    1.1       cgd  * All rights reserved.
     13    1.1       cgd  *
     14    1.1       cgd  * Redistribution and use in source and binary forms, with or without
     15    1.1       cgd  * modification, are permitted provided that the following conditions
     16    1.1       cgd  * are met:
     17    1.1       cgd  * 1. Redistributions of source code must retain the above copyright
     18    1.1       cgd  *    notice, this list of conditions and the following disclaimer.
     19    1.1       cgd  * 2. Redistributions in binary form must reproduce the above copyright
     20    1.1       cgd  *    notice, this list of conditions and the following disclaimer in the
     21    1.1       cgd  *    documentation and/or other materials provided with the distribution.
     22    1.1       cgd  * 3. All advertising materials mentioning features or use of this software
     23    1.1       cgd  *    must display the following acknowledgement:
     24    1.1       cgd  *      This product includes software developed by Christopher G. Demetriou
     25    1.1       cgd  *	for the NetBSD Project.
     26    1.1       cgd  * 4. The name of the author may not be used to endorse or promote products
     27    1.1       cgd  *    derived from this software without specific prior written permission
     28    1.1       cgd  *
     29    1.1       cgd  * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
     30    1.1       cgd  * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
     31    1.1       cgd  * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
     32    1.1       cgd  * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
     33    1.1       cgd  * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
     34    1.1       cgd  * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
     35    1.1       cgd  * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
     36    1.1       cgd  * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
     37    1.1       cgd  * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
     38    1.1       cgd  * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
     39    1.1       cgd  */
     40    1.1       cgd 
     41    1.1       cgd /*
     42   1.23   thorpej  * NOTE: a fairly complete list of PCI codes can be found at:
     43   1.23   thorpej  *
     44   1.23   thorpej  *	http://www.halcyon.com/scripts/jboemler/pci/pcicode
     45   1.33       cgd  *
     46   1.33       cgd  * (but it doesn't always seem to match vendor documentation)
     47   1.23   thorpej  */
     48   1.23   thorpej 
     49   1.23   thorpej /*
     50    1.1       cgd  * List of known PCI vendors
     51    1.1       cgd  */
     52    1.1       cgd 
     53   1.27     veego #define	PCI_VENDOR_MARTINMARIETTA	0x003d		/* Martin-Marietta Corporation */
     54   1.27     veego #define	PCI_VENDOR_COMPAQ	0x0e11		/* Compaq */
     55   1.27     veego #define	PCI_VENDOR_SYMBIOS	0x1000		/* Symbios Logic */
     56    1.5       cgd #define	PCI_VENDOR_ATI	0x1002		/* ATI Technologies */
     57    1.5       cgd #define	PCI_VENDOR_ULSI	0x1003		/* ULSI Systems */
     58    1.5       cgd #define	PCI_VENDOR_VLSI	0x1004		/* VLSI Technology */
     59    1.5       cgd #define	PCI_VENDOR_AVANCE	0x1005		/* Avance Logic */
     60    1.5       cgd #define	PCI_VENDOR_REPLY	0x1006		/* Reply Group */
     61    1.5       cgd #define	PCI_VENDOR_NETFRAME	0x1007		/* NetFrame Systems */
     62    1.5       cgd #define	PCI_VENDOR_EPSON	0x1008		/* Epson */
     63    1.5       cgd #define	PCI_VENDOR_PHOENIX	0x100a		/* Phoenix Technologies */
     64    1.5       cgd #define	PCI_VENDOR_NS	0x100b		/* National Semiconductor */
     65    1.5       cgd #define	PCI_VENDOR_TSENG	0x100c		/* Tseng Labs */
     66    1.5       cgd #define	PCI_VENDOR_AST	0x100d		/* AST Research */
     67    1.5       cgd #define	PCI_VENDOR_WEITEK	0x100e		/* Weitek */
     68   1.27     veego #define	PCI_VENDOR_VIDEOLOGIC	0x1010		/* Video Logic */
     69    1.5       cgd #define	PCI_VENDOR_DEC	0x1011		/* Digital Equipment */
     70    1.5       cgd #define	PCI_VENDOR_MICRONICS	0x1012		/* Micronics Computers */
     71    1.1       cgd #define	PCI_VENDOR_CIRRUS	0x1013		/* Cirrus Logic */
     72    1.1       cgd #define	PCI_VENDOR_IBM	0x1014		/* IBM */
     73   1.27     veego #define	PCI_VENDOR_LSIL	0x1015		/* LSI Logic Corp of Canada */
     74    1.5       cgd #define	PCI_VENDOR_ICLPERSONAL	0x1016		/* ICL Personal Systems */
     75    1.5       cgd #define	PCI_VENDOR_SPEA	0x1017		/* SPEA Software */
     76    1.5       cgd #define	PCI_VENDOR_UNISYS	0x1018		/* Unisys Systems */
     77    1.5       cgd #define	PCI_VENDOR_ELITEGROUP	0x1019		/* Elitegroup Computer Systems */
     78   1.27     veego #define	PCI_VENDOR_NCR	0x101a		/* AT&T Global Information Systems */
     79    1.5       cgd #define	PCI_VENDOR_VITESSE	0x101b		/* Vitesse Semiconductor */
     80    1.5       cgd #define	PCI_VENDOR_WD	0x101c		/* Western Digital */
     81    1.5       cgd #define	PCI_VENDOR_AMI	0x101e		/* American Megatrends */
     82    1.5       cgd #define	PCI_VENDOR_PICTURETEL	0x101f		/* PictureTel */
     83    1.5       cgd #define	PCI_VENDOR_HITACHICOMP	0x1020		/* Hitachi Computer Products */
     84    1.5       cgd #define	PCI_VENDOR_OKI	0x1021		/* OKI Electric Industry */
     85   1.27     veego #define	PCI_VENDOR_AMD	0x1022		/* Advanced Micro Devices */
     86    1.5       cgd #define	PCI_VENDOR_TRIDENT	0x1023		/* Trident Microsystems */
     87    1.5       cgd #define	PCI_VENDOR_ZENITH	0x1024		/* Zenith Data Systems */
     88    1.2       cgd #define	PCI_VENDOR_ACER	0x1025		/* Acer */
     89    1.5       cgd #define	PCI_VENDOR_DELL	0x1028		/* Dell Computer */
     90   1.27     veego #define	PCI_VENDOR_SNI	0x1029		/* Siemens Nixdorf AG */
     91   1.10   thorpej #define	PCI_VENDOR_LSILOGIC	0x102a		/* LSI Logic, Headland div. */
     92    1.5       cgd #define	PCI_VENDOR_MATROX	0x102b		/* Matrox */
     93    1.5       cgd #define	PCI_VENDOR_CHIPS	0x102c		/* Chips and Technologies */
     94    1.5       cgd #define	PCI_VENDOR_WYSE	0x102d		/* WYSE Technology */
     95    1.5       cgd #define	PCI_VENDOR_OLIVETTI	0x102e		/* Olivetti Advanced Technology */
     96    1.5       cgd #define	PCI_VENDOR_TOSHIBA	0x102f		/* Toshiba America */
     97    1.5       cgd #define	PCI_VENDOR_TMCRESEARCH	0x1030		/* TMC Research */
     98    1.5       cgd #define	PCI_VENDOR_MIRO	0x1031		/* Miro Computer Products */
     99   1.27     veego #define	PCI_VENDOR_COMPAQ2	0x1032		/* Compaq (2nd PCI Vendor ID) */
    100    1.1       cgd #define	PCI_VENDOR_NEC	0x1033		/* NEC */
    101    1.5       cgd #define	PCI_VENDOR_BURNDY	0x1034		/* Burndy */
    102    1.5       cgd #define	PCI_VENDOR_COMPCOMM	0x1035		/* Comp. & Comm. Research Lab */
    103    1.5       cgd #define	PCI_VENDOR_FUTUREDOMAIN	0x1036		/* Future Domain */
    104    1.5       cgd #define	PCI_VENDOR_HITACHIMICRO	0x1037		/* Hitach Microsystems */
    105    1.5       cgd #define	PCI_VENDOR_AMP	0x1038		/* AMP */
    106    1.5       cgd #define	PCI_VENDOR_SIS	0x1039		/* Silicon Integrated System */
    107    1.5       cgd #define	PCI_VENDOR_SEIKOEPSON	0x103a		/* Seiko Epson */
    108    1.5       cgd #define	PCI_VENDOR_TATUNGAMERICA	0x103b		/* Tatung Co. of America */
    109   1.27     veego #define	PCI_VENDOR_HP	0x103c		/* Hewlett-Packard */
    110    1.5       cgd #define	PCI_VENDOR_SOLLIDAY	0x103e		/* Solliday Engineering */
    111    1.5       cgd #define	PCI_VENDOR_LOGICMODELLING	0x103f		/* Logic Modeling */
    112    1.5       cgd #define	PCI_VENDOR_KPC	0x1040		/* Kubota Pacific */
    113    1.5       cgd #define	PCI_VENDOR_COMPUTREND	0x1041		/* Computrend */
    114    1.5       cgd #define	PCI_VENDOR_PCTECH	0x1042		/* PC Technology */
    115    1.5       cgd #define	PCI_VENDOR_ASUSTEK	0x1043		/* Asustek Computer */
    116    1.5       cgd #define	PCI_VENDOR_DPT	0x1044		/* Distributed Processing Technology */
    117    1.5       cgd #define	PCI_VENDOR_OPTI	0x1045		/* Opti */
    118    1.5       cgd #define	PCI_VENDOR_IPCCORP	0x1046		/* IPC Corporation */
    119    1.5       cgd #define	PCI_VENDOR_GENOA	0x1047		/* Genoa Systems */
    120    1.5       cgd #define	PCI_VENDOR_ELSA	0x1048		/* Elsa */
    121    1.5       cgd #define	PCI_VENDOR_FOUNTAINTECH	0x1049		/* Fountain Technology */
    122    1.5       cgd #define	PCI_VENDOR_SGSTHOMSON	0x104a		/* SGS Thomson Microelectric */
    123    1.5       cgd #define	PCI_VENDOR_BUSLOGIC	0x104b		/* BusLogic */
    124   1.27     veego #define	PCI_VENDOR_TI	0x104c		/* Texas Instruments */
    125   1.27     veego #define	PCI_VENDOR_SONY	0x104d		/* Sony */
    126    1.5       cgd #define	PCI_VENDOR_OAKTECH	0x104e		/* Oak Technology */
    127    1.5       cgd #define	PCI_VENDOR_COTIME	0x104f		/* Co-time Computer */
    128    1.5       cgd #define	PCI_VENDOR_WINBOND	0x1050		/* Winbond Electronics */
    129    1.5       cgd #define	PCI_VENDOR_ANIGMA	0x1051		/* Anigma */
    130    1.5       cgd #define	PCI_VENDOR_YOUNGMICRO	0x1052		/* Young Micro Systems */
    131    1.5       cgd #define	PCI_VENDOR_HITACHI	0x1054		/* Hitachi */
    132    1.5       cgd #define	PCI_VENDOR_EFARMICRO	0x1055		/* Efar Microsystems */
    133    1.5       cgd #define	PCI_VENDOR_ICL	0x1056		/* ICL */
    134    1.1       cgd #define	PCI_VENDOR_MOT	0x1057		/* Motorola */
    135    1.5       cgd #define	PCI_VENDOR_ETR	0x1058		/* Electronics & Telec. RSH */
    136    1.5       cgd #define	PCI_VENDOR_TEKNOR	0x1059		/* Teknor Microsystems */
    137    1.5       cgd #define	PCI_VENDOR_PROMISE	0x105a		/* Promise Technology */
    138    1.5       cgd #define	PCI_VENDOR_FOXCONN	0x105b		/* Foxconn International */
    139    1.5       cgd #define	PCI_VENDOR_WIPRO	0x105c		/* Wipro Infotech */
    140    1.5       cgd #define	PCI_VENDOR_NUMBER9	0x105d		/* Number 9 Computer Company */
    141    1.5       cgd #define	PCI_VENDOR_VTECH	0x105e		/* Vtech Computers */
    142    1.5       cgd #define	PCI_VENDOR_INFOTRONIC	0x105f		/* Infotronic America */
    143    1.5       cgd #define	PCI_VENDOR_UMC	0x1060		/* United Microelectronics */
    144    1.5       cgd #define	PCI_VENDOR_ITT	0x1061		/* I. T. T. */
    145   1.27     veego #define	PCI_VENDOR_MASPAR	0x1062		/* MasPar Computer */
    146    1.5       cgd #define	PCI_VENDOR_OCEANOA	0x1063		/* Ocean Office Automation */
    147    1.5       cgd #define	PCI_VENDOR_ALCATEL	0x1064		/* Alcatel CIT */
    148    1.5       cgd #define	PCI_VENDOR_TEXASMICRO	0x1065		/* Texas Microsystems */
    149    1.5       cgd #define	PCI_VENDOR_PICOPOWER	0x1066		/* Picopower Technology */
    150   1.27     veego #define	PCI_VENDOR_MITSUBISHI	0x1067		/* Mitsubishi Electronics */
    151    1.5       cgd #define	PCI_VENDOR_DIVERSIFIED	0x1068		/* Diversified Technology */
    152    1.1       cgd #define	PCI_VENDOR_MYLEX	0x1069		/* Mylex */
    153    1.5       cgd #define	PCI_VENDOR_ATEN	0x106a		/* Aten Research */
    154   1.27     veego #define	PCI_VENDOR_APPLE	0x106b		/* Apple Computer */
    155    1.5       cgd #define	PCI_VENDOR_HYUNDAI	0x106c		/* Hyundai Electronics America */
    156    1.5       cgd #define	PCI_VENDOR_SEQUENT	0x106d		/* Sequent */
    157    1.5       cgd #define	PCI_VENDOR_DFI	0x106e		/* DFI */
    158    1.5       cgd #define	PCI_VENDOR_CITYGATE	0x106f		/* City Gate Development */
    159    1.5       cgd #define	PCI_VENDOR_DAEWOO	0x1070		/* Daewoo Telecom */
    160    1.5       cgd #define	PCI_VENDOR_MITAC	0x1071		/* Mitac */
    161    1.5       cgd #define	PCI_VENDOR_GIT	0x1072		/* GIT Co. */
    162    1.5       cgd #define	PCI_VENDOR_YAMAHA	0x1073		/* Yamaha */
    163    1.5       cgd #define	PCI_VENDOR_NEXGEN	0x1074		/* NexGen Microsystems */
    164    1.5       cgd #define	PCI_VENDOR_AIR	0x1075		/* Advanced Integration Research */
    165    1.5       cgd #define	PCI_VENDOR_CHAINTECH	0x1076		/* Chaintech Computer */
    166    1.5       cgd #define	PCI_VENDOR_QLOGIC	0x1077		/* Q Logic */
    167    1.5       cgd #define	PCI_VENDOR_CYRIX	0x1078		/* Cyrix Corporation */
    168    1.5       cgd #define	PCI_VENDOR_IBUS	0x1079		/* I-Bus */
    169    1.5       cgd #define	PCI_VENDOR_NETWORTH	0x107a		/* NetWorth */
    170    1.5       cgd #define	PCI_VENDOR_GATEWAY	0x107b		/* Gateway 2000 */
    171    1.5       cgd #define	PCI_VENDOR_GOLDSTART	0x107c		/* Goldstar */
    172    1.5       cgd #define	PCI_VENDOR_LEADTEK	0x107d		/* LeadTek Research */
    173    1.5       cgd #define	PCI_VENDOR_INTERPHASE	0x107e		/* Interphase */
    174    1.5       cgd #define	PCI_VENDOR_DATATECH	0x107f		/* Data Technology Corporation */
    175    1.5       cgd #define	PCI_VENDOR_CONTAQ	0x1080		/* Contaq Microsystems */
    176    1.5       cgd #define	PCI_VENDOR_SUPERMAC	0x1081		/* Supermac Technology */
    177    1.5       cgd #define	PCI_VENDOR_EFA	0x1082		/* EFA Corporation of America */
    178    1.5       cgd #define	PCI_VENDOR_FOREX	0x1083		/* Forex Computer */
    179    1.5       cgd #define	PCI_VENDOR_PARADOR	0x1084		/* Parador */
    180    1.5       cgd #define	PCI_VENDOR_TULIP	0x1085		/* Tulip Computers */
    181    1.5       cgd #define	PCI_VENDOR_JBOND	0x1086		/* J. Bond Computer Systems */
    182    1.5       cgd #define	PCI_VENDOR_CACHECOMP	0x1087		/* Cache Computer */
    183    1.5       cgd #define	PCI_VENDOR_MICROCOMP	0x1088		/* Microcomputer Systems */
    184    1.5       cgd #define	PCI_VENDOR_DG	0x1089		/* Data General Corporation */
    185   1.27     veego #define	PCI_VENDOR_BIT3	0x108a		/* Bit3 Computer Corp. */
    186   1.27     veego #define	PCI_VENDOR_ELONEX	0x108c		/* Elonex PLC c/o Oakleigh Systems */
    187    1.5       cgd #define	PCI_VENDOR_OLICOM	0x108d		/* Olicom */
    188   1.27     veego #define	PCI_VENDOR_SUN	0x108e		/* Sun Microsystems */
    189    1.5       cgd #define	PCI_VENDOR_SYSTEMSOFT	0x108f		/* Systemsoft */
    190    1.5       cgd #define	PCI_VENDOR_ENCORE	0x1090		/* Encore Computer */
    191    1.5       cgd #define	PCI_VENDOR_INTERGRAPH	0x1091		/* Intergraph */
    192    1.5       cgd #define	PCI_VENDOR_DIAMOND	0x1092		/* Diamond Computer Systems */
    193    1.5       cgd #define	PCI_VENDOR_NATIONALINST	0x1093		/* National Instruments */
    194    1.5       cgd #define	PCI_VENDOR_FICOMP	0x1094		/* First Int'l Computers */
    195    1.5       cgd #define	PCI_VENDOR_CMDTECH	0x1095		/* CMD Technology */
    196    1.5       cgd #define	PCI_VENDOR_ALACRON	0x1096		/* Alacron */
    197    1.5       cgd #define	PCI_VENDOR_APPIAN	0x1097		/* Appian Technology */
    198    1.5       cgd #define	PCI_VENDOR_QUANTUMDESIGNS	0x1098		/* Quantum Designs */
    199    1.5       cgd #define	PCI_VENDOR_SAMSUNGELEC	0x1099		/* Samsung Electronics */
    200    1.5       cgd #define	PCI_VENDOR_PACKARDBELL	0x109a		/* Packard Bell */
    201    1.5       cgd #define	PCI_VENDOR_GEMLIGHT	0x109b		/* Gemlight Computer */
    202    1.5       cgd #define	PCI_VENDOR_MEGACHIPS	0x109c		/* Megachips */
    203    1.5       cgd #define	PCI_VENDOR_ZIDA	0x109d		/* Zida Technologies */
    204    1.5       cgd #define	PCI_VENDOR_BROOKTREE	0x109e		/* Brooktree */
    205    1.5       cgd #define	PCI_VENDOR_TRIGEM	0x109f		/* Trigem Computer */
    206    1.5       cgd #define	PCI_VENDOR_MEIDENSHA	0x10a0		/* Meidensha */
    207    1.5       cgd #define	PCI_VENDOR_JUKO	0x10a1		/* Juko Electronics */
    208    1.5       cgd #define	PCI_VENDOR_QUANTUM	0x10a2		/* Quantum */
    209    1.5       cgd #define	PCI_VENDOR_EVEREX	0x10a3		/* Everex Systems */
    210    1.5       cgd #define	PCI_VENDOR_GLOBE	0x10a4		/* Globe Manufacturing Sales */
    211    1.5       cgd #define	PCI_VENDOR_RACAL	0x10a5		/* Racal Interlan */
    212    1.5       cgd #define	PCI_VENDOR_INFORMTECH	0x10a6		/* Informtech Industrial */
    213    1.5       cgd #define	PCI_VENDOR_BENCHMARQ	0x10a7		/* Benchmarq Microelectronics */
    214    1.5       cgd #define	PCI_VENDOR_SIERRA	0x10a8		/* Sierra Semiconductor */
    215    1.5       cgd #define	PCI_VENDOR_SGI	0x10a9		/* Silicon Graphics */
    216    1.5       cgd #define	PCI_VENDOR_ACC	0x10aa		/* ACC Microelectronics */
    217    1.5       cgd #define	PCI_VENDOR_DIGICOM	0x10ab		/* Digicom */
    218    1.5       cgd #define	PCI_VENDOR_HONEYWELL	0x10ac		/* Honeywell IASD */
    219   1.27     veego #define	PCI_VENDOR_SYMPHONY	0x10ad		/* Symphony Labs */
    220    1.5       cgd #define	PCI_VENDOR_CORNERSTONE	0x10ae		/* Cornerstone Technology */
    221    1.5       cgd #define	PCI_VENDOR_MICROCOMPSON	0x10af		/* Micro Computer Sysytems (M) SON */
    222    1.5       cgd #define	PCI_VENDOR_CARDEXPER	0x10b0		/* CardExpert Technology */
    223    1.5       cgd #define	PCI_VENDOR_CABLETRON	0x10B1		/* Cabletron Systems */
    224    1.5       cgd #define	PCI_VENDOR_RAYETHON	0x10b2		/* Raytheon */
    225    1.5       cgd #define	PCI_VENDOR_DATABOOK	0x10b3		/* Databook */
    226    1.5       cgd #define	PCI_VENDOR_STB	0x10b4		/* STB Systems */
    227    1.5       cgd #define	PCI_VENDOR_PLX	0x10b5		/* PLX Technology */
    228    1.5       cgd #define	PCI_VENDOR_MADGE	0x10b6		/* Madge Networks */
    229    1.1       cgd #define	PCI_VENDOR_3COM	0x10B7		/* 3Com */
    230    1.5       cgd #define	PCI_VENDOR_SMC	0x10b8		/* Standard Microsystems */
    231    1.5       cgd #define	PCI_VENDOR_ALI	0x10b9		/* Acer Labs */
    232    1.5       cgd #define	PCI_VENDOR_MITSUBISHIELEC	0x10ba		/* Mitsubishi Electronics */
    233    1.5       cgd #define	PCI_VENDOR_DAPHA	0x10bb		/* Dapha Electronics */
    234    1.5       cgd #define	PCI_VENDOR_ALR	0x10bc		/* Advanced Logic Research */
    235    1.5       cgd #define	PCI_VENDOR_SURECOM	0x10bd		/* Surecom Technology */
    236    1.5       cgd #define	PCI_VENDOR_TSENGLABS	0x10be		/* Tseng Labs International */
    237    1.5       cgd #define	PCI_VENDOR_MOST	0x10bf		/* Most */
    238    1.5       cgd #define	PCI_VENDOR_BOCA	0x10c0		/* Boca Research */
    239    1.5       cgd #define	PCI_VENDOR_ICM	0x10c1		/* ICM */
    240    1.5       cgd #define	PCI_VENDOR_AUSPEX	0x10c2		/* Auspex Systems */
    241    1.5       cgd #define	PCI_VENDOR_SAMSUNGSEMI	0x10c3		/* Samsung Semiconductors */
    242    1.5       cgd #define	PCI_VENDOR_AWARD	0x10c4		/* Award Software Int'l */
    243    1.5       cgd #define	PCI_VENDOR_XEROX	0x10c5		/* Xerox */
    244    1.5       cgd #define	PCI_VENDOR_RAMBUS	0x10c6		/* Rambus */
    245    1.5       cgd #define	PCI_VENDOR_MEDIAVIS	0x10c7		/* Media Vision */
    246    1.5       cgd #define	PCI_VENDOR_NEOMAGIC	0x10c8		/* Neomagic */
    247    1.5       cgd #define	PCI_VENDOR_DATAEXPERT	0x10c9		/* Dataexpert */
    248    1.5       cgd #define	PCI_VENDOR_FUJITSU	0x10ca		/* Fujitsu */
    249    1.5       cgd #define	PCI_VENDOR_OMRON	0x10cb		/* Omron */
    250    1.5       cgd #define	PCI_VENDOR_MENTOR	0x10cc		/* Mentor ARC */
    251   1.84     dante #define	PCI_VENDOR_ADVSYS	0x10cd		/* Advanced System Products */
    252    1.5       cgd #define	PCI_VENDOR_RADIUS	0x10ce		/* Radius */
    253    1.5       cgd #define	PCI_VENDOR_CITICORP	0x10cf		/* Citicorp TTI */
    254   1.27     veego #define	PCI_VENDOR_FUJITSU2	0x10d0		/* Fujitsu Limited (2nd PCI Vendor ID) */
    255    1.5       cgd #define	PCI_VENDOR_FUTUREPLUS	0x10d1		/* Future+ Systems */
    256    1.5       cgd #define	PCI_VENDOR_MOLEX	0x10d2		/* Molex */
    257    1.5       cgd #define	PCI_VENDOR_JABIL	0x10d3		/* Jabil Circuit */
    258    1.5       cgd #define	PCI_VENDOR_HAULON	0x10d4		/* Hualon Microelectronics */
    259    1.5       cgd #define	PCI_VENDOR_AUTOLOGIC	0x10d5		/* Autologic */
    260    1.5       cgd #define	PCI_VENDOR_CETIA	0x10d6		/* Cetia */
    261    1.5       cgd #define	PCI_VENDOR_BCM	0x10d7		/* BCM Advanced */
    262    1.5       cgd #define	PCI_VENDOR_APL	0x10d8		/* Advanced Peripherals Labs */
    263    1.5       cgd #define	PCI_VENDOR_MACRONIX	0x10d9		/* Macronix */
    264    1.5       cgd #define	PCI_VENDOR_THOMASCONRAD	0x10da		/* Thomas-Conrad */
    265    1.5       cgd #define	PCI_VENDOR_ROHM	0x10db		/* Rohm Research */
    266   1.27     veego #define	PCI_VENDOR_CERN	0x10dc		/* CERN/ECP/EDU */
    267    1.5       cgd #define	PCI_VENDOR_ES	0x10dd		/* Evans & Sutherland */
    268    1.5       cgd #define	PCI_VENDOR_NVIDIA	0x10de		/* Nvidia Corporation */
    269    1.5       cgd #define	PCI_VENDOR_EMULEX	0x10df		/* Emulex */
    270    1.5       cgd #define	PCI_VENDOR_IMS	0x10e0		/* Integrated Micro Solutions */
    271   1.27     veego #define	PCI_VENDOR_TEKRAM	0x10e1		/* Tekram Technology (1st PCI Vendor ID) */
    272    1.5       cgd #define	PCI_VENDOR_APTIX	0x10e2		/* Aptix Corporation */
    273   1.88  drochner #define	PCI_VENDOR_NEWBRIDGE	0x10e3		/* Newbridge Microsystems / Tundra Semiconductor */
    274    1.5       cgd #define	PCI_VENDOR_TANDEM	0x10e4		/* Tandem Computers */
    275    1.5       cgd #define	PCI_VENDOR_MICROINDUSTRIES	0x10e5		/* Micro Industries */
    276    1.5       cgd #define	PCI_VENDOR_GAINBERY	0x10e6		/* Gainbery Computer Products */
    277    1.5       cgd #define	PCI_VENDOR_VADEM	0x10e7		/* Vadem */
    278    1.5       cgd #define	PCI_VENDOR_AMCIRCUITS	0x10e8		/* Applied Micro Circuits */
    279    1.5       cgd #define	PCI_VENDOR_ALPSELECTIC	0x10e9		/* Alps Electric */
    280    1.5       cgd #define	PCI_VENDOR_INTERGRAPHICS	0x10ea		/* Integraphics Systems */
    281    1.5       cgd #define	PCI_VENDOR_ARTISTSGRAPHICS	0x10eb		/* Artists Graphics */
    282    1.5       cgd #define	PCI_VENDOR_REALTEK	0x10ec		/* Realtek Semiconductor */
    283    1.5       cgd #define	PCI_VENDOR_ASCIICORP	0x10ed		/* ASCII Corporation */
    284    1.5       cgd #define	PCI_VENDOR_XILINX	0x10ee		/* Xilinx */
    285    1.5       cgd #define	PCI_VENDOR_RACORE	0x10ef		/* Racore Computer Products */
    286    1.5       cgd #define	PCI_VENDOR_PERITEK	0x10f0		/* Peritek */
    287    1.5       cgd #define	PCI_VENDOR_TYAN	0x10f1		/* Tyan Computer */
    288    1.5       cgd #define	PCI_VENDOR_ACHME	0x10f2		/* Achme Computer */
    289    1.5       cgd #define	PCI_VENDOR_ALARIS	0x10f3		/* Alaris */
    290    1.5       cgd #define	PCI_VENDOR_SMOS	0x10f4		/* S-MOS Systems */
    291   1.27     veego #define	PCI_VENDOR_NKK	0x10f5		/* NKK Corporation */
    292    1.5       cgd #define	PCI_VENDOR_CREATIVE	0x10f6		/* Creative Electronic Systems */
    293    1.5       cgd #define	PCI_VENDOR_MATSUSHITA	0x10f7		/* Matsushita */
    294    1.5       cgd #define	PCI_VENDOR_ALTOS	0x10f8		/* Altos India */
    295    1.5       cgd #define	PCI_VENDOR_PCDIRECT	0x10f9		/* PC Direct */
    296    1.5       cgd #define	PCI_VENDOR_TRUEVISIO	0x10fa		/* Truevision */
    297    1.5       cgd #define	PCI_VENDOR_THESYS	0x10fb		/* Thesys Ges. F. Mikroelektronik */
    298    1.5       cgd #define	PCI_VENDOR_IODATA	0x10fc		/* I-O Data Device */
    299    1.5       cgd #define	PCI_VENDOR_SOYO	0x10fd		/* Soyo Technology */
    300    1.5       cgd #define	PCI_VENDOR_FAST	0x10fe		/* Fast Electronic */
    301    1.5       cgd #define	PCI_VENDOR_NCUBE	0x10ff		/* NCube */
    302    1.5       cgd #define	PCI_VENDOR_JAZZ	0x1100		/* Jazz Multimedia */
    303    1.5       cgd #define	PCI_VENDOR_INITIO	0x1101		/* Initio */
    304    1.5       cgd #define	PCI_VENDOR_CREATIVELABS	0x1102		/* Creative Labs */
    305    1.5       cgd #define	PCI_VENDOR_TRIONES	0x1103		/* Triones Technologies */
    306    1.5       cgd #define	PCI_VENDOR_RASTEROPS	0x1104		/* RasterOps */
    307    1.5       cgd #define	PCI_VENDOR_SIGMA	0x1105		/* Sigma Designs */
    308   1.14       cgd #define	PCI_VENDOR_VIATECH	0x1106		/* VIA Technologies */
    309    1.5       cgd #define	PCI_VENDOR_STRATIS	0x1107		/* Stratus Computer */
    310    1.1       cgd #define	PCI_VENDOR_PROTEON	0x1108		/* Proteon */
    311    1.5       cgd #define	PCI_VENDOR_COGENT	0x1109		/* Cogent Data Technologies */
    312   1.27     veego #define	PCI_VENDOR_SIEMENS	0x110a		/* Siemens AG / Siemens Nixdorf AG */
    313    1.5       cgd #define	PCI_VENDOR_XENON	0x110b		/* Xenon Microsystems */
    314    1.5       cgd #define	PCI_VENDOR_MINIMAX	0x110c		/* Mini-Max Technology */
    315    1.5       cgd #define	PCI_VENDOR_ZNYX	0x110d		/* Znyx Advanced Systems */
    316    1.5       cgd #define	PCI_VENDOR_CPUTECH	0x110e		/* CPU Technology */
    317    1.5       cgd #define	PCI_VENDOR_ROSS	0x110f		/* Ross Technology */
    318    1.5       cgd #define	PCI_VENDOR_POWERHOUSE	0x1110		/* Powerhouse Systems */
    319    1.5       cgd #define	PCI_VENDOR_SCO	0x1111		/* Santa Cruz Operation */
    320   1.27     veego #define	PCI_VENDOR_RNS	0x1112		/* RNS */
    321    1.5       cgd #define	PCI_VENDOR_ACCTON	0x1113		/* Accton Technology */
    322    1.5       cgd #define	PCI_VENDOR_ATMEL	0x1114		/* Atmel */
    323   1.27     veego #define	PCI_VENDOR_DUPONT	0x1115		/* DuPont Pixel Systems */
    324    1.5       cgd #define	PCI_VENDOR_DATATRANSLATION	0x1116		/* Data Translation */
    325    1.5       cgd #define	PCI_VENDOR_DATACUBE	0x1117		/* Datacube */
    326    1.5       cgd #define	PCI_VENDOR_BERG	0x1118		/* Berg Electronics */
    327    1.5       cgd #define	PCI_VENDOR_VORTEX	0x1119		/* Vortex Computer Systems */
    328    1.5       cgd #define	PCI_VENDOR_EFFICIENTNETS	0x111a		/* Efficent Networks */
    329    1.5       cgd #define	PCI_VENDOR_TELEDYNE	0x111b		/* Teledyne Electronic Systems */
    330    1.5       cgd #define	PCI_VENDOR_TRICORD	0x111c		/* Tricord Systems */
    331    1.5       cgd #define	PCI_VENDOR_IDT	0x111d		/* IDT */
    332    1.5       cgd #define	PCI_VENDOR_ELDEC	0x111e		/* Eldec */
    333    1.5       cgd #define	PCI_VENDOR_PDI	0x111f		/* Prescision Digital Images */
    334    1.5       cgd #define	PCI_VENDOR_EMC	0x1120		/* Emc */
    335    1.5       cgd #define	PCI_VENDOR_ZILOG	0x1121		/* Zilog */
    336    1.5       cgd #define	PCI_VENDOR_MULTITECH	0x1122		/* Multi-tech Systems */
    337    1.5       cgd #define	PCI_VENDOR_LEUTRON	0x1124		/* Leutron Vision */
    338   1.27     veego #define	PCI_VENDOR_EUROCORE	0x1125		/* Eurocore/Vigra */
    339   1.27     veego #define	PCI_VENDOR_VIGRA	0x1126		/* Vigra */
    340    1.5       cgd #define	PCI_VENDOR_FORE	0x1127		/* FORE Systems */
    341    1.5       cgd #define	PCI_VENDOR_FIRMWORKS	0x1129		/* Firmworks */
    342    1.5       cgd #define	PCI_VENDOR_HERMES	0x112a		/* Hermes Electronics */
    343    1.5       cgd #define	PCI_VENDOR_LINOTYPE	0x112b		/* Linotype */
    344    1.5       cgd #define	PCI_VENDOR_RAVICAD	0x112d		/* Ravicad */
    345    1.5       cgd #define	PCI_VENDOR_INFOMEDIA	0x112e		/* Infomedia Microelectronics */
    346    1.5       cgd #define	PCI_VENDOR_IMAGINGTECH	0x112f		/* Imaging Technlogy */
    347    1.5       cgd #define	PCI_VENDOR_COMPUTERVISION	0x1130		/* Computervision */
    348    1.5       cgd #define	PCI_VENDOR_PHILIPS	0x1131		/* Philips */
    349    1.5       cgd #define	PCI_VENDOR_MITEL	0x1132		/* Mitel */
    350    1.5       cgd #define	PCI_VENDOR_EICON	0x1133		/* Eicon Technology */
    351    1.5       cgd #define	PCI_VENDOR_MCS	0x1134		/* Mercury Computer Systems */
    352    1.5       cgd #define	PCI_VENDOR_FUJIXEROX	0x1135		/* Fuji Xerox */
    353    1.5       cgd #define	PCI_VENDOR_MOMENTUM	0x1136		/* Momentum Data Systems */
    354    1.5       cgd #define	PCI_VENDOR_CISCO	0x1137		/* Cisco Systems */
    355    1.5       cgd #define	PCI_VENDOR_ZIATECH	0x1138		/* Ziatech */
    356    1.5       cgd #define	PCI_VENDOR_DYNPIC	0x1139		/* Dynamic Pictures */
    357    1.5       cgd #define	PCI_VENDOR_FWB	0x113a		/* FWB */
    358    1.5       cgd #define	PCI_VENDOR_CYCLONE	0x113c		/* Cyclone Micro */
    359    1.5       cgd #define	PCI_VENDOR_LEADINGEDGE	0x113d		/* Leading Edge */
    360    1.5       cgd #define	PCI_VENDOR_SANYO	0x113e		/* Sanyo Electric */
    361    1.5       cgd #define	PCI_VENDOR_EQUINOX	0x113f		/* Equinox Systems */
    362    1.5       cgd #define	PCI_VENDOR_INTERVOICE	0x1140		/* Intervoice */
    363    1.5       cgd #define	PCI_VENDOR_CREST	0x1141		/* Crest Microsystem */
    364    1.5       cgd #define	PCI_VENDOR_ALLIANCE	0x1142		/* Alliance Semiconductor */
    365    1.5       cgd #define	PCI_VENDOR_NETPOWER	0x1143		/* NetPower */
    366    1.5       cgd #define	PCI_VENDOR_CINMILACRON	0x1144		/* Cincinnati Milacron */
    367    1.5       cgd #define	PCI_VENDOR_WORKBIT	0x1145		/* Workbit */
    368    1.5       cgd #define	PCI_VENDOR_FORCE	0x1146		/* Force Computers */
    369    1.5       cgd #define	PCI_VENDOR_INTERFACE	0x1147		/* Interface */
    370    1.5       cgd #define	PCI_VENDOR_SCHNEIDERKOCH	0x1148		/* Schneider & Koch */
    371    1.5       cgd #define	PCI_VENDOR_WINSYSTEM	0x1149		/* Win System */
    372    1.5       cgd #define	PCI_VENDOR_VMIC	0x114a		/* VMIC */
    373    1.5       cgd #define	PCI_VENDOR_CANOPUS	0x114b		/* Canopus */
    374    1.5       cgd #define	PCI_VENDOR_ANNABOOKS	0x114c		/* Annabooks */
    375    1.5       cgd #define	PCI_VENDOR_IC	0x114d		/* IC Corporation */
    376    1.5       cgd #define	PCI_VENDOR_NIKON	0x114e		/* Nikon Systems */
    377    1.5       cgd #define	PCI_VENDOR_DIGIINTERNAT	0x114f		/* Digi International */
    378    1.5       cgd #define	PCI_VENDOR_TMC	0x1150		/* Thinking Machines */
    379    1.5       cgd #define	PCI_VENDOR_JAE	0x1151		/* JAE Electronics */
    380    1.5       cgd #define	PCI_VENDOR_MEGATEK	0x1152		/* Megatek */
    381    1.5       cgd #define	PCI_VENDOR_LANDWIN	0x1153		/* Land Win Electronic */
    382    1.5       cgd #define	PCI_VENDOR_MELCO	0x1154		/* Melco */
    383    1.5       cgd #define	PCI_VENDOR_PINETECH	0x1155		/* Pine Technology */
    384    1.5       cgd #define	PCI_VENDOR_PERISCOPE	0x1156		/* Periscope Engineering */
    385    1.5       cgd #define	PCI_VENDOR_AVSYS	0x1157		/* Avsys */
    386    1.5       cgd #define	PCI_VENDOR_VOARX	0x1158		/* Voarx R & D */
    387    1.5       cgd #define	PCI_VENDOR_MUTECH	0x1159		/* Mutech */
    388    1.5       cgd #define	PCI_VENDOR_HARLEQUIN	0x115a		/* Harlequin */
    389    1.5       cgd #define	PCI_VENDOR_PARALLAX	0x115b		/* Parallax Graphics */
    390    1.5       cgd #define	PCI_VENDOR_XIRCOM	0x115d		/* Xircom */
    391    1.5       cgd #define	PCI_VENDOR_PEERPROTO	0x115e		/* Peer Protocols */
    392    1.5       cgd #define	PCI_VENDOR_MAXTOR	0x115f		/* Maxtor */
    393    1.5       cgd #define	PCI_VENDOR_MEGASOFT	0x1160		/* Megasoft */
    394    1.5       cgd #define	PCI_VENDOR_PFU	0x1161		/* PFU Limited */
    395    1.5       cgd #define	PCI_VENDOR_OALAB	0x1162		/* OA Laboratory */
    396    1.5       cgd #define	PCI_VENDOR_SYNEMA	0x1163		/* Synema Corporation */
    397    1.5       cgd #define	PCI_VENDOR_APT	0x1164		/* Advanced Peripherals Technologies */
    398    1.5       cgd #define	PCI_VENDOR_IMAGRAPH	0x1165		/* Imagraph */
    399    1.5       cgd #define	PCI_VENDOR_PEQUR	0x1166		/* Pequr Technology */
    400    1.5       cgd #define	PCI_VENDOR_MUTOH	0x1167		/* Mutoh Industries */
    401    1.5       cgd #define	PCI_VENDOR_THINE	0x1168		/* Thine Electronics */
    402    1.5       cgd #define	PCI_VENDOR_CDAC	0x1169		/* Centre for Dev. of Advanced Computing */
    403    1.5       cgd #define	PCI_VENDOR_POLARIS	0x116a		/* Polaris Communications */
    404    1.5       cgd #define	PCI_VENDOR_CONNECTWARE	0x116b		/* Connectware */
    405    1.5       cgd #define	PCI_VENDOR_WSTECH	0x116f		/* Workstation Technology */
    406    1.5       cgd #define	PCI_VENDOR_INVENTEC	0x1170		/* Inventec */
    407   1.27     veego #define	PCI_VENDOR_LOUGHSOUND	0x1171		/* Loughborough Sound Images */
    408   1.27     veego #define	PCI_VENDOR_ALTERA	0x1172		/* Altera Corperation */
    409   1.27     veego #define	PCI_VENDOR_ADOBE	0x1173		/* Adobe Systems */
    410   1.27     veego #define	PCI_VENDOR_BRIDGEPORT	0x1174		/* Bridgeport Machines */
    411   1.27     veego #define	PCI_VENDOR_MIRTRON	0x1175		/* Mitron Computer */
    412   1.27     veego #define	PCI_VENDOR_SBE	0x1176		/* SBE */
    413   1.27     veego #define	PCI_VENDOR_SILICONENG	0x1177		/* Silicon Engineering */
    414   1.27     veego #define	PCI_VENDOR_ALFA	0x1178		/* Alfa */
    415   1.27     veego #define	PCI_VENDOR_TOSHIBA2	0x1179		/* Toshiba Info Systems (2nd PCI Vendor ID) */
    416   1.27     veego #define	PCI_VENDOR_ATREND	0x117a		/* A-Trend Technology */
    417   1.27     veego #define	PCI_VENDOR_ATTO	0x117c		/* Atto Technology */
    418   1.27     veego #define	PCI_VENDOR_TR	0x117e		/* T/R Systems */
    419   1.27     veego #define	PCI_VENDOR_RICOH	0x1180		/* Ricoh */
    420   1.27     veego #define	PCI_VENDOR_TELEMATICS	0x1181		/* Telematics International */
    421   1.27     veego #define	PCI_VENDOR_FUJIKURA	0x1183		/* Fujikura */
    422   1.27     veego #define	PCI_VENDOR_FORKS	0x1184		/* Forks */
    423   1.27     veego #define	PCI_VENDOR_DATAWORLD	0x1185		/* Dataworld */
    424   1.27     veego #define	PCI_VENDOR_DLINK	0x1186		/* D-Link Systems */
    425   1.27     veego #define	PCI_VENDOR_ATL	0x1187		/* Advanced Techonoloy Labratories */
    426   1.27     veego #define	PCI_VENDOR_SHIMA	0x1188		/* Shima Seiki Manufacturing */
    427   1.27     veego #define	PCI_VENDOR_MATSUSHITA2	0x1189		/* Matsushita Electronics (2nd PCI Vendor ID) */
    428   1.27     veego #define	PCI_VENDOR_HILEVEL	0x118a		/* HiLevel Technology */
    429   1.27     veego #define	PCI_VENDOR_COROLLARY	0x118c		/* Corrollary */
    430   1.27     veego #define	PCI_VENDOR_BITFLOW	0x118d		/* BitFlow */
    431   1.27     veego #define	PCI_VENDOR_HERMSTEDT	0x118e		/* Hermstedt */
    432   1.93      tron #define	PCI_VENDOR_ACARD	0x1191		/* ACARD */
    433   1.27     veego #define	PCI_VENDOR_DENSAN	0x1192		/* Densan */
    434   1.14       cgd #define	PCI_VENDOR_ZEINET	0x1193		/* Zeinet */
    435   1.27     veego #define	PCI_VENDOR_TOUCAN	0x1194		/* Toucan Technology */
    436   1.27     veego #define	PCI_VENDOR_RATOC	0x1195		/* Ratoc System */
    437   1.27     veego #define	PCI_VENDOR_HYTEC	0x1196		/* Hytec Electronic */
    438   1.27     veego #define	PCI_VENDOR_GAGE	0x1197		/* Gage Applied Sciences */
    439   1.27     veego #define	PCI_VENDOR_LAMBDA	0x1198		/* Lambda Systems */
    440   1.27     veego #define	PCI_VENDOR_DCA	0x1199		/* Digital Communications Associates */
    441   1.27     veego #define	PCI_VENDOR_MINDSHARE	0x119a		/* Mind Share */
    442   1.27     veego #define	PCI_VENDOR_OMEGA	0x119b		/* Omega Micro */
    443   1.27     veego #define	PCI_VENDOR_ITI	0x119c		/* Information Technology Institute */
    444   1.27     veego #define	PCI_VENDOR_BUG	0x119d		/* Bug Sapporo */
    445   1.27     veego #define	PCI_VENDOR_FUJITSU3	0x119e		/* Fujitsu (3th PCI Vendor ID) */
    446   1.27     veego #define	PCI_VENDOR_BULL	0x119f		/* Bull Hn Information Systems */
    447   1.27     veego #define	PCI_VENDOR_CONVEX	0x11a0		/* Convex Computer */
    448   1.27     veego #define	PCI_VENDOR_HAMAMATSU	0x11a1		/* Hamamatsu Photonics */
    449   1.27     veego #define	PCI_VENDOR_SIERRA2	0x11a2		/* Sierra Research & Technology (2nd PCI Vendor ID) */
    450   1.27     veego #define	PCI_VENDOR_BARCO	0x11a4		/* Barco */
    451   1.27     veego #define	PCI_VENDOR_MICROUNITY	0x11a5		/* MicroUnity Systems Engineering */
    452   1.27     veego #define	PCI_VENDOR_PUREDATA	0x11a6		/* Pure Data */
    453   1.27     veego #define	PCI_VENDOR_POWERCC	0x11a7		/* Power Computing */
    454   1.27     veego #define	PCI_VENDOR_INNOSYS	0x11a9		/* InnoSys */
    455   1.27     veego #define	PCI_VENDOR_ACTEL	0x11aa		/* Actel */
    456   1.27     veego #define	PCI_VENDOR_GALILEO	0x11ab		/* Galileo Technology */
    457   1.27     veego #define	PCI_VENDOR_CANNON	0x11ac		/* Cannon IS */
    458   1.27     veego #define	PCI_VENDOR_LITEON	0x11ad		/* Lite-On Communications */
    459   1.27     veego #define	PCI_VENDOR_SCITEX	0x11ae		/* Scitex Corporation */
    460   1.27     veego #define	PCI_VENDOR_PROLOG	0x11af		/* Pro-Log Corporation */
    461   1.27     veego #define	PCI_VENDOR_V3	0x11b0		/* V3 Semiconductor */
    462   1.27     veego #define	PCI_VENDOR_APRICOT	0x11b1		/* Apricot Computer */
    463   1.27     veego #define	PCI_VENDOR_KODAK	0x11b2		/* Eastman Kodak */
    464   1.27     veego #define	PCI_VENDOR_BARR	0x11b3		/* Barr Systems */
    465   1.27     veego #define	PCI_VENDOR_LEITECH	0x11b4		/* Leitch Technology */
    466   1.27     veego #define	PCI_VENDOR_RADSTONE	0x11b5		/* Radstone Technology */
    467   1.27     veego #define	PCI_VENDOR_UNITEDVIDEO	0x11b6		/* United Video */
    468   1.27     veego #define	PCI_VENDOR_MOT2	0x11b7		/* Motorola (2nd PCI Vendor ID) */
    469   1.27     veego #define	PCI_VENDOR_XPOINT	0x11b8		/* Xpoint Technologies */
    470   1.27     veego #define	PCI_VENDOR_PATHLIGHT	0x11b9		/* Pathlight Technology */
    471   1.27     veego #define	PCI_VENDOR_VIDEOTRON	0x11ba		/* VideoTron */
    472   1.27     veego #define	PCI_VENDOR_PYRAMID	0x11bb		/* Pyramid Technologies */
    473   1.27     veego #define	PCI_VENDOR_NETPERIPH	0x11bc		/* Network Peripherals */
    474   1.27     veego #define	PCI_VENDOR_PINNACLE	0x11bd		/* Pinnacle Systems */
    475   1.27     veego #define	PCI_VENDOR_IMI	0x11be		/* International Microcircuts */
    476   1.87      mark #define	PCI_VENDOR_FUJITSU4	0x11c1		/* Fujitsu Limited (4th PCI Vendor ID) */
    477   1.27     veego #define	PCI_VENDOR_NEC2	0x11c3		/* NEC (2nd PCI Vendor ID) */
    478   1.27     veego #define	PCI_VENDOR_DOCTECH	0x11c4		/* Document Technologies */
    479   1.27     veego #define	PCI_VENDOR_SHIVA	0x11c5		/* Shiva */
    480   1.27     veego #define	PCI_VENDOR_DCMDATA	0x11c7		/* DCM Data Systems */
    481   1.27     veego #define	PCI_VENDOR_DOLPHIN	0x11c8		/* Dolphin Interconnect Solutions */
    482   1.27     veego #define	PCI_VENDOR_MRTMAGMA	0x11c9		/* Mesa Ridge Technologies (MAGMA) */
    483   1.27     veego #define	PCI_VENDOR_LSISYS	0x11ca		/* LSI Systems */
    484   1.27     veego #define	PCI_VENDOR_SPECIALIX	0x11cb		/* Specialix Research */
    485   1.27     veego #define	PCI_VENDOR_MKC	0x11cc		/* Michels & Kleberhoff Computer */
    486   1.27     veego #define	PCI_VENDOR_HAL	0x11cd		/* HAL Computer Systems */
    487   1.27     veego #define	PCI_VENDOR_ZORAN	0x11de		/* Zoran Corporation */
    488   1.65   thorpej #define	PCI_VENDOR_COMPEX	0x11f6		/* Compex */
    489   1.27     veego #define	PCI_VENDOR_PMCSIERRA	0x11f8		/* PMC-Sierra */
    490   1.18  christos #define	PCI_VENDOR_CYCLADES	0x120e		/* Cyclades */
    491   1.31       kml #define	PCI_VENDOR_ESSENTIAL	0x120f		/* Essential Communications */
    492   1.72  augustss #define	PCI_VENDOR_2MICRO	0x1217		/* 2 Micro Inc */
    493   1.77  explorer #define	PCI_VENDOR_3DFX	0x121a		/* 3Dfx Interactive */
    494   1.27     veego #define	PCI_VENDOR_ARIEL	0x1220		/* Ariel */
    495   1.27     veego #define	PCI_VENDOR_AZTECH	0x122d		/* Aztech */
    496   1.27     veego #define	PCI_VENDOR_3DO	0x1239		/* The 3D0 Company */
    497  1.114  drochner #define	PCI_VENDOR_AVM	0x1244		/* AVM */
    498   1.27     veego #define	PCI_VENDOR_STALLION	0x124d		/* Stallion Technologies */
    499   1.27     veego #define	PCI_VENDOR_LINEARSYS	0x1254		/* Linear Systems */
    500  1.111   thorpej #define	PCI_VENDOR_ASIX	0x125b		/* ASIX Electronics */
    501   1.27     veego #define	PCI_VENDOR_AURORA	0x125c		/* Aurora Technologies */
    502   1.87      mark #define	PCI_VENDOR_ESSTECH	0x125d		/* ESS Technology Inc */
    503   1.42   mycroft #define	PCI_VENDOR_ENSONIQ	0x1274		/* Ensoniq */
    504   1.27     veego #define	PCI_VENDOR_NETAPP	0x1275		/* Network Appliance */
    505   1.27     veego #define	PCI_VENDOR_ROCKWELL	0x127a		/* Rockwell Semiconductor Systems */
    506   1.68      mark #define	PCI_VENDOR_TRITECH	0x1292		/* TriTech Microelectronics */
    507   1.27     veego #define	PCI_VENDOR_KOFAX	0x1296		/* Kofax Image Products */
    508   1.77  explorer #define	PCI_VENDOR_RISCOM	0x12aa		/* RISCom */
    509   1.27     veego #define	PCI_VENDOR_PICTUREEL	0x12c5		/* Picture Elements */
    510   1.64   thorpej #define	PCI_VENDOR_STB2	0x12d2		/* STB Systems (2nd PCI Vendor ID) */
    511  1.120  explorer #define	PCI_VENDOR_LMC	0x1376		/* LAN Media Corporation */
    512   1.27     veego #define	PCI_VENDOR_SYMPHONY2	0x1c1c		/* Symphony Labs (2nd PCI Vendor ID) */
    513   1.27     veego #define	PCI_VENDOR_TEKRAM2	0x1de1		/* Tekram Technology (2nd PCI Vendor ID) */
    514   1.27     veego #define	PCI_VENDOR_3DLABS	0x3d3d		/* 3D Labs */
    515   1.27     veego #define	PCI_VENDOR_AVANCE2	0x4005		/* Avance Logic (2nd PCI Vendor ID) */
    516   1.65   thorpej #define	PCI_VENDOR_NETVIN	0x4a14		/* NetVin */
    517   1.27     veego #define	PCI_VENDOR_BUSLOGIC2	0x4b10		/* Buslogic (2nd PCI Vendor ID) */
    518    1.1       cgd #define	PCI_VENDOR_S3	0x5333		/* S3 */
    519   1.27     veego #define	PCI_VENDOR_NETPOWER2	0x5700		/* NetPower (2nd PCI Vendor ID) */
    520   1.27     veego #define	PCI_VENDOR_C4T	0x6374		/* c't Magazin */
    521   1.27     veego #define	PCI_VENDOR_QUANCM	0x8008		/* Quancm Electronic GmbH */
    522    1.1       cgd #define	PCI_VENDOR_INTEL	0x8086		/* Intel */
    523   1.27     veego #define	PCI_VENDOR_TRIGEM2	0x8800		/* Trigem Computer (2nd PCI Vendor ID) */
    524   1.65   thorpej #define	PCI_VENDOR_PROLAN	0x8c4a		/* ProLAN */
    525   1.27     veego #define	PCI_VENDOR_COMPUTONE	0x8e0e		/* Computone Corperation */
    526   1.65   thorpej #define	PCI_VENDOR_KTI	0x8e2e		/* KTI */
    527    1.1       cgd #define	PCI_VENDOR_ADP	0x9004		/* Adaptec */
    528   1.88  drochner #define	PCI_VENDOR_ADP2	0x9005		/* Adaptec (2nd PCI Vendor ID) */
    529   1.14       cgd #define	PCI_VENDOR_ATRONICS	0x907f		/* Atronics */
    530   1.27     veego #define	PCI_VENDOR_ARC	0xedd8		/* ARC Logic */
    531   1.60       cgd #define	PCI_VENDOR_INVALID	0xffff		/* INVALID VENDOR ID */
    532    1.1       cgd 
    533    1.1       cgd /*
    534    1.1       cgd  * List of known products.  Grouped by vendor.
    535    1.1       cgd  */
    536    1.1       cgd 
    537    1.5       cgd /* 3COM Products */
    538  1.112   thorpej #define	PCI_PRODUCT_3COM_3C590	0x5900		/* 3c590 Ethernet */
    539  1.112   thorpej #define	PCI_PRODUCT_3COM_3C595TX	0x5950		/* 3c595-TX 10/100 Ethernet */
    540  1.112   thorpej #define	PCI_PRODUCT_3COM_3C595T4	0x5951		/* 3c595-T4 10/100 Ethernet */
    541  1.112   thorpej #define	PCI_PRODUCT_3COM_3C595MII	0x5952		/* 3c595-MII 10/100 Ethernet */
    542  1.112   thorpej #define	PCI_PRODUCT_3COM_3C900TPO	0x9000		/* 3c900-TPO Ethernet */
    543  1.112   thorpej #define	PCI_PRODUCT_3COM_3C900COMBO	0x9001		/* 3c900-COMBO Ethernet */
    544  1.112   thorpej #define	PCI_PRODUCT_3COM_3C905TX	0x9050		/* 3c905-TX 10/100 Ethernet */
    545  1.112   thorpej #define	PCI_PRODUCT_3COM_3C905T4	0x9051		/* 3c905-T4 10/100 Ethernet */
    546  1.112   thorpej #define	PCI_PRODUCT_3COM_3C900BTPO	0x9004		/* 3c900B-TPO Ethernet */
    547  1.112   thorpej #define	PCI_PRODUCT_3COM_3C900BCOMBO	0x9005		/* 3c900B-COMBO Ethernet */
    548  1.112   thorpej #define	PCI_PRODUCT_3COM_3C905BTX	0x9055		/* 3c905B-TX 10/100 Ethernet */
    549  1.112   thorpej #define	PCI_PRODUCT_3COM_3C905BT4	0x9056		/* 3c905B-T4 10/100 Ethernet */
    550  1.112   thorpej #define	PCI_PRODUCT_3COM_3C905BFX	0x905a		/* 3c905B-FX 10/100 Ethernet */
    551  1.112   thorpej #define	PCI_PRODUCT_3COM_3C980SRV	0x9800		/* 3c980 Server Adapter 10/100 Ethernet */
    552    1.5       cgd 
    553   1.73      tron /* 3Dfx Interactive producs */
    554   1.73      tron #define	PCI_PRODUCT_3DFX_VOODOO	0x0001		/* Voodoo */
    555  1.110      tron #define	PCI_PRODUCT_3DFX_VOODOO2	0x0002		/* Voodoo2 */
    556   1.73      tron 
    557   1.27     veego /* 3D Labs products */
    558   1.44    lonhyn #define	PCI_PRODUCT_3DLABS_300SX	0x0001		/* GLINT 300SX */
    559   1.44    lonhyn #define	PCI_PRODUCT_3DLABS_500TX	0x0002		/* GLINT 500TX */
    560   1.44    lonhyn #define	PCI_PRODUCT_3DLABS_DELTA	0x0003		/* GLINT DELTA */
    561   1.44    lonhyn #define	PCI_PRODUCT_3DLABS_500MX	0x0006		/* GLINT 500MX */
    562   1.27     veego 
    563   1.24       jtk /* ACC Products */
    564   1.24       jtk #define	PCI_PRODUCT_ACC_2188	0x0000		/* ACCM 2188 VL-PCI Bridge */
    565   1.76  drochner #define	PCI_PRODUCT_ACC_2051_HB	0x2051		/* 2051 PCI Single Chip Solution (host bridge) */
    566   1.76  drochner #define	PCI_PRODUCT_ACC_2051_ISA	0x5842		/* 2051 PCI Single Chip Solution (ISA bridge) */
    567   1.24       jtk 
    568   1.93      tron /* ACARD products */
    569   1.93      tron #define	PCI_PRODUCT_ACARD_AEC6710	0x8002		/* AEC6710 SCSI */
    570   1.93      tron #define	PCI_PRODUCT_ACARD_AEC6712UW	0x8010		/* AEC6712UW SCSI */
    571   1.93      tron #define	PCI_PRODUCT_ACARD_AEC6712U	0x8020		/* AEC6712U SCSI */
    572   1.93      tron #define	PCI_PRODUCT_ACARD_AEC6712S	0x8030		/* AEC6712S SCSI */
    573   1.93      tron #define	PCI_PRODUCT_ACARD_AEC6712D	0x8040		/* AEC6712D SCSI */
    574   1.93      tron #define	PCI_PRODUCT_ACARD_AEC6712SUW	0x8050		/* AEC6712SUW SCSI */
    575   1.93      tron 
    576    1.5       cgd /* Acer products */
    577   1.27     veego #define	PCI_PRODUCT_ACER_M1435	0x1435		/* M1435 VL-PCI Bridge */
    578    1.5       cgd 
    579   1.14       cgd /* Acer Labs products */
    580   1.27     veego #define	PCI_PRODUCT_ALI_M1445	0x1445		/* M1445 VL-PCI Bridge */
    581   1.27     veego #define	PCI_PRODUCT_ALI_M1449	0x1449		/* M1449 PCI-ISA Bridge */
    582   1.27     veego #define	PCI_PRODUCT_ALI_M1451	0x1451		/* M1451 Host-PCI Bridge */
    583   1.27     veego #define	PCI_PRODUCT_ALI_M1461	0x1461		/* M1461 Host-PCI Bridge */
    584   1.89      mark #define	PCI_PRODUCT_ALI_M1531	0x1531		/* M1531 Host-PCI Bridge */
    585   1.89      mark #define	PCI_PRODUCT_ALI_M1541	0x1541		/* M1541 Host-PCI Bridge */
    586   1.68      mark #define	PCI_PRODUCT_ALI_M1543	0x1533		/* M1543 PCI-ISA Bridge */
    587   1.14       cgd #define	PCI_PRODUCT_ALI_M4803	0x5215		/* M4803 */
    588   1.68      mark #define	PCI_PRODUCT_ALI_M5229	0x5229		/* M5229 UDMA IDE Controller */
    589   1.68      mark #define	PCI_PRODUCT_ALI_M5237	0x5237		/* M5237 USB Host Controller */
    590   1.68      mark #define	PCI_PRODUCT_ALI_M7101	0x7101		/* M7101 Power Management Controller */
    591   1.14       cgd 
    592    1.1       cgd /* Adaptec products */
    593   1.14       cgd #define	PCI_PRODUCT_ADP_AIC7850	0x5078		/* AIC-7850 */
    594   1.19     gibbs #define	PCI_PRODUCT_ADP_AIC7855	0x5578		/* AIC-7855 */
    595   1.28     chuck #define	PCI_PRODUCT_ADP_AIC5900	0x5900		/* AIC-5900 ATM */
    596   1.28     chuck #define	PCI_PRODUCT_ADP_AIC5905	0x5905		/* AIC-5905 ATM */
    597   1.19     gibbs #define	PCI_PRODUCT_ADP_AIC7860	0x6078		/* AIC-7860 */
    598   1.19     gibbs #define	PCI_PRODUCT_ADP_2940AU	0x6178		/* AHA-2940A Ultra */
    599   1.14       cgd #define	PCI_PRODUCT_ADP_AIC7870	0x7078		/* AIC-7870 */
    600   1.14       cgd #define	PCI_PRODUCT_ADP_2940	0x7178		/* AHA-2940 */
    601    1.6       cgd #define	PCI_PRODUCT_ADP_3940	0x7278		/* AHA-3940 */
    602   1.27     veego #define	PCI_PRODUCT_ADP_3985	0x7378		/* AHA-3985 */
    603    1.6       cgd #define	PCI_PRODUCT_ADP_2944	0x7478		/* AHA-2944 */
    604    1.6       cgd #define	PCI_PRODUCT_ADP_AIC7880	0x8078		/* AIC-7880 Ultra */
    605   1.14       cgd #define	PCI_PRODUCT_ADP_2940U	0x8178		/* AHA-2940 Ultra */
    606   1.14       cgd #define	PCI_PRODUCT_ADP_3940U	0x8278		/* AHA-3940 Ultra */
    607   1.14       cgd #define	PCI_PRODUCT_ADP_2944U	0x8478		/* AHA-2944 Ultra */
    608   1.84     dante 
    609   1.88  drochner #define	PCI_PRODUCT_ADP2_2940U2	0x0010		/* AHA-2940 Ultra2 */
    610   1.88  drochner #define	PCI_PRODUCT_ADP2_7890	0x001f		/* AIC-7890/1 */
    611   1.88  drochner #define	PCI_PRODUCT_ADP2_3940U2	0x0050		/* AHA-3940 Ultra2 */
    612   1.88  drochner #define	PCI_PRODUCT_ADP2_7896	0x005f		/* AIC-7896/7 */
    613   1.88  drochner 
    614   1.84     dante /* Advanced System Products */
    615   1.84     dante #define	PCI_PRODUCT_ADVSYS_1200A	0x1100
    616   1.84     dante #define	PCI_PRODUCT_ADVSYS_1200B	0x1200
    617   1.84     dante #define	PCI_PRODUCT_ADVSYS_ULTRA	0x1300		/* ABP-930/40UA */
    618   1.90     dante #define	PCI_PRODUCT_ADVSYS_WIDE	0x2300		/* ABP-940UW */
    619   1.40  drochner 
    620   1.40  drochner /* Alliance products */
    621   1.40  drochner #define	PCI_PRODUCT_ALLIANCE_AT24	0x6424		/* AT24 */
    622    1.1       cgd 
    623    1.9   thorpej /* AMD products */
    624   1.14       cgd #define	PCI_PRODUCT_AMD_PCNET_PCI	0x2000		/* 79c970 PCnet-PCI LANCE Ethernet */
    625   1.14       cgd #define	PCI_PRODUCT_AMD_PCSCSI_PCI	0x2020		/* 53c974 PCscsi-PCI SCSI */
    626   1.27     veego #define	PCI_PRODUCT_AMD_PCNETS_PCI	0x2040		/* 79C974 PCnet-PCI Ethernet & SCSI */
    627   1.63   mycroft 
    628   1.63   mycroft /* Apple products */
    629   1.63   mycroft #define	PCI_PRODUCT_APPLE_BANDIT	0x0001		/* PCI Controller */
    630   1.14       cgd 
    631   1.27     veego /* ARC Logic products */
    632   1.27     veego #define	PCI_PRODUCT_ARC_1000PV	0xa091		/* 1000PV */
    633   1.27     veego #define	PCI_PRODUCT_ARC_2000PV	0xa099		/* 2000PV */
    634   1.27     veego #define	PCI_PRODUCT_ARC_2000MT	0xa0a1		/* 2000MT */
    635    1.9   thorpej 
    636  1.111   thorpej /* ASIX Electronics products */
    637  1.111   thorpej #define	PCI_PRODUCT_ASIX_AX88140A	0x1400		/* AX88140A 10/100 Ethernet */
    638  1.111   thorpej 
    639    1.1       cgd /* ATI products */
    640    1.1       cgd #define	PCI_PRODUCT_ATI_MACH32	0x4158		/* Mach32 */
    641   1.14       cgd #define	PCI_PRODUCT_ATI_MACH64_CT	0x4354		/* Mach64 CT */
    642   1.14       cgd #define	PCI_PRODUCT_ATI_MACH64_CX	0x4358		/* Mach64 CX */
    643   1.14       cgd #define	PCI_PRODUCT_ATI_MACH64_ET	0x4554		/* Mach64 ET */
    644   1.14       cgd #define	PCI_PRODUCT_ATI_MACH64_VT	0x4654		/* Mach64 VT */
    645   1.14       cgd #define	PCI_PRODUCT_ATI_MACH64_GT	0x4754		/* Mach64 GT */
    646   1.14       cgd #define	PCI_PRODUCT_ATI_MACH64_GX	0x4758		/* Mach64 GX */
    647   1.14       cgd 
    648   1.27     veego /* Applied Micro Circuts products */
    649   1.27     veego #define	PCI_PRODUCT_AMCIRCUITS_S5933	0x4750		/* S5933 PCI Matchmaker */
    650   1.27     veego #define	PCI_PRODUCT_AMCIRCUITS_LANAI	0x8043		/* Myrinet LANai Interface */
    651   1.27     veego 
    652   1.14       cgd /* Atronics products */
    653   1.14       cgd #define	PCI_PRODUCT_ATRONICS_IDE_2015PL	0x2015		/* IDE-2015PL */
    654   1.14       cgd 
    655   1.14       cgd /* Avance Logic products */
    656   1.27     veego #define	PCI_PRODUCT_AVANCE_AVL2301	0x2301		/* AVL2301 */
    657   1.27     veego #define	PCI_PRODUCT_AVANCE_AVG2302	0x2302		/* AVG2302 */
    658   1.27     veego #define	PCI_PRODUCT_AVANCE2_ALG2301	0x2301		/* ALG2301 */
    659   1.27     veego #define	PCI_PRODUCT_AVANCE2_ALG2302	0x2302		/* ALG2302 */
    660    1.1       cgd 
    661  1.114  drochner /* AVM products */
    662  1.114  drochner #define	PCI_PRODUCT_AVM_FRITZ_CARD	0x0a00		/* Fritz! Card ISDN Interface */
    663  1.114  drochner 
    664   1.35  drochner /* Bit3 products */
    665   1.35  drochner #define	PCI_PRODUCT_BIT3_PCIVME617	0x0001		/* PCI-VME Interface Mod. 617 */
    666   1.88  drochner #define	PCI_PRODUCT_BIT3_PCIVME2706	0x0300		/* PCI-VME Interface Mod. 2706 */
    667   1.80      tron 
    668   1.80      tron /* Brooktree products */
    669   1.81      tron #define	PCI_PRODUCT_BROOKTREE_BT848	0x0350		/* Bt848 Video Capture */
    670   1.86     veego #define	PCI_PRODUCT_BROOKTREE_BT849	0x0351		/* Bt849 Video Capture */
    671   1.86     veego #define	PCI_PRODUCT_BROOKTREE_BT878	0x036e		/* Bt878 Video Capture */
    672   1.86     veego #define	PCI_PRODUCT_BROOKTREE_BT879	0x036f		/* Bt879 Video Capture */
    673   1.35  drochner 
    674    1.5       cgd /* BusLogic products */
    675   1.27     veego #define	PCI_PRODUCT_BUSLOGIC_MULTIMASTER_NC	0x0140		/* MultiMaster NC */
    676   1.27     veego #define	PCI_PRODUCT_BUSLOGIC_MULTIMASTER	0x1040		/* MultiMaster */
    677   1.27     veego #define	PCI_PRODUCT_BUSLOGIC_FLASHPOINT	0x8130		/* FlashPoint */
    678   1.27     veego 
    679   1.27     veego /* c't Magazin products */
    680   1.27     veego #define	PCI_PRODUCT_C4T_GPPCI	0x6773		/* GPPCI */
    681   1.14       cgd 
    682   1.14       cgd /* Chips and Technologies products */
    683   1.27     veego #define	PCI_PRODUCT_CHIPS_64310	0x00b8		/* 64310 */
    684   1.14       cgd #define	PCI_PRODUCT_CHIPS_65545	0x00d8		/* 65545 */
    685   1.27     veego #define	PCI_PRODUCT_CHIPS_65548	0x00dc		/* 65548 */
    686   1.29  augustss #define	PCI_PRODUCT_CHIPS_65550	0x00e0		/* 65550 */
    687   1.38  drochner #define	PCI_PRODUCT_CHIPS_65554	0x00e4		/* 65554 */
    688    1.5       cgd 
    689    1.5       cgd /* Cirrus Logic products */
    690   1.27     veego #define	PCI_PRODUCT_CIRRUS_CL_GD7548	0x0038		/* CL-GD7548 */
    691   1.27     veego #define	PCI_PRODUCT_CIRRUS_CL_GD5430	0x00a0		/* CL-GD5430 */
    692   1.27     veego #define	PCI_PRODUCT_CIRRUS_CL_GD5434_4	0x00a4		/* CL-GD5434-4 */
    693   1.27     veego #define	PCI_PRODUCT_CIRRUS_CL_GD5434_8	0x00a8		/* CL-GD5434-8 */
    694   1.27     veego #define	PCI_PRODUCT_CIRRUS_CL_GD5436	0x00ac		/* CL-GD5436 */
    695   1.27     veego #define	PCI_PRODUCT_CIRRUS_CL_GD5446	0x00b8		/* CL-GD5446 */
    696  1.100       jtk #define	PCI_PRODUCT_CIRRUS_CL_PD6729	0x1100		/* CL-PD6729 */
    697   1.27     veego #define	PCI_PRODUCT_CIRRUS_CL_GD7542	0x1200		/* CL-GD7542 */
    698   1.27     veego #define	PCI_PRODUCT_CIRRUS_CL_GD7543	0x1202		/* CL-GD7543 */
    699   1.27     veego #define	PCI_PRODUCT_CIRRUS_CL_GD7541	0x1204		/* CL-GD7541 */
    700   1.89      mark #define	PCI_PRODUCT_CIRRUS_CL_CD4400	0x4400		/* CL-CD4400 Communications Controller */
    701   1.89      mark #define	PCI_PRODUCT_CIRRUS_CS4610	0x6001		/* CS4610 SoundFusion Audio Accelerator */
    702   1.89      mark #define	PCI_PRODUCT_CIRRUS_CS4280	0x6003		/* CS4280 CrystalClear Audio Interface */
    703   1.14       cgd 
    704   1.57       cgd /* CMD Technology products -- info gleaned from their web site */
    705   1.57       cgd #define	PCI_PRODUCT_CMDTECH_640	0x0640		/* PCI0640 */
    706   1.58       cgd /* No data on the CMD Tech. web site for the following as of Mar. 3 '98 */
    707   1.58       cgd #define	PCI_PRODUCT_CMDTECH_642	0x0642		/* PCI0642 */
    708   1.57       cgd #define	PCI_PRODUCT_CMDTECH_643	0x0643		/* PCI0643 */
    709   1.57       cgd #define	PCI_PRODUCT_CMDTECH_646	0x0646		/* PCI0646 */
    710   1.57       cgd #define	PCI_PRODUCT_CMDTECH_647	0x0647		/* PCI0647 */
    711   1.58       cgd /* Inclusion of 'A' in the following entry is probably wrong. */
    712   1.58       cgd /* No data on the CMD Tech. web site for the following as of Mar. 3 '98 */
    713   1.58       cgd #define	PCI_PRODUCT_CMDTECH_650A	0x0650		/* PCI0650A */
    714   1.57       cgd #define	PCI_PRODUCT_CMDTECH_670	0x0670		/* USB0670 */
    715   1.57       cgd #define	PCI_PRODUCT_CMDTECH_673	0x0673		/* USB0673 */
    716   1.27     veego 
    717   1.27     veego /* Cogent Data Technologies products */
    718   1.27     veego #define	PCI_PRODUCT_COGENT_EM110TX	0x1400		/* EX110TX PCI Fast Ethernet Adapter */
    719   1.27     veego 
    720   1.27     veego /* Compaq products */
    721   1.27     veego #define	PCI_PRODUCT_COMPAQ_PCI_EISA_BRIDGE	0x0001		/* PCI-EISA Bridge */
    722   1.27     veego #define	PCI_PRODUCT_COMPAQ_PCI_ISA_BRIDGE	0x0002		/* PCI-ISA Bridge */
    723   1.27     veego #define	PCI_PRODUCT_COMPAQ_TRIFLEX1	0x1000		/* Triflex Host-PCI Bridge */
    724   1.27     veego #define	PCI_PRODUCT_COMPAQ_TRIFLEX2	0x2000		/* Triflex Host-PCI Bridge */
    725   1.27     veego #define	PCI_PRODUCT_COMPAQ_QVISION_V0	0x3032		/* QVision */
    726   1.27     veego #define	PCI_PRODUCT_COMPAQ_QVISION_1280P	0x3033		/* QVision 1280/p */
    727   1.27     veego #define	PCI_PRODUCT_COMPAQ_QVISION_V2	0x3034		/* QVision */
    728   1.27     veego #define	PCI_PRODUCT_COMPAQ_TRIFLEX4	0x4000		/* Triflex Host-PCI Bridge */
    729   1.67  augustss #define	PCI_PRODUCT_COMPAQ_USB	0x7020		/* USB Controller */
    730   1.41    bouyer #define	PCI_PRODUCT_COMPAQ_N100TX	0xae32		/* Netelligent 10/100 TX */
    731   1.41    bouyer #define	PCI_PRODUCT_COMPAQ_N10T	0xae34		/* Netelligent 10 T */
    732   1.41    bouyer #define	PCI_PRODUCT_COMPAQ_IntNF3P	0xae35		/* Integrated NetFlex 3/P */
    733   1.41    bouyer #define	PCI_PRODUCT_COMPAQ_IntPL100TX	0xae43		/* ProLiant Integrated Netelligent 10/100 TX */
    734   1.41    bouyer #define	PCI_PRODUCT_COMPAQ_DPNet100TX	0xae40		/* Dual Port Netelligent 10/100 TX */
    735   1.41    bouyer #define	PCI_PRODUCT_COMPAQ_DP4000	0xb011		/* Deskpro 4000 5233MMX */
    736   1.41    bouyer #define	PCI_PRODUCT_COMPAQ_NF3P_BNC	0xf150		/* NetFlex 3/P w/ BNC */
    737   1.41    bouyer #define	PCI_PRODUCT_COMPAQ_NF3P	0xf130		/* NetFlex 3/P */
    738   1.14       cgd 
    739   1.65   thorpej /* Compex products - XXX better descriptions */
    740   1.65   thorpej #define	PCI_PRODUCT_COMPEX_NE2KETHER	0x1401		/* Ethernet */
    741  1.111   thorpej #define	PCI_PRODUCT_COMPEX_RL100ATX	0x2011		/* RL100-ATX 10/100 Ethernet */
    742   1.65   thorpej 
    743   1.14       cgd /* Contaq Microsystems products */
    744   1.27     veego #define	PCI_PRODUCT_CONTAQ_82C599	0x0600		/* 82C599 PCI-VLB Bridge */
    745   1.61   thorpej #define	PCI_PRODUCT_CONTAQ_82C693	0xc693		/* 82C693 PCI-ISA Bridge */
    746   1.27     veego 
    747   1.27     veego /* Corollary Products */
    748   1.27     veego #define	PCI_PRODUCT_COROLLARY_CBUSII_PCIB	0x0014		/* \"C-Bus II\"-PCI Bridge */
    749   1.27     veego 
    750   1.27     veego /* Cyclades products */
    751   1.27     veego #define	PCI_PRODUCT_CYCLADES_CYCLOMY_1	0x0100		/* Cyclom-Y below 1M */
    752   1.27     veego #define	PCI_PRODUCT_CYCLADES_CYCLOMY_2	0x0101		/* Cyclom-Y above 1M */
    753   1.27     veego #define	PCI_PRODUCT_CYCLADES_CYCLOMZ_1	0x0200		/* Cyclom-Z below 1M */
    754   1.27     veego #define	PCI_PRODUCT_CYCLADES_CYCLOMZ_2	0x0201		/* Cyclom-Z above 1M */
    755    1.5       cgd 
    756    1.1       cgd /* DEC products */
    757    1.5       cgd #define	PCI_PRODUCT_DEC_21050	0x0001		/* DECchip 21050 PCI-PCI Bridge */
    758  1.113   thorpej #define	PCI_PRODUCT_DEC_21040	0x0002		/* DECchip 21040 (\"Tulip\") Ethernet */
    759    1.1       cgd #define	PCI_PRODUCT_DEC_21030	0x0004		/* DECchip 21030 (\"TGA\") */
    760    1.1       cgd #define	PCI_PRODUCT_DEC_NVRAM	0x0007		/* Zephyr NV-RAM */
    761    1.1       cgd #define	PCI_PRODUCT_DEC_KZPSA	0x0008		/* KZPSA */
    762  1.113   thorpej #define	PCI_PRODUCT_DEC_21140	0x0009		/* DECchip 21140 (\"FasterNet\") 10/100 Ethernet */
    763   1.16       cgd #define	PCI_PRODUCT_DEC_PBXGB	0x000d		/* TGA2 */
    764    1.1       cgd #define	PCI_PRODUCT_DEC_DEFPA	0x000f		/* DEFPA */
    765    1.5       cgd /* product DEC ???	0x0010	??? VME Interface */
    766  1.113   thorpej #define	PCI_PRODUCT_DEC_21041	0x0014		/* DECchip 21041 (\"Tulip Plus\") Ethernet */
    767   1.16       cgd #define	PCI_PRODUCT_DEC_DGLPB	0x0016		/* DGLPB (\"OPPO\") */
    768  1.113   thorpej #define	PCI_PRODUCT_DEC_21142	0x0019		/* DECchip 21142/21143 10/100 Ethernet */
    769   1.27     veego #define	PCI_PRODUCT_DEC_21052	0x0021		/* DECchip 21052 PCI-PCI Bridge */
    770   1.27     veego #define	PCI_PRODUCT_DEC_21150	0x0022		/* DECchip 21150 PCI-PCI Bridge */
    771   1.27     veego #define	PCI_PRODUCT_DEC_21152	0x0024		/* DECchip 21152 PCI-PCI Bridge */
    772   1.27     veego #define	PCI_PRODUCT_DEC_21153	0x0025		/* DECchip 21153 PCI-PCI Bridge */
    773   1.27     veego #define	PCI_PRODUCT_DEC_21154	0x0026		/* DECchip 21154 PCI-PCI Bridge */
    774    1.1       cgd 
    775    1.5       cgd /* Diamond products */
    776   1.27     veego #define	PCI_PRODUCT_DIAMOND_VIPER	0x9001		/* Viper/PCI */
    777    1.5       cgd 
    778   1.14       cgd /* Distributed Processing Technology products */
    779   1.14       cgd #define	PCI_PRODUCT_DPT_SC_RAID	0xa400		/* SmartCache/Raid */
    780   1.14       cgd 
    781   1.35  drochner /* Dolphin products */
    782   1.35  drochner #define	PCI_PRODUCT_DOLPHIN_PCISCI	0x0658		/* PCI-SCI Bridge */
    783  1.114  drochner 
    784  1.114  drochner /* ELSA products */
    785  1.114  drochner #define	PCI_PRODUCT_ELSA_QS1PCI	0x1000		/* QuickStep 1000 ISDN card */
    786   1.35  drochner 
    787   1.27     veego /* Emulex products */
    788   1.27     veego #define	PCI_PRODUCT_EMULEX_LPPFC	0x10df		/* \"Light Pulse\" FibreChannel adapter */
    789   1.42   mycroft 
    790   1.42   mycroft /* Ensoniq products */
    791   1.42   mycroft #define	PCI_PRODUCT_ENSONIQ_AUDIOPCI	0x5000		/* AudioPCI */
    792  1.119   mycroft #define	PCI_PRODUCT_ENSONIQ_AUDIOPCI97	0x1371		/* AudioPCI 97 */
    793   1.31       kml 
    794   1.31       kml /* Essential Communications products */
    795   1.31       kml #define	PCI_PRODUCT_ESSENTIAL_RR_HIPPI	0x0001		/* RoadRunner HIPPI Interface */
    796   1.31       kml #define	PCI_PRODUCT_ESSENTIAL_RR_GIGE	0x0005		/* RoadRunner Gig-E Interface */
    797   1.72  augustss 
    798   1.87      mark /* ESS Technology Inc products */
    799   1.87      mark #define	PCI_PRODUCT_ESSTECH_SOLO1	0x1969		/* SOLO-1 AudioDrive */
    800   1.87      mark 
    801   1.72  augustss /* 2 Micro Inc */
    802   1.72  augustss #define	PCI_PRODUCT_2MICRO_OZ6832	0x6832		/* OZ6832 CardBus Controller */
    803   1.27     veego 
    804   1.27     veego /* Evans & Sutherland products */
    805   1.27     veego #define	PCI_PRODUCT_ES_FREEDOM	0x0001		/* Freedom PCI-GBus Interface */
    806   1.27     veego 
    807    1.5       cgd /* FORE products */
    808    1.5       cgd #define	PCI_PRODUCT_FORE_PCA200	0x0210		/* ATM PCA-200 */
    809   1.15       cgd #define	PCI_PRODUCT_FORE_PCA200E	0x0300		/* ATM PCA-200e */
    810    1.5       cgd 
    811   1.87      mark /* Fujtsu products */
    812   1.87      mark #define	PCI_PRODUCT_FUJITSU4_LTMODEM	0x0440		/* K56flex DSVD LTMODEM */
    813   1.87      mark 
    814   1.14       cgd /* Future Domain products */
    815   1.14       cgd #define	PCI_PRODUCT_FUTUREDOMAIN_TMC_18C30	0x0000		/* TMC-18C30 (36C70) */
    816   1.14       cgd 
    817   1.14       cgd /* Efficient Networks products */
    818   1.28     chuck #define	PCI_PRODUCT_EFFICIENTNETS_ENI155PF	0x0000		/* 155P-MF1 ATM (FPGA) */
    819   1.28     chuck #define	PCI_PRODUCT_EFFICIENTNETS_ENI155PA	0x0002		/* 155P-MF1 ATM (ASIC) */
    820   1.14       cgd 
    821   1.14       cgd /* Hewlett-Packard products */
    822   1.14       cgd #define	PCI_PRODUCT_HP_J2585A	0x1030		/* J2585A */
    823   1.17       cgd 
    824   1.17       cgd /* IBM products */
    825   1.27     veego #define	PCI_PRODUCT_IBM_0x0002	0x0002		/* MCA Bridge */
    826   1.27     veego #define	PCI_PRODUCT_IBM_0x0005	0x0005		/* CPU Bridge - Alta Lite */
    827   1.27     veego #define	PCI_PRODUCT_IBM_0x0007	0x0007		/* CPU Bridge - Alta MP */
    828   1.27     veego #define	PCI_PRODUCT_IBM_0x000a	0x000a		/* ISA Bridge w/PnP */
    829   1.27     veego #define	PCI_PRODUCT_IBM_0x0017	0x0017		/* CPU Bridge */
    830   1.27     veego #define	PCI_PRODUCT_IBM_0x0018	0x0018		/* Auto LANStreamer */
    831   1.27     veego #define	PCI_PRODUCT_IBM_GXT150P	0x001B		/* GXT-150P 2D Accelerator */
    832   1.27     veego #define	PCI_PRODUCT_IBM_0x0020	0x0020		/* MCA Bridge */
    833   1.17       cgd #define	PCI_PRODUCT_IBM_82351	0x0022		/* 82351 PCI-PCI Bridge */
    834   1.27     veego #define	PCI_PRODUCT_IBM_0x0036	0x0036		/* Miami/PCI */
    835   1.14       cgd 
    836   1.62  drochner /* IDT products */
    837   1.62  drochner #define	PCI_PRODUCT_IDT_77201	0x0001		/* 77201/77211 ATM (\"NICStAR\") */
    838   1.62  drochner 
    839   1.14       cgd /* Integrated Micro Solutions products */
    840   1.14       cgd #define	PCI_PRODUCT_IMS_8849	0x8849		/* 8849 */
    841   1.82   thorpej #define	PCI_PRODUCT_IMS_TT128M	0x9128		/* TwinTurbo 128M */
    842   1.12     chuck 
    843    1.1       cgd /* Intel products */
    844   1.43  drochner #define	PCI_PRODUCT_INTEL_PCEB	0x0482		/* 82375EB/SB PCI-EISA Bridge (PCEB) */
    845   1.43  drochner #define	PCI_PRODUCT_INTEL_CDC	0x0483		/* 82424ZX Cache and DRAM controller (CDC) */
    846   1.43  drochner #define	PCI_PRODUCT_INTEL_SIO	0x0484		/* 82378ZB System I/O (SIO) */
    847   1.43  drochner #define	PCI_PRODUCT_INTEL_82426EX	0x0486		/* 82426EX PCI-to-ISA Bridge (PCIB) */
    848   1.43  drochner #define	PCI_PRODUCT_INTEL_PCMC	0x04a3		/* 82434LX/NX PCI, Cache and Memory Controller (PCMC) */
    849   1.23   thorpej #define	PCI_PRODUCT_INTEL_82092AA	0x1222		/* 82092AA IDE controller */
    850   1.14       cgd #define	PCI_PRODUCT_INTEL_SAA7116	0x1223		/* SAA7116 */
    851   1.27     veego #define	PCI_PRODUCT_INTEL_82596	0x1226		/* 82596 LAN Controller */
    852   1.23   thorpej #define	PCI_PRODUCT_INTEL_EEPRO100	0x1227		/* EE Pro 100 10/100 Fast Ethernet */
    853   1.23   thorpej #define	PCI_PRODUCT_INTEL_EEPRO100S	0x1228		/* EE Pro 100 Smart 10/100 Fast Ethernet */
    854   1.23   thorpej #define	PCI_PRODUCT_INTEL_82557	0x1229		/* 82557 Fast Ethernet LAN Controller */
    855   1.43  drochner #define	PCI_PRODUCT_INTEL_82437FX	0x122d		/* 82437FX System Controller (TSC) */
    856   1.60       cgd #define	PCI_PRODUCT_INTEL_82371FB_ISA	0x122e		/* 82371FB PCI-to-ISA Bridge (PIIX) */
    857   1.60       cgd #define	PCI_PRODUCT_INTEL_82371FB_IDE	0x1230		/* 82371FB IDE controller (PIIX) */
    858   1.43  drochner #define	PCI_PRODUCT_INTEL_82371MX	0x1234		/* 82371MX Mobile PCI I/O IDE Xcelerator (MPIIX) */
    859   1.43  drochner #define	PCI_PRODUCT_INTEL_82437MX	0x1235		/* 82437MX Mobile System Controller (MTSC) */
    860   1.43  drochner #define	PCI_PRODUCT_INTEL_82441FX	0x1237		/* 82441FX PCI and Memory Controller (PMC) */
    861   1.43  drochner #define	PCI_PRODUCT_INTEL_82380AB	0x123c		/* 82380AB Mobile PCI-to-ISA Bridge (MISA) */
    862   1.43  drochner #define	PCI_PRODUCT_INTEL_82380FB	0x124b		/* 82380FB Mobile PCI-to-PCI Bridge (MPCI2) */
    863   1.43  drochner #define	PCI_PRODUCT_INTEL_82439HX	0x1250		/* 82439HX System Controller (TXC) */
    864   1.43  drochner #define	PCI_PRODUCT_INTEL_82371SB_ISA	0x7000		/* 82371SB PCI-to-ISA Bridge (PIIX3) */
    865   1.43  drochner #define	PCI_PRODUCT_INTEL_82371SB_IDE	0x7010		/* 82371SB IDE Interface (PIIX3) */
    866   1.43  drochner #define	PCI_PRODUCT_INTEL_82371SB_USB	0x7020		/* 82371SB USB Host Controller (PIIX3) */
    867   1.43  drochner #define	PCI_PRODUCT_INTEL_82437VX	0x7030		/* 82437VX System Controller (TVX) */
    868   1.43  drochner #define	PCI_PRODUCT_INTEL_82439TX	0x7100		/* 82439TX System Controller (MTXC) */
    869   1.43  drochner #define	PCI_PRODUCT_INTEL_82371AB_ISA	0x7110		/* 82371AB PCI-to-ISA Bridge (PIIX4) */
    870   1.43  drochner #define	PCI_PRODUCT_INTEL_82371AB_IDE	0x7111		/* 82371AB IDE controller (PIIX4) */
    871   1.43  drochner #define	PCI_PRODUCT_INTEL_82371AB_USB	0x7112		/* 82371AB USB Host Controller (PIIX4) */
    872   1.43  drochner #define	PCI_PRODUCT_INTEL_82371AB_PMC	0x7113		/* 82371AB Power Management Controller (PIIX4) */
    873   1.43  drochner #define	PCI_PRODUCT_INTEL_82443LX	0x7180		/* 82443LX PCI AGP Controller (PAC) */
    874  1.105  drochner #define	PCI_PRODUCT_INTEL_82443LX_AGP	0x7181		/* 82443LX AGP Interface (PAC) */
    875  1.105  drochner #define	PCI_PRODUCT_INTEL_82443BX	0x7190		/* 82443BX Host Bridge/Controller */
    876  1.105  drochner #define	PCI_PRODUCT_INTEL_82443BX_AGP	0x7191		/* 82443BX AGP Interface */
    877  1.105  drochner #define	PCI_PRODUCT_INTEL_82443BX_NOAGP	0x7192		/* 82443BX Host Bridge/Controller (AGP disabled) */
    878   1.43  drochner #define	PCI_PRODUCT_INTEL_PCI450_PB	0x84c4		/* 82454KX/GX PCI Bridge (PB) */
    879   1.43  drochner #define	PCI_PRODUCT_INTEL_PCI450_MC	0x84c5		/* 82451KX/GX Memory Controller (MC) */
    880   1.97  drochner 
    881   1.97  drochner /* Intergraph products */
    882   1.97  drochner #define	PCI_PRODUCT_INTERGRAPH_4D50T	0x00e4		/* Powerstorm 4D50T */
    883   1.14       cgd 
    884   1.14       cgd /* I. T. T. products */
    885   1.14       cgd #define	PCI_PRODUCT_ITT_AGX016	0x0001		/* AGX016 */
    886   1.27     veego #define	PCI_PRODUCT_ITT_ITT3204	0x0002		/* ITT3204 MPEG Decoder */
    887   1.14       cgd 
    888   1.65   thorpej /* KTI products - XXX better descriptions */
    889   1.65   thorpej #define	PCI_PRODUCT_KTI_NE2KETHER	0x3000		/* Ethernet */
    890  1.120  explorer 
    891  1.120  explorer /* LAN Media Corporation */
    892  1.120  explorer #define	PCI_PRODUCT_LMC_HSSI	0x0003		/* HSSI Interface */
    893  1.120  explorer #define	PCI_PRODUCT_LMC_DS3	0x0004		/* DS3 Interface */
    894  1.120  explorer #define	PCI_PRODUCT_LMC_SSI	0x0005		/* SSI */
    895   1.65   thorpej 
    896   1.14       cgd /* LeadTek Research */
    897   1.14       cgd #define	PCI_PRODUCT_LEADTEK_S3_805	0x0000		/* S3 805 */
    898   1.56   mycroft 
    899  1.111   thorpej /* Lite-On products */
    900  1.111   thorpej #define	PCI_PRODUCT_LITEON_PNIC	0x0002		/* 82C168/82C169 (PNIC) 10/100 Ethernet */
    901  1.111   thorpej 
    902   1.56   mycroft /* Macronix */
    903  1.111   thorpej #define	PCI_PRODUCT_MACRONIX_MX98713	0x0512		/* MX98713 (PMAC) 10/100 Ethernet */
    904  1.111   thorpej #define	PCI_PRODUCT_MACRONIX_MX987x5	0x0531		/* MX987x5 (PMAC) 10/100 Ethernet */
    905   1.14       cgd 
    906   1.27     veego /* Madge Networks products */
    907   1.27     veego #define	PCI_PRODUCT_MADGE_COLLAGE25	0x1000		/* Collage 25 ATM adapter */
    908   1.27     veego #define	PCI_PRODUCT_MADGE_COLLAGE155	0x1001		/* Collage 155 ATM adapter */
    909   1.27     veego 
    910   1.14       cgd /* Matrox products */
    911   1.27     veego #define	PCI_PRODUCT_MATROX_ATLAS	0x0518		/* MGA PX2085 (\"Atlas\") */
    912   1.45   mycroft #define	PCI_PRODUCT_MATROX_MILLENNIUM	0x0519		/* MGA Millennium 2064W (\"Storm\") */
    913   1.93      tron #define	PCI_PRODUCT_MATROX_MYSTIQUE	0x051a		/* MGA Mystique 1064SG */
    914   1.93      tron #define	PCI_PRODUCT_MATROX_MILLENNIUM2	0x051b		/* MGA Millennium II 2164W */
    915   1.93      tron #define	PCI_PRODUCT_MATROX_MILLENNIUM2_AGP	0x051f		/* MGA Millennium II 2164WA-B AG */
    916   1.93      tron #define	PCI_PRODUCT_MATROX_G200	0x0521		/* MGA G200 */
    917   1.75      tron #define	PCI_PRODUCT_MATROX_IMPRESSION	0x0d10		/* MGA Impression */
    918   1.93      tron #define	PCI_PRODUCT_MATROX_G100	0x1000		/* MGA G100 */
    919   1.93      tron #define	PCI_PRODUCT_MATROX_G100_AGP	0x1001		/* MGA G100 AGP */
    920    1.1       cgd 
    921    1.1       cgd /* Mylex products */
    922   1.27     veego #define	PCI_PRODUCT_MYLEX_960P	0x0001		/* DAC960P RAID controller */
    923    1.1       cgd 
    924   1.14       cgd /* Mutech products */
    925   1.14       cgd #define	PCI_PRODUCT_MUTECH_MV1000	0x0001		/* MV1000 */
    926   1.14       cgd 
    927   1.65   thorpej /* NetVin products - XXX better descriptions */
    928   1.65   thorpej #define	PCI_PRODUCT_NETVIN_5000	0x5000		/* 5000 Ethernet */
    929   1.65   thorpej 
    930   1.88  drochner /* Newbridge / Tundra products */
    931   1.88  drochner #define	PCI_PRODUCT_NEWBRIDGE_CA91CX42	0x0000		/* Universe VME bridge */
    932   1.88  drochner 
    933   1.14       cgd /* National Semiconductor products */
    934   1.27     veego #define	PCI_PRODUCT_NS_DP83810	0x0001		/* DP83810 10/100 Ethernet */
    935   1.27     veego #define	PCI_PRODUCT_NS_NS87410	0xd001		/* NS87410 */
    936  1.109   thorpej 
    937  1.109   thorpej /* Olicom products */
    938  1.109   thorpej #define	PCI_PRODUCT_OLICOM_OC2183	0x0013		/* Olicom OC-2183/2185 Ethernet */
    939  1.109   thorpej #define	PCI_PRODUCT_OLICOM_OC2325	0x0012		/* Olicom OC-2325 Ethernet */
    940  1.109   thorpej #define	PCI_PRODUCT_OLICOM_OC2326	0x0014		/* Olicom OC-2326 10/100-TX Ethernet */
    941   1.14       cgd 
    942    1.1       cgd /* NCR/Symbios Logic products */
    943   1.27     veego #define	PCI_PRODUCT_SYMBIOS_810	0x0001		/* 53c810 */
    944   1.27     veego #define	PCI_PRODUCT_SYMBIOS_820	0x0002		/* 53c820 */
    945   1.27     veego #define	PCI_PRODUCT_SYMBIOS_825	0x0003		/* 53c825 */
    946   1.27     veego #define	PCI_PRODUCT_SYMBIOS_815	0x0004		/* 53c815 */
    947   1.27     veego #define	PCI_PRODUCT_SYMBIOS_810AP	0x0005		/* 53c810AP */
    948   1.27     veego #define	PCI_PRODUCT_SYMBIOS_860	0x0006		/* 53c860 */
    949   1.27     veego #define	PCI_PRODUCT_SYMBIOS_875	0x000f		/* 53c875 */
    950  1.107  drochner #define	PCI_PRODUCT_SYMBIOS_875J	0x008f		/* 53c875J */
    951   1.75      tron 
    952   1.88  drochner /* Packet Engines products */
    953   1.88  drochner #define	PCI_PRODUCT_SYMBIOS_PE_GNIC	0x0702		/* Packet Engines G-NIC Ethernet */
    954   1.88  drochner 
    955   1.75      tron /* NEC products */
    956   1.75      tron #define	PCI_PRODUCT_NEC_POWERVR2	0x0046		/* PowerVR PCX2 */
    957  1.106       hwr 
    958  1.106       hwr /* Neomagic products */
    959  1.106       hwr #define	PCI_PRODUCT_NEOMAGIC_NMMG128ZV	0x0003		/* MagicGraph 128ZV */
    960   1.27     veego 
    961   1.27     veego /* NexGen products */
    962   1.27     veego #define	PCI_PRODUCT_NEXGEN_NX82C501	0x4e78		/* NX82C501 Host-PCI Bridge */
    963   1.27     veego 
    964   1.27     veego /* NKK products */
    965   1.27     veego #define	PCI_PRODUCT_NKK_NDR4600	0xA001		/* NDR4600 Host-PCI Bridge */
    966    1.5       cgd 
    967    1.5       cgd /* Number Nine products */
    968   1.27     veego #define	PCI_PRODUCT_NUMBER9_I128	0x2309		/* Imagine-128 */
    969   1.27     veego #define	PCI_PRODUCT_NUMBER9_I128_2	0x2339		/* Imagine-128 II */
    970   1.27     veego 
    971   1.27     veego /* Oak Technologies products */
    972   1.27     veego #define	PCI_PRODUCT_OAKTECH_OTI1007	0x0107		/* OTI107 */
    973    1.5       cgd 
    974    1.5       cgd /* Opti products */
    975   1.14       cgd #define	PCI_PRODUCT_OPTI_82C557	0xc557		/* 82C557 */
    976   1.14       cgd #define	PCI_PRODUCT_OPTI_82C558	0xc558		/* 82C558 */
    977   1.14       cgd #define	PCI_PRODUCT_OPTI_82C621	0xc621		/* 82C621 */
    978    1.5       cgd #define	PCI_PRODUCT_OPTI_82C822	0xc822		/* 82C822 */
    979   1.66  augustss #define	PCI_PRODUCT_OPTI_RM861HA	0xc861		/* RM861HA */
    980  1.121  jonathan #define	PCI_PRODUCT_OPTI_82C700	0xc700		/* 82C700 */
    981  1.121  jonathan #define	PCI_PRODUCT_OPTI_82C701	0xc701		/* 82C701 */
    982   1.14       cgd 
    983   1.27     veego /* PC Tech products */
    984   1.27     veego #define	PCI_PRODUCT_PCTECH_RZ1000	0x1000		/* RZ1000 */
    985   1.27     veego 
    986   1.65   thorpej /* ProLAN products - XXX better descriptions */
    987   1.65   thorpej #define	PCI_PRODUCT_PROLAN_NE2KETHER	0x1980		/* Ethernet */
    988   1.65   thorpej 
    989   1.14       cgd /* Promise products */
    990   1.14       cgd #define	PCI_PRODUCT_PROMISE_DC5030	0x5300		/* DC5030 */
    991   1.68      mark #define	PCI_PRODUCT_PROMISE_ULTRA33	0x4d33		/* Ultra DMA/ATA Bus Master IDE Accelerator */
    992    1.1       cgd 
    993    1.1       cgd /* QLogic products */
    994    1.1       cgd #define	PCI_PRODUCT_QLOGIC_ISP1020	0x1020		/* ISP1020 */
    995   1.14       cgd #define	PCI_PRODUCT_QLOGIC_ISP1022	0x1022		/* ISP1022 */
    996  1.116    mjacob #define	PCI_PRODUCT_QLOGIC_ISP1080	0x1080		/* ISP1080 */
    997  1.116    mjacob #define	PCI_PRODUCT_QLOGIC_ISP1240	0x1240		/* ISP1240 */
    998   1.37    mjacob #define	PCI_PRODUCT_QLOGIC_ISP2100	0x2100		/* ISP2100 */
    999   1.14       cgd 
   1000   1.14       cgd /* Quantum Designs products */
   1001   1.14       cgd #define	PCI_PRODUCT_QUANTUMDESIGNS_8500	0x0001		/* 8500 */
   1002   1.14       cgd #define	PCI_PRODUCT_QUANTUMDESIGNS_8580	0x0002		/* 8580 */
   1003   1.22  jonathan 
   1004   1.22  jonathan /* Realtek (Creative Labs?) products */
   1005   1.95   thorpej #define	PCI_PRODUCT_REALTEK_RT8029	0x8029		/* 8029 Ethernet */
   1006   1.95   thorpej #define	PCI_PRODUCT_REALTEK_RT8129	0x8129		/* 8129 10/100 Ethernet */
   1007   1.95   thorpej #define	PCI_PRODUCT_REALTEK_RT8139	0x8139		/* 8139 10/100 Ethernet */
   1008   1.77  explorer 
   1009  1.121  jonathan /* RICOH products */
   1010  1.121  jonathan #define	PCI_PRODUCT_RICOH_RF5C465	0x0465		/* 5C465 PCI-CardBus bridge */
   1011  1.121  jonathan #define	PCI_PRODUCT_RICOH_RF5C466	0x0466		/* 5C466 PCI-CardBus bridge */
   1012  1.121  jonathan #define	PCI_PRODUCT_RICOH_RF5C475	0x0475		/* 5C475 PCI-CardBus bridge */
   1013  1.121  jonathan #define	PCI_PRODUCT_RICOH_RF5C476	0x0476		/* 5C476 PCI-CardBus bridge */
   1014  1.121  jonathan #define	PCI_PRODUCT_RICOH_RF5C477	0x0477		/* 5C477 PCI-CardBus bridge */
   1015  1.121  jonathan #define	PCI_PRODUCT_RICOH_RF5C478	0x0478		/* 5C478 PCI-CardBus bridge */
   1016  1.121  jonathan 
   1017   1.77  explorer /* RISCom (SDL Communications, Inc?) products */
   1018   1.77  explorer #define	PCI_PRODUCT_RISCOM_N2	0x5568		/* N2 */
   1019    1.1       cgd 
   1020    1.5       cgd /* S3 products */
   1021   1.27     veego #define	PCI_PRODUCT_S3_VIRGE	0x5631		/* ViRGE */
   1022   1.27     veego #define	PCI_PRODUCT_S3_TRIO32	0x8810		/* Trio32 */
   1023   1.14       cgd #define	PCI_PRODUCT_S3_TRIO64	0x8811		/* Trio32/64 */
   1024   1.27     veego #define	PCI_PRODUCT_S3_AURORA64P	0x8812		/* Aurora64V+ */
   1025   1.27     veego #define	PCI_PRODUCT_S3_TRIO64UVP	0x8814		/* Trio64UV+ */
   1026   1.10   thorpej #define	PCI_PRODUCT_S3_868	0x8880		/* 868 */
   1027   1.27     veego #define	PCI_PRODUCT_S3_VIRGE_VX	0x883d		/* ViRGE/VX */
   1028   1.27     veego #define	PCI_PRODUCT_S3_928	0x88b0		/* 86C928 */
   1029   1.27     veego #define	PCI_PRODUCT_S3_864_0	0x88c0		/* 86C864-0 (\"Vision864\") */
   1030   1.27     veego #define	PCI_PRODUCT_S3_864_1	0x88c1		/* 86C864-1 (\"Vision864\") */
   1031   1.27     veego #define	PCI_PRODUCT_S3_864_2	0x88c2		/* 86C864-2 (\"Vision864\") */
   1032   1.27     veego #define	PCI_PRODUCT_S3_864_3	0x88c3		/* 86C864-3 (\"Vision864\") */
   1033   1.27     veego #define	PCI_PRODUCT_S3_964_0	0x88d0		/* 86C964-0 (\"Vision964\") */
   1034   1.27     veego #define	PCI_PRODUCT_S3_964_1	0x88d1		/* 86C964-1 (\"Vision964\") */
   1035   1.27     veego #define	PCI_PRODUCT_S3_964_2	0x88d2		/* 86C964-2 (\"Vision964\") */
   1036   1.43  drochner #define	PCI_PRODUCT_S3_964_3	0x88d3		/* 86C964-3 (\"Vision964\") */
   1037   1.27     veego #define	PCI_PRODUCT_S3_968_0	0x88f0		/* 86C968-0 (\"Vision968\") */
   1038   1.27     veego #define	PCI_PRODUCT_S3_968_1	0x88f1		/* 86C968-1 (\"Vision968\") */
   1039   1.27     veego #define	PCI_PRODUCT_S3_968_2	0x88f2		/* 86C968-2 (\"Vision968\") */
   1040   1.27     veego #define	PCI_PRODUCT_S3_968_3	0x88f3		/* 86C968-3 (\"Vision968\") */
   1041   1.43  drochner #define	PCI_PRODUCT_S3_TRIO64V2_DX	0x8901		/* Trio64V2/DX */
   1042  1.108  augustss #define	PCI_PRODUCT_S3_TRIO3D	0x8904		/* 86C365 Trio3D */
   1043   1.92      tron #define	PCI_PRODUCT_S3_VIRGE_DX	0x8a01		/* ViRGE/DX */
   1044   1.79  augustss #define	PCI_PRODUCT_S3_SONICVIBES	0xca00		/* SonicVibes */
   1045   1.27     veego 
   1046   1.27     veego /* SGS Thomson products */
   1047   1.27     veego #define	PCI_PRODUCT_SGSTHOMSON_2000	0x0008		/* STG 2000X */
   1048   1.27     veego #define	PCI_PRODUCT_SGSTHOMSON_1764	0x1746		/* STG 1764X */
   1049    1.5       cgd 
   1050  1.101      matt /* Sigma Designs products */
   1051  1.101      matt #define	PCI_PRODUCT_SIGMA_HOLLYWOODPLUS	0x8300		/* REALmagic Hollywood-Plus MPEG-2 Decoder */
   1052  1.101      matt 
   1053   1.14       cgd /* Silicon Integrated System products */
   1054   1.14       cgd #define	PCI_PRODUCT_SIS_86C201	0x0001		/* 86C201 */
   1055   1.14       cgd #define	PCI_PRODUCT_SIS_86C202	0x0002		/* 86C202 */
   1056   1.14       cgd #define	PCI_PRODUCT_SIS_86C205	0x0005		/* 86C205 */
   1057   1.85  drochner #define	PCI_PRODUCT_SIS_85C503	0x0008		/* 85C503 or 5597/5598 ISA bridge */
   1058   1.85  drochner #define	PCI_PRODUCT_SIS_5597_VGA	0x0200		/* 5597/5598 integrated VGA */
   1059   1.14       cgd #define	PCI_PRODUCT_SIS_85C501	0x0406		/* 85C501 */
   1060   1.14       cgd #define	PCI_PRODUCT_SIS_85C496	0x0496		/* 85C496 */
   1061   1.14       cgd #define	PCI_PRODUCT_SIS_85C601	0x0601		/* 85C601 */
   1062  1.118   thorpej #define	PCI_PRODUCT_SIS_900	0x0900		/* SiS900 10/100 Ethernet */
   1063   1.85  drochner #define	PCI_PRODUCT_SIS_5597_IDE	0x5513		/* 5597/5598 IDE controller */
   1064   1.85  drochner #define	PCI_PRODUCT_SIS_5597_HB	0x5597		/* 5597/5598 host bridge */
   1065   1.85  drochner #define	PCI_PRODUCT_SIS_5597_USB	0x7001		/* 5597/5598 USB host controller */
   1066   1.14       cgd 
   1067    1.5       cgd /* SMC products */
   1068   1.14       cgd #define	PCI_PRODUCT_SMC_37C665	0x1000		/* FDC 37C665 */
   1069   1.27     veego #define	PCI_PRODUCT_SMC_37C922	0x1001		/* FDC 37C922 */
   1070   1.39   thorpej #define	PCI_PRODUCT_SMC_83C170	0x0005		/* 83C170 (\"EPIC/100\") Fast Ethernet */
   1071   1.64   thorpej 
   1072   1.64   thorpej /* STB Systems products */
   1073   1.64   thorpej #define	PCI_PRODUCT_STB2_VELOCITY128	0x0018		/* Velocity128 (AGP) */
   1074   1.65   thorpej 
   1075   1.65   thorpej /* Surecom Technology products */
   1076   1.65   thorpej #define	PCI_PRODUCT_SURECOM_NE34	0x0e34		/* NE-34 Ethernet */
   1077   1.14       cgd 
   1078   1.14       cgd /* Symphony Labs products */
   1079   1.14       cgd #define	PCI_PRODUCT_SYMPHONY_82C101	0x0001		/* 82C101 */
   1080   1.27     veego #define	PCI_PRODUCT_SYMPHONY_82C103	0x0103		/* 82C103 */
   1081   1.27     veego #define	PCI_PRODUCT_SYMPHONY_82C105	0x0105		/* 82C105 */
   1082   1.27     veego #define	PCI_PRODUCT_SYMPHONY2_82C101	0x0001		/* 82C101 */
   1083   1.27     veego 
   1084   1.27     veego /* Tekram Technology products (1st PCI Vendor ID)*/
   1085   1.27     veego #define	PCI_PRODUCT_TEKRAM_DC290	0xdc29		/* DC-290(M) */
   1086   1.14       cgd 
   1087   1.27     veego /* Tekram Technology products (2nd PCI Vendor ID) */
   1088   1.27     veego #define	PCI_PRODUCT_TEKRAM2_DC690C	0x690c		/* DC-690C */
   1089   1.27     veego 
   1090   1.29  augustss /* Texas Instruments products */
   1091   1.48  christos #define	PCI_PRODUCT_TI_TLAN	0x0500		/* TLAN */
   1092  1.121  jonathan #define	PCI_PRODUCT_TI_PCI1130	0xac12		/* PCI1130 PCI-CardBus Bridge */
   1093  1.121  jonathan #define	PCI_PRODUCT_TI_PCI1031	0xac13		/* PCI1031 PCI-pcmcia Bridge */
   1094  1.121  jonathan #define	PCI_PRODUCT_TI_PCI1131	0xac15		/* PCI1131 PCI-CardBus Bridge */
   1095  1.121  jonathan #define	PCI_PRODUCT_TI_PCI1250	0xac16		/* PCI1250 PCI-CardBus Bridge */
   1096  1.121  jonathan #define	PCI_PRODUCT_TI_PCI1220	0xac17		/* PCI1220 PCI-CardBus Bridge */
   1097  1.121  jonathan #define	PCI_PRODUCT_TI_PCI1221	0xac19		/* PCI1221 PCI-CardBus Bridge */
   1098  1.121  jonathan #define	PCI_PRODUCT_TI_PCI1225	0xac1C		/* PCI1225 PCI-CardBus Bridge */
   1099  1.121  jonathan #define	PCI_PRODUCT_TI_PCI2030	0xac20		/* PCI2030 PCI-CardBus Bridge */
   1100   1.29  augustss 
   1101   1.27     veego /* Toshiba products */
   1102   1.62  drochner #define	PCI_PRODUCT_TOSHIBA_R4X00	0x0009		/* R4x00 Host-PCI Bridge */
   1103   1.62  drochner #define	PCI_PRODUCT_TOSHIBA_TC35856F	0x0020		/* TC35856F ATM (\"Meteor\") */
   1104  1.121  jonathan 
   1105  1.121  jonathan /* Toshiba2 products */
   1106  1.121  jonathan #define	PCI_PRODUCT_TOSHIBA2_ToPIC95	0x0603		/* ToPIC95 CardBus-PCI Bridge */
   1107  1.121  jonathan #define	PCI_PRODUCT_TOSHIBA2_ToPIC95B	0x060a		/* ToPIC95B CardBus-PCI Bridge */
   1108  1.121  jonathan #define	PCI_PRODUCT_TOSHIBA2_ToPIC97	0x060f		/* ToPIC97 CardBus-PCI Bridge */
   1109   1.14       cgd 
   1110   1.14       cgd /* Trident products */
   1111   1.14       cgd #define	PCI_PRODUCT_TRIDENT_TGUI_9320	0x9320		/* TGUI 9320 */
   1112   1.27     veego #define	PCI_PRODUCT_TRIDENT_TGUI_9350	0x9350		/* TGUI 9350 */
   1113   1.27     veego #define	PCI_PRODUCT_TRIDENT_TGUI_9360	0x9360		/* TGUI 9360 */
   1114   1.87      mark #define	PCI_PRODUCT_TRIDENT_CYBER_9397	0x9397		/* CYBER 9397 */
   1115   1.14       cgd #define	PCI_PRODUCT_TRIDENT_TGUI_9420	0x9420		/* TGUI 9420 */
   1116   1.14       cgd #define	PCI_PRODUCT_TRIDENT_TGUI_9440	0x9440		/* TGUI 9440 */
   1117   1.14       cgd #define	PCI_PRODUCT_TRIDENT_TGUI_9660	0x9660		/* TGUI 9660 */
   1118   1.14       cgd #define	PCI_PRODUCT_TRIDENT_TGUI_9680	0x9680		/* TGUI 9680 */
   1119   1.14       cgd #define	PCI_PRODUCT_TRIDENT_TGUI_9682	0x9682		/* TGUI 9682 */
   1120   1.68      mark 
   1121   1.68      mark /* TriTech Microelectronics products*/
   1122   1.68      mark #define	PCI_PRODUCT_TRITECH_TR25202	0xfc02		/* Pyramid3D TR25202 */
   1123    1.5       cgd 
   1124    1.5       cgd /* Tseng Labs products */
   1125   1.14       cgd #define	PCI_PRODUCT_TSENG_ET4000_W32P_A	0x3202		/* ET4000w32p rev A */
   1126   1.14       cgd #define	PCI_PRODUCT_TSENG_ET4000_W32P_B	0x3205		/* ET4000w32p rev B */
   1127   1.14       cgd #define	PCI_PRODUCT_TSENG_ET4000_W32P_C	0x3206		/* ET4000w32p rev C */
   1128   1.14       cgd #define	PCI_PRODUCT_TSENG_ET4000_W32P_D	0x3207		/* ET4000w32p rev D */
   1129   1.14       cgd #define	PCI_PRODUCT_TSENG_ET6000	0x3208		/* ET6000 */
   1130    1.5       cgd 
   1131    1.5       cgd /* UMC products */
   1132   1.27     veego #define	PCI_PRODUCT_UMC_UM82C881	0x0001		/* UM82C881 486 Chipset */
   1133   1.27     veego #define	PCI_PRODUCT_UMC_UM82C886	0x0002		/* UM82C886 ISA Bridge */
   1134   1.27     veego #define	PCI_PRODUCT_UMC_UM8673F	0x0101		/* UM8673F EIDE Controller */
   1135   1.27     veego #define	PCI_PRODUCT_UMC_UM8881	0x0881		/* UM8881 HB4 486 PCI Chipset */
   1136   1.27     veego #define	PCI_PRODUCT_UMC_UM82C891	0x0891		/* UM82C891 */
   1137   1.27     veego #define	PCI_PRODUCT_UMC_UM886A	0x1001		/* UM886A */
   1138   1.27     veego #define	PCI_PRODUCT_UMC_UM8886BF	0x673a		/* UM8886BF */
   1139   1.27     veego #define	PCI_PRODUCT_UMC_UM8710	0x8710		/* UM8710 */
   1140   1.27     veego #define	PCI_PRODUCT_UMC_UM8886	0x886a		/* UM8886 */
   1141   1.10   thorpej #define	PCI_PRODUCT_UMC_UM8881F	0x8881		/* UM8881F PCI-Host bridge */
   1142   1.10   thorpej #define	PCI_PRODUCT_UMC_UM8886F	0x8886		/* UM8886F PCI-ISA bridge */
   1143   1.14       cgd #define	PCI_PRODUCT_UMC_UM8886A	0x888a		/* UM8886A */
   1144   1.14       cgd #define	PCI_PRODUCT_UMC_UM8891A	0x8891		/* UM8891A */
   1145   1.27     veego #define	PCI_PRODUCT_UMC_UM9017F	0x9017		/* UM9017F */
   1146   1.27     veego #define	PCI_PRODUCT_UMC_UM8886N	0xe88a		/* UM8886N */
   1147   1.27     veego #define	PCI_PRODUCT_UMC_UM8891N	0xe891		/* UM8891N */
   1148   1.27     veego 
   1149   1.27     veego /* ULSI Systems products */
   1150   1.27     veego #define	PCI_PRODUCT_ULSI_US201	0x0201		/* US201 */
   1151   1.27     veego 
   1152   1.27     veego /* V3 Semiconductor products */
   1153   1.27     veego #define	PCI_PRODUCT_V3_V292PBC	0x0292		/* V292PBC AMD290x0 Host-PCI Bridge */
   1154   1.27     veego #define	PCI_PRODUCT_V3_V960PBC	0x0960		/* V960PBC i960 Host-PCI Bridge */
   1155   1.27     veego #define	PCI_PRODUCT_V3_V96DPC	0xC960		/* V96DPC i960 (Dual) Host-PCI Bridge */
   1156   1.14       cgd 
   1157   1.69    bouyer /* VIA Technologies products, from http://www.via.com.tw/ */
   1158   1.34      fvdl #define	PCI_PRODUCT_VIATECH_VT82C505	0x0505		/* VT82C505 (Pluto) */
   1159   1.27     veego #define	PCI_PRODUCT_VIATECH_VT82C561	0x0561		/* VT82C561 */
   1160   1.94    bouyer #define	PCI_PRODUCT_VIATECH_VT82C586A_IDE	0x0571		/* VT82C586A IDE Controller */
   1161   1.27     veego #define	PCI_PRODUCT_VIATECH_VT82C576	0x0576		/* VT82C576 3V */
   1162   1.69    bouyer #define	PCI_PRODUCT_VIATECH_VT82C580VP	0x0585		/* VT82C580 (Apollo VP) Host-PCI Bridge */
   1163   1.69    bouyer #define	PCI_PRODUCT_VIATECH_VT82C586_ISA	0x0586		/* VT82C586 (Apollo VP) PCI-ISA Bridge */
   1164   1.69    bouyer #define	PCI_PRODUCT_VIATECH_VT82C595	0x0595		/* VT82C595 (Apollo VP2) Host-PCI Bridge */
   1165  1.115  sakamoto #define	PCI_PRODUCT_VIATECH_VT82C596A	0x0596		/* VT82C596A (Apollo Pro) PCI-ISA Bridge */
   1166  1.115  sakamoto #define	PCI_PRODUCT_VIATECH_VT82C597	0x0597		/* VT82C597 (Apollo VP3) Host-PCI Bridge */
   1167  1.115  sakamoto #define	PCI_PRODUCT_VIATECH_VT82C598PCI	0x0598		/* VT82C598 (Apollo MVP3) Host-PCI */
   1168  1.115  sakamoto #define	PCI_PRODUCT_VIATECH_VT82C691	0x0691		/* VT82C691 (Apollo Pro) Host-PCI */
   1169  1.115  sakamoto #define	PCI_PRODUCT_VIATECH_VT82C693	0x0693		/* VT82C693 (Apollo Pro Plus) Host-PCI */
   1170   1.43  drochner #define	PCI_PRODUCT_VIATECH_VT86C926	0x0926		/* VT86C926 Amazon PCI-Ethernet Controller */
   1171   1.34      fvdl #define	PCI_PRODUCT_VIATECH_VT82C570M	0x1000		/* VT82C570M (Apollo) Host-PCI Bridge */
   1172   1.34      fvdl #define	PCI_PRODUCT_VIATECH_VT82C570MV	0x1006		/* VT82C570M (Apollo) PCI-ISA Bridge */
   1173   1.94    bouyer #define	PCI_PRODUCT_VIATECH_VT82C586_IDE	0x1571		/* VT82C586 (Apollo VP) IDE Controller */
   1174   1.70    bouyer #define	PCI_PRODUCT_VIATECH_VT82C595_2	0x1595		/* VT82C595 (Apollo VP2) Host-PCI Bridge */
   1175   1.43  drochner #define	PCI_PRODUCT_VIATECH_VT83C572	0x3038		/* VT83C572 USB Controller */
   1176  1.115  sakamoto #define	PCI_PRODUCT_VIATECH_VT82C586_PWR	0x3040		/* VT82C586 (Apollo VP) Power Management Controller */
   1177  1.102   thorpej #define	PCI_PRODUCT_VIATECH_VT3043	0x3043		/* VT3043 (Rhine) 10/100 Ethernet */
   1178   1.98   thorpej #define	PCI_PRODUCT_VIATECH_VT86C100A	0x6100		/* VT86C100A (Rhine-II) 10/100 Ethernet */
   1179  1.115  sakamoto #define	PCI_PRODUCT_VIATECH_VT82C597AGP	0x8597		/* VT82C597 (Apollo VP3) PCI-AGP */
   1180  1.115  sakamoto #define	PCI_PRODUCT_VIATECH_VT82C598AGP	0x8598		/* VT82C598 (Apollo MVP3) PCI-AGP */
   1181   1.14       cgd 
   1182   1.14       cgd /* Vortex Computer Systems products */
   1183   1.14       cgd #define	PCI_PRODUCT_VORTEX_GDT_6000B	0x0001		/* GDT 6000b */
   1184   1.14       cgd 
   1185   1.14       cgd /* VLSI products */
   1186   1.27     veego #define	PCI_PRODUCT_VLSI_82C592	0x0005		/* 82C592 CPU Bridge */
   1187   1.27     veego #define	PCI_PRODUCT_VLSI_82C593	0x0006		/* 82C593 ISA Bridge */
   1188   1.27     veego #define	PCI_PRODUCT_VLSI_82C594	0x0007		/* 82C594 Wildcat System Controller */
   1189   1.27     veego #define	PCI_PRODUCT_VLSI_82C596597	0x0008		/* 82C596/597 Wildcat ISA Bridge */
   1190   1.27     veego #define	PCI_PRODUCT_VLSI_82C541	0x000c		/* 82C541 */
   1191   1.27     veego #define	PCI_PRODUCT_VLSI_82C543	0x000d		/* 82C543 */
   1192   1.27     veego #define	PCI_PRODUCT_VLSI_82C532	0x0101		/* 82C532 */
   1193   1.27     veego #define	PCI_PRODUCT_VLSI_82C534	0x0102		/* 82C534 */
   1194   1.27     veego #define	PCI_PRODUCT_VLSI_82C535	0x0104		/* 82C535 */
   1195   1.27     veego #define	PCI_PRODUCT_VLSI_82C147	0x0105		/* 82C147 */
   1196   1.27     veego #define	PCI_PRODUCT_VLSI_82C975	0x0200		/* 82C975 */
   1197   1.27     veego #define	PCI_PRODUCT_VLSI_82C925	0x0280		/* 82C925 */
   1198   1.14       cgd 
   1199   1.14       cgd /* Weitek products */
   1200   1.14       cgd #define	PCI_PRODUCT_WEITEK_P9000	0x9001		/* P9000 */
   1201   1.14       cgd #define	PCI_PRODUCT_WEITEK_P9100	0x9100		/* P9100 */
   1202   1.14       cgd 
   1203   1.27     veego /* Western Digital products */
   1204   1.27     veego #define	PCI_PRODUCT_WD_WD33C193A	0x0193		/* WD33C193A */
   1205   1.27     veego #define	PCI_PRODUCT_WD_WD33C196A	0x0196		/* WD33C196A */
   1206   1.27     veego #define	PCI_PRODUCT_WD_WD33C197A	0x0197		/* WD33C197A */
   1207   1.27     veego #define	PCI_PRODUCT_WD_WD7193	0x3193		/* WD7193 */
   1208   1.27     veego #define	PCI_PRODUCT_WD_WD7197	0x3197		/* WD7197 */
   1209   1.27     veego #define	PCI_PRODUCT_WD_WD33C296A	0x3296		/* WD33C296A */
   1210   1.27     veego #define	PCI_PRODUCT_WD_WD34C296	0x4296		/* WD34C296 */
   1211   1.27     veego #define	PCI_PRODUCT_WD_90C	0xC24A		/* 90C */
   1212   1.27     veego 
   1213   1.14       cgd /* Winbond Electronics products */
   1214   1.14       cgd #define	PCI_PRODUCT_WINBOND_W83769F	0x0001		/* W83769F */
   1215  1.111   thorpej #define	PCI_PRODUCT_WINBOND_W89C840F	0x0840		/* W89C840F 10/100 Ethernet */
   1216  1.111   thorpej #define	PCI_PRODUCT_WINBOND_W89C940F	0x0940		/* W89C940F Ethernet */
   1217  1.103   thorpej 
   1218  1.103   thorpej /* Yamaha products */
   1219  1.103   thorpej #define	PCI_PRODUCT_YAMAHA_YMF724E_V	0x0004		/* 724 Audio */
   1220   1.14       cgd 
   1221   1.14       cgd /* Zeinet products */
   1222   1.14       cgd #define	PCI_PRODUCT_ZEINET_1221	0x0001		/* 1221 */
   1223   1.18  christos 
   1224   1.27     veego /* Ziatech products */
   1225   1.27     veego #define	PCI_PRODUCT_ZIATECH_ZT8905	0x8905		/* PCI-ST32 Bridge */
   1226   1.27     veego 
   1227  1.104  drochner /* Zoran products */
   1228  1.104  drochner #define	PCI_PRODUCT_ZORAN_ZR36120	0x6120		/* Video Controller */
   1229