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