[BACK]Return to pcidevs CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / dev / pci

Annotation of src/sys/dev/pci/pcidevs, Revision 1.982

1.982   ! msaitoh     1: $NetBSD: pcidevs,v 1.981 2009/03/10 03:30:55 msaitoh Exp $
1.1       cgd         2:
                      3: /*
1.4       cgd         4:  * Copyright (c) 1995, 1996 Christopher G. Demetriou
1.1       cgd         5:  * All rights reserved.
                      6:  *
                      7:  * Redistribution and use in source and binary forms, with or without
                      8:  * modification, are permitted provided that the following conditions
                      9:  * are met:
                     10:  * 1. Redistributions of source code must retain the above copyright
                     11:  *    notice, this list of conditions and the following disclaimer.
                     12:  * 2. Redistributions in binary form must reproduce the above copyright
                     13:  *    notice, this list of conditions and the following disclaimer in the
                     14:  *    documentation and/or other materials provided with the distribution.
                     15:  * 3. All advertising materials mentioning features or use of this software
                     16:  *    must display the following acknowledgement:
                     17:  *      This product includes software developed by Christopher G. Demetriou
                     18:  *     for the NetBSD Project.
                     19:  * 4. The name of the author may not be used to endorse or promote products
                     20:  *    derived from this software without specific prior written permission
                     21:  *
                     22:  * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
                     23:  * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
                     24:  * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
                     25:  * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
                     26:  * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
                     27:  * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
                     28:  * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
                     29:  * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
                     30:  * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
                     31:  * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
                     32:  */
                     33:
                     34: /*
1.21      thorpej    35:  * NOTE: a fairly complete list of PCI codes can be found at:
1.133     fair       36:  *
1.610     chs        37:  *     http://www.pcidatabase.com/
1.31      cgd        38:  *
                     39:  * (but it doesn't always seem to match vendor documentation)
1.609     blymn      40:  *
                     41:  * NOTE: As per tron@NetBSD.org, the proper update procedure is
                     42:  *
                     43:  * 1.) Change "src/sys/dev/pci/pcidevs".
                     44:  * 2.) Commit "src/sys/dev/pci/pcidevs".
                     45:  * 3.) Execute "make -f Makefile.pcidevs" in "src/sys/dev/pci".
                     46:  * 4.) Commit "src/sys/dev/pci/pcidevs.h" and "src/sys/dev/pci/pcidevs_data.h".
1.21      thorpej    47:  */
                     48:
                     49: /*
1.974     jnemeth    50:  * Use "make -f Makefile.pcidevs" to regenerate pcidevs.h and pcidevs_data.h
                     51:  */
                     52:
                     53: /*
1.1       cgd        54:  * List of known PCI vendors
                     55:  */
                     56:
1.448     rjs        57: vendor PEAK            0x001c  Peak System Technik
1.665     junyoung   58: vendor MARTINMARIETTA  0x003d  Martin-Marietta
1.251     wiz        59: vendor HAUPPAUGE       0x0070  Hauppauge Computer Works
1.470     pooka      60: vendor DYNALINK                0x0675  Dynalink
1.24      tls        61: vendor COMPAQ          0x0e11  Compaq
                     62: vendor SYMBIOS         0x1000  Symbios Logic
1.665     junyoung   63: vendor ATI             0x1002  ATI Technologies
1.4       cgd        64: vendor ULSI            0x1003  ULSI Systems
                     65: vendor VLSI            0x1004  VLSI Technology
                     66: vendor AVANCE          0x1005  Avance Logic
                     67: vendor REPLY           0x1006  Reply Group
                     68: vendor NETFRAME                0x1007  NetFrame Systems
                     69: vendor EPSON           0x1008  Epson
                     70: vendor PHOENIX         0x100a  Phoenix Technologies
                     71: vendor NS              0x100b  National Semiconductor
                     72: vendor TSENG           0x100c  Tseng Labs
                     73: vendor AST             0x100d  AST Research
                     74: vendor WEITEK          0x100e  Weitek
1.24      tls        75: vendor VIDEOLOGIC      0x1010  Video Logic
1.4       cgd        76: vendor DEC             0x1011  Digital Equipment
                     77: vendor MICRONICS       0x1012  Micronics Computers
                     78: vendor CIRRUS          0x1013  Cirrus Logic
                     79: vendor IBM             0x1014  IBM
1.665     junyoung   80: vendor LSIL            0x1015  LSI Logic of Canada
1.4       cgd        81: vendor ICLPERSONAL     0x1016  ICL Personal Systems
                     82: vendor SPEA            0x1017  SPEA Software
                     83: vendor UNISYS          0x1018  Unisys Systems
                     84: vendor ELITEGROUP      0x1019  Elitegroup Computer Systems
1.24      tls        85: vendor NCR             0x101a  AT&T Global Information Systems
1.4       cgd        86: vendor VITESSE         0x101b  Vitesse Semiconductor
                     87: vendor WD              0x101c  Western Digital
                     88: vendor AMI             0x101e  American Megatrends
                     89: vendor PICTURETEL      0x101f  PictureTel
                     90: vendor HITACHICOMP     0x1020  Hitachi Computer Products
                     91: vendor OKI             0x1021  OKI Electric Industry
1.24      tls        92: vendor AMD             0x1022  Advanced Micro Devices
1.4       cgd        93: vendor TRIDENT         0x1023  Trident Microsystems
                     94: vendor ZENITH          0x1024  Zenith Data Systems
                     95: vendor ACER            0x1025  Acer
                     96: vendor DELL            0x1028  Dell Computer
1.25      veego      97: vendor SNI             0x1029  Siemens Nixdorf AG
1.9       thorpej    98: vendor LSILOGIC                0x102a  LSI Logic, Headland div.
1.4       cgd        99: vendor MATROX          0x102b  Matrox
                    100: vendor CHIPS           0x102c  Chips and Technologies
                    101: vendor WYSE            0x102d  WYSE Technology
                    102: vendor OLIVETTI                0x102e  Olivetti Advanced Technology
                    103: vendor TOSHIBA         0x102f  Toshiba America
                    104: vendor TMCRESEARCH     0x1030  TMC Research
                    105: vendor MIRO            0x1031  Miro Computer Products
1.25      veego     106: vendor COMPAQ2         0x1032  Compaq (2nd PCI Vendor ID)
1.4       cgd       107: vendor NEC             0x1033  NEC
                    108: vendor BURNDY          0x1034  Burndy
                    109: vendor COMPCOMM                0x1035  Comp. & Comm. Research Lab
                    110: vendor FUTUREDOMAIN    0x1036  Future Domain
                    111: vendor HITACHIMICRO    0x1037  Hitach Microsystems
                    112: vendor AMP             0x1038  AMP
                    113: vendor SIS             0x1039  Silicon Integrated System
                    114: vendor SEIKOEPSON      0x103a  Seiko Epson
1.665     junyoung  115: vendor TATUNGAMERICA   0x103b  Tatung of America
1.24      tls       116: vendor HP              0x103c  Hewlett-Packard
1.4       cgd       117: vendor SOLLIDAY                0x103e  Solliday Engineering
                    118: vendor LOGICMODELLING  0x103f  Logic Modeling
                    119: vendor KPC             0x1040  Kubota Pacific
                    120: vendor COMPUTREND      0x1041  Computrend
                    121: vendor PCTECH          0x1042  PC Technology
                    122: vendor ASUSTEK         0x1043  Asustek Computer
                    123: vendor DPT             0x1044  Distributed Processing Technology
                    124: vendor OPTI            0x1045  Opti
1.665     junyoung  125: vendor IPCCORP         0x1046  IPC
1.4       cgd       126: vendor GENOA           0x1047  Genoa Systems
                    127: vendor ELSA            0x1048  Elsa
                    128: vendor FOUNTAINTECH    0x1049  Fountain Technology
1.577     nisimura  129: vendor SGSTHOMSON      0x104a  SGS-Thomson Microelectronics
1.4       cgd       130: vendor BUSLOGIC                0x104b  BusLogic
1.24      tls       131: vendor TI              0x104c  Texas Instruments
                    132: vendor SONY            0x104d  Sony
1.4       cgd       133: vendor OAKTECH         0x104e  Oak Technology
                    134: vendor COTIME          0x104f  Co-time Computer
                    135: vendor WINBOND         0x1050  Winbond Electronics
                    136: vendor ANIGMA          0x1051  Anigma
                    137: vendor YOUNGMICRO      0x1052  Young Micro Systems
                    138: vendor HITACHI         0x1054  Hitachi
                    139: vendor EFARMICRO       0x1055  Efar Microsystems
                    140: vendor ICL             0x1056  ICL
                    141: vendor MOT             0x1057  Motorola
                    142: vendor ETR             0x1058  Electronics & Telec. RSH
                    143: vendor TEKNOR          0x1059  Teknor Microsystems
                    144: vendor PROMISE         0x105a  Promise Technology
                    145: vendor FOXCONN         0x105b  Foxconn International
                    146: vendor WIPRO           0x105c  Wipro Infotech
                    147: vendor NUMBER9         0x105d  Number 9 Computer Company
                    148: vendor VTECH           0x105e  Vtech Computers
                    149: vendor INFOTRONIC      0x105f  Infotronic America
                    150: vendor UMC             0x1060  United Microelectronics
                    151: vendor ITT             0x1061  I. T. T.
1.24      tls       152: vendor MASPAR          0x1062  MasPar Computer
1.4       cgd       153: vendor OCEANOA         0x1063  Ocean Office Automation
                    154: vendor ALCATEL         0x1064  Alcatel CIT
                    155: vendor TEXASMICRO      0x1065  Texas Microsystems
                    156: vendor PICOPOWER       0x1066  Picopower Technology
1.25      veego     157: vendor MITSUBISHI      0x1067  Mitsubishi Electronics
1.4       cgd       158: vendor DIVERSIFIED     0x1068  Diversified Technology
                    159: vendor MYLEX           0x1069  Mylex
                    160: vendor ATEN            0x106a  Aten Research
1.24      tls       161: vendor APPLE           0x106b  Apple Computer
1.4       cgd       162: vendor HYUNDAI         0x106c  Hyundai Electronics America
                    163: vendor SEQUENT         0x106d  Sequent
                    164: vendor DFI             0x106e  DFI
                    165: vendor CITYGATE                0x106f  City Gate Development
                    166: vendor DAEWOO          0x1070  Daewoo Telecom
                    167: vendor MITAC           0x1071  Mitac
1.665     junyoung  168: vendor GIT             0x1072  GIT
1.4       cgd       169: vendor YAMAHA          0x1073  Yamaha
                    170: vendor NEXGEN          0x1074  NexGen Microsystems
                    171: vendor AIR             0x1075  Advanced Integration Research
                    172: vendor CHAINTECH       0x1076  Chaintech Computer
1.794     grant     173: vendor QLOGIC          0x1077  QLogic
1.665     junyoung  174: vendor CYRIX           0x1078  Cyrix
1.4       cgd       175: vendor IBUS            0x1079  I-Bus
                    176: vendor NETWORTH                0x107a  NetWorth
                    177: vendor GATEWAY         0x107b  Gateway 2000
                    178: vendor GOLDSTART       0x107c  Goldstar
                    179: vendor LEADTEK         0x107d  LeadTek Research
                    180: vendor INTERPHASE      0x107e  Interphase
1.665     junyoung  181: vendor DATATECH                0x107f  Data Technology
1.4       cgd       182: vendor CONTAQ          0x1080  Contaq Microsystems
                    183: vendor SUPERMAC                0x1081  Supermac Technology
1.665     junyoung  184: vendor EFA             0x1082  EFA of America
1.4       cgd       185: vendor FOREX           0x1083  Forex Computer
                    186: vendor PARADOR         0x1084  Parador
                    187: vendor TULIP           0x1085  Tulip Computers
                    188: vendor JBOND           0x1086  J. Bond Computer Systems
                    189: vendor CACHECOMP       0x1087  Cache Computer
                    190: vendor MICROCOMP       0x1088  Microcomputer Systems
1.665     junyoung  191: vendor DG              0x1089  Data General
                    192: vendor BIT3            0x108a  Bit3 Computer
1.25      veego     193: vendor ELONEX          0x108c  Elonex PLC c/o Oakleigh Systems
1.4       cgd       194: vendor OLICOM          0x108d  Olicom
1.665     junyoung  195: vendor SUN             0x108e  Sun Microsystems
1.4       cgd       196: vendor SYSTEMSOFT      0x108f  Systemsoft
                    197: vendor ENCORE          0x1090  Encore Computer
                    198: vendor INTERGRAPH      0x1091  Intergraph
                    199: vendor DIAMOND         0x1092  Diamond Computer Systems
                    200: vendor NATIONALINST    0x1093  National Instruments
                    201: vendor FICOMP          0x1094  First Int'l Computers
                    202: vendor CMDTECH         0x1095  CMD Technology
                    203: vendor ALACRON         0x1096  Alacron
                    204: vendor APPIAN          0x1097  Appian Technology
                    205: vendor QUANTUMDESIGNS  0x1098  Quantum Designs
                    206: vendor SAMSUNGELEC     0x1099  Samsung Electronics
                    207: vendor PACKARDBELL     0x109a  Packard Bell
                    208: vendor GEMLIGHT                0x109b  Gemlight Computer
                    209: vendor MEGACHIPS       0x109c  Megachips
                    210: vendor ZIDA            0x109d  Zida Technologies
                    211: vendor BROOKTREE       0x109e  Brooktree
                    212: vendor TRIGEM          0x109f  Trigem Computer
                    213: vendor MEIDENSHA       0x10a0  Meidensha
                    214: vendor JUKO            0x10a1  Juko Electronics
                    215: vendor QUANTUM         0x10a2  Quantum
                    216: vendor EVEREX          0x10a3  Everex Systems
                    217: vendor GLOBE           0x10a4  Globe Manufacturing Sales
                    218: vendor RACAL           0x10a5  Racal Interlan
                    219: vendor INFORMTECH      0x10a6  Informtech Industrial
                    220: vendor BENCHMARQ       0x10a7  Benchmarq Microelectronics
                    221: vendor SIERRA          0x10a8  Sierra Semiconductor
                    222: vendor SGI             0x10a9  Silicon Graphics
                    223: vendor ACC             0x10aa  ACC Microelectronics
                    224: vendor DIGICOM         0x10ab  Digicom
                    225: vendor HONEYWELL       0x10ac  Honeywell IASD
1.25      veego     226: vendor SYMPHONY                0x10ad  Symphony Labs
1.4       cgd       227: vendor CORNERSTONE     0x10ae  Cornerstone Technology
                    228: vendor MICROCOMPSON    0x10af  Micro Computer Sysytems (M) SON
                    229: vendor CARDEXPER       0x10b0  CardExpert Technology
1.251     wiz       230: vendor CABLETRON       0x10b1  Cabletron Systems
1.4       cgd       231: vendor RAYETHON                0x10b2  Raytheon
                    232: vendor DATABOOK                0x10b3  Databook
                    233: vendor STB             0x10b4  STB Systems
                    234: vendor PLX             0x10b5  PLX Technology
                    235: vendor MADGE           0x10b6  Madge Networks
1.312     soren     236: vendor 3COM            0x10b7  3Com
1.4       cgd       237: vendor SMC             0x10b8  Standard Microsystems
                    238: vendor ALI             0x10b9  Acer Labs
                    239: vendor MITSUBISHIELEC  0x10ba  Mitsubishi Electronics
                    240: vendor DAPHA           0x10bb  Dapha Electronics
                    241: vendor ALR             0x10bc  Advanced Logic Research
                    242: vendor SURECOM         0x10bd  Surecom Technology
                    243: vendor TSENGLABS       0x10be  Tseng Labs International
                    244: vendor MOST            0x10bf  Most
                    245: vendor BOCA            0x10c0  Boca Research
                    246: vendor ICM             0x10c1  ICM
                    247: vendor AUSPEX          0x10c2  Auspex Systems
                    248: vendor SAMSUNGSEMI     0x10c3  Samsung Semiconductors
                    249: vendor AWARD           0x10c4  Award Software Int'l
                    250: vendor XEROX           0x10c5  Xerox
                    251: vendor RAMBUS          0x10c6  Rambus
                    252: vendor MEDIAVIS                0x10c7  Media Vision
                    253: vendor NEOMAGIC                0x10c8  Neomagic
                    254: vendor DATAEXPERT      0x10c9  Dataexpert
                    255: vendor FUJITSU         0x10ca  Fujitsu
                    256: vendor OMRON           0x10cb  Omron
                    257: vendor MENTOR          0x10cc  Mentor ARC
1.77      dante     258: vendor ADVSYS          0x10cd  Advanced System Products
1.4       cgd       259: vendor RADIUS          0x10ce  Radius
                    260: vendor CITICORP                0x10cf  Citicorp TTI
1.25      veego     261: vendor FUJITSU2                0x10d0  Fujitsu Limited (2nd PCI Vendor ID)
1.4       cgd       262: vendor FUTUREPLUS      0x10d1  Future+ Systems
                    263: vendor MOLEX           0x10d2  Molex
                    264: vendor JABIL           0x10d3  Jabil Circuit
                    265: vendor HAULON          0x10d4  Hualon Microelectronics
                    266: vendor AUTOLOGIC       0x10d5  Autologic
                    267: vendor CETIA           0x10d6  Cetia
                    268: vendor BCM             0x10d7  BCM Advanced
                    269: vendor APL             0x10d8  Advanced Peripherals Labs
                    270: vendor MACRONIX                0x10d9  Macronix
                    271: vendor THOMASCONRAD    0x10da  Thomas-Conrad
                    272: vendor ROHM            0x10db  Rohm Research
1.24      tls       273: vendor CERN            0x10dc  CERN/ECP/EDU
1.4       cgd       274: vendor ES              0x10dd  Evans & Sutherland
1.753     tron      275: vendor NVIDIA          0x10de  NVIDIA
1.4       cgd       276: vendor EMULEX          0x10df  Emulex
                    277: vendor IMS             0x10e0  Integrated Micro Solutions
1.24      tls       278: vendor TEKRAM          0x10e1  Tekram Technology (1st PCI Vendor ID)
1.665     junyoung  279: vendor APTIX           0x10e2  Aptix
1.81      drochner  280: vendor NEWBRIDGE       0x10e3  Newbridge Microsystems / Tundra Semiconductor
1.4       cgd       281: vendor TANDEM          0x10e4  Tandem Computers
                    282: vendor MICROINDUSTRIES 0x10e5  Micro Industries
                    283: vendor GAINBERY                0x10e6  Gainbery Computer Products
                    284: vendor VADEM           0x10e7  Vadem
                    285: vendor AMCIRCUITS      0x10e8  Applied Micro Circuits
                    286: vendor ALPSELECTIC     0x10e9  Alps Electric
1.396     junyoung  287: vendor INTEGRAPHICS    0x10ea  Integraphics Systems
1.4       cgd       288: vendor ARTISTSGRAPHICS 0x10eb  Artists Graphics
                    289: vendor REALTEK         0x10ec  Realtek Semiconductor
1.665     junyoung  290: vendor ASCIICORP       0x10ed  ASCII
1.4       cgd       291: vendor XILINX          0x10ee  Xilinx
                    292: vendor RACORE          0x10ef  Racore Computer Products
                    293: vendor PERITEK         0x10f0  Peritek
                    294: vendor TYAN            0x10f1  Tyan Computer
                    295: vendor ACHME           0x10f2  Achme Computer
                    296: vendor ALARIS          0x10f3  Alaris
                    297: vendor SMOS            0x10f4  S-MOS Systems
1.665     junyoung  298: vendor NKK             0x10f5  NKK
1.4       cgd       299: vendor CREATIVE                0x10f6  Creative Electronic Systems
                    300: vendor MATSUSHITA      0x10f7  Matsushita
                    301: vendor ALTOS           0x10f8  Altos India
                    302: vendor PCDIRECT                0x10f9  PC Direct
                    303: vendor TRUEVISIO       0x10fa  Truevision
                    304: vendor THESYS          0x10fb  Thesys Ges. F. Mikroelektronik
                    305: vendor IODATA          0x10fc  I-O Data Device
                    306: vendor SOYO            0x10fd  Soyo Technology
                    307: vendor FAST            0x10fe  Fast Electronic
                    308: vendor NCUBE           0x10ff  NCube
                    309: vendor JAZZ            0x1100  Jazz Multimedia
                    310: vendor INITIO          0x1101  Initio
                    311: vendor CREATIVELABS    0x1102  Creative Labs
                    312: vendor TRIONES         0x1103  Triones Technologies
                    313: vendor RASTEROPS       0x1104  RasterOps
                    314: vendor SIGMA           0x1105  Sigma Designs
1.12      cgd       315: vendor VIATECH         0x1106  VIA Technologies
1.4       cgd       316: vendor STRATIS         0x1107  Stratus Computer
                    317: vendor PROTEON         0x1108  Proteon
                    318: vendor COGENT          0x1109  Cogent Data Technologies
1.25      veego     319: vendor SIEMENS                 0x110a  Siemens AG / Siemens Nixdorf AG
1.4       cgd       320: vendor XENON           0x110b  Xenon Microsystems
                    321: vendor MINIMAX         0x110c  Mini-Max Technology
                    322: vendor ZNYX            0x110d  Znyx Advanced Systems
                    323: vendor CPUTECH         0x110e  CPU Technology
                    324: vendor ROSS            0x110f  Ross Technology
                    325: vendor POWERHOUSE      0x1110  Powerhouse Systems
                    326: vendor SCO             0x1111  Santa Cruz Operation
1.25      veego     327: vendor RNS             0x1112  RNS
1.4       cgd       328: vendor ACCTON          0x1113  Accton Technology
                    329: vendor ATMEL           0x1114  Atmel
1.24      tls       330: vendor DUPONT          0x1115  DuPont Pixel Systems
1.4       cgd       331: vendor DATATRANSLATION 0x1116  Data Translation
                    332: vendor DATACUBE                0x1117  Datacube
                    333: vendor BERG            0x1118  Berg Electronics
                    334: vendor VORTEX          0x1119  Vortex Computer Systems
                    335: vendor EFFICIENTNETS   0x111a  Efficent Networks
                    336: vendor TELEDYNE                0x111b  Teledyne Electronic Systems
                    337: vendor TRICORD         0x111c  Tricord Systems
                    338: vendor IDT             0x111d  IDT
                    339: vendor ELDEC           0x111e  Eldec
                    340: vendor PDI             0x111f  Prescision Digital Images
                    341: vendor EMC             0x1120  Emc
                    342: vendor ZILOG           0x1121  Zilog
                    343: vendor MULTITECH       0x1122  Multi-tech Systems
                    344: vendor LEUTRON         0x1124  Leutron Vision
1.24      tls       345: vendor EUROCORE                0x1125  Eurocore/Vigra
                    346: vendor VIGRA           0x1126  Vigra
1.4       cgd       347: vendor FORE            0x1127  FORE Systems
                    348: vendor FIRMWORKS       0x1129  Firmworks
                    349: vendor HERMES          0x112a  Hermes Electronics
                    350: vendor LINOTYPE                0x112b  Linotype
                    351: vendor RAVICAD         0x112d  Ravicad
                    352: vendor INFOMEDIA       0x112e  Infomedia Microelectronics
                    353: vendor IMAGINGTECH     0x112f  Imaging Technlogy
                    354: vendor COMPUTERVISION  0x1130  Computervision
                    355: vendor PHILIPS         0x1131  Philips
                    356: vendor MITEL           0x1132  Mitel
                    357: vendor EICON           0x1133  Eicon Technology
                    358: vendor MCS             0x1134  Mercury Computer Systems
                    359: vendor FUJIXEROX       0x1135  Fuji Xerox
                    360: vendor MOMENTUM                0x1136  Momentum Data Systems
                    361: vendor CISCO           0x1137  Cisco Systems
                    362: vendor ZIATECH         0x1138  Ziatech
                    363: vendor DYNPIC          0x1139  Dynamic Pictures
                    364: vendor FWB             0x113a  FWB
                    365: vendor CYCLONE         0x113c  Cyclone Micro
                    366: vendor LEADINGEDGE     0x113d  Leading Edge
                    367: vendor SANYO           0x113e  Sanyo Electric
                    368: vendor EQUINOX         0x113f  Equinox Systems
                    369: vendor INTERVOICE      0x1140  Intervoice
                    370: vendor CREST           0x1141  Crest Microsystem
                    371: vendor ALLIANCE                0x1142  Alliance Semiconductor
                    372: vendor NETPOWER                0x1143  NetPower
                    373: vendor CINMILACRON     0x1144  Cincinnati Milacron
                    374: vendor WORKBIT         0x1145  Workbit
                    375: vendor FORCE           0x1146  Force Computers
                    376: vendor INTERFACE       0x1147  Interface
                    377: vendor SCHNEIDERKOCH   0x1148  Schneider & Koch
                    378: vendor WINSYSTEM       0x1149  Win System
                    379: vendor VMIC            0x114a  VMIC
                    380: vendor CANOPUS         0x114b  Canopus
                    381: vendor ANNABOOKS       0x114c  Annabooks
1.665     junyoung  382: vendor IC              0x114d  IC
1.4       cgd       383: vendor NIKON           0x114e  Nikon Systems
1.775     chs       384: vendor DIGI            0x114f  Digi International
1.4       cgd       385: vendor TMC             0x1150  Thinking Machines
                    386: vendor JAE             0x1151  JAE Electronics
                    387: vendor MEGATEK         0x1152  Megatek
                    388: vendor LANDWIN         0x1153  Land Win Electronic
                    389: vendor MELCO           0x1154  Melco
                    390: vendor PINETECH                0x1155  Pine Technology
                    391: vendor PERISCOPE       0x1156  Periscope Engineering
                    392: vendor AVSYS           0x1157  Avsys
                    393: vendor VOARX           0x1158  Voarx R & D
                    394: vendor MUTECH          0x1159  Mutech
                    395: vendor HARLEQUIN       0x115a  Harlequin
                    396: vendor PARALLAX                0x115b  Parallax Graphics
                    397: vendor XIRCOM          0x115d  Xircom
                    398: vendor PEERPROTO       0x115e  Peer Protocols
                    399: vendor MAXTOR          0x115f  Maxtor
                    400: vendor MEGASOFT                0x1160  Megasoft
                    401: vendor PFU             0x1161  PFU Limited
                    402: vendor OALAB           0x1162  OA Laboratory
1.665     junyoung  403: vendor RENDITION       0x1163  Rendition
1.4       cgd       404: vendor APT             0x1164  Advanced Peripherals Technologies
                    405: vendor IMAGRAPH                0x1165  Imagraph
1.269     ad        406: vendor SERVERWORKS     0x1166  ServerWorks
1.4       cgd       407: vendor MUTOH           0x1167  Mutoh Industries
                    408: vendor THINE           0x1168  Thine Electronics
                    409: vendor CDAC            0x1169  Centre for Dev. of Advanced Computing
                    410: vendor POLARIS         0x116a  Polaris Communications
                    411: vendor CONNECTWARE     0x116b  Connectware
                    412: vendor WSTECH          0x116f  Workstation Technology
                    413: vendor INVENTEC                0x1170  Inventec
1.24      tls       414: vendor LOUGHSOUND      0x1171  Loughborough Sound Images
1.665     junyoung  415: vendor ALTERA          0x1172  Altera
1.24      tls       416: vendor ADOBE           0x1173  Adobe Systems
                    417: vendor BRIDGEPORT      0x1174  Bridgeport Machines
                    418: vendor MIRTRON         0x1175  Mitron Computer
                    419: vendor SBE             0x1176  SBE
                    420: vendor SILICONENG      0x1177  Silicon Engineering
1.25      veego     421: vendor ALFA            0x1178  Alfa
1.248     soren     422: vendor TOSHIBA2                0x1179  Toshiba
1.24      tls       423: vendor ATREND          0x117a  A-Trend Technology
                    424: vendor ATTO            0x117c  Atto Technology
                    425: vendor TR              0x117e  T/R Systems
                    426: vendor RICOH           0x1180  Ricoh
                    427: vendor TELEMATICS      0x1181  Telematics International
                    428: vendor FUJIKURA                0x1183  Fujikura
                    429: vendor FORKS           0x1184  Forks
                    430: vendor DATAWORLD       0x1185  Dataworld
                    431: vendor DLINK           0x1186  D-Link Systems
                    432: vendor ATL             0x1187  Advanced Techonoloy Labratories
                    433: vendor SHIMA           0x1188  Shima Seiki Manufacturing
1.25      veego     434: vendor MATSUSHITA2     0x1189  Matsushita Electronics (2nd PCI Vendor ID)
1.24      tls       435: vendor HILEVEL         0x118a  HiLevel Technology
                    436: vendor COROLLARY       0x118c  Corrollary
                    437: vendor BITFLOW         0x118d  BitFlow
                    438: vendor HERMSTEDT       0x118e  Hermstedt
1.141     soren     439: vendor ACARD           0x1191  Acard
1.24      tls       440: vendor DENSAN          0x1192  Densan
1.12      cgd       441: vendor ZEINET          0x1193  Zeinet
1.24      tls       442: vendor TOUCAN          0x1194  Toucan Technology
1.399     tsutsui   443: vendor RATOC           0x1195  Ratoc Systems
1.24      tls       444: vendor HYTEC           0x1196  Hytec Electronic
                    445: vendor GAGE            0x1197  Gage Applied Sciences
                    446: vendor LAMBDA          0x1198  Lambda Systems
                    447: vendor DCA             0x1199  Digital Communications Associates
                    448: vendor MINDSHARE       0x119a  Mind Share
                    449: vendor OMEGA           0x119b  Omega Micro
                    450: vendor ITI             0x119c  Information Technology Institute
                    451: vendor BUG             0x119d  Bug Sapporo
1.25      veego     452: vendor FUJITSU3                0x119e  Fujitsu (3th PCI Vendor ID)
1.24      tls       453: vendor BULL            0x119f  Bull Hn Information Systems
                    454: vendor CONVEX          0x11a0  Convex Computer
                    455: vendor HAMAMATSU       0x11a1  Hamamatsu Photonics
1.25      veego     456: vendor SIERRA2         0x11a2  Sierra Research & Technology (2nd PCI Vendor ID)
1.24      tls       457: vendor BARCO           0x11a4  Barco
                    458: vendor MICROUNITY      0x11a5  MicroUnity Systems Engineering
                    459: vendor PUREDATA                0x11a6  Pure Data
                    460: vendor POWERCC         0x11a7  Power Computing
                    461: vendor INNOSYS         0x11a9  InnoSys
                    462: vendor ACTEL           0x11aa  Actel
1.820     riz       463: vendor MARVELL         0x11ab  Marvell
1.24      tls       464: vendor CANNON          0x11ac  Cannon IS
                    465: vendor LITEON          0x11ad  Lite-On Communications
1.665     junyoung  466: vendor SCITEX          0x11ae  Scitex
                    467: vendor AVID            0x11af  Avid Technology
1.24      tls       468: vendor V3              0x11b0  V3 Semiconductor
                    469: vendor APRICOT         0x11b1  Apricot Computer
                    470: vendor KODAK           0x11b2  Eastman Kodak
                    471: vendor BARR            0x11b3  Barr Systems
                    472: vendor LEITECH         0x11b4  Leitch Technology
                    473: vendor RADSTONE                0x11b5  Radstone Technology
                    474: vendor UNITEDVIDEO     0x11b6  United Video
1.25      veego     475: vendor MOT2            0x11b7  Motorola (2nd PCI Vendor ID)
1.24      tls       476: vendor XPOINT          0x11b8  Xpoint Technologies
                    477: vendor PATHLIGHT       0x11b9  Pathlight Technology
                    478: vendor VIDEOTRON       0x11ba  VideoTron
                    479: vendor PYRAMID         0x11bb  Pyramid Technologies
                    480: vendor NETPERIPH       0x11bc  Network Peripherals
1.25      veego     481: vendor PINNACLE                0x11bd  Pinnacle Systems
                    482: vendor IMI             0x11be  International Microcircuts
1.255     soren     483: vendor LUCENT          0x11c1  Lucent Technologies
1.25      veego     484: vendor NEC2            0x11c3  NEC (2nd PCI Vendor ID)
1.24      tls       485: vendor DOCTECH         0x11c4  Document Technologies
                    486: vendor SHIVA           0x11c5  Shiva
                    487: vendor DCMDATA         0x11c7  DCM Data Systems
                    488: vendor DOLPHIN         0x11c8  Dolphin Interconnect Solutions
1.775     chs       489: vendor MAGMA           0x11c9  Mesa Ridge Technologies (MAGMA)
1.24      tls       490: vendor LSISYS          0x11ca  LSI Systems
                    491: vendor SPECIALIX       0x11cb  Specialix Research
1.25      veego     492: vendor MKC             0x11cc  Michels & Kleberhoff Computer
                    493: vendor HAL             0x11cd  HAL Computer Systems
1.167     rh        494: vendor AURAVISION      0x11d1  Auravision
1.590     chs       495: vendor ANALOG          0x11d4  Analog Devices
1.296     thorpej   496: vendor SEGA            0x11db  SEGA Enterprises
1.665     junyoung  497: vendor ZORAN           0x11de  Zoran
1.720     chs       498: vendor QUICKLOGIC      0x11e3  QuickLogic
1.59      thorpej   499: vendor COMPEX          0x11f6  Compex
1.24      tls       500: vendor PMCSIERRA       0x11f8  PMC-Sierra
1.775     chs       501: vendor COMTROL         0x11fe  Comtrol
1.16      christos  502: vendor CYCLADES                0x120e  Cyclades
1.29      kml       503: vendor ESSENTIAL       0x120f  Essential Communications
1.665     junyoung  504: vendor O2MICRO         0x1217  O2 Micro
1.71      explorer  505: vendor 3DFX            0x121a  3Dfx Interactive
1.25      veego     506: vendor ARIEL           0x1220  Ariel
1.423     augustss  507: vendor HEURICON                0x1223  Heurikon/Computer Products
1.25      veego     508: vendor AZTECH          0x122d  Aztech
1.24      tls       509: vendor 3DO             0x1239  The 3D0 Company
1.136     augustss  510: vendor CCUBE           0x123f  C-Cube Microsystems
1.665     junyoung  511: vendor JNI             0x1242  JNI
1.108     drochner  512: vendor AVM             0x1244  AVM
1.665     junyoung  513: vendor SAMSUNGELEC2    0x1249  Samsung Electronics (2nd vendor ID)
1.25      veego     514: vendor STALLION                0x124d  Stallion Technologies
1.24      tls       515: vendor LINEARSYS       0x1254  Linear Systems
1.639     mycroft   516: vendor COREGA          0x1259  Corega
1.105     thorpej   517: vendor ASIX            0x125b  ASIX Electronics
1.24      tls       518: vendor AURORA          0x125c  Aurora Technologies
1.665     junyoung  519: vendor ESSTECH         0x125d  ESS Technology
1.363     ichiro    520: vendor INTERSIL                0x1260  Intersil
1.774     he        521: vendor NORTEL          0x126c  Nortel Networks (Northern Telecom)
1.665     junyoung  522: vendor SILMOTION       0x126f  Silicon Motion
1.39      mycroft   523: vendor ENSONIQ         0x1274  Ensoniq
1.24      tls       524: vendor NETAPP          0x1275  Network Appliance
1.665     junyoung  525: vendor TRANSMETA       0x1279  Transmeta
1.25      veego     526: vendor ROCKWELL                0x127a  Rockwell Semiconductor Systems
1.152     thorpej   527: vendor DAVICOM         0x1282  Davicom Semiconductor
1.665     junyoung  528: vendor ITE             0x1283  Integrated Technology Express
                    529: vendor ESSTECH2                0x1285  ESS Technology
1.62      mark      530: vendor TRITECH         0x1292  TriTech Microelectronics
1.25      veego     531: vendor KOFAX           0x1296  Kofax Image Products
1.146     drochner  532: vendor ALTEON          0x12ae  Alteon
1.71      explorer  533: vendor RISCOM          0x12aa  RISCom
1.191     bouyer    534: vendor USR             0x12b9  US Robotics (3Com)
1.517     jdc       535: vendor USR2            0x16ec  US Robotics
1.25      veego     536: vendor PICTUREEL       0x12c5  Picture Elements
1.665     junyoung  537: vendor NVIDIA_SGS      0x12d2  Nvidia & SGS-Thomson Microelectronics
1.380     rafal     538: vendor RAINBOW         0x12de  Rainbow Technologies
1.165     tsarna    539: vendor AUREAL          0x12eb  Aureal Semiconductor
1.153     thorpej   540: vendor ADMTEK          0x1317  ADMtek
1.610     chs       541: vendor PACKETENGINES   0x1318  Packet Engines
1.162     augustss  542: vendor FORTEMEDIA      0x1319  Forte Media
1.665     junyoung  543: vendor SIIG            0x131f  Siig
1.169     is        544: vendor DOMEX           0x134a  Domex
1.665     junyoung  545: vendor LMC             0x1376  LAN Media
1.150     drochner  546: vendor NETGEAR         0x1385  Netgear
1.775     chs       547: vendor MOXA            0x1393  Moxa Technologies
1.327     thorpej   548: vendor LEVELONE                0x1394  Level One
1.374     soren     549: vendor COLOGNECHIP     0x1397  Cologne Chip Designs
1.573     thorpej   550: vendor HIFN            0x13a3  Hifn
1.773     hamajima  551: vendor EXAR            0x13a8  EXAR
1.548     simonb    552: vendor 3WARE           0x13c1  3ware
1.639     mycroft   553: vendor ABOCOM          0x13d1  AboCom Systems
1.590     chs       554: vendor NETBOOST                0x13dc  NetBoost
1.158     thorpej   555: vendor SUNDANCETI      0x13f0  Sundance Technology
1.665     junyoung  556: vendor CMEDIA          0x13f6  C-Media Electronics
                    557: vendor LAVA            0x1407  Lava Semiconductor Manufacturing
                    558: vendor ETIMEDIA                0x1409  eTIMedia Technology
1.707     rh        559: vendor ICENSEMBLE      0x1412  IC Ensemble / VIA Technologies
1.665     junyoung  560: vendor MICROSOFT       0x1414  Microsoft
                    561: vendor OXFORDSEMI      0x1415  Oxford Semiconductor
1.885     jklos     562: vendor CHELSIO         0x1425  Chelsio Communications
1.665     junyoung  563: vendor TAMARACK                0x143d  Tamarack Microelectronics
                    564: vendor SAMSUNGELEC3    0x144d  Samsung Electronics (3rd vendor ID)
                    565: vendor ASKEY           0x144f  Askey Computer
1.251     wiz       566: vendor AVERMEDIA       0x1461  Avermedia Technologies
1.276     onoe      567: vendor AIRONET         0x14b9  Aironet Wireless Communications
1.665     junyoung  568: vendor COMPAL          0x14c0  COMPAL Electronics
1.720     chs       569: vendor MYRICOM         0x14c1  Myricom
1.665     junyoung  570: vendor TITAN           0x14d2  Titan Electronics
                    571: vendor AVLAB           0x14db  Avlab Technology
1.264     itojun    572: vendor INVERTEX                0x14e1  Invertex
1.665     junyoung  573: vendor BROADCOM                0x14e4  Broadcom
                    574: vendor PLANEX          0x14ea  Planex Communications
1.251     wiz       575: vendor CONEXANT                0x14f1  Conexant Systems
1.132     drochner  576: vendor DELTA           0x1500  Delta Electronics
1.665     junyoung  577: vendor ENE             0x1524  ENE Technology
1.175     kleink    578: vendor TERRATEC                0x153b  TerraTec Electronic
1.665     junyoung  579: vendor SOLIDUM         0x1588  Solidum Systems
1.779     nonaka    580: vendor FARADAY         0x159b  Faraday Technology
1.140     castor    581: vendor GEOCAST         0x15a1  Geocast Network Systems
1.555     jonathan  582: vendor BLUESTEEL       0x15ab  Bluesteel Networks
1.744     xtraeme   583: vendor VMWARE          0x15ad  VMware
1.605     matt      584: vendor AGILENT         0x15bc  Agilent Technologies
1.381     augustss  585: vendor EUMITCOM                0x1638  Eumitcom
1.264     itojun    586: vendor NETSEC          0x1660  NetSec
1.665     junyoung  587: vendor SIBYTE          0x166d  Broadcom (SiByte)
1.481     martin    588: vendor MYSON           0x1516  Myson-Century Technology
1.665     junyoung  589: vendor NDC             0x15e8  National Datacomm
                    590: vendor ACTIONTEC       0x1668  Action Tec Electronics
                    591: vendor ATHEROS         0x168c  Atheros Communications
1.381     augustss  592: vendor GLOBALSUN       0x16ab  Global Sun Tech
1.775     chs       593: vendor SAFENET         0x16ae  SafeNet
1.804     nisimura  594: vendor MICREL          0x16c6  Micrel
1.602     tls       595: vendor LINKSYS         0x1737  Linksys
1.443     fvdl      596: vendor ALTIMA          0x173b  Altima
1.665     junyoung  597: vendor ANTARES         0x1754  Antares Microsystems
1.639     mycroft   598: vendor CAVIUM          0x177d  Cavium
1.355     drochner  599: vendor FZJZEL          0x1796  FZ Juelich / ZEL
1.672     jdarrow   600: vendor BELKIN          0x1799  Belkin
1.639     mycroft   601: vendor HAWKING         0x17b3  Hawking Technology
1.665     junyoung  602: vendor SANDBURST       0x17ba  Sandburst
1.659     augustss  603: vendor I4              0x17cf  I4
1.910     xtraeme   604: vendor ARECA           0x17d3  Areca
1.649     ragge     605: vendor S2IO            0x17d5  S2io Technologies
1.748     sekiya    606: vendor LINKSYS2                0x17fe  Linksys
1.666     jdarrow   607: vendor RALINK          0x1814  Ralink Technologies
1.952     rmind     608: vendor BBELEC          0x1896  B & B Electronics
1.888     tron      609: vendor ATTANSIC                0x1969  Attansic Technologies
1.898     cube      610: vendor EVE             0x1adb  EVE
1.639     mycroft   611: vendor SYMPHONY2       0x1c1c  Symphony Labs (2nd PCI Vendor ID)
                    612: vendor TEKRAM2         0x1de1  Tekram Technology (2nd PCI Vendor ID)
1.833     heas      613: vendor DATUM           0x12e2  Datum Inc. Bancomm-Timing Division
1.878     bouyer    614: vendor JMICRON         0x197b  JMicron Technology
1.398     tsutsui   615: vendor HINT            0x3388  HiNT
1.24      tls       616: vendor 3DLABS          0x3d3d  3D Labs
1.25      veego     617: vendor AVANCE2         0x4005  Avance Logic (2nd PCI Vendor ID)
1.132     drochner  618: vendor ADDTRON         0x4033  Addtron Technology
1.479     kent      619: vendor ICOMPRESSION    0x4444  Conexant (iCompression)
1.266     thorpej   620: vendor INDCOMPSRC      0x494f  Industrial Computer Source
1.59      thorpej   621: vendor NETVIN          0x4a14  NetVin
1.25      veego     622: vendor BUSLOGIC2       0x4b10  Buslogic (2nd PCI Vendor ID)
1.665     junyoung  623: vendor MEDIAQ          0x4d51  MediaQ
1.379     augustss  624: vendor GUILLEMOT       0x5046  Guillemot
1.781     jmcneill  625: vendor TURTLE_BEACH    0x5053  Turtle Beach
1.4       cgd       626: vendor S3              0x5333  S3
1.25      veego     627: vendor NETPOWER2       0x5700  NetPower (2nd PCI Vendor ID)
1.933     cegger    628: vendor XENSOURCE       0x5853  XenSource, Inc.
1.25      veego     629: vendor C4T             0x6374  c't Magazin
1.665     junyoung  630: vendor KURUSUGAWA      0x6809  Kurusugawa Electronics
1.593     matt      631: vendor PCHDTV          0x7063  pcHDTV
1.24      tls       632: vendor QUANCM          0x8008  Quancm Electronic GmbH
1.4       cgd       633: vendor INTEL           0x8086  Intel
1.25      veego     634: vendor TRIGEM2         0x8800  Trigem Computer (2nd PCI Vendor ID)
1.59      thorpej   635: vendor PROLAN          0x8c4a  ProLAN
1.665     junyoung  636: vendor COMPUTONE       0x8e0e  Computone
1.59      thorpej   637: vendor KTI             0x8e2e  KTI
1.4       cgd       638: vendor ADP             0x9004  Adaptec
1.81      drochner  639: vendor ADP2            0x9005  Adaptec (2nd PCI Vendor ID)
1.12      cgd       640: vendor ATRONICS                0x907f  Atronics
1.305     msaitoh   641: vendor NETMOS          0x9710  Netmos
1.798     soren     642: vendor PARALLELS       0xaaaa  Parallels
1.283     mycroft   643: vendor CHRYSALIS       0xcafe  Chrysalis-ITS
1.665     junyoung  644: vendor MIDDLE_DIGITAL  0xdeaf  Middle Digital
1.25      veego     645: vendor ARC             0xedd8  ARC Logic
1.54      cgd       646: vendor INVALID         0xffff  INVALID VENDOR ID
1.1       cgd       647:
                    648: /*
1.769     dogcow    649:  * List of known products. Grouped by vendor.
1.1       cgd       650:  */
                    651:
1.4       cgd       652: /* 3COM Products */
1.150     drochner  653: product 3COM 3C985     0x0001  3c985 Gigabit Ethernet
1.388     thorpej   654: product 3COM 3C996     0x0003  3c996 10/100/1000 Ethernet
1.646     mycroft   655: product 3COM 3C556MODEM        0x1007  3c556 V.90 Mini-PCI Modem
1.565     bouyer    656: product 3COM 3C940     0x1700  3c940 Gigabit Ethernet
1.817     jnemeth   657: product 3COM 3C339     0x3390  3c339 TokenLink Velocity
                    658: product 3COM 3C359     0x3590  3c359 TokenLink Velocity XL
1.247     billc     659: product 3COM 3C450TX   0x4500  3c450-TX 10/100 Ethernet
1.639     mycroft   660: product 3COM 3C575TX   0x5057  3c575-TX 10/100 Ethernet
                    661: product 3COM 3C575BTX  0x5157  3CCFE575BT 10/100 Ethernet
                    662: product 3COM 3C575CTX  0x5257  3CCFE575CT 10/100 Ethernet
1.106     thorpej   663: product 3COM 3C590     0x5900  3c590 Ethernet
                    664: product 3COM 3C595TX   0x5950  3c595-TX 10/100 Ethernet
                    665: product 3COM 3C595T4   0x5951  3c595-T4 10/100 Ethernet
                    666: product 3COM 3C595MII  0x5952  3c595-MII 10/100 Ethernet
1.646     mycroft   667: product 3COM 3C555     0x5055  3c555 10/100 Mini-PCI Ethernet
1.966     matt      668: product 3COM 3C154G72  0x6001  3CRWE154G72 Wireless LAN Adapter
1.646     mycroft   669: product 3COM 3C556     0x6055  3c556 10/100 Mini-PCI Ethernet
                    670: product 3COM 3C556B    0x6056  3c556B 10/100 Mini-PCI Ethernet
1.639     mycroft   671: product 3COM 3C656_E   0x6560  3CCFEM656 10/100 Ethernet
                    672: product 3COM 3C656_M   0x6561  3CCFEM656 56k Modem
                    673: product 3COM 3C656B_E  0x6562  3CCFEM656B 10/100 Ethernet
                    674: product 3COM 3C656B_M  0x6563  3CCFEM656B 56k Modem
                    675: product 3COM 3C656C_E  0x6564  3CXFEM656C 10/100 Ethernet
                    676: product 3COM 3C656C_M  0x6565  3CXFEM656C 56k Modem
1.247     billc     677: product 3COM 3CSOHO100TX 0x7646 3cSOHO100-TX 10/100 Ethernet
1.384     augustss  678: product 3COM 3CRWE777A 0x7770  3crwe777a AirConnect
1.731     chs       679: product 3COM 3C804     0x7980  3c804 FDDILink SAS
1.817     jnemeth   680: product 3COM TOKEN     0x8811  Token Ring
1.541     christos  681: product 3COM 3C900TPO  0x9000  3c900-TPO Ethernet
                    682: product 3COM 3C900COMBO        0x9001  3c900-COMBO Ethernet
                    683: product 3COM 3C905TX   0x9050  3c905-TX 10/100 Ethernet
                    684: product 3COM 3C905T4   0x9051  3c905-T4 10/100 Ethernet
1.106     thorpej   685: product 3COM 3C900BTPO 0x9004  3c900B-TPO Ethernet
                    686: product 3COM 3C900BCOMBO 0x9005        3c900B-COMBO Ethernet
1.124     fvdl      687: product 3COM 3C900BTPC 0x9006  3c900B-TPC Ethernet
1.106     thorpej   688: product 3COM 3C905BTX  0x9055  3c905B-TX 10/100 Ethernet
                    689: product 3COM 3C905BT4  0x9056  3c905B-T4 10/100 Ethernet
1.171     drochner  690: product 3COM 3C905BCOMBO 0x9058        3c905B-COMBO 10/100 Ethernet
1.223     drochner  691: product 3COM 3C905BFX  0x905a  3c905B-FX 100 Ethernet
1.966     matt      692: product 3COM 3C905CTX  0x9200  3c905C-TX 10/100 Ethernet w/ mngmt
                    693: product 3COM 3C905CXTX 0x9201  3c905CX-TX 10/100 Ethernet w/ mngmt
1.631     junyoung  694: product 3COM 3C920BEMBW 0x9202 3c920B-EMB-WNM Integrated Fast Ethernet
                    695: product 3COM 3C910SOHOB        0x9300  3c910 OfficeConnect 10/100B Ethernet
1.106     thorpej   696: product 3COM 3C980SRV  0x9800  3c980 Server Adapter 10/100 Ethernet
1.215     thorpej   697: product 3COM 3C980CTXM 0x9805  3c980C-TXM 10/100 Ethernet
1.966     matt      698: product 3COM 3CR990    0x9900  3c990-TX 10/100 Ethernet w/ 3XP
                    699: product 3COM 3CR990TX95        0x9902  3CR990-TX-95 10/100 Ethernet w/ 3XP
                    700: product 3COM 3CR990TX97        0x9903  3CR990-TX-97 10/100 Ethernet w/ 3XP
                    701: product 3COM 3C990B    0x9904  3c990B 10/100 Ethernet w/ 3XP
                    702: product 3COM 3CR990FX  0x9905  3CR990-FX 100 Ethernet w/ 3XP
                    703: product 3COM 3CR990SVR95 0x9908        3CR990-SVR-95 10/100 Ethernet w/ 3XP
                    704: product 3COM 3CR990SVR97 0x9909        3CR990-SVR-97 10/100 Ethernet w/ 3XP
                    705: product 3COM 3C990BSVR 0x990a  3c990BSVR 10/100 Ethernet w/ 3XP
1.4       cgd       706:
1.252     cgd       707: /* 3Dfx Interactive products */
1.67      tron      708: product 3DFX VOODOO    0x0001  Voodoo
1.104     tron      709: product 3DFX VOODOO2   0x0002  Voodoo2
1.129     tron      710: product 3DFX BANSHEE   0x0003  Banshee
                    711: product 3DFX VOODOO3   0x0005  Voodoo3
1.357     chris     712: product 3DFX VOODOO5   0x0009  Voodoo 4/5
1.67      tron      713:
1.24      tls       714: /* 3D Labs products */
1.252     cgd       715: product 3DLABS 300SX           0x0001  GLINT 300SX
                    716: product 3DLABS 500TX           0x0002  GLINT 500TX
                    717: product 3DLABS DELTA           0x0003  GLINT DELTA
                    718: product 3DLABS PERMEDIA                0x0004  GLINT Permedia
                    719: product 3DLABS 500MX           0x0006  GLINT 500MX
                    720: product 3DLABS PERMEDIA2       0x0007  GLINT Permedia 2
1.273     thorpej   721: product 3DLABS GAMMA           0x0008  GLINT GAMMA
                    722: product 3DLABS PERMEDIA2V      0x0009  GLINT Permedia 2V
                    723: product 3DLABS PERMEDIA3       0x000a  GLINT Permedia 3
1.230     ad        724:
                    725: /* 3ware products */
1.738     jdolecek  726: product 3WARE ESCALADE         0x1000  Escalade ATA RAID Controller
1.966     matt      727: product 3WARE ESCALADE_ASIC    0x1001  Escalade ATA RAID 7000/8000 Series Controller
                    728: product 3WARE 9000             0x1002  9000 Series RAID
                    729: product 3WARE 9550             0x1003  9550 Series RAID
                    730: product 3WARE 9650             0x1004  9650 Series RAID
                    731: product 3WARE 9690             0x1005  9690 Series RAID
1.24      tls       732:
1.639     mycroft   733: /* AboCom products */
                    734: product ABOCOM FE2500          0xab02  FE2500 10/100 Ethernet
                    735: product ABOCOM PCM200          0xab03  PCM200 10/100 Ethernet
                    736: product ABOCOM FE2000VX                0xab06  FE2000VX 10/100 Ethernet (OEM)
                    737: product ABOCOM FE2500MX                0xab08  FE2500MX 10/100 Ethernet
                    738:
1.22      jtk       739: /* ACC Products */
                    740: product ACC 2188       0x0000  ACCM 2188 VL-PCI Bridge
1.966     matt      741: product ACC 2051_HB    0x2051  2051 PCI Single Chip Solution (host Bridge)
                    742: product ACC 2051_ISA   0x5842  2051 PCI Single Chip Solution (ISA Bridge)
1.22      jtk       743:
1.141     soren     744: /* Acard products */
1.548     simonb    745: product ACARD ATP850U  0x0005  ATP850U/UF UDMA IDE Controller
                    746: product ACARD ATP860   0x0006  ATP860 UDMA IDE Controller
                    747: product ACARD ATP860A  0x0007  ATP860-A UDMA IDE Controller
                    748: product ACARD ATP865   0x0008  ATP865 UDMA IDE Controller
                    749: product ACARD ATP865A  0x0009  ATP865-A UDMA IDE Controller
1.141     soren     750: product ACARD AEC6710  0x8002  AEC6710 SCSI
                    751: product ACARD AEC6712UW        0x8010  AEC6712UW SCSI
                    752: product ACARD AEC6712U 0x8020  AEC6712U SCSI
                    753: product ACARD AEC6712S 0x8030  AEC6712S SCSI
                    754: product ACARD AEC6710D 0x8040  AEC6710D SCSI
                    755: product ACARD AEC6715UW        0x8050  AEC6715UW SCSI
1.86      tron      756:
1.132     drochner  757: /* Accton products */
                    758: product ACCTON MPX5030 0x1211  MPX 5030/5038 Ethernet
1.286     thorpej   759: product ACCTON EN2242  0x1216  EN2242 10/100 Ethernet
1.132     drochner  760:
1.4       cgd       761: /* Acer products */
1.24      tls       762: product ACER M1435     0x1435  M1435 VL-PCI Bridge
1.4       cgd       763:
1.12      cgd       764: /* Acer Labs products */
1.541     christos  765: product ALI M1445      0x1445  M1445 VL-PCI Bridge
                    766: product ALI M1449      0x1449  M1449 PCI-ISA Bridge
1.24      tls       767: product ALI M1451      0x1451  M1451 Host-PCI Bridge
                    768: product ALI M1461      0x1461  M1461 Host-PCI Bridge
1.82      mark      769: product ALI M1531      0x1531  M1531 Host-PCI Bridge
1.796     xtraeme   770: product ALI M1533      0x1533  M1533 PCI-ISA Bridge
1.82      mark      771: product ALI M1541      0x1541  M1541 Host-PCI Bridge
1.62      mark      772: product ALI M1543      0x1533  M1543 PCI-ISA Bridge
1.656     augustss  773: product ALI M1563      0x1563  M1563 PCI-ISA Bridge
1.886     kiyohara  774: product ALI M1689      0x1689  M1689 Host-PCI Bridge
1.122     veego     775: product ALI M3309      0x3309  M3309 MPEG Decoder
1.12      cgd       776: product ALI M4803      0x5215  M4803
1.626     abs       777: product ALI M5257      0x5257  M5257 PCI Software Modem
1.62      mark      778: product ALI M5229      0x5229  M5229 UDMA IDE Controller
1.653     augustss  779: product ALI M5237      0x5237  M5237 USB 1.1 Host Controller
                    780: product ALI M5239      0x5239  M5239 USB 2.0 Host Controller
1.297     hubertf   781: product ALI M5243      0x5243  M5243 PCI-AGP Bridge
1.966     matt      782: product ALI M5249      0x5249  M5249 Hypertransport to PCI Bridge
1.881     mrg       783: product ALI M5261      0x5261  M5261 Tulip Ethernet Controller
1.341     cjs       784: product ALI M5451      0x5451  M5451 AC-Link Controller Audio Device
                    785: product ALI M5453      0x5453  M5453 AC-Link Controller Modem Device
1.653     augustss  786: product ALI M5455      0x5455  M5455 AC-Link Controller Audio Device
1.62      mark      787: product ALI M7101      0x7101  M7101 Power Management Controller
1.12      cgd       788:
1.1       cgd       789: /* Adaptec products */
1.12      cgd       790: product ADP AIC7850    0x5078  AIC-7850
1.17      gibbs     791: product ADP AIC7855    0x5578  AIC-7855
1.26      chuck     792: product ADP AIC5900    0x5900  AIC-5900 ATM
                    793: product ADP AIC5905    0x5905  AIC-5905 ATM
1.157     thorpej   794: product ADP AIC6915    0x6915  AIC-6915 10/100 Ethernet
1.17      gibbs     795: product ADP AIC7860    0x6078  AIC-7860
1.548     simonb    796: product ADP APA1480    0x6075  APA-1480 Ultra
1.17      gibbs     797: product ADP 2940AU     0x6178  AHA-2940A Ultra
1.12      cgd       798: product ADP AIC7870    0x7078  AIC-7870
                    799: product ADP 2940       0x7178  AHA-2940
                    800: product ADP 3940       0x7278  AHA-3940
1.25      veego     801: product ADP 3985       0x7378  AHA-3985
1.12      cgd       802: product ADP 2944       0x7478  AHA-2944
1.122     veego     803: product ADP AIC7895    0x7895  AIC-7895 Ultra
1.12      cgd       804: product ADP AIC7880    0x8078  AIC-7880 Ultra
                    805: product ADP 2940U      0x8178  AHA-2940 Ultra
                    806: product ADP 3940U      0x8278  AHA-3940 Ultra
1.122     veego     807: product ADP 389XU      0x8378  AHA-389X Ultra
1.12      cgd       808: product ADP 2944U      0x8478  AHA-2944 Ultra
1.159     hannken   809: product ADP 2940UP     0x8778  AHA-2940 Ultra Pro
1.77      dante     810:
1.415     ad        811: product ADP2 2940U2            0x0010  AHA-2940U2 U2
                    812: product ADP2 2930U2            0x0011  AHA-2930U2 U2
                    813: product ADP2 AIC7890           0x001f  AIC-7890/1 U2
                    814: product ADP2 3950U2B           0x0050  AHA-3950U2B U2
                    815: product ADP2 3950U2D           0x0051  AHA-3950U2D U2
                    816: product ADP2 AIC7896           0x005f  AIC-7896/7 U2
1.416     mycroft   817: product ADP2 AIC7892A          0x0080  AIC-7892A U160
                    818: product ADP2 AIC7892B          0x0081  AIC-7892B U160
                    819: product ADP2 AIC7892D          0x0083  AIC-7892D U160
                    820: product ADP2 AIC7892P          0x008f  AIC-7892P U160
                    821: product ADP2 AIC7899A          0x00c0  AIC-7899A U160
                    822: product ADP2 AIC7899B          0x00c1  AIC-7899B U160
                    823: product ADP2 AIC7899D          0x00c3  AIC-7899D U160
                    824: product ADP2 AIC7899F          0x00c5  AIC-7899F RAID
                    825: product ADP2 AIC7899P          0x00cf  AIC-7899P U160
1.415     ad        826: product ADP2 AAC2622           0x0282  AAC-2622
1.420     ad        827: product ADP2 ASR2200S          0x0285  ASR-2200S
                    828: product ADP2 ASR2120S          0x0286  ASR-2120S
1.615     gendalia  829: product ADP2 ASR2200S_SUB2M    0x0287  ASR-2200S
1.702     tron      830: product ADP2 ASR2410SA         0x0290  ASR-2410SA
1.622     gendalia  831: product ADP2 AAR2810SA         0x0292  AAR-2810SA
1.415     ad        832: product ADP2 AAC364            0x0364  AAC-364
1.420     ad        833: product ADP2 ASR5400S          0x0365  ASR-5400S
1.415     ad        834: product ADP2 PERC_2QC          0x1364  Dell PERC 2/QC
                    835: /* XXX guess */
                    836: product ADP2 PERC_3QC          0x1365  Dell PERC 3/QC
1.872     christos  837: product ADP2 HP_M110_G2                0x3227  HP M110 G2 / ASR-2610SA
1.926     tnn       838: product ADP2 SERVERAID         0x0250  ServeRAID 6/7 (marco)
1.81      drochner  839:
1.132     drochner  840: /* Addtron Products */
                    841: product ADDTRON 8139   0x1360  8139 Ethernet
1.743     xtraeme   842: product ADDTRON RHINEII        0x1320  Rhine II 10/100 Ethernet
1.132     drochner  843:
1.153     thorpej   844: /* ADMtek products */
1.808     gdamore   845: product ADMTEK AL981   0x0981  AL981 (Comet) 10/100 Ethernet
                    846: product ADMTEK AN983   0x0985  AN983 (Centaur-P) 10/100 Ethernet
                    847: product ADMTEK AN985   0x1985  AN985 (Centaur-C) 10/100 Ethernet
1.966     matt      848: product ADMTEK ADM5120 0x5120  Infineon ADM5120 PCI Host Bridge
1.644     lukem     849: product ADMTEK ADM8211 0x8201  ADM8211 11Mbps 802.11b WLAN
1.808     gdamore   850: product ADMTEK ADM9511 0x9511  ADM9511 (Centaur-II) 10/100 Ethernet
                    851: product ADMTEK ADM9513 0x9513  ADM9513 (Centaur-II) 10/100 Ethernet
1.153     thorpej   852:
1.77      dante     853: /* Advanced System Products */
                    854: product ADVSYS 1200A   0x1100
                    855: product ADVSYS 1200B   0x1200
                    856: product ADVSYS ULTRA   0x1300  ABP-930/40UA
1.83      dante     857: product ADVSYS WIDE    0x2300  ABP-940UW
1.541     christos  858: product ADVSYS U2W     0x2500  ASB-3940U2W
                    859: product ADVSYS U3W     0x2700  ASB-3940U3W
1.276     onoe      860:
1.605     matt      861: /* Agilent Technologies Products */
1.966     matt      862: product AGILENT TACHYON_DX2    0x0100  Tachyon DX2 FC Controller
1.605     matt      863:
1.276     onoe      864: /* Aironet Wireless Communicasions products */
1.641     mycroft   865: product AIRONET PC4xxx         0x0001  PC4500/PC4800 Wireless LAN Adapter
1.646     mycroft   866: product AIRONET PCI350         0x0350  PCI350 Wireless LAN Adapter
                    867: product AIRONET MPI350         0xa504  MPI350 Mini-PCI Wireless LAN Adapter
1.641     mycroft   868: product AIRONET PC4500         0x4500  PC4500 Wireless LAN Adapter
                    869: product AIRONET PC4800         0x4800  PC4800 Wireless LAN Adapter
1.37      drochner  870:
                    871: /* Alliance products */
                    872: product ALLIANCE AT24  0x6424  AT24
1.541     christos  873: product ALLIANCE AT25  0x643d  AT25
1.146     drochner  874:
                    875: /* Alteon products */
1.642     mycroft   876: product ALTEON ACENIC          0x0001  ACEnic 1000baseSX Ethernet
                    877: product ALTEON ACENIC_COPPER   0x0002  ACEnic 1000baseT Ethernet
1.388     thorpej   878: product ALTEON BCM5700         0x0003  ACEnic BCM5700 10/100/1000 Ethernet
                    879: product ALTEON BCM5701         0x0004  ACEnic BCM5701 10/100/1000 Ethernet
1.8       thorpej   880:
1.443     fvdl      881: /* Altima products */
                    882: product ALTIMA AC1000  0x03e8  AC1000 Gigabit Ethernet
1.453     enami     883: product ALTIMA AC1001  0x03e9  AC1001 Gigabit Ethernet
1.445     cjs       884: product ALTIMA AC9100  0x03ea  AC9100 Gigabit Ethernet
1.443     fvdl      885:
1.8       thorpej   886: /* AMD products */
1.966     matt      887: product AMD AMD64_HT   0x1100  K8 AMD64 HyperTransport Configuration
                    888: product AMD AMD64_ADDR 0x1101  K8 AMD64 Address Map Configuration
                    889: product AMD AMD64_DRAM 0x1102  K8 AMD64 DRAM Configuration
                    890: product AMD AMD64_MISC 0x1103  K8 AMD64 Miscellaneous Configuration
                    891: product AMD AMD64_F10_HT       0x1200  AMD64 Family10h HyperTransport Configuration
                    892: product AMD AMD64_F10_ADDR     0x1201  AMD64 Family10h Address Map Configuration
                    893: product AMD AMD64_F10_DRAM     0x1202  AMD64 Family10h DRAM Configuration
                    894: product AMD AMD64_F10_MISC     0x1203  AMD64 Family10h Miscellaneous Configuration
                    895: product AMD AMD64_F10_LINK     0x1204  AMD64 Family10h Link Configuration
                    896: product AMD AMD64_F11_HT       0x1300  AMD64 Family11h HyperTransport Configuration
                    897: product AMD AMD64_F11_ADDR     0x1301  AMD64 Family11h Address Map Configuration
                    898: product AMD AMD64_F11_DRAM     0x1302  AMD64 Family11h DRAM Configuration
                    899: product AMD AMD64_F11_MISC     0x1303  AMD64 Family11h Miscellaneous Configuration
                    900: product AMD AMD64_F11_LINK     0x1304  AMD64 Family11h Link Configuration
1.347     thorpej   901: product AMD PCNET_PCI  0x2000  PCnet-PCI Ethernet
                    902: product AMD PCNET_HOME 0x2001  PCnet-Home HomePNA Ethernet
1.889     jnemeth   903: product AMD AM_1771_MBW        0x2003  Alchemy AM 1771 MBW
1.347     thorpej   904: product AMD PCSCSI_PCI 0x2020  PCscsi-PCI SCSI
1.863     isaki     905: product AMD GEODELX_PCHB       0x2080  Geode LX Host-PCI Bridge
                    906: product AMD GEODELX_VGA        0x2081  Geode LX VGA Controller
                    907: product AMD GEODELX_AES        0x2082  Geode LX AES Security Block
1.889     jnemeth   908: product        AMD CS5536_PCISB        0x208f  CS5536 GeodeLink PCI South Bridge
1.863     isaki     909: product AMD CS5536_PCIB        0x2090  CS5536 PCI-ISA Bridge
1.889     jnemeth   910: product AMD CS5536_FLASH       0x2091  CS5536 Flash
                    911: product AMD CS5536_AUDIO       0x2093  CS5536 Audio
1.863     isaki     912: product AMD CS5536_OHCI        0x2094  CS5536 OHCI USB Controller
                    913: product AMD CS5536_EHCI        0x2095  CS5536 EHCI USB Controller
1.889     jnemeth   914: product AMD CS5536_UDC 0x2096  CS5536 UDC
                    915: product AMD CS5536_UOC 0x2097  CS5536 UOC
1.863     isaki     916: product AMD CS5536_IDE 0x209a  CS5536 IDE Controller
1.401     thorpej   917: product AMD SC520_SC   0x3000  Elan SC520 System Controller
1.193     tron      918: product AMD SC751_SC   0x7006  AMD751 System Controller
1.642     mycroft   919: product AMD SC751_PPB  0x7007  AMD751 PCI-PCI Bridge
1.889     jnemeth   920: product AMD IGR4_AGP   0x700a  AMD IGR4 AGP Bridge
                    921: product AMD IGR4_PPB   0x700b  AMD IGR4 PCI-PCI Bridge
1.966     matt      922: product AMD SC762_NB   0x700c  AMD762 North Bridge
1.889     jnemeth   923: product AMD SC762_PPB  0x700d  AMD762 AGP Bridge
                    924: product AMD SC761_SC   0x700e  AMD761 System Controller
                    925: product AMD SC761_PPB  0x700f  AMD761 PCI-PCI Bridge
                    926: product AMD PBC755_ISA 0x7400  AMD755 PCI-ISA Bridge
1.966     matt      927: product AMD PBC755_IDE 0x7401  AMD755 IDE Controller
                    928: product AMD PBC755_PMC 0x7403  AMD755 ACPI Controller
                    929: product AMD PBC755_USB 0x7404  AMD755 USB Host Controller
1.642     mycroft   930: product AMD PBC756_ISA 0x7408  AMD756 PCI-ISA Bridge
1.966     matt      931: product AMD PBC756_IDE 0x7409  AMD756 IDE Controller
1.312     soren     932: product AMD PBC756_PMC 0x740b  AMD756 Power Management Controller
                    933: product AMD PBC756_USB 0x740c  AMD756 USB Host Controller
1.966     matt      934: product AMD PBC766_ISA 0x7410  AMD766 South Bridge
                    935: product AMD PBC766_IDE 0x7411  AMD766 IDE Controller
1.320     fvdl      936: product AMD PBC766_PMC 0x7413  AMD766 Power Management Controller
                    937: product AMD PBC766_USB 0x7414  AMD766 USB Host Controller
1.642     mycroft   938: product AMD PBC768_ISA 0x7440  AMD768 PCI-ISA/LPC Bridge
1.548     simonb    939: product AMD PBC768_IDE 0x7441  AMD768 EIDE Controller
                    940: product AMD PBC768_PMC 0x7443  AMD768 Power Management Controller
1.412     bouyer    941: product AMD PBC768_AC  0x7445  AMD768 AC97 Audio
                    942: product AMD PBC768_MD  0x7446  AMD768 AC97 Modem
1.642     mycroft   943: product AMD PBC768_PPB 0x7448  AMD768 PCI-PCI Bridge
1.412     bouyer    944: product AMD PBC768_USB 0x7449  AMD768 USB Controller
1.614     drochner  945: product AMD PCIX8131_PPB       0x7450  AMD8131 PCI-X Tunnel
                    946: product AMD PCIX8131_APIC      0x7451  AMD8131 IO Apic
                    947: product AMD AGP8151_DEV        0x7454  AMD8151 AGP Device
                    948: product AMD AGP8151_PPB        0x7455  AMD8151 AGP Bridge
1.889     jnemeth   949: product AMD PCIX_PPB   0x7458  AMD8123 PCI-X Bridge
                    950: product        AMD PCIX_APIC   0x7459  AMD8132 PCI-X IOAPIC
1.528     nathanw   951: product AMD PBC8111    0x7460  AMD8111 I/O Hub
1.889     jnemeth   952: product AMD PBC8111_USB_7461   0x7461  AMD8111 7461 USB Host Controller
                    953: product AMD PBC8111_ETHER      0x7462  AMD8111 Ethernet
1.571     kleink    954: product AMD PBC8111_USB                0x7464  AMD8111 USB Host Controller
1.528     nathanw   955: product AMD PBC8111_LPC                0x7468  AMD8111 LPC Controller
1.527     fvdl      956: product AMD PBC8111_IDE                0x7469  AMD8111 IDE Controller
1.571     kleink    957: product AMD PBC8111_SMB                0x746a  AMD8111 SMBus Controller
1.572     kleink    958: product AMD PBC8111_ACPI       0x746b  AMD8111 ACPI Controller
1.527     fvdl      959: product AMD PBC8111_AC         0x746d  AMD8111 AC97 Audio
1.889     jnemeth   960: product AMD PBC8111_MC97       0x746e  AMD8111 MC97 Modem
                    961: product AMD PBC8111_AC_756b    0x756b  AMD8111 756b ACPI Controller
1.259     ad        962:
                    963: /* American Megatrends products */
1.845     martti    964: product AMI MEGARAID           0x9010  MegaRAID
                    965: product AMI MEGARAID2          0x9060  MegaRAID 2
                    966: product AMI MEGARAID3          0x1960  MegaRAID 3
1.338     thorpej   967:
1.665     junyoung  968: /* Analog Devices products */
1.590     chs       969: product ANALOG SAFENET 0x2f44  SafeNet Crypto Accelerator ADSP-2141
                    970:
1.665     junyoung  971: /* Antares Microsystems products */
1.338     thorpej   972: product ANTARES TC9021 0x1021  Antares Gigabit Ethernet
1.57      mycroft   973:
                    974: /* Apple products */
1.130     tsubai    975: product APPLE BANDIT           0x0001  Bandit Host-PCI Bridge
                    976: product APPLE GC               0x0002  Grand Central I/O Controller
                    977: product APPLE CONTROL          0x0003  Control
                    978: product APPLE PLANB            0x0004  PlanB
                    979: product APPLE OHARE            0x0007  OHare I/O Controller
                    980: product APPLE BANDIT2          0x0008  Bandit Host-PCI Bridge
1.642     mycroft   981: product APPLE HEATHROW         0x0010  Heathrow I/O Controller
                    982: product APPLE PADDINGTON       0x0017  Paddington I/O Controller
1.185     tsubai    983: product APPLE KEYLARGO_USB     0x0019  KeyLargo USB Controller
                    984: product APPLE UNINORTH1                0x001e  UniNorth Host-PCI Bridge
                    985: product APPLE UNINORTH2                0x001f  UniNorth Host-PCI Bridge
                    986: product APPLE UNINORTH_AGP     0x0020  UniNorth AGP Interface
                    987: product APPLE GMAC             0x0021  GMAC Ethernet
1.642     mycroft   988: product APPLE KEYLARGO         0x0022  KeyLargo I/O Controller
1.329     tsubai    989: product APPLE GMAC2            0x0024  GMAC Ethernet
1.642     mycroft   990: product APPLE PANGEA_MACIO     0x0025  Pangea I/O Controller
1.350     tsubai    991: product APPLE PANGEA_USB       0x0026  Pangea USB Controller
1.329     tsubai    992: product APPLE PANGEA_AGP       0x0027  Pangea AGP Interface
                    993: product APPLE PANGEA_PCI1      0x0028  Pangea Host-PCI Bridge
                    994: product APPLE PANGEA_PCI2      0x0029  Pangea Host-PCI Bridge
1.350     tsubai    995: product APPLE UNINORTH_AGP2    0x002d  UniNorth AGP Interface
                    996: product APPLE UNINORTH3                0x002e  UniNorth Host-PCI Bridge
                    997: product APPLE UNINORTH4                0x002f  UniNorth Host-PCI Bridge
                    998: product APPLE PANGEA_FW                0x0030  Pangea Firewire
1.452     matt      999: product APPLE UNINORTH_FW      0x0031  UniNorth Firewire
                   1000: product APPLE GMAC3            0x0032  GMAC Ethernet
1.566     chs      1001: product APPLE UNINORTH_ATA     0x0033  UniNorth ATA/100 Controller
1.452     matt     1002: product APPLE UNINORTH_AGP3    0x0034  UniNorth AGP Bridge
                   1003: product APPLE UNINORTH5                0x0035  UniNorth Host-PCI Bridge
                   1004: product APPLE UNINORTH6                0x0036  UniNorth Host-PCI Bridge
1.516     tsubai   1005: product APPLE KAUAI            0x003b  Kauai ATA Controller
1.643     mycroft  1006: product APPLE INTREPID         0x003e  Intrepid I/O Controller
1.686     tsubai   1007: product APPLE INTREPID_USB     0x003f  Intrepid USB Controller
                   1008: product APPLE K2_USB           0x0040  K2 USB Controller
                   1009: product APPLE K2               0x0041  K2 MAC-IO Controller
                   1010: product APPLE K2_FW            0x0042  K2 Firewire
                   1011: product APPLE K2_UATA          0x0043  K2 UATA Controller
1.966     matt     1012: product APPLE U3_PPB1          0x0045  U3 PCI-PCI Bridge
                   1013: product APPLE U3_PPB2          0x0046  U3 PCI-PCI Bridge
                   1014: product APPLE U3_PPB3          0x0047  U3 PCI-PCI Bridge
                   1015: product APPLE U3_PPB4          0x0048  U3 PCI-PCI Bridge
                   1016: product APPLE U3_PPB5          0x0049  U3 PCI-PCI Bridge
1.686     tsubai   1017: product APPLE U3_AGP           0x004b  U3 AGP Interface
                   1018: product APPLE K2_GMAC          0x004c  GMAC Ethernet
1.942     chs      1019: product APPLE SHASTA           0x004f  Shasta
                   1020: product APPLE SHASTA_ATA       0x0050  Shasta ATA
1.923     jdc      1021: product APPLE SHASTA_GMAC      0x0051  Shasta GMAC
1.942     chs      1022: product APPLE SHASTA_FW                0x0052  Shasta Firewire
                   1023: product APPLE SHASTA_PCI1      0x0053  Shasta PCI
                   1024: product APPLE SHASTA_PCI2      0x0054  Shasta PCI
                   1025: product APPLE SHASTA_PCI3      0x0055  Shasta PCI
                   1026: product APPLE SHASTA_HT                0x0056  Shasta HyperTransport
1.832     briggs   1027: product APPLE INTREPID2_AGP    0x0066  Intrepid 2 AGP
                   1028: product APPLE INTREPID2_PCI1   0x0067  Intrepid 2 PCI
                   1029: product APPLE INTREPID2_PCI2   0x0068  Intrepid 2 PCI
                   1030: product APPLE INTREPID2_ATA    0x0069  Intrepid 2 ATA
                   1031: product APPLE INTREPID2_FW     0x006a  Intrepid 2 FireWire
                   1032: product APPLE INTREPID2_GMAC   0x006b  Intrepid 2 GMAC
1.12      cgd      1033:
1.25      veego    1034: /* ARC Logic products */
                   1035: product ARC 1000PV     0xa091  1000PV
                   1036: product ARC 2000PV     0xa099  2000PV
                   1037: product ARC 2000MT     0xa0a1  2000MT
1.1       cgd      1038:
1.910     xtraeme  1039: /* Areca products */
                   1040: product ARECA ARC1110          0x1110  ARC-1110
                   1041: product ARECA ARC1120          0x1120  ARC-1120
                   1042: product ARECA ARC1130          0x1130  ARC-1130
                   1043: product ARECA ARC1160          0x1160  ARC-1160
                   1044: product ARECA ARC1170          0x1170  ARC-1170
                   1045: product ARECA ARC1200          0x1200  ARC-1200
                   1046: product ARECA ARC1200_B                0x1201  ARC-1200 rev B
                   1047: product ARECA ARC1202          0x1202  ARC-1202
                   1048: product ARECA ARC1210          0x1210  ARC-1210
                   1049: product ARECA ARC1220          0x1220  ARC-1220
                   1050: product ARECA ARC1230          0x1230  ARC-1230
                   1051: product ARECA ARC1260          0x1260  ARC-1260
                   1052: product ARECA ARC1270          0x1270  ARC-1270
                   1053: product ARECA ARC1280          0x1280  ARC-1280
                   1054: product ARECA ARC1380          0x1380  ARC-1380
                   1055: product ARECA ARC1381          0x1381  ARC-1381
                   1056: product ARECA ARC1680          0x1680  ARC-1680
                   1057: product ARECA ARC1681          0x1681  ARC-1681
                   1058:
1.105     thorpej  1059: /* ASIX Electronics products */
                   1060: product ASIX AX88140A  0x1400  AX88140A 10/100 Ethernet
                   1061:
1.470     pooka    1062: /* Asustek products */
1.641     mycroft  1063: product ASUSTEK HFCPCI         0x0675  ISDN
1.470     pooka    1064:
1.888     tron     1065: /* Attansic Technology Corp. */
1.973     jmcneill 1066: product ATTANSIC ETHERNET_L1E  0x1026  L1E Gigabit Ethernet Adapter
1.888     tron     1067: product ATTANSIC ETHERNET_GIGA 0x1048  L1 Gigabit Ethernet Adapter
                   1068: product ATTANSIC ETHERNET_100  0x2048  L2 100 Mbit Ethernet Adapter
                   1069:
1.1       cgd      1070: /* ATI products */
1.782     gdamore  1071: product ATI RADEON_RV380_3150  0x3150  Radeon Mobility X600 (M24) 3150
                   1072: product ATI RADEON_RV380_3154  0x3154  FireGL M24 GL 3154
                   1073: product ATI RADEON_RV380_3E50  0x3e50  Radeon X600 (RV380) 3E50
                   1074: product ATI RADEON_RV380_3E54  0x3e54  FireGL V3200 (RV380) 3E54
                   1075: product ATI RADEON_RS100_4136  0x4136  Radeon IGP320 (A3) 4136
                   1076: product ATI RADEON_RS200_A7    0x4137  Radeon IGP330/340/350 (A4) 4137
                   1077: product ATI RADEON_R300_AD     0x4144  Radeon 9500 AD
                   1078: product ATI RADEON_R300_AE     0x4145  Radeon 9500 AE
                   1079: product ATI RADEON_R300_AF     0x4146  Radeon 9600TX AF
                   1080: product ATI RADEON_R300_AG     0x4147  FireGL Z1 AG
                   1081: product ATI RADEON_R350_AH     0x4148  Radeon 9800SE AH
                   1082: product ATI RADEON_R350_AI     0x4149  Radeon 9800 AI
                   1083: product ATI RADEON_R350_AJ     0x414a  Radeon 9800 AJ
                   1084: product ATI RADEON_R350_AK     0x414b  FireGL X2 AK
                   1085: product ATI RADEON_RV350_AP    0x4150  Radeon 9600 AP
                   1086: product ATI RADEON_RV350_AQ    0x4151  Radeon 9600SE AQ
                   1087: product ATI RADEON_RV360_AR    0x4152  Radeon 9600XT AR
                   1088: product ATI RADEON_RV350_AS    0x4153  Radeon 9600 AS
                   1089: product ATI RADEON_RV350_AT    0x4154  FireGL T2 AT
                   1090: product ATI RADEON_RV350_AV    0x4154  FireGL RV360 AV
1.265     simonb   1091: product ATI MACH32             0x4158  Mach32
1.769     dogcow   1092: product ATI RADEON_9600_LE_S   0x4171  Radeon 9600 LE Secondary
                   1093: product ATI RADEON_9600_XT_S   0x4172  Radeon 9600 XT Secondary
1.782     gdamore  1094: product ATI RADEON_RS250_B7    0x4237  Radeon 7000 IGP (A4+)
                   1095: product ATI RADEON_R200_BB     0x4242  Radeon 8500 AIW BB
                   1096: product ATI RADEON_R200_BC     0x4243  Radeon 8500 AIW BC
                   1097: product ATI RADEON_RS100_4336  0x4336  Radeon IGP320M (U1) 4336
                   1098: product ATI RADEON_RS200_4337  0x4337  Radeon IGP330M/340M/350M (U2) 4337
1.769     dogcow   1099: product ATI IXP_AUDIO_200      0x4341  IXP AC'97 Audio Controller
                   1100: product ATI SB200_PPB          0x4342  SB200 PCI-PCI Bridge
                   1101: product ATI SB200_EHCI         0x4345  SB200 USB2 Host Controller
                   1102: product ATI SB200_OHCI_1       0x4347  SB200 USB Host Controller
                   1103: product ATI SB200_OHCI_2       0x4348  SB200 USB Host Controller
1.802     xtraeme  1104: product ATI IXP_IDE_200        0x4349  SB200 IXP IDE Controller
1.769     dogcow   1105: product ATI SB200_ISA          0x434c  SB200 PCI-ISA Bridge
1.802     xtraeme  1106: product ATI SB200_MODEM        0x434d  SB200 Modem
1.769     dogcow   1107: product ATI SB200_SMB          0x4353  SB200 SMBus Controller
                   1108: product ATI IXP_AUDIO_300      0x4361  IXP AC'97 Audio Controller
1.802     xtraeme  1109: product ATI SB300_SMB          0x4363  SB300 SMBus Controller
                   1110: product ATI IXP_IDE_300        0x4369  SB300 IXP IDE Controller
1.769     dogcow   1111: product ATI IXP_AUDIO_400      0x4370  IXP AC'97 Audio Controller
1.724     augustss 1112: product ATI SB400_PPB          0x4371  SB400 PCI-PCI Bridge
1.802     xtraeme  1113: product ATI SB400_SMB          0x4372  SB400 SMBus Controller
1.724     augustss 1114: product ATI SB400_EHCI         0x4373  SB400 USB2 Host Controller
                   1115: product ATI SB400_OHCI_1       0x4374  SB400 USB Host Controller
                   1116: product ATI SB400_OHCI_2       0x4375  SB400 USB Host Controller
1.769     dogcow   1117: product ATI IXP_IDE_400                0x4376  SB400 IXP IDE Controller
1.724     augustss 1118: product ATI SB400_ISA          0x4377  SB400 PCI-ISA Bridge
1.802     xtraeme  1119: product ATI SB400_MODEM        0x4378  SB400 Modem
1.724     augustss 1120: product ATI SB400_SATA_1       0x4379  SB400 SATA Controller
                   1121: product ATI SB400_SATA_2       0x437a  SB400 SATA Controller
1.802     xtraeme  1122: product ATI SB600_SATA_1       0x4380  SB600 SATA Controller
                   1123: product ATI SB600_SATA_2       0x4381  SB600 SATA Controller
1.884     hpeyerl  1124: product ATI SB600_AC97_AUDIO   0x4382  SB600 AC97 Audio
                   1125: product ATI SB600_AZALIA       0x4383  SB600 Azalia
                   1126: product ATI SB600_PPB_4384     0x4384  SB600 PCI to PCI Bridge
1.932     jmcneill 1127: product ATI SB600_SMB          0x4385  SB600/SB700/SB800 SMBus Controller
1.884     hpeyerl  1128: product ATI SB600_USB_EHCI     0x4386  SB600 USB EHCI Controller
                   1129: product ATI SB600_USB_OHCI0    0x4387  SB600 USB OHCI0 Controller
                   1130: product ATI SB600_USB_OHCI1    0x4388  SB600 USB OHCI1 Controller
                   1131: product ATI SB600_USB_OHCI2    0x4389  SB600 USB OHCI2 Controller
                   1132: product ATI SB600_USB_OHCI3    0x438a  SB600 USB OHCI3 Controller
                   1133: product ATI SB600_USB_OHCI4    0x438b  SB600 USB OHCI4 Controller
1.941     cegger   1134: product ATI SB600_AC97_MODEM   0x438e  SB600 AC97 Modem
1.802     xtraeme  1135: product ATI IXP_IDE_600        0x438c  SB600 IXP IDE Controller
1.884     hpeyerl  1136: product ATI SB600_PLB_438D     0x438d  SB600 PCI to LPC Bridge
1.932     jmcneill 1137: product        ATI SB700_SATA_IDE      0x4390  SB700/SB800 SATA Controller (IDE mode)
                   1138: product        ATI SB700_SATA_AHCI     0x4391  SB700/SB800 SATA Controller (AHCI mode)
                   1139: product        ATI SB700_SATA_RAID     0x4392  SB700/SB800 RAID SATA Controller
                   1140: product        ATI SB700_SATA_RAID5    0x4393  SB700/SB800 RAID5 SATA Controller
                   1141: product        ATI SB700_SATA_FC       0x4394  SB700/SB800 FC SATA Controller
                   1142: product        ATI SB700_USB_EHCI      0x4396  SB700/SB800 USB EHCI Controller
                   1143: product        ATI SB800_SATA          0x4395  SB800 SATA Controller
                   1144: product        ATI SB700_USB_OHCI0     0x4397  SB700/SB800 USB OHCI Controller
                   1145: product        ATI SB700_USB_OHCI1     0x4398  SB700/SB800 USB OHCI Controller
                   1146: product        ATI SB700_USB_OHCI2     0x4399  SB700/SB800 USB OHCI Controller
                   1147: product        ATI SB700_IDE           0x439c  SB700/SB800 IDE Controller
                   1148: product        ATI SB700_LPC           0x439d  SB700/SB800 LPC Host Controller
1.265     simonb   1149: product ATI MACH64_CT          0x4354  Mach64 CT
                   1150: product ATI MACH64_CX          0x4358  Mach64 CX
1.782     gdamore  1151: product ATI RADEON_RS250_D7    0x4437  Radeon Mobility 7000 IGP
1.548     simonb   1152: product ATI RAGE_PRO_AGP       0x4742  3D Rage Pro (AGP)
1.406     junyoung 1153: product ATI RAGE_PRO_AGP1X     0x4744  3D Rage Pro (AGP 1x)
1.548     simonb   1154: product ATI RAGE_PRO_PCI_B     0x4749  3D Rage Pro Turbo
1.533     ichiro   1155: product ATI RAGE_XC_PCI66      0x474c  Rage XC (PCI66)
1.406     junyoung 1156: product ATI RAGE_XL_AGP                0x474d  Rage XL (AGP)
1.533     ichiro   1157: product ATI RAGE_XC_AGP                0x474e  Rage XC (AGP)
                   1158: product ATI RAGE_XL_PCI66      0x474f  Rage XL (PCI66)
1.548     simonb   1159: product ATI RAGE_PRO_PCI_P     0x4750  3D Rage Pro
1.406     junyoung 1160: product ATI RAGE_PRO_PCI_L     0x4751  3D Rage Pro (limited 3D)
1.409     junyoung 1161: product ATI RAGE_XL_PCI                0x4752  Rage XL
1.533     ichiro   1162: product ATI RAGE_XC_PCI                0x4753  Rage XC
1.548     simonb   1163: product ATI RAGE_II            0x4754  3D Rage I/II
1.406     junyoung 1164: product ATI RAGE_IIP           0x4755  3D Rage II+
1.548     simonb   1165: product ATI RAGE_IIC_PCI       0x4756  3D Rage IIC
                   1166: product ATI RAGE_IIC_AGP_B     0x4757  3D Rage IIC (AGP)
1.265     simonb   1167: product ATI MACH64_GX          0x4758  Mach64 GX
1.533     ichiro   1168: product ATI RAGE_IIC           0x4759  3D Rage IIC
                   1169: product ATI RAGE_IIC_AGP_P     0x475a  3D Rage IIC (AGP)
1.782     gdamore  1170: product ATI RADEON_RV250_4966  0x4966  Radeon 9000/PRO If
                   1171: product ATI RADEON_RV250_4967  0x4967  Radeon 9000 Ig
                   1172: product ATI RADEON_R420_JH     0x4a48  Radeon X800 (R420) JH
                   1173: product ATI RADEON_R420_JI     0x4a49  Radeon X800PRO (R420) JI
                   1174: product ATI RADEON_R420_JJ     0x4a4a  Radeon X800SE (R420) JJ
                   1175: product ATI RADEON_R420_JK     0x4a4b  Radeon X800 (R420) JK
                   1176: product ATI RADEON_R420_JL     0x4a4c  Radeon X800 (R420) JL
                   1177: product ATI RADEON_R420_JM     0x4a4d  FireGL X3 (R420) JM
                   1178: product ATI RADEON_R420_JN     0x4a4e  Radeon Mobility 9800 (M18) JN
                   1179: product ATI RADEON_R420_JP     0x4a4e  Radeon X800XT (R420) JP
1.533     ichiro   1180: product ATI RAGE_LT_PRO_AGP    0x4c42  3D Rage LT Pro (AGP 133MHz)
                   1181: product ATI RAGE_LT_PRO_AGP66  0x4c44  3D Rage LT Pro (AGP 66MHz)
1.406     junyoung 1182: product ATI RAGE_MOB_M3_PCI    0x4c45  Rage Mobility M3
                   1183: product ATI RAGE_MOB_M3_AGP    0x4c46  Rage Mobility M3 (AGP)
1.548     simonb   1184: product ATI RAGE_LT            0x4c47  3D Rage LT
1.406     junyoung 1185: product ATI RAGE_LT_PRO_PCI    0x4c49  3D Rage LT Pro
1.548     simonb   1186: product ATI RAGE_MOBILITY      0x4c4d  Rage Mobility
                   1187: product ATI RAGE_L_MOBILITY    0x4c4e  Rage L Mobility
                   1188: product ATI RAGE_LT_PRO                0x4c50  3D Rage LT Pro
1.533     ichiro   1189: product ATI RAGE_LT_PRO2       0x4c51  3D Rage LT Pro
                   1190: product ATI RAGE_MOB_M1_PCI    0x4c52  Rage Mobility M1 (PCI)
                   1191: product ATI RAGE_L_MOB_M1_PCI  0x4c53  Rage L Mobility (PCI)
1.782     gdamore  1192: product ATI RADEON_RV200_LW    0x4c57  Radeon Mobility M7 LW
                   1193: product ATI RADEON_RV200_LX    0x4c58  FireGL Mobility 7800 M7 LX
                   1194: product ATI RADEON_RV100_LY    0x4c59  Radeon Mobility M6 LY
                   1195: product ATI RADEON_RV100_LZ    0x4c5a  Radeon Mobility M6 LZ
                   1196: product ATI RADEON_RV250_4C64  0x4c64  FireGL Mobility 9000 (M9) Ld
                   1197: product ATI RADEON_RV250_4C66  0x4c66  Radeon Mobility 9000 (M9) Lf
                   1198: product ATI RADEON_RV250_4C67  0x4c67  Radeon Mobility 9000 (M9) Lg
1.533     ichiro   1199: product ATI RADEON_128_AGP4X   0x4d46  Radeon Mobility 128 AGP 4x
                   1200: product ATI RADEON_128_AGP2X   0x4d4c  Radeon Mobility 128 AGP 2x
1.782     gdamore  1201: product ATI RADEON_R300_ND     0x4e44  Radeon 9700 ND
                   1202: product ATI RADEON_R300_NE     0x4e45  Radeon 9700/9500Pro NE
                   1203: product ATI RADEON_R300_NF     0x4e46  Radeon 9700 NF
                   1204: product ATI RADEON_R300_NG     0x4e47  FireGL X1 NG
                   1205: product ATI RADEON_R350_NH     0x4e48  Radeon 9800PRO NH
                   1206: product ATI RADEON_R350_NI     0x4e49  Radeon 9800 NI
                   1207: product ATI RADEON_R360_NJ     0x4e4a  Radeon 9800XT NJ
                   1208: product ATI RADEON_R350_NK     0x4e4b  FireGL X2 NK
                   1209: product ATI RADEON_RV350_NP    0x4e50  Radeon Mobility 9600/9700 (M10/11) NP
                   1210: product ATI RADEON_RV350_NQ    0x4e41  Radeon Mobility 9600 (M10) NQ
                   1211: product ATI RADEON_RV350_NR    0x4e52  Radeon Mobility 9600 (M11) NR
                   1212: product ATI RADEON_RV350_NS    0x4e53  Radeon Mobility 9600 (M10) NS
                   1213: product ATI RADEON_RV350_NT    0x4e54  FireGL Mobility T2 (M10) NT
                   1214: product ATI RADEON_RV350_NV    0x4e56  FireGL Mobility T2e (M11) NV
1.534     wiz      1215: product ATI RADEON_9700_9500_S 0x4e64  Radeon 9700/9500 Series Secondary
                   1216: product ATI RADEON_9700_9500_S2        0x4e65  Radeon 9700/9500 Series Secondary
                   1217: product ATI RADEON_9600_2      0x4e66  Radeon 9600TX Secondary
1.704     tron     1218: product ATI RADEON_9800_PRO_2  0x4e68  Radeon 9800 Pro Secondary
1.265     simonb   1219: product ATI RAGE1PCI           0x5041  Rage 128 Pro PCI
                   1220: product ATI RAGE1AGP2X         0x5042  Rage 128 Pro AGP 2x
                   1221: product ATI RAGE1AGP4X         0x5043  Rage 128 Pro AGP 4x
                   1222: product ATI RAGE1PCIT          0x5044  Rage 128 Pro PCI (TMDS)
                   1223: product ATI RAGE1AGP2XT                0x5045  Rage 128 Pro AGP 2x (TMDS)
                   1224: product ATI RAGE1AGP4XT                0x5046  Rage Fury MAXX AGP 4x (TMDS)
1.548     simonb   1225: product ATI RAGE2PCI           0x5047  Rage 128 Pro PCI
1.265     simonb   1226: product ATI RAGE2AGP2X                 0x5048  Rage 128 Pro AGP 2x
                   1227: product ATI RAGE2AGP4X                 0x5049  Rage 128 Pro AGP 4x
1.548     simonb   1228: product ATI RAGE2PCIT          0x504a  Rage 128 Pro PCI (TMDS)
1.265     simonb   1229: product ATI RAGE2AGP2XT                0x504b  Rage 128 Pro AGP 2x (TMDS)
                   1230: product ATI RAGE2AGP4XT                0x504c  Rage 128 Pro AGP 4x (TMDS)
1.548     simonb   1231: product ATI RAGE3PCI           0x504d  Rage 128 Pro PCI
1.265     simonb   1232: product ATI RAGE3AGP2X                 0x504e  Rage 128 Pro AGP 2x
                   1233: product ATI RAGE3AGP4X                 0x504f  Rage 128 Pro AGP 4x
1.548     simonb   1234: product ATI RAGE3PCIT          0x5050  Rage 128 Pro PCI (TMDS)
1.265     simonb   1235: product ATI RAGE3AGP2XT                0x5051  Rage 128 Pro AGP 2x (TMDS)
                   1236: product ATI RAGE3AGP4XT                0x5052  Rage 128 Pro AGP 4x (TMDS)
1.548     simonb   1237: product ATI RAGE4PCI           0x5053  Rage 128 Pro PCI
1.265     simonb   1238: product ATI RAGE4AGP2X                 0x5054  Rage 128 Pro AGP 2x
                   1239: product ATI RAGE4AGP4X                 0x5055  Rage 128 Pro AGP 4x
1.548     simonb   1240: product ATI RAGE4PCIT          0x5056  Rage 128 Pro PCI (TMDS)
1.265     simonb   1241: product ATI RAGE4AGP2XT                0x5057  Rage 128 Pro AGP 2x (TMDS)
                   1242: product ATI RAGE4AGP4XT                0x5058  Rage 128 Pro AGP 4x (TMDS)
1.782     gdamore  1243: product ATI RADEON_R100_QD     0x5144  Radeon QD
                   1244: product ATI RADEON_R100_QE     0x5145  Radeon QE
                   1245: product ATI RADEON_R100_QF     0x5146  Radeon QF
                   1246: product ATI RADEON_R100_QG     0x5147  Radeon QG
                   1247: product ATI RADEON_R200_QH     0x5148  FireGL 8700/8800 QH
                   1248: product ATI RADEON_R200_QL     0x514c  Radeon 8500 QL
                   1249: product ATI RADEON_R200_QM     0x514d  Radeon 9100 QM
                   1250: product ATI RADEON_RV200_QW    0x5157  Radeon 7500 QW
                   1251: product ATI RADEON_RV200_QX    0x5158  Radeon 7500 QX
                   1252: product ATI RADEON_RV100_QY    0x5159  Radeon 7000/VE QY
                   1253: product ATI RADEON_RV100_QZ    0x515a  Radeon 7000/VE QZ
1.874     isaki    1254: product ATI ES1000             0x515e  ES1000
1.562     wiz      1255: product ATI RADEON_9100_S      0x516d  Radeon 9100 Series Secondary
1.265     simonb   1256: product ATI RAGEGLPCI          0x5245  Rage 128 GL PCI
                   1257: product ATI RAGEGLAGP          0x5246  Rage 128 GL AGP 2x
                   1258: product ATI RAGEVRPCI          0x524b  Rage 128 VR PCI
                   1259: product ATI RAGEVRAGP          0x524c  Rage 128 VR AGP 2x
                   1260: product ATI RAGE4XPCI          0x5345  Rage 128 4x PCI
                   1261: product ATI RAGE4XA2X          0x5346  Rage 128 4x AGP 2x
                   1262: product ATI RAGE4XA4X          0x5347  Rage 128 4x AGP 4x
                   1263: product ATI RAGE4X             0x5348  Rage 128 4x
                   1264: product ATI RAGE24XPCI         0x534b  Rage 128 4x PCI
                   1265: product ATI RAGE24XA2X         0x534c  Rage 128 4x AGP 2x
                   1266: product ATI RAGE24XA4X         0x534d  Rage 128 4x AGP 4x
                   1267: product ATI RAGE24X            0x534e  Rage 128 4x
1.782     gdamore  1268: product ATI RADEON_RV370_5460  0x5460  Radeon Mobility M300 (M22) 5460
                   1269: product ATI RADEON_RV370_5464  0x5464  FireGL M22 GL 5464
                   1270: product ATI RADEON_R423_UH     0x5548  Radeon X800 (R423) UH
                   1271: product ATI RADEON_R423_UI     0x5549  Radeon X800PRO (R423) UI
                   1272: product ATI RADEON_R423_UJ     0x554a  Radeon X800LE (R423) UJ
                   1273: product ATI RADEON_R423_UK     0x554b  Radeon X800SE (R423) UK
1.920     bjs      1274: product ATI RADEON_R430_554F   0x554f  Radeon X800 GTO (R430) 554F
1.782     gdamore  1275: product ATI RADEON_R423_UQ     0x5551  FireGL V7200 (R423) UQ
                   1276: product ATI RADEON_R423_UR     0x5552  FireGL V5100 (R423) UR
                   1277: product ATI RADEON_R423_UT     0x5554  FireGL V7100 (R423) UT
1.920     bjs      1278: product ATI RADEON_R430_556F   0x556f  Radeon X800 GTO (R430) Secondary
1.406     junyoung 1279: product ATI MACH64_VT          0x5654  Mach64 VT
                   1280: product ATI MACH64_VTB         0x5655  Mach64 VTB
                   1281: product ATI MACH64_VT4         0x5656  Mach64 VT4
1.700     uwe      1282: product ATI RS300_HB           0x5833  RS300 Host Bridge
1.782     gdamore  1283: product ATI RADEON_RS300_X4    0x5834  Radeon 9100 IGP (A4)
                   1284: product ATI RADEON_RS300_X5    0x5835  Radeon Mobility 9100 IGP (U3)
1.700     uwe      1285: product ATI RS300_AGP          0x5838  RS300 AGP Interface
1.729     grant    1286: product ATI RADEON_9200_PRO_S  0x5940  Radeon 9200 Pro Secondary
1.775     chs      1287: product ATI RADEON_9200_S      0x5941  Radeon 9200 Secondary
1.884     hpeyerl  1288: product ATI RS480_HB           0x5950  RS480 Host Bridge
                   1289: product ATI RD580              0x5952  RD580 CrossFire Xpress 3200 Host Bridge
                   1290: product ATI RADEON_RV370_5954  0x5954  Radeon Xpress 200G Series
1.966     matt     1291: product ATI RD790_NB           0x5956  RD790 North Bridge (Dual Slot)
1.782     gdamore  1292: product ATI RADEON_RV280_5960  0x5960  Radeon 9200PRO 5960
                   1293: product ATI RADEON_RV280_5961  0x5961  Radeon 9200 5961
                   1294: product ATI RADEON_RV280_5962  0x5962  Radeon 9200 5962
                   1295: product ATI RADEON_RV280_5963  0x5963  Radeon 9200 5963
                   1296: product ATI RADEON_RV280_5964  0x5964  Radeon 9200SE 5964
1.823     christos 1297: product ATI RS482M             0x5975  Radeon Xpress Series (RS482M)
1.963     cegger   1298: product ATI RD790_PPB_GFX0_A   0x5978  RD790 PCI Bridge GFX0 Port A
                   1299: product ATI RD790_PPB_GFX0_B   0x5979  RD790 PCI Bridge GFX0 Port B
                   1300: product ATI RD790_PPB_GPP_A    0x597a  RD790 PCI Express Bridge GPP Port A
                   1301: product ATI RD790_PPB_GPP_B    0x597b  RD790 PCI Express Bridge GPP Port B
                   1302: product ATI RD790_PPB_GPP_C    0x597c  RD790 PCI Express Bridge GPP Port C
                   1303: product ATI RD790_PPB_GPP_D    0x597d  RD790 PCI Express Bridge GPP Port D
                   1304: product ATI RD790_PPB_GPP_E    0x597e  RD790 PCI Express Bridge GPP Port E
                   1305: product ATI RD790_PPB_GPP_F    0x597f  RD790 PCI Express Bridge GPP Port F
                   1306: product ATI RD790_PPB_GFX1_A   0x5980  RD790 PCI Bridge GFX1 Port A
                   1307: product ATI RD790_PPB_GFX1_B   0x5981  RD790 PCI Bridge GFX1 Port B
1.966     matt     1308: product ATI RD790_PPB_NBSB     0x5982  RD790 PCI Bridge (NB-SB Link)
                   1309: product ATI RD890_NB_DS16      0x5910  RD890 North Bridge Dual Slot 2x16 GFX
                   1310: product ATI RD890_NB_SS                0x5911  RD890 North Bridge Single Slot GFX
                   1311: product ATI RD890_NB_DS8       0x5912  RD890 North Bridge Dual Slot 2x8 GFX
1.963     cegger   1312: product ATI RD890_PPB_GFX0_A   0x5913  RD890 PCI Bridge GFX0 Port A
                   1313: product ATI RD890_PPB_GFX0_B   0x5914  RD890 PCI Bridge GFX0 Port B
                   1314: product ATI RD890_PPB_GPP_A    0x5915  RD890 PCI Express Bridge GPP Port A
                   1315: product ATI RD890_PPB_GPP_B    0x5916  RD890 PCI Express Bridge GPP Port B
                   1316: product ATI RD890_PPB_GPP_C    0x5917  RD890 PCI Express Bridge GPP Port C
                   1317: product ATI RD890_PPB_GPP_D    0x5918  RD890 PCI Express Bridge GPP Port D
                   1318: product ATI RD890_PPB_GPP_E    0x5919  RD890 PCI Express Bridge GPP Port E
                   1319: product ATI RD890_PPB_GPP_F    0x591a  RD890 PCI Express Bridge GPP Port F
                   1320: product ATI RD890_PPB_GPP_G    0x591b  RD890 PCI Express Bridge GPP Port G
                   1321: product ATI RD890_PPB_GPP_H    0x591c  RD890 PCI Express Bridge GPP Port H
                   1322: product ATI RD890_PPB_GFX1_A   0x591d  RD890 PCI Bridge GFX1 Port A
                   1323: product ATI RD890_PPB_GFX1_B   0x591e  RD890 PCI Bridge GFX1 Port B
1.966     matt     1324: product ATI RD890_PPB_NBSB     0x591f  RD890 PCI Bridge (NB-SB Link)
1.963     cegger   1325: product ATI RD890_IOMMU                0x5a23  RD890 IOMMU
                   1326: product ATI RADEON_XPRESS_200  0x5a33  Radeon Xpress 200
1.724     augustss 1327: product ATI RS480_XRP          0x5a34  RS480 PCI Express Root Port
1.823     christos 1328: product ATI RS480_PPB_5A36     0x5a36  RS480 PCI Express Bridge
1.884     hpeyerl  1329: product ATI RS480_PPB_5A37     0x5a37  RS480 PCI Express Bridge
                   1330: product ATI RS480_PPB_5A38     0x5a38  RS480 PCI Express Bridge
1.823     christos 1331: product ATI RS480_PPB_5A3F     0x5a3f  RS480 PCI Express Bridge
1.782     gdamore  1332: product ATI RADEON_RV370_5B60  0x5b60  Radeon X300 (RV370) 5B60
1.884     hpeyerl  1333: product ATI RADEON_RV380_5B62  0x5b62  Radeon X600 PCI Express
                   1334: product ATI RADEON_RV370_5B63  0x5b63  Radeon Sapphire X550 Silent
1.782     gdamore  1335: product ATI RADEON_RV370_5B64  0x5b64  FireGL V3100 (RV370) 5B64
1.884     hpeyerl  1336: product ATI RADEON_RV370_5B65  0x5b65  FireGL D1100 (RV370) 5B65
1.637     cube     1337: product ATI RADEON_X300_S      0x5b70  Radeon X300 Series Secondary
1.966     matt     1338: product ATI RADEON_RV370_5B73  0x5b73  Radeon RV370 Secondary
1.782     gdamore  1339: product ATI RADEON_RV280_5C61  0x5c61  Radeon Mobility 9200 (M9+)
                   1340: product ATI RADEON_RV280_5C63  0x5c63  Radeon Mobility 9200 (M9+)
1.654     jmmv     1341: product ATI RADEON_9200SE_S    0x5d44  Radeon 9200SE Secondary
1.724     augustss 1342: product ATI RADEON_X850XT      0x5d52  Radeon X850 XT
1.782     gdamore  1343: product ATI RADEON_R423_5D57   0x5d57  Radeon X800XT (R423) 5D57
1.724     augustss 1344: product ATI RADEON_X850XT_S    0x5d72  Radeon X850 XT Secondary
1.731     chs      1345: product ATI RADEON_X700                0x5e4b  Radeon X700 Pro
                   1346: product ATI RADEON_X700_S      0x5e6b  Radeon X700 Pro Secondary
1.871     xtraeme  1347: product ATI RADEON_X1300       0x7146  Radeon X1300 Series (RV515)
                   1348: product ATI RADEON_X1300_S     0x7166  Radeon X1300 Series (RV515) Secondary
1.782     gdamore  1349: product ATI RADEON_RS300_7834  0x7834  Radeon 9100 PRO IGP
                   1350: product ATI RADEON_RS300_7835  0x7835  Radeon 9200 IGP
1.941     cegger   1351: product ATI RS690_HB           0x7911  RS690 Host Bridge
                   1352: product ATI RS690_PPB_7912     0x7912  RS690 PCI to PCI Bridge
                   1353: product ATI RS690_PPB_7913     0x7913  RS690 PCI to PCI-Express Port 0 Bridge
                   1354: product ATI RS690_PPB_7915     0x7915  RS690 PCI to PCI-Express Port 1 Bridge
                   1355: product ATI RS690_PPB_7916     0x7916  RS690 PCI to PCI-Express Port 2 Bridge
                   1356: product ATI RS690_PPB_7917     0x7917  RS690 PCI to PCI-Express Port 3 Bridge
1.903     xtraeme  1357: product ATI RADEON_HD2600_XT   0x9588  Radeon HD2600 XT GDDR3
                   1358: product ATI RADEON_HD2600_HD   0xaa08  Radeon HD2600 HD Audio Controller
1.167     rh       1359:
                   1360: /* Auravision products */
                   1361: product AURAVISION VXP524      0x01f7  VxP524 PCI Video Processor
1.165     tsarna   1362:
                   1363: /* Aureal Semiconductor */
1.548     simonb   1364: product AUREAL AU8820          0x0001  AU8820 Vortex Digital Audio Processor
1.12      cgd      1365:
1.24      tls      1366: /* Applied Micro Circuts products */
                   1367: product AMCIRCUITS S5933       0x4750  S5933 PCI Matchmaker
                   1368: product AMCIRCUITS LANAI       0x8043  Myrinet LANai Interface
1.966     matt     1369: product AMCIRCUITS CAMAC       0x812d  FZJ/ZEL CAMAC Controller
                   1370: product AMCIRCUITS VICBUS      0x812e  FZJ/ZEL VICBUS Interface
                   1371: product AMCIRCUITS PCISYNC     0x812f  FZJ/ZEL Synchronisation Module
                   1372: product AMCIRCUITS ADDI7800    0x818e  ADDI-DATA APCI-7800 8-port Serial
1.548     simonb   1373: product AMCIRCUITS S5920       0x5920  S5920 PCI Target
1.494     explorer 1374:
1.665     junyoung 1375: /* Atheros Communications products */
1.584     itojun   1376: product ATHEROS AR5201         0x0007 AR5201 Wireless LAN
                   1377: product ATHEROS AR5311         0x0011 AR5211 Wireless LAN
                   1378: product ATHEROS AR5211         0x0012 AR5211 Wireless LAN
                   1379: product ATHEROS AR5212         0x0013 AR5212 Wireless LAN
                   1380: product ATHEROS AR5201_AP      0x0207 AR5201 Wireless LAN Reference Card (Early AP11)
                   1381: product ATHEROS AR5201_DEFAULT 0x1107 AR5201 Wireless LAN (no eeprom)
                   1382: product ATHEROS AR5212_DEFAULT 0x1113 AR5212 Wireless LAN (no eeprom)
                   1383: product ATHEROS AR5211_DEFAULT 0x1112 AR5211 Wireless LAN (no eeprom)
                   1384: product ATHEROS AR5212_FPGA    0xf013 AR5212 Wireless LAN Reference Card (emulation board)
                   1385: product ATHEROS AR5211_FPGA11B 0xf11b AR5211 Wireless LAN Reference Card (11b emulation board)
                   1386: product ATHEROS AR5211_LEGACY  0xff12 AR5211 Wireless LAN Reference Card (original emulation board)
1.24      tls      1387:
1.12      cgd      1388: /* Atronics products */
                   1389: product ATRONICS IDE_2015PL    0x2015  IDE-2015PL
                   1390:
                   1391: /* Avance Logic products */
1.25      veego    1392: product AVANCE AVL2301 0x2301  AVL2301
                   1393: product AVANCE AVG2302 0x2302  AVG2302
                   1394: product AVANCE2 ALG2301        0x2301  ALG2301
                   1395: product AVANCE2 ALG2302        0x2302  ALG2302
1.343     thorpej  1396: product AVANCE2 ALS4000        0x4000  ALS4000 Audio
1.449     enami    1397:
                   1398: /* Avlab Technology products */
                   1399: product AVLAB LPPCI4S  0x2150  Low Profile PCI 4 Serial
1.136     augustss 1400:
                   1401: /* CCUBE products */
                   1402: product CCUBE CINEMASTER       0x8888  Cinemaster C 3.0 DVD Decoder
1.4       cgd      1403:
1.108     drochner 1404: /* AVM products */
                   1405: product AVM FRITZ_CARD         0x0a00  Fritz! Card ISDN Interface
1.473     leo      1406: product AVM FRITZ_PCI_V2_ISDN  0x0e00  Fritz!PCI v2.0 ISDN Interface
1.446     pooka    1407: product AVM B1                 0x0700  Basic Rate B1 ISDN Interface
                   1408: product AVM T1                 0x1200  Primary Rate T1 ISDN Interface
1.292     mjl      1409:
1.952     rmind    1410: /* B & B Electronics Products */
                   1411: product BBELEC NON_ISOLATED_1_PORT     0x4201  single-channel RS-485 PCI UART
                   1412: product BBELEC NON_ISOLATED_2_PORT     0x4202  dual-channel RS-485 PCI UART
                   1413: product BBELEC NON_ISOLATED_4_PORT     0x4204  quad-channel RS-485 PCI UART
                   1414: product BBELEC NON_ISOLATED_8_PORT     0x4208  octal-channel RS-485 PCI UART
                   1415: product BBELEC ISOLATED_1_PORT         0x4211  single-channel Isolated RS-485 PCI UART
                   1416: product BBELEC ISOLATED_2_PORT         0x4212  dual-channel Isolated RS-485 PCI UART
                   1417: product BBELEC ISOLATED_4_PORT         0x4214  quad-channel Isolated RS-485 PCI UART
                   1418: product BBELEC ISOLATED_8_PORT         0x4218  octal-channel Isolated RS-485 PCI UART
                   1419:
1.672     jdarrow  1420: /* Belkin products */
1.740     christos 1421: product BELKIN F5D6001         0x6001  F5D6001
1.672     jdarrow  1422: product BELKIN F5D6020V3       0x6020  F5D6020v3 802.11b
                   1423:
1.292     mjl      1424: /* Stallion products */
                   1425: product STALLION EC8_32                0x0000  EC8/32
                   1426: product STALLION EC8_64                0x0002  EC8/64
                   1427: product STALLION EASYIO                0x0003  EasyIO
1.108     drochner 1428:
1.33      drochner 1429: /* Bit3 products */
                   1430: product BIT3 PCIVME617         0x0001  PCI-VME Interface Mod. 617
1.117     drochner 1431: product BIT3 PCIVME618         0x0010  PCI-VME Interface Mod. 618
1.81      drochner 1432: product BIT3 PCIVME2706                0x0300  PCI-VME Interface Mod. 2706
1.73      tron     1433:
1.555     jonathan 1434: /* Bluesteel Networks */
                   1435: product BLUESTEEL 5501         0x0000  5501
                   1436: product BLUESTEEL 5601         0x5601  5601
                   1437:
1.665     junyoung 1438: /* Broadcom products */
1.855     tsutsui  1439: product BROADCOM BCM5752       0x1600  BCM5752 10/100/1000 Ethernet
                   1440: product BROADCOM BCM5752M      0x1601  BCM5752M 10/100/1000 Ethernet
                   1441: product BROADCOM BCM5709       0x1639  BCM5709 NetXtreme II 1000baseT Ethernet
1.388     thorpej  1442: product BROADCOM BCM5700       0x1644  BCM5700 10/100/1000 Ethernet
                   1443: product BROADCOM BCM5701       0x1645  BCM5701 10/100/1000 Ethernet
1.492     matt     1444: product BROADCOM BCM5702       0x1646  BCM5702 10/100/1000 Ethernet
                   1445: product BROADCOM BCM5703       0x1647  BCM5703 10/100/1000 Ethernet
1.642     mycroft  1446: product BROADCOM BCM5704C      0x1648  BCM5704C 1000baseT Ethernet
1.855     tsutsui  1447: product BROADCOM BCM5704S_ALT  0x1649  BCM5704S 1000baseSX Ethernet
                   1448: product BROADCOM BCM5706       0x164a  BCM5706 NetXtreme II 1000baseT Ethernet
                   1449: product BROADCOM BCM5708       0x164c  BCM5708 NetXtreme II 1000baseT Ethernet
                   1450: product BROADCOM BCM5702FE     0x164d  BCM5702FE 10/100 Ethernet
1.497     jonathan 1451: product BROADCOM BCM5705       0x1653  BCM5705 10/100/1000 Ethernet
1.667     tacha    1452: product BROADCOM BCM5705K      0x1654  BCM5705K 10/100/1000 Ethernet
1.855     tsutsui  1453: product BROADCOM BCM5720       0x1658  BCM5720 NetXtreme 1000baseT Ethernet
                   1454: product BROADCOM BCM5721       0x1659  BCM5721 NetXtreme 1000baseT Ethernet
                   1455: product BROADCOM BCM5722       0x165a  BCM5722 NetXtreme 1000baseT Ethernet
1.553     hannken  1456: product BROADCOM BCM5705M      0x165d  BCM5705M 10/100/1000 Ethernet
1.855     tsutsui  1457: product BROADCOM BCM5705M_ALT  0x165e  BCM5705M 10/100/1000 Ethernet
1.745     jonathan 1458: product BROADCOM BCM5714       0x1668  BCM5714 1000baseT Ethernet
1.855     tsutsui  1459: product BROADCOM BCM5714S      0x1669  BCM5714S 1000baseSX Ethernet
                   1460: product BROADCOM BCM5780       0x166a  BCM5780 NetXtreme 1000baseT Ethernet
                   1461: product BROADCOM BCM5780S      0x166b  BCM5780S NetXtreme 1000baseSX Ethernet
                   1462: product BROADCOM BCM5705F      0x166e  BCM5705F 10/100 Ethernet
                   1463: product BROADCOM BCM5754M      0x1672  BCM5754M NetXtreme 1000baseT Ethernet
                   1464: product BROADCOM BCM5755M      0x1673  BCM5755M NetXtreme 1000baseT Ethernet
                   1465: product BROADCOM BCM5756       0x1674  BCM5756 10/100/1000 Ethernet
1.658     cube     1466: product BROADCOM BCM5750       0x1676  BCM5750 10/100/1000 Ethernet
1.637     cube     1467: product BROADCOM BCM5751       0x1677  BCM5751 10/100/1000 Ethernet
1.855     tsutsui  1468: product BROADCOM BCM5715       0x1678  BCM5715 1000baseT Ethernet
                   1469: product BROADCOM BCM5715S      0x1679  BCM5715S 1000baseSX Ethernet
1.844     abs      1470: product BROADCOM BCM5754       0x167a  BCM5754 10/100/1000 Ethernet
1.855     tsutsui  1471: product BROADCOM BCM5755       0x167b  BCM5755 NetXtreme 1000baseT Ethernet
1.658     cube     1472: product BROADCOM BCM5750M      0x167c  BCM5750M 10/100/1000 Ethernet
1.730     gavan    1473: product BROADCOM BCM5751M      0x167d  BCM5751M 10/100/1000 Ethernet
1.855     tsutsui  1474: product BROADCOM BCM5751F      0x167e  BCM5751F 10/100/1000 Ethernet
                   1475: product BROADCOM BCM5787M      0x1693  BCM5787M 10/100/1000 Ethernet
1.589     fvdl     1476: product BROADCOM BCM5782       0x1696  BCM5782 10/100/1000 Ethernet
1.855     tsutsui  1477: product BROADCOM BCM5786       0x169a  BCM5786 NetLink 1000baseT Ethernet
                   1478: product BROADCOM BCM5787       0x169b  BCM5787 NetLink 1000baseT Ethernet
1.625     tron     1479: product BROADCOM BCM5788       0x169c  BCM5788 10/100/1000 Ethernet
1.741     fvdl     1480: product BROADCOM BCM5789       0x169d  BCM5789 10/100/1000 Ethernet
1.855     tsutsui  1481: product BROADCOM BCM5702X      0x16a6  BCM5702X 10/100/1000 Ethernet
                   1482: product BROADCOM BCM5703X      0x16a7  BCM5703X 10/100/1000 Ethernet
                   1483: product BROADCOM BCM5704S      0x16a8  BCM5704S 1000baseSX Ethernet
                   1484: product BROADCOM BCM5706S      0x16aa  BCM5706 NetXtreme II 1000baseSX
                   1485: product BROADCOM BCM5708S      0x16ac  BCM5708 NetXtreme II 1000baseSX
                   1486: product BROADCOM BCM5702_ALT   0x16c6  BCM5702 10/100/1000 Ethernet
                   1487: product BROADCOM BCM5703_ALT   0x16c7  BCM5703 10/100/1000 Ethernet
                   1488: product BROADCOM BCM5781       0x16dd  BCM5781 10/100/1000 Ethernet
                   1489: product BROADCOM BCM5753       0x16f7  BCM5753 10/100/1000 Ethernet
                   1490: product BROADCOM BCM5753M      0x16fd  BCM5753M 10/100/1000 Ethernet
                   1491: product BROADCOM BCM5753F      0x16fe  BCM5753F 10/100 Ethernet
                   1492: product BROADCOM BCM5903M      0x16ff  BCM5903M 10/100/1000 Ethernet
1.693     christos 1493: product BROADCOM BCM4401_B0    0x170c  BCM4401-B0 10/100 Ethernet
1.589     fvdl     1494: product BROADCOM BCM5901       0x170d  BCM5901 10/100 Ethernet
                   1495: product BROADCOM BCM5901A2     0x170e  BCM5901A 10/100 Ethernet
1.855     tsutsui  1496: product BROADCOM BCM5906       0x1712  BCM5906 NetLink Fast Ethernet
                   1497: product BROADCOM BCM5906M      0x1713  BCM5906M NetLink Fast Ethernet
                   1498: product BROADCOM BCM4303       0x4301  BCM4303
                   1499: product BROADCOM BCM4307       0x4307  BCM4307
                   1500: product BROADCOM BCM4311       0x4311  BCM4311
                   1501: product BROADCOM BCM4312       0x4312  BCM4312
1.823     christos 1502: product BROADCOM BCM4318       0x4318  BCM4318 AirForce One 54g
1.855     tsutsui  1503: product BROADCOM BCM4319       0x4319  BCM4319
                   1504: product BROADCOM BCM4306       0x4320  BCM4306
                   1505: product BROADCOM BCM4306_2     0x4321  BCM4306
                   1506: product BROADCOM BCM4322       0x4322  BCM4322
                   1507: product BROADCOM BCM4309       0x4324  BCM4309
                   1508: product BROADCOM BCM43XG       0x4325  BCM43XG
1.936     cegger   1509: product BROADCOM BCM4328       0x4328  BCM4328 802.11a/b/g/n
1.472     kent     1510: product BROADCOM BCM4401       0x4401  BCM4401 10/100 Ethernet
1.966     matt     1511: product BROADCOM 5801          0x5801  5801 Security Processor
                   1512: product BROADCOM 5802          0x5802  5802 Security Processor
                   1513: product BROADCOM 5805          0x5805  5805 Security Processor
                   1514: product BROADCOM 5820          0x5820  5820 Security Processor
                   1515: product BROADCOM 5821          0x5821  5821 Security Processor
                   1516: product BROADCOM 5822          0x5822  5822 Security Processor
                   1517: product BROADCOM 5823          0x5823  5823 Security Processor
1.388     thorpej  1518:
1.73      tron     1519: /* Brooktree products */
1.541     christos 1520: product BROOKTREE BT848                0x0350  Bt848 Video Capture
                   1521: product BROOKTREE BT849                0x0351  Bt849 Video Capture
                   1522: product BROOKTREE BT878                0x036e  Bt878 Video Capture
                   1523: product BROOKTREE BT879                0x036f  Bt879 Video Capture
                   1524: product BROOKTREE BT880                0x0370  Bt880 Video Capture
                   1525: product BROOKTREE BT878A       0x0878  Bt878 Video Capture (Audio Section)
                   1526: product BROOKTREE BT879A       0x0879  Bt879 Video Capture (Audio Section)
                   1527: product BROOKTREE BT880A       0x0880  Bt880 Video Capture (Audio Section)
                   1528: product BROOKTREE BT8474       0x8474  Bt8474 Multichannel HDLC Controller
1.33      drochner 1529:
1.4       cgd      1530: /* BusLogic products */
1.24      tls      1531: product BUSLOGIC MULTIMASTER_NC        0x0140  MultiMaster NC
                   1532: product BUSLOGIC MULTIMASTER   0x1040  MultiMaster
                   1533: product BUSLOGIC FLASHPOINT    0x8130  FlashPoint
1.12      cgd      1534:
1.25      veego    1535: /* c't Magazin products */
                   1536: product C4T GPPCI              0x6773  GPPCI
1.556     jonathan 1537:
                   1538: /* Cavium products */
                   1539: product CAVIUM NITROX          0x0001  Nitrox XL
1.25      veego    1540:
1.885     jklos    1541: /* Chelsio products */
                   1542: product CHELSIO T302E          0x0021  T302e
                   1543: product CHELSIO        T310E           0x0022  T310e
                   1544: product CHELSIO        T320X           0x0023  T320x
                   1545: product CHELSIO        T302X           0x0024  T302x
                   1546: product CHELSIO        T320E           0x0025  T320e
                   1547: product CHELSIO        T310X           0x0026  T310x
                   1548: product CHELSIO        T3B10           0x0030  T3B10
                   1549: product CHELSIO        T3B20           0x0031  T3B20
                   1550: product CHELSIO        T3B02           0x0032  T3B02
                   1551:
1.12      cgd      1552: /* Chips and Technologies products */
1.24      tls      1553: product CHIPS 64310            0x00b8  64310
1.275     drochner 1554: product CHIPS 69000            0x00c0  69000
1.24      tls      1555: product CHIPS 65545            0x00d8  65545
                   1556: product CHIPS 65548            0x00dc  65548
1.27      augustss 1557: product CHIPS 65550            0x00e0  65550
1.35      drochner 1558: product CHIPS 65554            0x00e4  65554
1.417     drochner 1559: product CHIPS 69030            0x0c30  69030
1.283     mycroft  1560:
                   1561: /* Chrysalis products */
                   1562: product CHRYSALIS LUNAVPN      0x0001  LunaVPN
1.4       cgd      1563:
                   1564: /* Cirrus Logic products */
1.24      tls      1565: product CIRRUS CL_GD7548       0x0038  CL-GD7548
                   1566: product CIRRUS CL_GD5430       0x00a0  CL-GD5430
                   1567: product CIRRUS CL_GD5434_4     0x00a4  CL-GD5434-4
                   1568: product CIRRUS CL_GD5434_8     0x00a8  CL-GD5434-8
                   1569: product CIRRUS CL_GD5436       0x00ac  CL-GD5436
                   1570: product CIRRUS CL_GD5446       0x00b8  CL-GD5446
1.122     veego    1571: product CIRRUS CL_GD5480       0x00bc  CL-GD5480
1.94      jtk      1572: product CIRRUS CL_PD6729       0x1100  CL-PD6729
1.541     christos 1573: product CIRRUS CL_PD6832       0x1110  CL-PD6832 PCI-CardBus Bridge
                   1574: product CIRRUS CL_PD6833       0x1113  CL-PD6833 PCI-CardBus Bridge
1.24      tls      1575: product CIRRUS CL_GD7542       0x1200  CL-GD7542
                   1576: product CIRRUS CL_GD7543       0x1202  CL-GD7543
1.25      veego    1577: product CIRRUS CL_GD7541       0x1204  CL-GD7541
1.82      mark     1578: product CIRRUS CL_CD4400       0x4400  CL-CD4400 Communications Controller
                   1579: product CIRRUS CS4610          0x6001  CS4610 SoundFusion Audio Accelerator
                   1580: product CIRRUS CS4280          0x6003  CS4280 CrystalClear Audio Interface
1.781     jmcneill 1581: product CIRRUS CS4615          0x6004  CS4615
1.275     drochner 1582: product CIRRUS CS4281          0x6005  CS4281 CrystalClear Audio Interface
1.12      cgd      1583:
1.596     grant    1584: /* Adaptec's AAR-1210SA serial ATA RAID controller uses the CMDTECH chip */
1.966     matt     1585: product CMDTECH AAR_1210SA     0x0240  AAR-1210SA SATA RAID Controller
1.51      cgd      1586: /* CMD Technology products -- info gleaned from their web site */
                   1587: product CMDTECH 640            0x0640  PCI0640
1.52      cgd      1588: /* No data on the CMD Tech. web site for the following as of Mar. 3 '98 */
1.541     christos 1589: product CMDTECH 642            0x0642  PCI0642
1.237     bouyer   1590: /* datasheets available from www.cmd.com for the followings */
1.541     christos 1591: product CMDTECH 643            0x0643  PCI0643
1.51      cgd      1592: product CMDTECH 646            0x0646  PCI0646
                   1593: product CMDTECH 647            0x0647  PCI0647
1.235     tron     1594: product CMDTECH 648            0x0648  PCI0648
1.237     bouyer   1595: product CMDTECH 649            0x0649  PCI0649
                   1596:
1.52      cgd      1597: /* Inclusion of 'A' in the following entry is probably wrong. */
                   1598: /* No data on the CMD Tech. web site for the following as of Mar. 3 '98 */
                   1599: product CMDTECH 650A           0x0650  PCI0650A
1.51      cgd      1600: product CMDTECH 670            0x0670  USB0670
                   1601: product CMDTECH 673            0x0673  USB0673
1.455     onoe     1602: product CMDTECH 680            0x0680  SiI0680
1.514     thorpej  1603: product CMDTECH 3112           0x3112  SiI3112 SATALink
1.603     thorpej  1604: product CMDTECH 3114           0x3114  SiI3114 SATALink
1.604     thorpej  1605: product CMDTECH 3124           0x3124  SiI3124 SATALink
1.759     christos 1606: product CMDTECH 3132           0x3132  SiI3132 SATALink
1.901     jnemeth  1607: product CMDTECH 3512           0x3512  SiI3512 SATALink
                   1608: product CMDTECH 3531           0x3531  SiI3531 SATALink
1.181     drochner 1609:
                   1610: /* C-Media products */
1.210     augustss 1611: product CMEDIA CMI8338A                0x0100  CMI8338A PCI Audio Device
                   1612: product CMEDIA CMI8338B                0x0101  CMI8338B PCI Audio Device
1.181     drochner 1613: product CMEDIA CMI8738         0x0111  CMI8738/C3DX PCI Audio Device
1.300     tshiozak 1614: product CMEDIA CMI8738B                0x0112  CMI8738B PCI Audio Device
1.181     drochner 1615: product CMEDIA HSP56           0x0211  HSP56 Audiomodem Riser
                   1616:
1.24      tls      1617: /* Cogent Data Technologies products */
1.374     soren    1618: product COGENT EM110TX         0x1400  EX110TX PCI Fast Ethernet Adapter
                   1619:
                   1620: /* Cologne Chip Designs */
                   1621: product COLOGNECHIP HFC                0x2bd0  HFC-S
1.288     rh       1622:
                   1623: /* COMPAL products */
1.641     mycroft  1624: product COMPAL 38W2            0x0011  38W2 OEM Notebook
1.24      tls      1625:
                   1626: /* Compaq products */
1.541     christos 1627: product COMPAQ PCI_EISA_BRIDGE 0x0001  PCI-EISA Bridge
1.24      tls      1628: product COMPAQ PCI_ISA_BRIDGE  0x0002  PCI-ISA Bridge
                   1629: product COMPAQ TRIFLEX1                0x1000  Triflex Host-PCI Bridge
                   1630: product COMPAQ TRIFLEX2                0x2000  Triflex Host-PCI Bridge
1.541     christos 1631: product COMPAQ QVISION_V0      0x3032  QVision
                   1632: product COMPAQ QVISION_1280P   0x3033  QVision 1280/p
                   1633: product COMPAQ QVISION_V2      0x3034  QVision
1.24      tls      1634: product COMPAQ TRIFLEX4                0x4000  Triflex Host-PCI Bridge
1.372     ad       1635: product COMPAQ CSA5300         0x4070  Smart Array 5300
                   1636: product COMPAQ CSA5i           0x4080  Smart Array 5i
                   1637: product COMPAQ CSA532          0x4082  Smart Array 532
1.776     he       1638: product COMPAQ CSA5312         0x4083  Smart Array 5312
                   1639: product COMPAQ CSA6i           0x4091  Smart Array 6i
                   1640: product COMPAQ CSA641          0x409a  Smart Array 641
                   1641: product COMPAQ CSA642          0x409b  Smart Array 642
                   1642: product COMPAQ CSA6400         0x409c  Smart Array 6400
                   1643: product COMPAQ CSA6400EM       0x409d  Smart Array 6400 EM
                   1644: product COMPAQ CSA6422         0x409e  Smart Array 6422
                   1645: product COMPAQ CSA64XX         0x0046  Smart Array 64xx
1.61      augustss 1646: product COMPAQ USB             0x7020  USB Controller
1.769     dogcow   1647: product COMPAQ ASMC            0xa0f0  Advanced Systems Management Controller
1.313     minoura  1648: /* MediaGX Cx55x0 built-in OHCI seems to have this ID */
                   1649: product COMPAQ USB_MEDIAGX     0xa0f8  USB Controller
1.201     ad       1650: product COMPAQ SMART2P         0xae10  SMART2P RAID
1.38      bouyer   1651: product COMPAQ N100TX          0xae32  Netelligent 10/100 TX
1.706     bouyer   1652: product COMPAQ N10T2           0xb012  Netelligent 10 T/2 UTP/Coax
1.628     bouyer   1653: product COMPAQ INT100TX                0xb030  Integrated Netelligent 10/100 TX
1.61      augustss 1654: product COMPAQ N10T            0xae34  Netelligent 10 T
1.38      bouyer   1655: product COMPAQ IntNF3P         0xae35  Integrated NetFlex 3/P
1.173     thorpej  1656: product COMPAQ DPNet100TX      0xae40  Dual Port Netelligent 10/100 TX
1.38      bouyer   1657: product COMPAQ IntPL100TX      0xae43  ProLiant Integrated Netelligent 10/100 TX
                   1658: product COMPAQ DP4000          0xb011  Deskpro 4000 5233MMX
1.966     matt     1659: product COMPAQ CSA5300_2       0xb060  Smart Array 5300 rev. 2
1.757     christos 1660: product COMPAQ PRESARIO56XX    0xb0b8  Presario 56xx
1.294     rh       1661: product COMPAQ M700            0xb112  Armada M700
1.966     matt     1662: product COMPAQ CSA5i_2         0xb178  Smart Array 5i/532 rev. 2
1.38      bouyer   1663: product COMPAQ NF3P_BNC                0xf150  NetFlex 3/P w/ BNC
1.61      augustss 1664: product COMPAQ NF3P            0xf130  NetFlex 3/P
1.12      cgd      1665:
1.59      thorpej  1666: /* Compex products - XXX better descriptions */
                   1667: product COMPEX NE2KETHER       0x1401  Ethernet
1.105     thorpej  1668: product COMPEX RL100ATX                0x2011  RL100-ATX 10/100 Ethernet
1.153     thorpej  1669: product COMPEX RL100TX         0x9881  RL100-TX 10/100 Ethernet
1.59      thorpej  1670:
1.775     chs      1671: /* Comtrol products */
1.966     matt     1672: product COMTROL ROCKETPORT32EXT        0x0001  RocketPort 32 Port External
                   1673: product COMTROL ROCKETPORT8EXT 0x0002  RocketPort 8 Port External
                   1674: product COMTROL ROCKETPORT16EXT        0x0003  RocketPort 16 Port External
                   1675: product COMTROL ROCKETPORT4QUAD        0x0004  RocketPort 4 Port w/ Quad Cable
                   1676: product COMTROL ROCKETPORT8OCTA        0x0005  RocketPort 8 Port w/ Octa Cable
                   1677: product COMTROL ROCKETPORT8RJ  0x0006  RocketPort 8 Port w/ RJ11s
                   1678: product COMTROL ROCKETPORT4RJ  0x0007  RocketPort 4 Port w/ RJ11s
                   1679: product COMTROL ROCKETPORT8DB  0x0008  RocketPort 8 Port w/ DB78
                   1680: product COMTROL ROCKETPORT16DB 0x0009  RocketPort 16 Port w/ DB78
                   1681: product COMTROL ROCKETPORTP4   0x000a  RocketPort Plus 4 Port
                   1682: product COMTROL ROCKETPORTP8   0x000b  RocketPort Plus 8 Port
                   1683: product COMTROL ROCKETMODEM6   0x000c  RocketModem 6 Port
                   1684: product COMTROL ROCKETMODEM4   0x000d  RocketModem 4 Port
                   1685: product COMTROL ROCKETPORTP232 0x000e  RocketPort 2 Port RS232
                   1686: product COMTROL ROCKETPORTP422 0x000f  RocketPort 2 Port RS422
1.775     chs      1687:
1.548     simonb   1688: /* Conexant Systems products */
1.195     jdolecek 1689: product CONEXANT SOFTK56       0x2443  SoftK56 PCI Software Modem
1.413     abs      1690: product CONEXANT 56KFAXMODEM   0x1085  HW 56K Fax Modem
1.869     jmcneill 1691: product CONEXANT LANFINITY     0x1803  LANfinity MiniPCI 10/100 Ethernet
                   1692: product CONEXANT CX2388X       0x8800  CX23880/1/2/3 PCI Video/Audio Decoder
                   1693: product CONEXANT CX2388XAUDIO  0x8801  CX23880/1/2/3 PCI Audio Port
                   1694: product CONEXANT CX2388XMPEG   0x8802  CX23880/1/2/3 PCI MPEG Port
                   1695: product CONEXANT CX2388XIR     0x8804  CX23880/1/2/3 PCI IR Port
1.195     jdolecek 1696:
1.12      cgd      1697: /* Contaq Microsystems products */
1.24      tls      1698: product CONTAQ 82C599          0x0600  82C599 PCI-VLB Bridge
1.55      thorpej  1699: product CONTAQ 82C693          0xc693  82C693 PCI-ISA Bridge
1.24      tls      1700:
1.639     mycroft  1701: /* Corega products */
                   1702: product COREGA CB_TXD          0xa117  FEther CB-TXD 10/100 Ethernet
                   1703: product COREGA 2CB_TXD         0xa11e  FEther II CB-TXD 10/100 Ethernet
1.709     martin   1704: product COREGA LAPCIGT         0xc107  CG-LAPCIGT
1.639     mycroft  1705:
1.24      tls      1706: /* Corollary Products */
                   1707: product COROLLARY CBUSII_PCIB  0x0014  \"C-Bus II\"-PCI Bridge
1.164     augustss 1708:
                   1709: /* Creative Labs products */
                   1710: product CREATIVELABS SBLIVE    0x0002  SBLive! EMU 10000
1.627     christos 1711: product CREATIVELABS AUDIGY    0x0004  SB Audigy EMU 10000
1.618     martti   1712: product CREATIVELABS SBLIVE2   0x0006  SBLive! EMU 10000
1.612     gavan    1713: product CREATIVELABS SBAUDIGYLS        0x0007  SB Audigy LS
1.784     gdamore  1714: product        CREATIVELABS SBAUDIGY4  0x0008  SB Audigy 4
1.170     augustss 1715: product CREATIVELABS SBJOY     0x7002  PCI Gameport Joystick
1.618     martti   1716: product CREATIVELABS SBJOY2    0x7004  PCI Gameport Joystick
1.212     augustss 1717: product CREATIVELABS EV1938    0x8938  Ectiva 1938
1.24      tls      1718:
                   1719: /* Cyclades products */
                   1720: product CYCLADES CYCLOMY_1     0x0100  Cyclom-Y below 1M
                   1721: product CYCLADES CYCLOMY_2     0x0101  Cyclom-Y above 1M
1.172     drochner 1722: product CYCLADES CYCLOM4Y_1    0x0102  Cyclom-4Y below 1M
                   1723: product CYCLADES CYCLOM4Y_2    0x0103  Cyclom-4Y above 1M
                   1724: product CYCLADES CYCLOM8Y_1    0x0104  Cyclom-8Y below 1M
                   1725: product CYCLADES CYCLOM8Y_2    0x0105  Cyclom-8Y above 1M
1.24      tls      1726: product CYCLADES CYCLOMZ_1     0x0200  Cyclom-Z below 1M
                   1727: product CYCLADES CYCLOMZ_2     0x0201  Cyclom-Z above 1M
1.368     thorpej  1728:
                   1729: /* Cyclone Microsystems products */
                   1730: product CYCLONE PCI_700                0x0700  IQ80310 (PCI-700)
1.313     minoura  1731:
                   1732: /* Cyrix (now National) products */
                   1733: product CYRIX MEDIAGX_PCHB     0x0001  MediaGX Built-in PCI Host Controller
                   1734: product CYRIX CX5520_PCIB      0x0002  Cx5520 I/O Companion
1.966     matt     1735: product CYRIX CX5530_PCIB      0x0100  Cx5530 I/O Companion Multi-Function South Bridge
1.313     minoura  1736: product CYRIX CX5530_SMI       0x0101  Cx5530 I/O Companion (SMI Status and ACPI Timer)
                   1737: product CYRIX CX5530_IDE       0x0102  Cx5530 I/O Companion (IDE Controller)
                   1738: product CYRIX CX5530_AUDIO     0x0103  Cx5530 I/O Companion (XpressAUDIO)
                   1739: product CYRIX CX5530_VIDEO     0x0104  Cx5530 I/O Companion (Video Controller)
1.152     thorpej  1740:
1.833     heas     1741: /* Datum Inc. Bancomm-Timing Division products */
                   1742: product DATUM BC635PCI_U       0x4013  BC635PCI-U TC & FREQ. Processor
                   1743:
1.152     thorpej  1744: /* Davicom Semiconductor products */
1.641     mycroft  1745: product DAVICOM DM9102 0x9102  DM9102 10/100 Ethernet
1.1       cgd      1746:
                   1747: /* DEC products */
1.641     mycroft  1748: product DEC 21050      0x0001  DC21050 PCI-PCI Bridge
                   1749: product DEC 21040      0x0002  DC21040 (\"Tulip\") Ethernet
                   1750: product DEC 21030      0x0004  DC21030 (\"TGA\")
1.4       cgd      1751: product DEC NVRAM      0x0007  Zephyr NV-RAM
                   1752: product DEC KZPSA      0x0008  KZPSA
1.641     mycroft  1753: product DEC 21140      0x0009  DC21140 (\"FasterNet\") 10/100 Ethernet
1.14      cgd      1754: product DEC PBXGB      0x000d  TGA2
1.4       cgd      1755: product DEC DEFPA      0x000f  DEFPA
                   1756: /* product DEC ???     0x0010  ??? VME Interface */
1.641     mycroft  1757: product DEC 21041      0x0014  DC21041 (\"Tulip Plus\") Ethernet
1.14      cgd      1758: product DEC DGLPB      0x0016  DGLPB (\"OPPO\")
1.641     mycroft  1759: product DEC 21142      0x0019  DC21142/21143 10/100 Ethernet
                   1760: product DEC 21052      0x0021  DC21052 PCI-PCI Bridge
                   1761: product DEC 21150      0x0022  DC21150 PCI-PCI Bridge
                   1762: product DEC 21152      0x0024  DC21152 PCI-PCI Bridge
                   1763: product DEC 21153      0x0025  DC21153 PCI-PCI Bridge
                   1764: product DEC 21154      0x0026  DC21154 PCI-PCI Bridge
                   1765: product DEC 21554      0x0046  DC21554 PCI-PCI Bridge
1.285     thorpej  1766: product DEC SWXCR      0x1065  SWXCR RAID
1.132     drochner 1767:
1.415     ad       1768: /* Dell Computer products */
                   1769: product DELL PERC_2SI          0x0001  PERC 2/Si
                   1770: product DELL PERC_3DI          0x0002  PERC 3/Di
                   1771: product DELL PERC_3SI          0x0003  PERC 3/Si
                   1772: product DELL PERC_3SI_2                0x0004  PERC 3/Si
                   1773: product DELL PERC_3DI_2                0x0008  PERC 3/Di
1.459     ad       1774: product DELL PERC_3DI_3                0x000a  PERC 3/Di
1.583     martti   1775: product DELL PERC_4DI          0x000e  PERC 4/Di
                   1776: product DELL PERC_4DI_2                0x000f  PERC 4/Di
1.657     martti   1777: product DELL PERC_4ESI         0x0013  PERC 4e/Si
1.857     bouyer   1778: product DELL PERC_5            0x0015  PERC 5
1.931     xtraeme  1779: product DELL PERC_6            0x0060  PERC 6
1.415     ad       1780: product DELL PERC_3DI_2_SUB    0x00cf  PERC 3/Di
                   1781: product DELL PERC_3SI_2_SUB    0x00d0  PERC 3/Si
                   1782: product DELL PERC_3DI_SUB2     0x00d1  PERC 3/Di
                   1783: product DELL PERC_3DI_SUB3     0x00d9  PERC 3/Di
1.459     ad       1784: product DELL PERC_3DI_3_SUB    0x0106  PERC 3/Di
                   1785: product DELL PERC_3DI_3_SUB2   0x011b  PERC 3/Di
                   1786: product DELL PERC_3DI_3_SUB3   0x0121  PERC 3/Di
1.845     martti   1787: product DELL PERC_5_1          0x1f01  PERC 5/e
                   1788: product DELL PERC_5_2          0x1f02  PERC 5/i
1.705     martti   1789: product DELL CERC_1_5          0x0291  CERC SATA RAID 1.5/6ch
1.415     ad       1790:
1.132     drochner 1791: /* Delta products */
                   1792: product DELTA 8139     0x1360  8139 Ethernet
1.743     xtraeme  1793: product DELTA RHINEII  0x1320  Rhine II 10/100 Ethernet
1.4       cgd      1794:
                   1795: /* Diamond products */
1.24      tls      1796: product DIAMOND VIPER  0x9001  Viper/PCI
1.4       cgd      1797:
1.934     riz      1798: /* Digi International Products */
                   1799: product DIGI NEO4      0x00b0  Neo 4-port
                   1800: product DIGI NEO8      0x00b1  Neo 8-port
                   1801:
1.158     thorpej  1802: /* D-Link Systems products */
1.336     thorpej  1803: product DLINK DL1002           0x1002  DL-1002 10/100 Ethernet
1.326     tron     1804: product DLINK DFE530TXPLUS     0x1300  DFE-530TXPLUS 10/100 Ethernet
1.639     mycroft  1805: product DLINK DFE690TXD                0x1340  DFE-690TXD 10/100 Ethernet
1.790     martin   1806: product        DLINK DWL610            0x3300  DWL-610 802.11b WLAN
1.336     thorpej  1807: product DLINK DL4000           0x4000  DL-4000 Gigabit Ethernet
1.866     msaitoh  1808: product DLINK DGE550SX         0x4001  DGE-550SX
1.710     cube     1809: product DLINK DGE528T          0x4300  DGE-528T Gigabit Ethernet
1.788     riz      1810: product DLINK DGE560T          0x4b00  DGE-560T Gigabit Ethernet
                   1811: product DLINK DGE560T_2                0x4b01  DGE-560T_2 Gigabit Ethernet
1.866     msaitoh  1812: product DLINK DGE560SX         0x4b02  DGE-560SX
1.602     tls      1813: product DLINK DGE530T          0x4c00  DGE-530T Gigabit Ethernet
1.158     thorpej  1814:
1.12      cgd      1815: /* Distributed Processing Technology products */
1.348     ad       1816: product DPT SC_RAID    0xa400  SmartCache/SmartRAID (EATA)
1.541     christos 1817: product DPT I960_PPB   0xa500  PCI-PCI Bridge
1.203     ad       1818: product DPT RAID_I2O   0xa501  SmartRAID (I2O)
1.485     ad       1819: product DPT RAID_2005S 0xa511  Zero Channel SmartRAID (I2O)
1.203     ad       1820: product DPT MEMCTLR    0x1012  Memory Controller
1.12      cgd      1821:
1.33      drochner 1822: /* Dolphin products */
1.775     chs      1823: product DOLPHIN PCISCI32       0x0658  PCI-SCI Bridge (32-bit, 33 MHz)
                   1824: product DOLPHIN PCISCI64       0xd665  PCI-SCI Bridge (64-bit, 33 MHz)
                   1825: product DOLPHIN PCISCI66       0xd667  PCI-SCI Bridge (64-bit, 66 MHz)
1.169     is       1826:
                   1827: /* Domex products */
                   1828: product DOMEX PCISCSI  0x0001  DMX-3191D
1.108     drochner 1829:
1.470     pooka    1830: /* Dynalink products */
1.641     mycroft  1831: product DYNALINK IS64PH                0x1702  IS64PH ISDN Adapter
1.470     pooka    1832:
1.108     drochner 1833: /* ELSA products */
1.966     matt     1834: product ELSA   QS1PCI          0x1000  QuickStep 1000 ISDN Card
1.610     chs      1835: product ELSA   GLORIAXL        0x8901  Gloria XL 1624
1.33      drochner 1836:
1.24      tls      1837: /* Emulex products */
1.966     matt     1838: product EMULEX LP6000  0x1ae5  LP6000 FibreChannel Adapter
                   1839: product EMULEX LP982   0xf098  LP982 FibreChannel Adapter
                   1840: product EMULEX LP7000  0xf700  LP7000 FibreChannel Adapter
                   1841: product EMULEX LP8000  0xf800  LP8000 FibreChannel Adapter
                   1842: product EMULEX LP9000  0xf900  LP9000 FibreChannel Adapter
                   1843: product EMULEX LP9802  0xf980  LP9802 FibreChannel Adapter
1.39      mycroft  1844:
1.665     junyoung 1845: /* ENE Technology products */
1.697     uwe      1846: product ENE MCR510     0x0510  MCR510 PCI Memory Card Reader Controller
1.642     mycroft  1847: product ENE CB1211     0x1211  CB1211 CardBus Controller
                   1848: product ENE CB1225     0x1225  CB1225 CardBus Controller
                   1849: product ENE CB1410     0x1410  CB1410 CardBus Controller
1.697     uwe      1850: product ENE CB710      0x1411  CB710 CardBus Controller
1.642     mycroft  1851: product ENE CB1420     0x1420  CB1420 CardBus Controller
1.697     uwe      1852: product ENE CB720      0x1421  CB720 CardBus Controller
1.478     kent     1853:
1.39      mycroft  1854: /* Ensoniq products */
                   1855: product ENSONIQ AUDIOPCI       0x5000  AudioPCI
1.112     mycroft  1856: product ENSONIQ AUDIOPCI97     0x1371  AudioPCI 97
1.212     augustss 1857: product ENSONIQ CT5880         0x5880  CT5880
1.29      kml      1858:
1.590     chs      1859: /* Equinox Systems product */
1.966     matt     1860: product EQUINOX SST64P         0x0808  SST-64P Adapter
                   1861: product EQUINOX SST128P                0x1010  SST-128P Adapter
                   1862: product EQUINOX SST16P_1       0x80c0  SST-16P Adapter
                   1863: product EQUINOX SST16P_2       0x80c4  SST-16P Adapter
                   1864: product EQUINOX SST16P_3       0x80c8  SST-16P Adapter
                   1865: product EQUINOX SST4P          0x8888  SST-4P Adapter
                   1866: product EQUINOX SST8P          0x9090  SST-8P Adapter
1.590     chs      1867:
1.29      kml      1868: /* Essential Communications products */
                   1869: product ESSENTIAL RR_HIPPI     0x0001  RoadRunner HIPPI Interface
                   1870: product ESSENTIAL RR_GIGE      0x0005  RoadRunner Gig-E Interface
1.66      augustss 1871:
1.665     junyoung 1872: /* ESS Technology products */
1.225     kleink   1873: product ESSTECH        MAESTRO1        0x0100  Maestro 1 PCI Audio Accelerator
                   1874: product ESSTECH        MAESTRO2        0x1968  Maestro 2 PCI Audio Accelerator
1.134     kleink   1875: product ESSTECH        SOLO1           0x1969  Solo-1 PCI AudioDrive
1.225     kleink   1876: product ESSTECH        MAESTRO2E       0x1978  Maestro 2E PCI Audio Accelerator
1.353     pooka    1877: product ESSTECH        ALLEGRO1        0x1988  Allegro-1 PCI Audio Accelerator
1.226     kleink   1878: product ESSTECH        MAESTRO3        0x1998  Maestro 3 PCI Audio Accelerator
1.227     kleink   1879: product ESSTECH        MAESTRO3MODEM   0x1999  Maestro 3 Modem
1.352     pooka    1880: product ESSTECH MAESTRO3_2     0x199a  Maestro 3 PCI Audio Accelerator
1.244     ad       1881:
1.665     junyoung 1882: /* ESS Technology products */
1.244     ad       1883: product ESSTECH2 MAESTRO1      0x0100  Maestro 1 PCI Audio Accelerator
1.80      mark     1884:
1.381     augustss 1885: /* Eumitcom products */
1.390     ichiro   1886: product EUMITCOM WL11000P      0x1100  WL11000P PCI WaveLAN/IEEE 802.11
1.381     augustss 1887:
1.665     junyoung 1888: /* O2 Micro */
1.823     christos 1889: product O2MICRO 00F7           0x00f7  Integrated OHCI IEEE 1394 Host Controller
1.460     soren    1890: product O2MICRO OZ6729         0x6729  OZ6729 PCI-PCMCIA Bridge
                   1891: product O2MICRO OZ6730         0x673A  OZ6730 PCI-PCMCIA Bridge
                   1892: product O2MICRO OZ6832         0x6832  OZ6832/OZ6833 PCI-CardBus Bridge
1.642     mycroft  1893: product O2MICRO OZ6836         0x6836  OZ6836/OZ6860 PCI-CardBus Bridge
                   1894: product O2MICRO OZ6872         0x6872  OZ6812/OZ6872 PCI-CardBus Bridge
                   1895: product O2MICRO OZ6922         0x6925  OZ6922 PCI-CardBus Bridge
                   1896: product O2MICRO OZ6933         0x6933  OZ6933 PCI-CardBus Bridge
                   1897: product O2MICRO OZ6972         0x6972  OZ6912/OZ6972 PCI-CardBus Bridge
1.823     christos 1898: product O2MICRO 7120           0x7120  Integrated MMC/SD Controller
                   1899: product O2MICRO 7130           0x7130  Integrated MS/xD/SM Controller
1.945     dyoung   1900: product O2MICRO 7223           0x7223  OZ711E0 PCI-CardBus Bridge
1.24      tls      1901:
                   1902: /* Evans & Sutherland products */
                   1903: product ES FREEDOM     0x0001  Freedom PCI-GBus Interface
                   1904:
1.773     hamajima 1905: /* EXAR products */
                   1906: product EXAR XR17D152  0x0152  dual-channel Universal PCI UART
                   1907: product EXAR XR17D154  0x0154  quad-channel Universal PCI UART
                   1908: product EXAR XR17D158  0x0158  octal-channel Universal PCI UART
                   1909:
1.4       cgd      1910: /* FORE products */
                   1911: product FORE PCA200    0x0210  ATM PCA-200
1.13      cgd      1912: product FORE PCA200E   0x0300  ATM PCA-200e
1.162     augustss 1913:
                   1914: /* Forte Media products */
1.641     mycroft  1915: product FORTEMEDIA     FM801   0x0801  801 Sound
1.518     kent     1916: product FORTEMEDIA     PCIJOY  0x0802  PCI Gameport Joystick
1.11      chuck    1917:
1.12      cgd      1918: /* Future Domain products */
                   1919: product FUTUREDOMAIN TMC_18C30 0x0000  TMC-18C30 (36C70)
1.355     drochner 1920:
                   1921: /* FZ Juelich / ZEL products */
1.966     matt     1922: product FZJZEL GIGALINK        0x0001  Gigabit Link / STR1100
                   1923: product FZJZEL PLXHOTLINK      0x0002  HOTlink Interface
1.431     drochner 1924: product FZJZEL COUNTTIME       0x0003  Counter / Timer
1.966     matt     1925: product FZJZEL PLXCAMAC        0x0004  CAMAC Controller
                   1926: product FZJZEL PROFIBUS        0x0005  PROFIBUS Interface
                   1927: product FZJZEL AMCCHOTLINK     0x0006  old HOTlink Interface
1.12      cgd      1928:
                   1929: /* Efficient Networks products */
1.26      chuck    1930: product EFFICIENTNETS ENI155PF 0x0000  155P-MF1 ATM (FPGA)
                   1931: product EFFICIENTNETS ENI155PA 0x0002  155P-MF1 ATM (ASIC)
1.155     soren    1932: product EFFICIENTNETS ENI25P   0x0003  SpeedStream ENI-25p
                   1933: product EFFICIENTNETS SS3000   0x0005  SpeedStream 3000
1.176     soren    1934:
1.820     riz      1935: /* Marvell products */
                   1936: product MARVELL GT64010A       0x0146  GT-64010A System Controller
1.822     riz      1937: product MARVELL 88W8300_1      0x1fa6  Libertas 88W8300
                   1938: product MARVELL 88W8310                0x1fa7  Libertas 88W8310
                   1939: product MARVELL 88W8335_1      0x1faa  Libertas 88W8335
                   1940: product MARVELL 88W8335_2      0x1fab  Libertas 88W8335
                   1941: product MARVELL        88W8300_2       0x2a01  Libertas 88W8300
1.820     riz      1942: product MARVELL        GT64115         0x4111  GT-64115 System Controller
                   1943: product MARVELL        GT64011         0x4146  GT-64011 System Controller
                   1944: product MARVELL        SKNET           0x4320  SK-NET Gigabit Ethernet
1.822     riz      1945: product MARVELL YUKONII_8021CU 0x4340  Yukon-II 88E8021CU
                   1946: product MARVELL YUKONII_8022CU 0x4341  Yukon-II 88E8022CU
                   1947: product MARVELL YUKONII_8061CU 0x4342  Yukon-II 88E8061CU
                   1948: product MARVELL YUKONII_8062CU 0x4343  Yukon-II 88E8062CU
                   1949: product MARVELL YUKONII_8021X  0x4344  Yukon-II 88E8021X
                   1950: product MARVELL YUKONII_8022X  0x4345  Yukon-II 88E8022X
                   1951: product MARVELL YUKONII_8061X  0x4346  Yukon-II 88E8061X
                   1952: product MARVELL YUKONII_8062X  0x4347  Yukon-II 88E8062X
                   1953: product MARVELL YUKON_8035     0x4350  Yukon 88E8035
                   1954: product MARVELL YUKON_8036     0x4351  Yukon 88E8036
                   1955: product MARVELL YUKON_8038     0x4352  Yukon 88E8038
1.866     msaitoh  1956: product MARVELL YUKON_8039     0x4353  Yukon 88E8039
                   1957: product MARVELL YUKON_C033     0x4356  Yukon 88EC033
1.822     riz      1958: product MARVELL YUKON_8052     0x4360  Yukon 88E8052
                   1959: product MARVELL YUKON_8050     0x4361  Yukon 88E8050
                   1960: product MARVELL YUKON_8053     0x4362  Yukon 88E8053
1.866     msaitoh  1961: product MARVELL YUKON_8055     0x4363  Yukon 88E8055
                   1962: product MARVELL YUKON_8056     0x4364  Yukon 88E8056
                   1963: product MARVELL YUKON_1                0x4365  Yukon
                   1964: product MARVELL YUKON_C036     0x4366  Yukon 88EC036
                   1965: product MARVELL YUKON_C032     0x4367  Yukon 88EC032
                   1966: product MARVELL YUKON_C034     0x4368  Yukon 88EC034
                   1967: product MARVELL YUKON_C042     0x4369  Yukon 88EC042
1.915     manu     1968: product MARVELL YUKON_C055     0x436a  Yukon 88EC055
1.820     riz      1969: product MARVELL        GT64120         0x4620  GT-64120 System Controller
                   1970: product MARVELL        BELKIN          0x5005  Belkin Gigabit Ethernet
1.822     riz      1971: product MARVELL 88SX5040       0x5040  88SX5040 SATA
                   1972: product MARVELL 88SX5041       0x5041  88SX5041 SATA
                   1973: product MARVELL 88SX5080       0x5080  88SX5080 SATA
                   1974: product MARVELL 88SX5081       0x5081  88SX5081 SATA
                   1975: product MARVELL 88SX6041       0x6041  88SX6041 SATA
                   1976: product MARVELL 88SX6081       0x6081  88SX6041 SATA
1.966     matt     1977: product MARVELL 88SE6101       0x6101  88SE6101 Single Port PATA133 Controller
1.890     jnemeth  1978: product MARVELL 88SE6121       0x6121  88SE6121 SATA II Controller
                   1979: product MARVELL 88SE614X       0x6141  88SE614X SATA II PCI-E Controller
                   1980: product MARVELL 88SE6145       0x6145  88SE6145 SATA II PCI-E Controller
1.820     riz      1981: product MARVELL        GT64130         0x6320  GT-64130 System Controller
                   1982: product MARVELL        GT64260         0x6430  GT-64260 System Controller
                   1983: product MARVELL        GT64360         0x6460  MV6436x System Controller
1.379     augustss 1984:
1.381     augustss 1985: /* Global Sun Tech products */
1.390     ichiro   1986: product GLOBALSUN GL24110P     0x1101  GL24110P PCI IEEE 802.11b
                   1987: product GLOBALSUN GL24110P02   0x1102  GL24110P PCI IEEE 802.11b
1.381     augustss 1988:
1.379     augustss 1989: /* Guillemot products */
                   1990: product GUILLEMOT MAXIRADIO    0x1001  MAXIRADIO
1.423     augustss 1991:
1.639     mycroft  1992: /* Hawking products */
                   1993: product HAWKING PN672TX                0xab08  PN672TX 10/100 Ethernet
                   1994:
1.423     augustss 1995: /* Heuricon products */
                   1996: product HEURICON PMPPC         0x000e  PM/PPC
1.12      cgd      1997:
                   1998: /* Hewlett-Packard products */
1.415     ad       1999: product HP A4977A              0x1005  A4977A Visualize EG
1.966     matt     2000: product HP TACHYON_TL          0x1028  Tachyon TL FC Controller
                   2001: product HP TACHYON_TS          0x102A  Tachyon TS FC Controller
                   2002: product HP TACHYON_XL2         0x1030  Tachyon XL2 FC Controller
1.415     ad       2003: product HP J2585A              0x1030  J2585A
                   2004: product HP J2585B              0x1031  J2585B
                   2005: product HP 82557B              0x1200  82557B 10/100 NIC
                   2006: product HP NETRAID_4M          0x10c2  NetRaid-4M
1.15      cgd      2007:
1.776     he       2008: product HP HPSAV100            0x3210  Smart Array V100
                   2009: product HP HPSAE200I_1         0x3211  Smart Array E200i
                   2010: product HP HPSAE200            0x3212  Smart Array E200
                   2011: product HP HPSAE200I_2         0x3213  Smart Array E200i
                   2012: product HP HPSAE200I_3         0x3214  Smart Array E200i
                   2013: product HP HPSAE200I_4         0x3215  Smart Array E200i
                   2014: product HP HPSA_1              0x3220  Smart Array
                   2015: product HP HPSA_2              0x3222  Smart Array
                   2016: product HP HPSAP800            0x3223  Smart Array P600
                   2017: product HP HPSAP600            0x3225  Smart Array P600
                   2018: product HP HPSA_3              0x3230  Smart Array
                   2019: product HP HPSA_4              0x3231  Smart Array
                   2020: product HP HPSA_5              0x3232  Smart Array
                   2021: product HP HPSA_6              0x3233  Smart Array
                   2022: product HP HPSAP400            0x3234  Smart Array P400
                   2023: product HP HPSAP400I           0x3235  Smart Array P400i
                   2024: product HP HPSA_7              0x3236  Smart Array
                   2025: product HP HPSA_8              0x3237  Smart Array
                   2026: product HP HPSA_9              0x3238  Smart Array
                   2027: product HP HPSA_10             0x3239  Smart Array
                   2028: product HP HPSA_11             0x323a  Smart Array
                   2029: product HP HPSA_12             0x323b  Smart Array
                   2030: product HP HPSA_13             0x323c  Smart Array
                   2031:
1.573     thorpej  2032: /* Hifn products */
1.264     itojun   2033: product HIFN 7751      0x0005  7751
                   2034: product HIFN 6500      0x0006  6500
1.351     soren    2035: product HIFN 7811      0x0007  7811
                   2036: product HIFN 7951      0x0012  7951
1.581     jonathan 2037: product HIFN 7955      0x0020  7954/7955
                   2038: product HIFN 7956      0x001d  7956
1.573     thorpej  2039: product HIFN 78XX      0x0014  7814/7851/7854
                   2040: product HIFN 8065      0x0016  8065
                   2041: product HIFN 8165      0x0017  8165
                   2042: product HIFN 8154      0x0018  8154
1.398     tsutsui  2043:
                   2044: /* HiNT products */
                   2045: product HINT HB1       0x0021  HB1 PCI-PCI Bridge
1.456     augustss 2046: product HINT HB4       0x0022  HB4 PCI-PCI Bridge
1.264     itojun   2047:
1.639     mycroft  2048: /* Hitachi products */
                   2049: product HITACHI SWC    0x0101  MSVCC01/02/03/04 Video Capture Cards
1.716     nonaka   2050: product HITACHI SH7751 0x3505  SH7751 PCI Controller
                   2051: product HITACHI SH7751R        0x350e  SH7751R PCI Controller
1.639     mycroft  2052:
1.15      cgd      2053: /* IBM products */
1.141     soren    2054: product IBM MCABRIDGE  0x0002  MCA Bridge
                   2055: product IBM ALTALITE   0x0005  CPU Bridge - Alta Lite
                   2056: product IBM ALTAMP     0x0007  CPU Bridge - Alta MP
1.966     matt     2057: product IBM ISABRIDGE  0x000a  Fire Coral ISA Bridge w/ PnP
1.904     garbled  2058: product IBM POWERWAVE  0x0013  PowerWave Graphics Adapter
                   2059: product IBM IDAHO      0x0015  Idaho PCI Bridge
1.141     soren    2060: product IBM CPUBRIDGE  0x0017  CPU Bridge
                   2061: product IBM LANSTREAMER        0x0018  Auto LANStreamer
                   2062: product IBM GXT150P    0x001b  GXT-150P 2D Accelerator
1.904     garbled  2063: product IBM CARRERA    0x001c  Carrera PCI Bridge
                   2064: product IBM 82G2675    0x001d  82G2675 SCSI-2 Fast Controller
1.141     soren    2065: product IBM MCABRIDGE2 0x0020  MCA Bridge
1.15      cgd      2066: product IBM 82351      0x0022  82351 PCI-PCI Bridge
1.904     garbled  2067: product IBM MONNAV     0x002c  Montana/Nevada PCI Bridge and Memory Controller
                   2068: product IBM PYTHON     0x002d  Python PCI-PCI Bridge
1.926     tnn      2069: product IBM SERVERAID  0x002e  ServeRAID (copperhead)
1.904     garbled  2070: product IBM GXT250P    0x003c  GXT-250P Graphics Adapter
1.817     jnemeth  2071: product IBM OLYMPIC    0x003e  16/4 Token Ring
1.141     soren    2072: product IBM MIAMI      0x0036  Miami/PCI
1.405     kleink   2073: product IBM 82660      0x0037  82660 PowerPC to PCI Bridge and Memory Controller
1.421     nonaka   2074: product IBM MPIC       0x0046  MPIC
1.141     soren    2075: product IBM TURBOWAYS25        0x0053  Turboways 25 ATM
1.904     garbled  2076: product IBM GXT500P    0x0054  GXT-500P/GXT550P Graphics Adapter
                   2077: product IBM I82557B    0x005c  i82557B 10/100 Ethernet
                   2078: product IBM GXT800P    0x005e  GXT-800P Graphics Adapter
                   2079: product IBM EADSPCI    0x008b  EADS PCI-PCI Bridge
                   2080: product IBM GXT3000P   0x008e  GXT-3000P Graphics Adapter
                   2081: product IBM GXT3000P2  0x0090  GXT-3000P Graphics Adapter(2)
                   2082: product IBM GXT2000P   0x00b8  GXT-2000P Graphics Adapter
1.817     jnemeth  2083: product IBM OLYMPIC2   0x00ce  Olympic 2 Token Ring
1.904     garbled  2084: product IBM CPC71064   0x00fc  CPC710 Dual Bridge and Memory Controller (PCI64)
                   2085: product IBM CPC71032   0x0105  CPC710 Dual Bridge and Memory Controller (PCI32)
1.815     jmcneill 2086: product IBM TPAUDIO    0x0153  ThinkPad 600X/A20/T20/T22 Audio
1.361     simonb   2087: product IBM 405GP      0x0156  PPC 405GP PCI Bridge
1.904     garbled  2088: product IBM GXT4000P   0x016e  GXT-4000P Graphics Adapter
                   2089: product IBM GXT6000P   0x0170  GXT-6000P Graphics Adapter
                   2090: product IBM GXT300P    0x017d  GXT-300P Graphics Adapter
1.489     thorpej  2091: product IBM 133PCIX    0x01a7  133 PCI-X Bridge
1.926     tnn      2092: product IBM SERVERAID4 0x01bd  ServeRAID 4/5 (morpheus)
1.904     garbled  2093: product IBM 440GP      0x01ef  PPC 440GP PCI Bridge
                   2094: product IBM IBMETHER   0x01ff  10/100 Ethernet
                   2095: product IBM GXT6500P   0x021b  GXT-6500P Graphics Adapter
                   2096: product IBM GXT4500P   0x021c  GXT-4500P Graphics Adapter
                   2097: product IBM GXT135P    0x0233  GXT-135P Graphics Adapter
1.939     sborrill 2098: product IBM SERVERAID8K        0x9580  ServeRAID 8k
1.218     drochner 2099: product IBM MPIC2      0xffff  MPIC-II
1.478     kent     2100:
1.707     rh       2101: /* IC Ensemble / VIA Technologies products */
                   2102: product ICENSEMBLE ICE1712     0x1712  Envy24 Multichannel Audio Controller
                   2103: product ICENSEMBLE VT1720      0x1724  Envy24PT/HT Multi-Channel Audio Controller
                   2104:
1.478     kent     2105: /* Conexant (iCompression, GlobeSpan) products */
1.966     matt     2106: product ICOMPRESSION ITVC15    0x0803  iTVC15 MPEG2 Codec
1.12      cgd      2107:
1.56      drochner 2108: /* IDT products */
                   2109: product IDT 77201      0x0001  77201/77211 ATM (\"NICStAR\")
1.325     nisimura 2110: product IDT RC32334    0x0204  RC32334 System Controller
                   2111: product IDT RC32332    0x0205  RC32332 System Controller
1.266     thorpej  2112:
                   2113: /* Industrial Computer Source */
                   2114: product INDCOMPSRC WDT50x      0x22c0  PCI-WDT50x Watchdog Timer
1.142     thorpej  2115:
                   2116: /* Initio products */
1.979     mjf      2117: product INITIO 1622    0x1622  INIC-1622 SATA
1.142     thorpej  2118: product INITIO I920    0x0002  INIC-920 SCSI
1.399     tsutsui  2119: product INITIO I850    0x0850  INIC-850 SCSI
                   2120: product INITIO I1060   0x1060  INIC-1060 SCSI
1.142     thorpej  2121: product INITIO I940    0x9400  INIC-940 SCSI
                   2122: product INITIO I935    0x9401  INIC-935 SCSI
                   2123: product INITIO I950    0x9500  INIC-950 SCSI
1.396     junyoung 2124:
                   2125: /* Integraphics Systems products */
1.467     uwe      2126: product INTEGRAPHICS IGA1680           0x1680  IGA 1680
                   2127: product INTEGRAPHICS IGA1682           0x1682  IGA 1682
                   2128: product INTEGRAPHICS CYBERPRO2000      0x2000  CyberPro 2000
                   2129: product INTEGRAPHICS CYBERPRO2010      0x2010  CyberPro 2010
1.56      drochner 2130:
1.12      cgd      2131: /* Integrated Micro Solutions products */
                   2132: product IMS 8849       0x8849  8849
1.75      thorpej  2133: product IMS TT128M     0x9128  TwinTurbo 128M
1.1       cgd      2134:
                   2135: /* Intel products */
1.369     thorpej  2136: product INTEL 80312            0x030d  80312 I/O Companion Chip
1.488     thorpej  2137: product INTEL 80321            0x0319  80321 I/O Processor
1.912     xtraeme  2138: product INTEL IOP333_A         0x0370  IOP333 PCI Express-to-PCI Bridge #0
                   2139: product INTEL IOP333_B         0x0372  IOP333 PCI Express-to-PCI Bridge #1
1.708     cube     2140: product INTEL 6700PXH_PCIE0    0x0329  6700PXH PCI Express-to-PCI Bridge #0
                   2141: product INTEL 6700PXH_PCIE1    0x032a  6700PXH PCI Express-to-PCI Bridge #1
1.966     matt     2142: product INTEL SRCZCRX          0x0407  RAID Controller
                   2143: product INTEL SRCU42E          0x0408  SCSI RAID Controller
                   2144: product INTEL SRCS28X          0x0409  SATA RAID Controller
1.642     mycroft  2145: product INTEL PCEB             0x0482  82375EB/SB PCI-EISA Bridge
1.966     matt     2146: product INTEL CDC              0x0483  82424ZX Cache and DRAM Controller
1.642     mycroft  2147: product INTEL SIO              0x0484  82378ZB System I/O
                   2148: product INTEL 82426EX          0x0486  82426EX PCI-ISA Bridge
1.149     augustss 2149: product INTEL PCMC             0x04a3  82434LX/NX PCI, Cache and Memory Controller (PCMC)
1.372     ad       2150: product INTEL GDT_RAID1                0x0600  GDT RAID
                   2151: product INTEL GDT_RAID2                0x061f  GDT RAID
1.268     thorpej  2152: product INTEL 80960RM          0x0962  i960 RM PCI-PCI
                   2153: product INTEL 80960RN          0x0964  i960 RN PCI-PCI
1.474     yamt     2154: product INTEL 82542            0x1000  i82542 Gigabit Ethernet
1.642     mycroft  2155: product INTEL 82543GC_FIBER    0x1001  i82453GC 1000baseX Ethernet
1.639     mycroft  2156: product INTEL MODEM56          0x1002  56k Modem
1.642     mycroft  2157: product INTEL 82543GC_COPPER   0x1004  i82543GC 1000baseT Ethernet
                   2158: product INTEL 82544EI_COPPER   0x1008  i82544EI 1000baseT Ethernet
                   2159: product INTEL 82544EI_FIBER    0x1009  i82544EI 1000baseX Ethernet
                   2160: product INTEL 82544GC_COPPER   0x100c  i82544GC 1000baseT Ethernet
1.451     thorpej  2161: product INTEL 82544GC_LOM      0x100d  i82544GC (LOM) Gigabit Ethernet
1.642     mycroft  2162: product INTEL 82540EM          0x100e  i82540EM 1000baseT Ethernet
                   2163: product INTEL 82545EM_COPPER   0x100f  i82545EM 1000baseT Ethernet
                   2164: product INTEL 82546EB_COPPER   0x1010  i82546EB 1000baseT Ethernet
                   2165: product INTEL 82545EM_FIBER    0x1011  i82545EM 1000baseX Ethernet
                   2166: product INTEL 82546EB_FIBER    0x1012  i82546EB 1000baseX Ethernet
1.582     thorpej  2167: product INTEL 82541EI          0x1013  i82541EI Gigabit Ethernet
1.789     msaitoh  2168: product INTEL 82541ER_LOM      0x1014  i82541ER (LOM) Gigabit Ethernet
1.451     thorpej  2169: product INTEL 82540EM_LOM      0x1015  i82540EM (LOM) Gigabit Ethernet
1.518     kent     2170: product INTEL 82540EP_LOM      0x1016  i82540EP (LOM) Gigabit Ethernet
                   2171: product INTEL 82540EP          0x1017  i82540EP Gigabit Ethernet
1.582     thorpej  2172: product INTEL 82541EI_MOBILE   0x1018  i82541EI Mobile Gigabit Ethernet
1.546     tron     2173: product INTEL 82547EI          0x1019  i82547EI Gigabit Ethernet
1.966     matt     2174: product INTEL 82547EI_MOBILE    0x101a  i82547EI Mobile Gigabit Ethernet
1.642     mycroft  2175: product INTEL 82546EB_QUAD     0x101d  i82546EB 1000baseT Ethernet
1.518     kent     2176: product INTEL 82540EP_LP       0x101e  i82540EP Gigabit Ethernet
1.642     mycroft  2177: product INTEL 82545GM_COPPER   0x1026  i82545GM 1000baseT Ethernet
                   2178: product INTEL 82545GM_FIBER    0x1027  i82545GM 1000baseX Ethernet
1.582     thorpej  2179: product INTEL 82545GM_SERDES   0x1028  i82545GM Gigabit Ethernet (SERDES)
1.349     enami    2180: product INTEL IN_BUSINESS      0x1030  InBusiness Fast Ethernet LAN Controller
1.324     thorpej  2181: product INTEL PRO_100_VE_0     0x1031  PRO/100 VE Network Controller
                   2182: product INTEL PRO_100_VE_1     0x1032  PRO/100 VE Network Controller
                   2183: product INTEL PRO_100_VM_0     0x1033  PRO/100 VM Network Controller
                   2184: product INTEL PRO_100_VM_1     0x1034  PRO/100 VM Network Controller
                   2185: product INTEL 82562EH_HPNA_0   0x1035  82562EH HomePNA Network Controller
                   2186: product INTEL 82562EH_HPNA_1   0x1036  82562EH HomePNA Network Controller
                   2187: product INTEL 82562EH_HPNA_2   0x1037  82562EH HomePNA Network Controller
                   2188: product INTEL PRO_100_VM_2     0x1038  PRO/100 VM Network Controller
1.966     matt     2189: product INTEL PRO_100_VE_2     0x1039  PRO/100 VE Network Controller w/ 82562ET/EZ PHY
                   2190: product INTEL PRO_100_VE_3     0x103a  PRO/100 VE Network Controller w/ 82562ET/EZ (CNR) PHY
                   2191: product INTEL PRO_100_VM_3     0x103b  PRO/100 VM Network Controller w/ 82562EM/EX PHY
                   2192: product INTEL PRO_100_VM_4     0x103c  PRO/100 VM Network Controller w/ 82562EM/EX (CNR) PHY
1.442     cjs      2193: product INTEL PRO_100_VE_4     0x103d  PRO/100 VE (MOB) Network Controller
1.441     cjs      2194: product INTEL PRO_100_VM_5     0x103e  PRO/100 VM (MOB) Network Controller
1.646     mycroft  2195: product INTEL PRO_WL_2100      0x1043  PRO/Wireless LAN 2100 3B Mini-PCI Adapter
1.637     cube     2196: product INTEL 82597EX          0x1048  PRO/10GbE LR Server Adapter
1.840     bouyer   2197: product INTEL 82801H_M_AMT     0x1049  i82801H (M_AMT) LAN Controller
                   2198: product INTEL 82801H_AMT       0x104a  i82801H (AMT) LAN Controller
1.792     kent     2199: product INTEL 82801H_LAN       0x104b  i82801H LAN Controller
1.840     bouyer   2200: product INTEL 82801H_IFE_LAN   0x104c  i82801H (IFE) LAN Controller
                   2201: product INTEL 82801H_M_LAN     0x104d  i82801H (M) LAN Controller
1.966     matt     2202: product INTEL PRO_100_VM_6     0x1050  PRO/100 VM Network Controller w/ 82562ET/EZ PHY
1.613     drochner 2203: product INTEL 82801EB_LAN      0x1051  82801EB/ER 10/100 Ethernet
1.506     grant    2204: product INTEL PRO_100_M                0x1059  PRO/100 M Network Controller
1.780     simonb   2205: product INTEL 82571EB_COPPER   0x105e  i82571EB 1000baseT Ethernet
                   2206: product INTEL 82571EB_FIBER    0x105f  i82571EB 1000baseX Ethernet
                   2207: product INTEL 82571EB_SERDES   0x1060  i82571EB Gigabit Ethernet (SERDES)
1.711     riz      2208: product INTEL 82801FB_LAN      0x1064  82801FB 10/100 Ethernet
1.756     cdi      2209: product INTEL PRO_100_VE_5     0x1068  PRO/100 VE (LOM) Network Controller
1.921     hamajima 2210: product INTEL 82801GB_LAN      0x1069  82801GB 10/100 Ethernet
1.582     thorpej  2211: product INTEL 82547GI          0x1075  i82547GI Gigabit Ethernet
                   2212: product INTEL 82541GI          0x1076  i82541GI Gigabit Ethernet
                   2213: product INTEL 82541GI_MOBILE   0x1077  i82541GI Mobile Gigabit Ethernet
                   2214: product INTEL 82541ER          0x1078  i82541ER Gigabit Ethernet
1.642     mycroft  2215: product INTEL 82546GB_COPPER   0x1079  i82546GB 1000baseT Ethernet
                   2216: product INTEL 82546GB_FIBER    0x107a  i82546GB 1000baseX Ethernet
1.582     thorpej  2217: product INTEL 82546GB_SERDES   0x107b  i82546GB Gigabit Ethernet (SERDES)
1.769     dogcow   2218: product INTEL 82541PI          0x107c  i82541PI Gigabit Ethernet
                   2219: product INTEL 82572EI_COPPER   0x107d  i82572EI 1000baseT Ethernet
                   2220: product INTEL 82572EI_FIBER    0x107e  i82572EI 1000baseX Ethernet
                   2221: product INTEL 82572EI_SERDES   0x107f  i82572EI Gigabit Ethernet (SERDES)
1.789     msaitoh  2222: product INTEL 82546GB_PCIE     0x108a  PRO/1000MT (82546GB)
1.769     dogcow   2223: product INTEL 82573E           0x108b  i82573E Gigabit Ethernet
                   2224: product INTEL 82573E_IAMT      0x108c  i82573E Gigabit Ethernet
1.810     oster    2225: product INTEL PRO_100_VE_6     0x1092  PRO/100 VE Network Controller
1.854     enami    2226: product INTEL PRO_100_VE_8     0x1093  PRO/100 VE Network Controller
1.966     matt     2227: product INTEL PRO_100_VE_7     0x1094  PRO/100 VE Network Controller w/ 82562G PHY
                   2228: product INTEL 80K3LAN_CPR_DPT 0x1096   i80003 Dual 1000baseT Ethernet
                   2229: product INTEL 80K3LAN_FIB_DPT 0x1097   i80003 Dual 1000baseX Ethernet
                   2230: product INTEL 80K3LAN_SDS_DPT 0x1098   i80003 Dual Gigabit Ethernet (SERDES)
                   2231: product INTEL 82546GB_QUAD_COPPER 0x1099 i82546GB Quad Port Gigabit Ethernet
1.769     dogcow   2232: product INTEL 82573L           0x109a  i82573L Gigabit Ethernet
1.966     matt     2233: product INTEL 82571EB_QUAD_COPPER 0x10a4 i82571EB Quad Port Gigabit Ethernet
                   2234: product INTEL 82546GB_QUAD_COPPER_KSP3 0x10b5 i82546GB Quad Port Gigabit Ethernet (KSP3)
1.840     bouyer   2235: product INTEL 82572EI          0x10b9  i82572EI 1000baseT Ethernet
                   2236: product INTEL 80K3LAN_CPR_SPT 0x10ba   i80003 1000baseT Ethernet
                   2237: product INTEL 80K3LAN_SDS_SPT 0x10bb   i80003 Gigabit Ethernet (SERDES)
1.966     matt     2238: product        INTEL 82571GB_QUAD_COPPER 0x10bc i82571GB Quad 1000baseT Ethernet
1.893     msaitoh  2239: product INTEL 82801I_IGP_AMT   0x10bd  82801I (AMT) LAN Controller
1.966     matt     2240: product INTEL 82801I_IGP_M     0x10bf  82801I Mobile LAN Controller
1.893     msaitoh  2241: product INTEL 82801I_IFE       0x10c0  82801I LAN Controller
                   2242: product INTEL 82801I_IFE_G     0x10c2  82801I (G) LAN Controller
                   2243: product INTEL 82801I_IFE_GT    0x10c3  82801I (GT) LAN Controller
1.877     bouyer   2244: product INTEL 82801H_IFE_GT    0x10c4  i82801H IFE (GT) LAN Controller
                   2245: product INTEL 82801H_IFE_G     0x10c5  i82801H IFE (G) LAN Controller
1.961     bouyer   2246: product INTEL 82801H_IGP_M_V   0x10cb  i82801H IGP (MV) LAN Controller
1.982   ! msaitoh  2247: product INTEL 82801J_D_BM_LF   0x10cd  i82801J (LF) LAN Controller
1.966     matt     2248: product INTEL 82567V           0x10ce  i82567V LAN Controller
1.978     sborrill 2249: product INTEL 82574L           0x10d3  i82574L 1000baseT Ethernet
1.975     markd    2250: product INTEL 82567LM_3                0x10de  i82567LM-3 LAN Controller
1.981     msaitoh  2251: product INTEL 82567LF_3                0x10df  i82567LF-3 LAN Controller
1.966     matt     2252: product INTEL 82801I_IGP_M_AMT 0x10f5  82801I Mobile (AMT) LAN Controller
1.268     thorpej  2253: product INTEL 82815_DC100_HUB  0x1100  82815 Hub
                   2254: product INTEL 82815_DC100_AGP  0x1101  82815 AGP
                   2255: product INTEL 82815_DC100_GRAPH        0x1102  82815 Graphics
                   2256: product INTEL 82815_NOAGP_HUB  0x1110  82815 Hub
                   2257: product INTEL 82815_NOAGP_GRAPH        0x1112  82815 Graphics
                   2258: product INTEL 82815_NOGRAPH_HUB        0x1120  82815 Hub
                   2259: product INTEL 82815_NOGRAPH_AGP        0x1121  82815 AGP
                   2260: product INTEL 82815_FULL_HUB   0x1130  82815 Hub
                   2261: product INTEL 82815_FULL_AGP   0x1131  82815 AGP
                   2262: product INTEL 82815_FULL_GRAPH 0x1132  82815 Graphics
1.262     augustss 2263: product INTEL 82806AA          0x1161  82806AA PCI64 Hub Advanced Programmable Interrupt Controller
1.462     thorpej  2264: product INTEL ADI_BECC         0x1162  ADI i80200 Big Endian Companion Chip
1.354     thorpej  2265: product INTEL IXP1200          0x1200  IXP1200 Network Processor
1.242     mycroft  2266: product INTEL 82559ER          0x1209  82559ER Fast Ethernet LAN Controller
1.966     matt     2267: product INTEL 82092AA          0x1222  82092AA IDE Controller
1.149     augustss 2268: product INTEL SAA7116          0x1223  SAA7116
1.440     thorpej  2269: product INTEL 82452_PB         0x1225  82452KX/GX Orion Extended Express Processor to PCI Bridge
1.149     augustss 2270: product INTEL 82596            0x1226  82596 LAN Controller
                   2271: product INTEL EEPRO100         0x1227  EE Pro 100 10/100 Fast Ethernet
                   2272: product INTEL EEPRO100S                0x1228  EE Pro 100 Smart 10/100 Fast Ethernet
                   2273: product INTEL 82557            0x1229  82557 Fast Ethernet LAN Controller
1.642     mycroft  2274: product INTEL 82437FX          0x122d  82437FX (TSC) System Controller
                   2275: product INTEL 82371FB_ISA      0x122e  82371FB (PIIX) PCI-ISA Bridge
1.966     matt     2276: product INTEL 82371FB_IDE      0x1230  82371FB (PIIX) IDE Controller
1.642     mycroft  2277: product INTEL 82371MX          0x1234  82371MX (MPIIX) Mobile PCI I/O IDE Xcelerator
                   2278: product INTEL 82437MX          0x1235  82437MX (MTSC) Mobile System Controller
                   2279: product INTEL 82441FX          0x1237  82441FX (PMC) PCI and Memory Controller
                   2280: product INTEL 82380AB          0x123c  82380AB (MISA) Mobile PCI-ISA Bridge
                   2281: product INTEL 82380FB          0x124b  82380FB (MPCI2) Mobile PCI-PCI Bridge
                   2282: product INTEL 82439HX          0x1250  82439HX (TXC) System Controller
                   2283: product INTEL 82870P2_PPB      0x1460  82870P2 P64H2 PCI-PCI Bridge
1.426     sommerfe 2284: product INTEL 82870P2_IOxAPIC  0x1461  82870P2 P64H2 IOxAPIC
1.427     sommerfe 2285: product INTEL 82870P2_HPLUG    0x1462  82870P2 P64H2 Hot Plug Controller
1.328     simonb   2286: product INTEL 80960_RP         0x1960  ROB-in i960RP Microprocessor
1.600     ad       2287: product INTEL 80960RM_2                0x1962  i960 RM PCI-PCI
1.268     thorpej  2288: product INTEL 82840_HB         0x1a21  82840 Host
                   2289: product INTEL 82840_AGP                0x1a23  82840 AGP
                   2290: product INTEL 82840_PCI                0x1a24  82840 PCI
1.411     joda     2291: product INTEL 82845_HB         0x1a30  82845 Host
                   2292: product INTEL 82845_AGP                0x1a31  82845 AGP
1.149     augustss 2293: product INTEL 82801AA_LPC      0x2410  82801AA LPC Interface Bridge
                   2294: product INTEL 82801AA_IDE      0x2411  82801AA IDE Controller
                   2295: product INTEL 82801AA_USB      0x2412  82801AA USB Controller
                   2296: product INTEL 82801AA_SMB      0x2413  82801AA SMBus Controller
                   2297: product INTEL 82801AA_ACA      0x2415  82801AA AC-97 Audio Controller
                   2298: product INTEL 82801AA_ACM      0x2416  82801AA AC-97 PCI Modem
1.642     mycroft  2299: product INTEL 82801AA_HPB      0x2418  82801AA Hub-PCI Bridge
1.149     augustss 2300: product INTEL 82801AB_LPC      0x2420  82801AB LPC Interface Bridge
                   2301: product INTEL 82801AB_IDE      0x2421  82801AB IDE Controller
                   2302: product INTEL 82801AB_USB      0x2422  82801AB USB Controller
                   2303: product INTEL 82801AB_SMB      0x2423  82801AB SMBus Controller
                   2304: product INTEL 82801AB_ACA      0x2425  82801AB AC-97 Audio Controller
                   2305: product INTEL 82801AB_ACM      0x2426  82801AB AC-97 PCI Modem
1.642     mycroft  2306: product INTEL 82801AB_HPB      0x2428  82801AB Hub-PCI Bridge
1.238     joda     2307: product INTEL 82801BA_LPC      0x2440  82801BA LPC Interface Bridge
                   2308: product INTEL 82801BA_USB1     0x2442  82801BA USB Controller
                   2309: product INTEL 82801BA_SMB      0x2443  82801BA SMBus Controller
                   2310: product INTEL 82801BA_USB2     0x2444  82801BA USB Controller
                   2311: product INTEL 82801BA_ACA      0x2445  82801BA AC-97 Audio Controller
                   2312: product INTEL 82801BA_ACM      0x2446  82801BA AC-97 PCI Modem
1.642     mycroft  2313: product INTEL 82801BAM_HPB     0x2448  82801BAM Hub-PCI Bridge
1.238     joda     2314: product INTEL 82801BA_LAN      0x2449  82801BA LAN Controller
1.541     christos 2315: product INTEL 82801BAM_IDE     0x244a  82801BAM IDE Controller
1.312     soren    2316: product INTEL 82801BA_IDE      0x244b  82801BA IDE Controller
1.370     onoe     2317: product INTEL 82801BAM_LPC     0x244c  82801BAM LPC Interface Bridge
1.642     mycroft  2318: product INTEL 82801BA_HPB      0x244e  82801BA Hub-PCI Bridge
1.454     msaitoh  2319: product INTEL 82801E_SMB       0x2453  82801E SMBus Controller
                   2320: product INTEL 82801E_LAN_1     0x2459  82801E LAN Controller
                   2321: product INTEL 82801E_LAN_2     0x245d  82801E LAN Controller
1.383     augustss 2322: product INTEL 82801CA_LPC      0x2480  82801CA LPC Interface
1.663     soren    2323: product INTEL 82801CA_USB_1    0x2482  82801CA USB Controller
                   2324: product INTEL 82801CA_SMB      0x2483  82801CA SMBus Controller
                   2325: product INTEL 82801CA_USB_2    0x2484  82801CA USB Controller
                   2326: product INTEL 82801CA_AC       0x2485  82801CA AC'97 Audio Controller
1.786     xtraeme  2327: product INTEL 82801CA_MOD      0x2486  82801CA AC'97 Modem Controller
1.663     soren    2328: product INTEL 82801CA_USBC     0x2487  82801CA USB Controller
1.385     augustss 2329: product INTEL 82801CA_IDE_1    0x248A  82801CA IDE Controller
                   2330: product INTEL 82801CA_IDE_2    0x248B  82801CA IDE Controller
1.386     augustss 2331: product INTEL 82801CAM_LPC     0x248C  82801CAM LPC Interface
1.457     bouyer   2332: product INTEL 82801DB_LPC      0x24C0  82801DB LPC Interface Bridge
1.663     soren    2333: product INTEL 82801DB_USB_1    0x24C2  82801DB USB UHCI Controller
                   2334: product INTEL 82801DB_SMB      0x24C3  82801DB SMBus Controller
                   2335: product INTEL 82801DB_USB_2    0x24C4  82801DB USB UHCI Controller
                   2336: product INTEL 82801DB_AC       0x24C5  82801DB AC97 Audio Controller
                   2337: product INTEL 82801DB_MOD      0x24C6  82801DB AC97 Modem Controller
                   2338: product INTEL 82801DB_USB_3    0x24C7  82801DB USB UHCI Controller
1.518     kent     2339: product INTEL 82801DBM_IDE     0x24CA  82801DBM IDE Controller
1.457     bouyer   2340: product INTEL 82801DB_IDE      0x24CB  82801DB IDE Controller (UltraATA/100)
1.533     ichiro   2341: product INTEL 82801DB_ISA      0x24CC  82801DB ISA Bridge
1.663     soren    2342: product INTEL 82801DB_USBC     0x24CD  82801DB USB EHCI Controller
1.542     bouyer   2343: product INTEL 82801EB_LPC      0x24D0  82801EB LPC Interface Bridge
1.537     kent     2344: product INTEL 82801EB_SATA     0x24D1  82801EB Serial ATA Controller
1.663     soren    2345: product INTEL 82801EB_USB_0    0x24D2  82801EB/ER USB UHCI Controller
1.537     kent     2346: product INTEL 82801EB_SMB      0x24D3  82801EB/ER SMBus Controller
1.663     soren    2347: product INTEL 82801EB_USB_1    0x24D4  82801EB/ER USB UHCI Controller
1.537     kent     2348: product INTEL 82801EB_AC       0x24D5  82801EB/ER AC'97 Audio Controller
                   2349: product INTEL 82801EB_MOD      0x24D6  82801EB/ER AC'97 Modem Controller
1.663     soren    2350: product INTEL 82801EB_USB_2    0x24D7  82801EB/ER USB UHCI Controller
1.537     kent     2351: product INTEL 82801EB_IDE      0x24DB  82801EB/ER IDE Controller
                   2352: product INTEL 82801EB_EHCI     0x24DD  82801EB/ER USB EHCI Controller
1.663     soren    2353: product INTEL 82801EB_USB_3    0x24DE  82801EB/ER USB UHCI Controller
1.537     kent     2354: product INTEL 82801ER_SATA     0x24DF  82801ER Serial ATA Controller
1.268     thorpej  2355: product INTEL 82820_MCH                0x2501  82820 MCH (Camino)
                   2356: product INTEL 82820_AGP                0x250f  82820 AGP
1.432     tron     2357: product INTEL 82850_HB         0x2530  82850 Host
                   2358: product INTEL 82860_HB         0x2531  82860 Host
                   2359: product INTEL 82850_AGP                0x2532  82850/82860 AGP
                   2360: product INTEL 82860_PCI1       0x2533  82860 PCI-PCI
                   2361: product INTEL 82860_PCI2       0x2534  82860 PCI-PCI
                   2362: product INTEL 82860_PCI3       0x2535  82860 PCI-PCI
                   2363: product INTEL 82860_PCI4       0x2536  82860 PCI-PCI
1.548     simonb   2364: product INTEL E7500_HB         0x2540  E7500 MCH Host
1.427     sommerfe 2365: product INTEL E7500_DRAM       0x2541  E7500 MCH DRAM Controller
                   2366: product INTEL E7500_HI_B1      0x2543  E7500 MCH HI_B vppb 1
                   2367: product INTEL E7500_HI_B2      0x2544  E7500 MCH HI_B vppb 2
                   2368: product INTEL E7500_HI_C1      0x2545  E7500 MCH HI_C vppb 1
                   2369: product INTEL E7500_HI_C2      0x2546  E7500 MCH HI_C vppb 2
1.547     simonb   2370: product INTEL E7500_HI_D1      0x2547  E7500 MCH HI_D vppb 1
                   2371: product INTEL E7500_HI_D2      0x2548  E7500 MCH HI_D vppb 2
1.611     drochner 2372: product INTEL E7501_HB         0x254c  E7501 MCH Host
1.547     simonb   2373: product INTEL E7505_HB         0x2550  E7505 MCH Host
                   2374: product INTEL E7505_RAS                0x2551  E7505 MCH RAS Controller
1.642     mycroft  2375: product INTEL E7505_AGP                0x2552  E7505 MCH Host-AGP Bridge
                   2376: product INTEL E7505_HI_B1      0x2553  E7505 MCH HI_B PCI-PCI Bridge
                   2377: product INTEL E7505_HI_B2      0x2554  E7505 MCH HI_B PCI-PCI Error Reporting
1.457     bouyer   2378: product INTEL 82845G_DRAM      0x2560  82845G/GL DRAM Controller / Host-Hub I/F Bridge
1.642     mycroft  2379: product INTEL 82845G_AGP       0x2561  82845G/GL Host-AGP Bridge
1.457     bouyer   2380: product INTEL 82845G_IGD       0x2562  82845G/GL Integrated Graphics Device
1.543     tron     2381: product INTEL 82865_HB         0x2570  82865 Host
                   2382: product INTEL 82865_AGP                0x2571  82865 AGP
1.569     tron     2383: product INTEL 82865_IGD                0x2572  82865G Integrated Graphics Device
1.642     mycroft  2384: product INTEL 82801EB_HPB      0x2573  82801EB Hub-PCI Bridge
1.548     simonb   2385: product INTEL 82875P_HB                0x2578  82875P Host
                   2386: product INTEL 82875P_AGP       0x2579  82875P AGP
1.652     cube     2387: product INTEL 82875P_CSA       0x257b  82875P PCI-CSA Bridge
1.757     christos 2388: product INTEL 82915G_HB                0x2580  82915P/G/GL Host
1.765     tron     2389: product INTEL 82915G_EX                0x2581  82915P/G/GL PCI Express Bridge
1.658     cube     2390: product INTEL 82915G_IGD       0x2582  82915G/GL Integrated Graphics Device
                   2391: product INTEL 82925X_HB                0x2584  82925X Host
1.765     tron     2392: product INTEL 82925X_EX                0x2585  82925X PCI Express Bridge
1.757     christos 2393: product INTEL 82915GM_HB       0x2590  82915PM/GM/GMS,82910GML Host Bridge
1.765     tron     2394: product INTEL 82915GM_EX       0x2591  82915PM/GM PCI Express Bridge
1.723     seb      2395: product INTEL 82915GM_IGD      0x2592  82915GM/GMS,82910GML Integrated Graphics Device
1.652     cube     2396: product INTEL 6300ESB_LPC      0x25a1  6300ESB LPC Interface Bridge
1.624     thorpej  2397: product INTEL 6300ESB_IDE      0x25a2  6300ESB IDE Controller
                   2398: product INTEL 6300ESB_SATA     0x25a3  6300ESB SATA Controller
1.652     cube     2399: product INTEL 6300ESB_SMB      0x25a4  6300ESB SMBus Controller
1.713     kent     2400: product INTEL 6300ESB_ACA      0x25a6  6300ESB AC'97 Audio Controller
                   2401: product INTEL 6300ESB_ACM      0x25a7  6300ESB AC'97 Modem Controller
1.663     soren    2402: product INTEL 6300ESB_USB_0    0x25a9  6300ESB USB UHCI Controller
                   2403: product INTEL 6300ESB_USB_1    0x25aa  6300ESB USB UHCI Controller
1.652     cube     2404: product INTEL 6300ESB_WDT      0x25ab  6300ESB Watchdog Timer
                   2405: product INTEL 6300ESB_APIC     0x25ac  6300ESB Advanced Interrupt Controller
                   2406: product INTEL 6300ESB_EHCI     0x25ad  6300ESB USB EHCI Controller
                   2407: product INTEL 6300ESB_PCIX     0x25ae  6300ESB PCI-X Bridge
1.721     briggs   2408: product INTEL 6300ESB_RAID     0x25b0  6300ESB SATA RAID Controller
1.816     cube     2409: product INTEL 5000X_MCH                0x25c0  5000X Memory Controller Hub
1.917     xtraeme  2410: product INTEL 5000_PCIE_1      0x25e2  5000 Series Chipset PCI Express x4 Port 2
                   2411: product INTEL 5000_PCIE_2      0x25e3  5000 Series Chipset PCI Express x4 Port 3
                   2412: product INTEL 5000_PCIE_3      0x25e4  5000 Series Chipset PCI Express x4 Port 4
                   2413: product INTEL 5000_PCIE_4      0x25e4  5000 Series Chipset PCI Express x4 Port 5
                   2414: product INTEL 5000_PCIE_5      0x25e6  5000 Series Chipset PCI Express x4 Port 6
                   2415: product INTEL 5000_PCIE_6      0x25e7  5000 Series Chipset PCI Express x4 Port 7
                   2416: product INTEL 5000_FSB_REG     0x25f0  5000 Series Chipset FSB Registers
                   2417: product INTEL 5000_RESERVED_1  0x25f1  5000 Series Chipset Reserved Registers
                   2418: product INTEL 5000_RESERVED_2  0x25f3  5000 Series Chipset Reserved Registers
                   2419: product INTEL 5000_FBD_1       0x25f5  5000 Series Chipset FBD Registers
                   2420: product INTEL 5000_FBD_2       0x25f6  5000 Series Chipset FBD Registers
                   2421: product INTEL 5000_PCIE_7      0x25f7  5000 Series Chipset PCI Express x8 Port 2-3
                   2422: product INTEL 5000_PCIE_8      0x25f8  5000 Series Chipset PCI Express x8 Port 4-5
                   2423: product INTEL 5000_PCIE_9      0x25f9  5000 Series Chipset PCI Express x8 Port 6-7
                   2424: product INTEL 5000X_PCIE        0x25fa  5000X PCI Express x16 Port 4-7
1.637     cube     2425: product INTEL 82801FB_LPC      0x2640  82801FB LPC Interface Bridge
1.735     rpaulo   2426: product INTEL 82801FBM_LPC     0x2641  82801FBM ICH6M LPC Interface Bridge
1.658     cube     2427: product INTEL 82801FB_SATA     0x2651  82801FB Serial ATA Controller
1.637     cube     2428: product INTEL 82801FR_SATA     0x2652  82801FR Serial ATA Controller
1.719     bouyer   2429: product INTEL 82801FBM_SATA    0x2653  82801FBM Serial ATA Controller
1.663     soren    2430: product INTEL 82801FB_USB_0    0x2658  82801FB/FR USB UHCI Controller
                   2431: product INTEL 82801FB_USB_1    0x2659  82801FB/FR USB UHCI Controller
                   2432: product INTEL 82801FB_USB_2    0x265a  82801FB/FR USB UHCI Controller
                   2433: product INTEL 82801FB_USB_3    0x265b  82801FB/FR USB UHCI Controller
1.637     cube     2434: product INTEL 82801FB_EHCI     0x265c  82801FB/FR USB EHCI Controller
                   2435: product INTEL 82801FB_EXP_0    0x2660  82801FB/FR PCI Express Port #0
                   2436: product INTEL 82801FB_EXP_1    0x2662  82801FB/FR PCI Express Port #1
1.735     rpaulo   2437: product INTEL 82801FB_EXP_2    0x2664  82801FB/FR PCI Express Port #2
1.713     kent     2438: product INTEL 82801FB_HDA      0x2668  82801FB/FR High Definition Audio Controller
1.637     cube     2439: product INTEL 82801FB_SMB      0x266a  82801FB/FR SMBus Controller
1.713     kent     2440: product INTEL 82801FB_ACM      0x266d  82801FB/FR AC'97 Modem Controller
1.637     cube     2441: product INTEL 82801FB_AC       0x266e  82801FB/FR AC'97 Audio Controller
                   2442: product INTEL 82801FB_IDE      0x266f  82801FB/FR IDE Controller
1.816     cube     2443: product INTEL 63XXESB_LPC      0x2670  63xxESB LPC Interface Bridge
                   2444: product INTEL 63XXESB_SATA     0x2680  63xxESB Serial ATA Controller
                   2445: product INTEL 63XXESB_SATA_AHCI        0x2681  63xxESB AHCI Serial ATA Controller
                   2446: product INTEL 63XXESB_USB_0    0x2688  63xxESB USB UHCI Controller
                   2447: product INTEL 63XXESB_USB_1    0x2689  63xxESB USB UHCI Controller
                   2448: product INTEL 63XXESB_USB_2    0x268a  63xxESB USB UHCI Controller
                   2449: product INTEL 63XXESB_USB_3    0x268b  63xxESB USB UHCI Controller
                   2450: product INTEL 63XXESB_EHCI     0x268c  63xxESB USB EHCI Controller
                   2451: product INTEL 63XXESB_EXP_1    0x2690  63xxESB PCI Express Port #1
                   2452: product INTEL 63XXESB_EXP_2    0x2692  63xxESB PCI Express Port #2
                   2453: product INTEL 63XXESB_EXP_3    0x2694  63xxESB PCI Express Port #3
                   2454: product INTEL 63XXESB_EXP_4    0x2696  63xxESB PCI Express Port #4
                   2455: product INTEL 63XXESB_HDA      0x269a  63xxESB High Definition Audio Controller
                   2456: product INTEL 63XXESB_SMB      0x269b  63xxESB SMBus Controller
                   2457: product INTEL 63XXESB_IDE      0x269e  63xxESB IDE Controller
1.727     cube     2458: product INTEL 82945P_MCH       0x2770  82945G/P Memory Controller Hub
                   2459: product INTEL 82945P_EXP       0x2771  82945G/P PCI Express Bridge
1.809     simonb   2460: product INTEL 82945P_IGD       0x2772  82945G/P Integrated Graphics Device
1.765     tron     2461: product INTEL 82955X_HB                0x2774  82955X Host
1.764     tron     2462: product INTEL 82955X_EXP       0x2775  82955X PCI Express Bridge
1.929     tron     2463: product INTEL E7230_HB         0x2778  E7230 Host
                   2464: product INTEL E7230_EXP                0x2779  E7230 PCI Express Bridge
                   2465: product INTEL 82975X_EXP_2     0x277a  82975X PCI Express Bridge
                   2466: product INTEL 82975X_HB                0x277c  82975X Host
                   2467: product INTEL 82975X_EXP       0x277d  82975X PCI Express Bridge
1.658     cube     2468: product INTEL 82915G_IGDC      0x2782  82915G/GL IGD Companion
1.757     christos 2469: product INTEL 82915GM_IGDC     0x2792  82915GM/GMS IGD Companion
1.787     markd    2470: product INTEL 82945GM_HB       0x27a0  82945GM/PM/GMS Host Bridge
                   2471: product INTEL 82945GM_IGD      0x27a2  82945GM/PM/GMS Integrated Graphics Device
                   2472: product INTEL 82945GM_IGD_1    0x27a6  82945GM/PM/GMS Integrated Graphics Device
1.948     tnn      2473: product INTEL 82945GME_HB      0x27ac  82945GME Host Bridge
                   2474: product INTEL 82945GME_IGD     0x27ae  82945GME Integrated Graphics Device
1.713     kent     2475: product INTEL 82801G_LPC       0x27b8  82801GB/GR LPC Interface Bridge
1.766     kochi    2476: product INTEL 82801GBM_LPC     0x27b9  82801GBM LPC Interface Bridge
                   2477: product INTEL 82801GHM_LPC     0x27bd  82801GHM LPC Interface Bridge
1.713     kent     2478: product INTEL 82801G_SATA      0x27c0  82801GB/GR SATA Controller
                   2479: product INTEL 82801G_SATA_AHCI 0x27c1  82801GB/GR AHCI SATA Controller
                   2480: product INTEL 82801G_SATA_RAID 0x27c3  82801GB/GR RAID SATA Controller
1.787     markd    2481: product INTEL 82801GBM_SATA    0x27c4  82801GBM/GHM SATA Controller
1.827     xtraeme  2482: product INTEL 82801GBM_AHCI    0x27c5  82801GBM AHCI SATA Controller
                   2483: product INTEL 82801GHM_RAID    0x27c6  82801GHM SATA RAID Controller
1.713     kent     2484: product INTEL 82801G_USB_1     0x27c8  82801GB/GR USB UHCI Controller
                   2485: product INTEL 82801G_USB_2     0x27c9  82801GB/GR USB UHCI Controller
                   2486: product INTEL 82801G_USB_3     0x27ca  82801GB/GR USB UHCI Controller
                   2487: product INTEL 82801G_USB_4     0x27cb  82801GB/GR USB UHCI Controller
                   2488: product INTEL 82801G_EHCI      0x27cc  82801GB/GR USB EHCI Controller
                   2489: product INTEL 82801G_EXP_1     0x27d0  82801GB/GR PCI Express Port #1
                   2490: product INTEL 82801G_EXP_2     0x27d2  82801GB/GR PCI Express Port #2
                   2491: product INTEL 82801G_EXP_3     0x27d4  82801GB/GR PCI Express Port #3
                   2492: product INTEL 82801G_EXP_4     0x27d6  82801GB/GR PCI Express Port #4
                   2493: product INTEL 82801G_HDA       0x27d8  82801GB/GR High Definition Audio Controller
                   2494: product INTEL 82801G_SMB       0x27da  82801GB/GR SMBus Controller
1.727     cube     2495: product INTEL 82801G_LAN       0x27dc  82801GB/GR LAN Controller
1.713     kent     2496: product INTEL 82801G_ACM       0x27dd  82801GB/GR AC'97 Modem Controller
                   2497: product INTEL 82801G_ACA       0x27de  82801GB/GR AC'97 Audio Controller
1.727     cube     2498: product INTEL 82801G_IDE       0x27df  82801GB/GR IDE Controller
1.713     kent     2499: product INTEL 82801G_EXP_5     0x27e0  82801GB/GR PCI Express Port #5
                   2500: product INTEL 82801G_EXP_6     0x27e2  82801GB/GR PCI Express Port #6
1.792     kent     2501: product INTEL 82801H_LPC       0x2810  82801H LPC Interface Bridge
1.897     ober     2502: product INTEL 82801HEM_LPC     0x2811  82801HEM LPC
1.892     xtraeme  2503: product INTEL 82801HH_LPC      0x2812  82801HH LPC Interface Bridge
                   2504: product INTEL 82801HO_LPC      0x2814  82801HO LPC Interface Bridge
1.896     ober     2505: product INTEL 82801HBM_LPC      0x2815  82801HBM LPC Interface Bridge
1.792     kent     2506: product INTEL 82801H_SATA_1    0x2820  82801H SATA Controller
1.966     matt     2507: product INTEL 82801H_SATA_AHCI6        0x2821  82801H AHCI SATA Controller w/ 6 ports
1.792     kent     2508: product INTEL 82801H_SATA_RAID 0x2822  82801H RAID SATA Controller
1.966     matt     2509: product INTEL 82801H_SATA_AHCI4        0x2824  82801H AHCI SATA Controller w/ 4 ports
1.792     kent     2510: product INTEL 82801H_SATA_2    0x2825  82801H SATA Controller
1.900     xtraeme  2511: product INTEL 82801HEM_SATA    0x2828  82801HEM SATA Controller
1.827     xtraeme  2512: product INTEL 82801HBM_SATA_1  0x2829  82801HBM SATA Controller
                   2513: product INTEL 82801HBM_SATA_2  0x282a  82081HBM SATA Controller
1.792     kent     2514: product INTEL 82801H_USB_1     0x2830  82801H USB UHCI Controller
                   2515: product INTEL 82801H_USB_2     0x2831  82801H USB UHCI Controller
                   2516: product INTEL 82801H_USB_3     0x2832  82801H USB UHCI Controller
                   2517: product INTEL 82801H_USB_4     0x2834  82801H USB UHCI Controller
                   2518: product INTEL 82801H_USB_5     0x2835  82801H USB UHCI Controller
                   2519: product INTEL 82801H_EHCI_1    0x2836  82801H USB EHCI Controller
                   2520: product INTEL 82801H_EHCI_2    0x283a  82801H USB EHCI Controller
                   2521: product INTEL 82801H_SMB       0x283e  82801H SMBus Controller
                   2522: product INTEL 82801H_EXP_1     0x283f  82801H PCI Express Port #1
                   2523: product INTEL 82801H_EXP_2     0x2841  82801H PCI Express Port #2
                   2524: product INTEL 82801H_EXP_3     0x2843  82801H PCI Express Port #3
                   2525: product INTEL 82801H_EXP_4     0x2845  82801H PCI Express Port #4
                   2526: product INTEL 82801H_EXP_5     0x2847  82801H PCI Express Port #5
                   2527: product INTEL 82801H_EXP_6     0x2849  82801H PCI Express Port #6
1.894     xtraeme  2528: product INTEL 82801HBM_IDE     0x2850  82801H IDE Controller
1.792     kent     2529: product INTEL 82801H_HDA       0x284b  82801H High Definition Audio Controller
                   2530: product INTEL 82801H_THERMAL   0x284f  82801H Thermal Controller
1.891     riz      2531: product INTEL 82801IH_LPC      0x2912  82801IH LPC Interface Bridge
1.897     ober     2532: product INTEL 82801IO_LPC      0x2914  82801IO LPC Interface Bridge
1.891     riz      2533: product INTEL 82801IR_LPC      0x2916  82801IR LPC Interface Bridge
1.967     christos 2534: product INTEL 82801IEM_LPC     0x2917  82801IEM LPC Interface Bridge
1.891     riz      2535: product INTEL 82801IB_LPC      0x2918  82801IB LPC Interface Bridge
1.967     christos 2536: product INTEL 82801IM_LPC      0x2919  82801IM LPC Interface Bridge
1.966     matt     2537: product INTEL 82801I_SATA_1    0x2920  82801I SATA Controller w/ 4 ports
                   2538: product INTEL 82801I_SATA_2    0x2921  82801I SATA Controller w/ 2 ports
                   2539: product INTEL 82801I_SATA_AHCI6        0x2922  82801I AHCI SATA Controller w/ 6 ports
                   2540: product INTEL 82801I_SATA_AHCI4        0x2923  82801I AHCI SATA Controller w/ 4 ports
                   2541: product INTEL 82801I_SATA_3    0x2926  82801I SATA Controller w/ 2 ports
1.967     christos 2542: product INTEL 82801I_SATA_4    0x2928  82801I Mobile AHCI SATA Controller with 2 ports
                   2543: product INTEL 82801I_SATA_5    0x2929  82801I Mobile AHCI SATA Controller with 4 ports
1.977     markd    2544: product INTEL 82801I_SATA_6    0x292d  82801I Mobile AHCI SATA Controller with 2 ports
                   2545: product INTEL 82801I_SATA_7    0x292e  82801I Mobile AHCI SATA Controller
1.891     riz      2546: product INTEL 82801I_SMB       0x2930  82801I SMBus Controller
                   2547: product INTEL 82801I_THERMAL   0x2932  82801I Thermal Controller
                   2548: product INTEL 82801I_USB_1     0x2934  82801I USB UHCI Controller
                   2549: product INTEL 82801I_USB_2     0x2935  82801I USB UHCI Controller
                   2550: product INTEL 82801I_USB_3     0x2936  82801I USB UHCI Controller
                   2551: product INTEL 82801I_USB_4     0x2937  82801I USB UHCI Controller
                   2552: product INTEL 82801I_USB_5     0x2938  82801I USB UHCI Controller
                   2553: product INTEL 82801I_USB_6     0x2939  82801I USB UHCI Controller
                   2554: product INTEL 82801I_EHCI_1    0x293a  82801I USB EHCI Controller
                   2555: product INTEL 82801I_EHCI_2    0x293c  82801I USB EHCI Controller
                   2556: product INTEL 82801I_HDA       0x293e  82801I High Definition Audio Controller
                   2557: product INTEL 82801I_EXP_1     0x2940  82801I PCI Express Port #1
                   2558: product INTEL 82801I_EXP_2     0x2942  82801I PCI Express Port #2
                   2559: product INTEL 82801I_EXP_3     0x2944  82801I PCI Express Port #3
                   2560: product INTEL 82801I_EXP_4     0x2946  82801I PCI Express Port #4
                   2561: product INTEL 82801I_EXP_5     0x2948  82801I PCI Express Port #5
                   2562: product INTEL 82801I_EXP_6     0x294a  82801I PCI Express Port #6
1.893     msaitoh  2563: product INTEL 82801I_IGP_C     0x294c  82801I (C) LAN Controller
1.946     matthias 2564: product INTEL 82946GZ_HB       0x2970  82946GZ Host Bridge
1.947     matthias 2565: product INTEL 82946GZ_IGD      0x2972  82946GZ Integrated Graphics Device
1.965     christos 2566: product INTEL 82G35_HB         0x2980  82G35 Host Bridge
                   2567: product INTEL 82G35_IGD                0x2982  82G35 Integrated Graphics Device
                   2568: product INTEL 82G35_IGD_1      0x2983  82G35 Integrated Graphics Device
1.868     markd    2569: product INTEL 82965Q_HB                0x2990  82965Q Host Bridge
                   2570: product INTEL 82965Q_EXP       0x2991  82965Q PCI Express Bridge
                   2571: product INTEL 82965Q_IGD       0x2992  82965Q Integrated Graphics Device
                   2572: product INTEL 82965Q_IGD_1     0x2993  82965Q Integrated Graphics Device
1.909     jnemeth  2573: product INTEL 82965G_HB                0x29a0  82965G Host Bridge
                   2574: product INTEL 82965G_EXP       0x29a1  82965G PCI Express Bridge
                   2575: product INTEL 82965G_IGD       0x29a2  82965G Integrated Graphics Device
                   2576: product INTEL 82965G_IGD_1     0x29a3  82965G Integrated Graphics Device
1.919     markd    2577: product INTEL 82Q35_HB         0x29b0  82Q35 Host Bridge
                   2578: product INTEL 82Q35_EXP                0x29b1  82Q35 PCI Express Bridge
                   2579: product INTEL 82Q35_IGD                0x29b2  82Q35 Integrated Graphics Device
                   2580: product INTEL 82Q35_IGD_1      0x29b3  82Q35 Integrated Graphics Device
1.918     markd    2581: product INTEL 82G33_HB         0x29c0  82G33/P35 Host Bridge
                   2582: product INTEL 82G33_EXP                0x29c1  82G33 PCI Express Port
                   2583: product INTEL 82G33_IGD                0x29c2  82G33 Integrated Graphics Device
                   2584: product INTEL 82G33_IGD_1      0x29c3  82G33 Integrated Graphics Device
1.891     riz      2585: product INTEL 82801I_LAN       0x29c4  82801I LAN Controller
1.919     markd    2586: product INTEL 82Q33_HB         0x29d0  82Q35 Host Bridge
                   2587: product INTEL 82Q33_EXP                0x29d1  82Q35 PCI Express Bridge
                   2588: product INTEL 82Q33_IGD                0x29d2  82Q35 Integrated Graphics Device
                   2589: product INTEL 82Q33_IGD_1      0x29d3  82Q35 Integrated Graphics Device
1.913     joerg    2590: product INTEL 82965PM_HB       0x2a00  82965PM Host Bridge
1.943     tonnerre 2591: product INTEL 80862A01         0x2a01  80862A01 Mobile PCI Express Root Port
1.918     markd    2592: product INTEL 82965PM_IGD      0x2a02  82965PM Integrated Graphics Device
                   2593: product INTEL 82965PM_IGD_1    0x2a03  82965PM Integrated Graphics Device
1.928     ichiro   2594: product INTEL 82965PM_MEI      0x2a04  82965PM MEI Controller
                   2595: product INTEL 82965PM_IDE      0x2a06  82965PM IDE Interface
                   2596: product INTEL 82965PM_KT       0x2a07  82965PM Serial Interface
1.967     christos 2597: product INTEL 82GM45_HB                0x2a40  82GM45 Host Bridge
                   2598: product INTEL 82GM45_IGD       0x2a42  82GM45 Integrated Graphics Device
                   2599: product INTEL 82GM45_IGD_1     0x2a43  82GM45 Integrated Graphics Device
                   2600: product INTEL 82IGD_E_HB       0x2e00  82IGD_E Host Bridge
                   2601: product INTEL 82IGD_E_IGD      0x2e02  82IGD_E Integrated Graphics
                   2602: product INTEL 82Q45_HB         0x2e10  82Q45 Host Bridge
                   2603: product INTEL 82Q45_IGD                0x2e12  82Q45 Integrated Graphics Device
                   2604: product INTEL 82G45_HB         0x2e20  82G45 Host Bridge
                   2605: product INTEL 82G45_IGD                0x2e22  82G45 Integrated Graphics Device
1.482     thorpej  2606: product INTEL 31244            0x3200  31244 Serial ATA Controller
1.531     ichiro   2607: product INTEL 82855PM_DDR      0x3340  82855PM MCH Host Controller
1.642     mycroft  2608: product INTEL 82855PM_AGP      0x3341  82855PM Host-AGP Bridge
1.531     ichiro   2609: product INTEL 82855PM_PM       0x3342  82855PM Power Management Controller
1.816     cube     2610: product INTEL 63XXESB_EXP_UP   0x3500  63xxESB PCI Express Upstream Port
                   2611: product INTEL 63XXESB_PCIX     0x350c  63xxESB PCI Express to PCI-X Bridge
                   2612: product INTEL 63XXESB_EXP_DN_1 0x3510  63xxESB PCI Express Downstream Port #1
                   2613: product INTEL 63XXESB_EXP_DN_2 0x3514  63xxESB PCI Express Downstream Port #2
                   2614: product INTEL 63XXESB_EXP_DN_3 0x3518  63xxESB PCI Express Downstream Port #3
1.708     cube     2615: product INTEL 82830MP_IO_1     0x3575  82830MP CPU to I/O Bridge 1
                   2616: product INTEL 82830MP_AGP      0x3576  82830MP CPU to AGP Bridge
                   2617: product INTEL 82830MP_IV       0x3577  82830MP Integrated Video
                   2618: product INTEL 82830MP_IO_2     0x3578  82830MP CPU to I/O Bridge 2
1.642     mycroft  2619: product INTEL 82855GM_MCH      0x3580  82855GM Host-Hub Controller
1.557     martin   2620: product INTEL 82855GM_IGD      0x3582  82855GM GMCH Integrated Graphics Device
                   2621: product INTEL 82855GM_MC       0x3584  82855GM GMCH Memory Controller
                   2622: product INTEL 82855GM_CP       0x3585  82855GM GMCH Configuration Process
1.708     cube     2623: product INTEL E7525_MCH                0x3590  E7525 Memory Controller Hub
                   2624: product INTEL E7525_MCHER      0x3591  E7525 Error Reporting Device
                   2625: product INTEL E7525_PCIE_A     0x3595  E7525 PCI Express Port A
                   2626: product INTEL E7525_PCIE_A1    0x3596  E7525 PCI Express Port A1
                   2627: product INTEL E7525_PCIE_B     0x3597  E7525 PCI Express Port B
1.960     christos 2628: product INTEL ICH10_SATA2_4x1  0x3a00  ICH10 SATA2(4port1)
                   2629: product INTEL ICH10_SATA2_2x1  0x3a06  ICH10 SATA2(2port1)
1.966     matt     2630: product INTEL ICH10DO_TIMER    0x3a14  ICH10DO Watchdog Timer
                   2631: product INTEL ICH10R_TIMER     0x3a16  ICH10R Watchdog Timer
                   2632: product INTEL ICH10_TIMER      0x3a18  ICH10 Watchdog Timer
                   2633: product INTEL ICH10D_TIMER     0x3a1a  ICH10D Watchdog Timer
1.960     christos 2634: product INTEL ICH10_SATA2_4x2  0x3a20  ICH10 SATA2(4port2)
                   2635: product INTEL ICH10R_AHCI      0x3a22  ICH10R AHCI Controller
                   2636: product INTEL ICH10_SATA2_2x2  0x3a26  ICH10 SATA2(2port2)
                   2637: product INTEL ICH10_SMB1       0x3a30  ICH10 SMBus Serial Bus 1
                   2638: product INTEL ICH10_SMB2       0x3a60  ICH10 SMBus Serial Bus 2
1.664     skrll    2639: product INTEL PRO_WL_2200BG    0x4220  PRO/Wireless LAN 2200BG Mini-PCI Adapter
1.714     skrll    2640: product INTEL PRO_WL_2225BG    0x4221  PRO/Wireless LAN 2225BG Mini-PCI Adapter
1.787     markd    2641: product INTEL PRO_WL_3945ABG_1 0x4222  PRO/Wireless LAN 3945ABG Mini-PCI Adapter
1.714     skrll    2642: product INTEL PRO_WL_2915ABG_1 0x4223  PRO/Wireless LAN 2915ABG Mini-PCI Adapter
                   2643: product INTEL PRO_WL_2915ABG_2 0x4224  PRO/Wireless LAN 2915ABG Mini-PCI Adapter
1.818     simonb   2644: product INTEL PRO_WL_3945ABG_2 0x4227  PRO/Wireless LAN 3945ABG Mini-PCI Adapter
1.899     ober     2645: product INTEL PRO_WL_4965AGN_1 0x4229  PRO/Wireless LAN 4965AGN Mini-PCI Adapter
                   2646: product INTEL PRO_WL_4965AGN_2 0x4230  PRO/Wireless LAN 4965AGN Mini-PCI Adapter
1.968     christos 2647: product INTEL PRO_WL_5100AGN_1 0x4232  Pro/Wireless LAN 5100AGN Mini-PCI Adapter
                   2648: product INTEL PRO_WL_5300AGN_1 0x4235  Pro/Wireless LAN 5300AGN Mini-PCI Adapter
                   2649: product INTEL PRO_WL_5300AGN_2 0x4236  Pro/Wireless LAN 5300AGN Mini-PCI Adapter
                   2650: product INTEL PRO_WL_5100AGN_2 0x4237  Pro/Wireless LAN 5100AGN Mini-PCI Adapter
                   2651: product INTEL PRO_WL_5350AGN_1 0x423a  Pro/Wireless LAN 5350AGN Mini-PCI Adapter
                   2652: product INTEL PRO_WL_5350AGN_2 0x423b  Pro/Wireless LAN 5350AGN Mini-PCI Adapter
1.340     matt     2653: product INTEL 80312_ATU                0x530d  80310 ATU
1.642     mycroft  2654: product INTEL 82371SB_ISA      0x7000  82371SB (PIIX3) PCI-ISA Bridge
                   2655: product INTEL 82371SB_IDE      0x7010  82371SB (PIIX3) IDE Interface
                   2656: product INTEL 82371SB_USB      0x7020  82371SB (PIIX3) USB Host Controller
                   2657: product INTEL 82437VX          0x7030  82437VX (TVX) System Controller
                   2658: product INTEL 82439TX          0x7100  82439TX (MTXC) System Controller
                   2659: product INTEL 82371AB_ISA      0x7110  82371AB (PIIX4) PCI-ISA Bridge
1.966     matt     2660: product INTEL 82371AB_IDE      0x7111  82371AB (PIIX4) IDE Controller
1.642     mycroft  2661: product INTEL 82371AB_USB      0x7112  82371AB (PIIX4) USB Host Controller
                   2662: product INTEL 82371AB_PMC      0x7113  82371AB (PIIX4) Power Management Controller
1.149     augustss 2663: product INTEL 82810_MCH                0x7120  82810 Memory Controller Hub
                   2664: product INTEL 82810_GC         0x7121  82810 Graphics Controller
                   2665: product INTEL 82810_DC100_MCH  0x7122  82810-DC100 Memory Controller Hub
                   2666: product INTEL 82810_DC100_GC   0x7123  82810-DC100 Graphics Controller
1.202     joda     2667: product INTEL 82810E_MCH       0x7124  82810E Memory Controller Hub
                   2668: product INTEL 82810E_GC                0x7125  82810E Graphics Controller
1.642     mycroft  2669: product INTEL 82443LX          0x7180  82443LX PCI AGP Controller
                   2670: product INTEL 82443LX_AGP      0x7181  82443LX AGP Interface
1.99      drochner 2671: product INTEL 82443BX          0x7190  82443BX Host Bridge/Controller
                   2672: product INTEL 82443BX_AGP      0x7191  82443BX AGP Interface
1.149     augustss 2673: product INTEL 82443BX_NOAGP    0x7192  82443BX Host Bridge/Controller (AGP disabled)
1.254     soren    2674: product INTEL 82440MX          0x7194  82443MX Host Bridge/Controller
                   2675: product INTEL 82440MX_ACA      0x7195  82443MX AC-97 Audio Controller
1.642     mycroft  2676: product INTEL 82440MX_ISA      0x7198  82443MX PCI-ISA Bridge
1.254     soren    2677: product INTEL 82440MX_IDE      0x7199  82443MX IDE Controller
                   2678: product INTEL 82440MX_USB      0x719a  82443MX USB Host Controller
                   2679: product INTEL 82440MX_PMC      0x719b  82443MX Power Management Controller
                   2680: product INTEL 82443GX          0x71a0  82443GX Host Bridge/Controller
                   2681: product INTEL 82443GX_AGP      0x71a1  82443GX AGP Interface
                   2682: product INTEL 82443GX_NOAGP    0x71a2  82443GX Host Bridge/Controller (AGP disabled)
1.147     soren    2683: product INTEL I740             0x7800  i740 Graphics Accelerator
1.49      augustss 2684: product INTEL PCI450_PB                0x84c4  82454KX/GX PCI Bridge (PB)
                   2685: product INTEL PCI450_MC                0x84c5  82451KX/GX Memory Controller (MC)
1.179     drochner 2686: product INTEL 82451NX_MIOC     0x84ca  82451NX Memory & I/O Controller (MIOC)
                   2687: product INTEL 82451NX_PXB      0x84cb  82451NX PCI Expander Bridge (PXB)
1.642     mycroft  2688: product INTEL 21152            0xb152  S21152BB PCI-PCI Bridge
                   2689: product INTEL 21154            0xb154  S21152BA,S21154AE/BE PCI-PCI Bridge
1.430     ichiro   2690: product INTEL 21555            0xb555  21555 Non-Transparent PCI-PCI Bridge
1.90      drochner 2691:
                   2692: /* Intergraph products */
                   2693: product INTERGRAPH 4D50T       0x00e4  Powerstorm 4D50T
1.731     chs      2694: product INTERGRAPH 4D60T       0x00e3  Powerstorm 4D60T
1.363     ichiro   2695:
                   2696: /* Intersil products */
1.632     mycroft  2697: product INTERSIL MINI_PCI_WLAN 0x3873  PRISM2.5 Mini-PCI WLAN
1.659     augustss 2698: product INTERSIL MINI_PCI_3877 0x3877  PRISM Indigo Mini-PCI WLAN
                   2699: product INTERSIL MINI_PCI_3890 0x3890  PRISM Duette Mini-PCI WLAN
1.12      cgd      2700:
1.264     itojun   2701: /* Invertex */
                   2702: product INVERTEX AEON          0x0005  AEON
1.524     rjs      2703:
1.639     mycroft  2704: /* IO Data products */
1.830     itohy    2705: product IODATA CBIDE2          0x0003  CBIDE2/CI-iCN NinjaATA-32Bi IDE
1.647     itohy    2706: product IODATA CBSCII          0x0005  CBSCII NinjaSCSI-32Bi SCSI
1.966     matt     2707: product IODATA RSAPCI          0x0007  RSA-PCI 2-port Serial
1.639     mycroft  2708:
1.524     rjs      2709: /* ITE products */
1.541     christos 2710: product ITE IT8152             0x8152  IT8152 Host Bridge
1.803     xtraeme  2711: product ITE IT8211             0x8211  IT8211 IDE Controller
                   2712: product ITE IT8212             0x8212  IT8212 IDE Controller
1.264     itojun   2713:
1.12      cgd      2714: /* I. T. T. products */
                   2715: product ITT AGX016     0x0001  AGX016
1.24      tls      2716: product ITT ITT3204    0x0002  ITT3204 MPEG Decoder
1.12      cgd      2717:
1.878     bouyer   2718: /* JMicron products */
1.966     matt     2719: product JMICRON        JMB360  0x2360 JMB360 SATA Controller
                   2720: product JMICRON        JMB361  0x2361 JMB361 SATA/PATA Controller
                   2721: product JMICRON        JMB363  0x2363 JMB363 SATA/PATA Controller
                   2722: product JMICRON        JMB365  0x2365 JMB365 SATA/PATA Controller
                   2723: product JMICRON        JMB366  0x2366 JMB366 SATA/PATA Controller
                   2724: product JMICRON        JMB368  0x2368 JMB368 PATA Controller
1.959     bouyer   2725: product JMICRON        JMC250  0x0250 JMC250 Gigabit Ethernet Controller
                   2726: product JMICRON        JMC260  0x0260 JMC260 Fast Ethernet Controller
1.878     bouyer   2727:
1.610     chs      2728: /* JNI products */
1.966     matt     2729: product JNI JNIC1460   0x1460  JNIC-1460 Fibre-Channel Adapter
                   2730: product JNI JNIC1560   0x1560  JNIC-1560 Dual Fibre-Channel Adapter
                   2731: product JNI FCI1063    0x4643  FCI-1063 Fibre-Channel Adapter
                   2732: product JNI FCX26562   0x6562  FCX2-6562 Dual Fibre-Channel Adapter
                   2733: product JNI FCX6562    0x656a  FCX-6562 Fibre-Channel Adapter
1.610     chs      2734:
1.59      thorpej  2735: /* KTI products - XXX better descriptions */
                   2736: product KTI NE2KETHER  0x3000  Ethernet
1.113     explorer 2737:
1.665     junyoung 2738: /* LAN Media */
1.541     christos 2739: product LMC HSSI       0x0003  HSSI Interface
                   2740: product LMC DS3                0x0004  DS3 Interface
                   2741: product LMC SSI                0x0005  SSI
                   2742: product LMC DS1                0x0006  DS1
1.59      thorpej  2743:
1.12      cgd      2744: /* LeadTek Research */
                   2745: product LEADTEK S3_805 0x0000  S3 805
1.327     thorpej  2746:
                   2747: /* Level One products */
                   2748: product LEVELONE LXT1001       0x0001  LXT-1001 10/100/1000 Ethernet
1.183     matt     2749:
                   2750: /* Linear Systems / CompuModules */
1.541     christos 2751: product LINEARSYS DVB_TX       0x7629  DVB Transmitter
                   2752: product LINEARSYS DVB_RX       0x7630  DVB Receiver
1.50      mycroft  2753:
1.602     tls      2754: /* Linksys products */
                   2755: product LINKSYS EG1032         0x1032  EG1032 v2 Instant Gigabit Network Adapter
                   2756: product LINKSYS EG1064         0x1064  EG1064 v2 Instant Gigabit Network Adapter
1.769     dogcow   2757: product LINKSYS        PCMPC200        0xab08  PCMPC200
                   2758: product LINKSYS        PCM200          0xab09  PCM200
                   2759: product LINKSYS2 IPN2220       0x2220  IPN 2220 Wireless LAN Adapter (rev 01)
1.717     tron     2760:
1.105     thorpej  2761: /* Lite-On products */
1.151     thorpej  2762: product LITEON 82C168  0x0002  82C168/82C169 (PNIC) 10/100 Ethernet
1.153     thorpej  2763: product LITEON 82C115  0xc115  82C115 (PNIC II) 10/100 Ethernet
1.105     thorpej  2764:
1.255     soren    2765: /* Lucent Technologies products */
1.238     joda     2766: product LUCENT LTMODEM_0440    0x0440  K56flex DSVD LTMODEM
                   2767: product LUCENT LTMODEM_0441    0x0441  LTMODEM
                   2768: product LUCENT LTMODEM_0442    0x0442  LTMODEM
                   2769: product LUCENT LTMODEM_0443    0x0443  LTMODEM
                   2770: product LUCENT LTMODEM_0444    0x0444  LTMODEM
                   2771: product LUCENT LTMODEM_0445    0x0445  LTMODEM
                   2772: product LUCENT LTMODEM_0446    0x0446  LTMODEM
                   2773: product LUCENT LTMODEM_0447    0x0447  LTMODEM
                   2774: product LUCENT LTMODEM_0448    0x0448  LTMODEM
                   2775: product LUCENT LTMODEM_0449    0x0449  LTMODEM
1.312     soren    2776: product LUCENT LTMODEM_044a    0x044a  LTMODEM
                   2777: product LUCENT LTMODEM_044b    0x044b  LTMODEM
                   2778: product LUCENT LTMODEM_044c    0x044c  LTMODEM
                   2779: product LUCENT LTMODEM_044d    0x044d  LTMODEM
                   2780: product LUCENT LTMODEM_044e    0x044e  LTMODEM
1.238     joda     2781: product LUCENT LTMODEM_0450    0x0450  LTMODEM
                   2782: product LUCENT LTMODEM_0451    0x0451  LTMODEM
                   2783: product LUCENT LTMODEM_0452    0x0452  LTMODEM
                   2784: product LUCENT LTMODEM_0453    0x0453  LTMODEM
                   2785: product LUCENT LTMODEM_0454    0x0454  LTMODEM
                   2786: product LUCENT LTMODEM_0455    0x0455  LTMODEM
                   2787: product LUCENT LTMODEM_0456    0x0456  LTMODEM
                   2788: product LUCENT LTMODEM_0457    0x0457  LTMODEM
                   2789: product LUCENT LTMODEM_0458    0x0458  LTMODEM
                   2790: product LUCENT LTMODEM_0459    0x0459  LTMODEM
1.312     soren    2791: product LUCENT LTMODEM_045a    0x045a  LTMODEM
1.966     matt     2792: product LUCENT OR3LP26         0x5400  ORCA FPGA w/ 32-bit PCI ASIC Core
                   2793: product LUCENT OR3TP12         0x5401  ORCA FPGA w/ 64-bit PCI ASIC Core
1.238     joda     2794: product LUCENT USBHC           0x5801  USB Host Controller
1.980     schwarz  2795: product LUCENT USBHC2          0x5802  2-port USB Host Controller
1.643     mycroft  2796: product LUCENT FW322_323       0x5811  FW322/323 IEEE 1394 Host Controller
1.970     jnemeth  2797: product LUCENT ET1310          0xed00  ET1310 10/100/1000 Ethernet
1.972     jnemeth  2798: product LUCENT ET1301          0xed01  ET1301 10/100 Ethernet
1.238     joda     2799:
1.50      mycroft  2800: /* Macronix */
1.105     thorpej  2801: product MACRONIX MX98713       0x0512  MX98713 (PMAC) 10/100 Ethernet
                   2802: product MACRONIX MX987x5       0x0531  MX987x5 (PMAC) 10/100 Ethernet
1.12      cgd      2803:
1.24      tls      2804: /* Madge Networks products */
1.491     jdolecek 2805: product MADGE SMARTRN2         0x0002  Smart 16/4 PCI Ringnode Mk2
1.966     matt     2806: product MADGE COLLAGE25                0x1000  Collage 25 ATM Adapter
                   2807: product MADGE COLLAGE155       0x1001  Collage 155 ATM Adapter
1.24      tls      2808:
1.775     chs      2809: /* MAGMA products */
                   2810: product MAGMA SERIAL16         0x0010  16 DMA PCI-SLRS
                   2811: product MAGMA SERIAL4          0x0011  4 DMA PCI-SLRS
                   2812:
1.12      cgd      2813: /* Matrox products */
1.24      tls      2814: product MATROX ATLAS           0x0518  MGA PX2085 (\"Atlas\")
1.42      mycroft  2815: product MATROX MILLENNIUM      0x0519  MGA Millennium 2064W (\"Storm\")
1.86      tron     2816: product MATROX MYSTIQUE                0x051a  MGA Mystique 1064SG
                   2817: product MATROX MILLENNIUM2     0x051b  MGA Millennium II 2164W
1.480     wiz      2818: product MATROX MILLENNIUM2_AGP 0x051f  MGA Millennium II 2164WA-B AGP
1.122     veego    2819: product MATROX G200_PCI                0x0520  MGA G200 PCI
                   2820: product MATROX G200_AGP                0x0521  MGA G200 AGP
1.929     tron     2821: product MATROX G200E_SE                0x0522  MGA G200e (ServerEngines)
1.129     tron     2822: product MATROX G400_AGP                0x0525  MGA G400 AGP
1.69      tron     2823: product MATROX IMPRESSION      0x0d10  MGA Impression
1.122     veego    2824: product MATROX G100_PCI                0x1000  MGA G100 PCI
1.86      tron     2825: product MATROX G100_AGP                0x1001  MGA G100 AGP
1.551     wiz      2826: product MATROX G550_AGP                0x2527  MGA G550 AGP
1.130     tsubai   2827:
1.665     junyoung 2828: /* MediaQ products */
1.323     enami    2829: product MEDIAQ MQ200           0x0200  MQ200
1.375     thorpej  2830:
1.665     junyoung 2831: /* Microsoft products */
1.644     lukem    2832: product MICROSOFT MN120                0x0001  MN-120 10/100 Ethernet Notebook Adapter
1.641     mycroft  2833:
1.804     nisimura 2834: /* Micrel products */
                   2835: product MICREL KSZ8841         0x8841  10/100 Ethernet
1.966     matt     2836: product MICREL KSZ8842         0x8842  Switched 2 Port 10/100 Ethernet
1.804     nisimura 2837:
1.665     junyoung 2838: /* Middle Digital products */
1.548     simonb   2839: product MIDDLE_DIGITAL WEASEL_VGA      0x9050  Weasel Virtual VGA
                   2840: product MIDDLE_DIGITAL WEASEL_SERIAL   0x9051  Weasel Serial Port
                   2841: product MIDDLE_DIGITAL WEASEL_CONTROL  0x9052  Weasel Control
1.323     enami    2842:
1.775     chs      2843: /* Mitsubishi products */
                   2844: product MITSUBISHIELEC TORNADO 0x0308  Tornado 3000 AGP
                   2845:
1.130     tsubai   2846: /* Motorola products */
1.182     soren    2847: product MOT MPC105     0x0001  MPC105 \"Eagle\" Host Bridge
                   2848: product MOT MPC106     0x0002  MPC106 \"Grackle\" Host Bridge
1.298     briggs   2849: product MOT MPC8240    0x0003  MPC8240 \"Kahlua\" Host Bridge
1.371     kleink   2850: product MOT MPC107     0x0004  MPC107 \"Chaparral\" Host Bridge
1.435     briggs   2851: product MOT MPC8245    0x0006  MPC8245 \"Kahlua II\" Host Bridge
1.410     kleink   2852: product MOT RAVEN      0x4801  Raven Host Bridge & Multi-Processor Interrupt Controller
                   2853: product MOT FALCON     0x4802  Falcon ECC Memory Controller Chip Set
                   2854: product MOT HAWK       0x4803  Hawk System Memory Controller & PCI Host Bridge
1.841     rjs      2855: product MOT MPC5200B   0x5809  MPC5200B Host Bridge
1.1       cgd      2856:
1.775     chs      2857: /* Moxa Technologies products */
                   2858: product        MOXA C104H      0x1040  C104H
                   2859: product        MOXA CP104      0x1041  CP104UL
                   2860: product        MOXA CP114      0x1141  CP114
                   2861: product        MOXA C168H      0x1680  C168H
1.770     martin   2862:
1.720     chs      2863: /* Mutech products */
                   2864: product MUTECH MV1000  0x0001  MV1000
                   2865:
1.1       cgd      2866: /* Mylex products */
1.966     matt     2867: product MYLEX RAID_V2          0x0001  DAC960 RAID (v2 Interface)
                   2868: product MYLEX RAID_V3          0x0002  DAC960 RAID (v3 Interface)
                   2869: product MYLEX RAID_V4          0x0010  DAC960 RAID (v4 Interface)
                   2870: product MYLEX RAID_V5          0x0020  DAC960 RAID (v5 Interface)
1.720     chs      2871: product MYLEX EXTREMERAID_3000 0x0030  eXtremeRAID 3000
                   2872: product MYLEX EXTREMERAID_2000 0x0040  eXtremeRAID 2000
                   2873: product MYLEX ACCELERAID       0x0050  AcceleRAID 352
                   2874: product MYLEX ACCELERAID_170   0x0052  AcceleRAID 170
                   2875: product MYLEX ACCELERAID_160   0x0054  AcceleRAID 160
1.663     soren    2876: product MYLEX EXTREMERAID1100  0xba55  eXtremeRAID 1100
                   2877: product MYLEX EXTREMERAID      0xba56  eXtremeRAID 2000/3000
1.304     thorpej  2878:
1.720     chs      2879: /* Myricom products */
                   2880: product MYRICOM MYRINET        0x8043  Myrinet
1.481     martin   2881:
                   2882: /* Myson-Century Technology products */
                   2883: product MYSON MTD803   0x0803  MTD803 3-in-1 Fast Ethernet Controller
1.477     grant    2884:
1.665     junyoung 2885: /* National Datacomm products */
1.477     grant    2886: product NDC NCP130             0x0130 NCP130 Wireless NIC
                   2887: product NDC NCP130A2           0x0131 NCP130 rev A2 Wireless NIC
1.12      cgd      2888:
1.59      thorpej  2889: /* NetVin products - XXX better descriptions */
                   2890: product NETVIN 5000    0x5000  5000 Ethernet
1.590     chs      2891:
                   2892: /* NetBoost (now Intel) products */
                   2893: product NETBOOST POLICY        0x0000  Policy Accelerator
1.59      thorpej  2894:
1.81      drochner 2895: /* Newbridge / Tundra products */
1.966     matt     2896: product NEWBRIDGE CA91CX42             0x0000  Universe VME Bridge
                   2897: product NEWBRIDGE CA91L826A            0x0826  QSpan II PCI Bridge
                   2898: product NEWBRIDGE CA91L8260            0x8260  PowerSpan PCI Bridge
                   2899: product NEWBRIDGE CA91L8261            0x8261  PowerSpan II PCI Bridge
1.81      drochner 2900:
1.322     drochner 2901: /* National Instruments products */
1.966     matt     2902: product NATIONALINST MXI3      0x2c30  MXI-3 PCI Extender
1.322     drochner 2903:
1.12      cgd      2904: /* National Semiconductor products */
1.25      veego    2905: product NS DP83810     0x0001  DP83810 10/100 Ethernet
1.261     thorpej  2906: product NS DP83815     0x0020  DP83815 10/100 Ethernet
1.321     thorpej  2907: product NS DP83820     0x0022  DP83820 10/100/1000 Ethernet
1.883     xtraeme  2908: product NS CS5535_HB   0x0028  CS5535 Host-PCI Bridge
                   2909: product NS CS5535_ISA  0x002b  CS5535 PCI-ISA Bridge
                   2910: product NS CS5535_IDE  0x002d  CS5535 IDE Controller
                   2911: product NS CS5535_AUDIO        0x002e  CS5535 Audio Controller
                   2912: product NS CS5535_USB  0x002f  CS5535 USB Host Controller
                   2913: product NS CS5535_VIDEO        0x0030  CS5535 Video Controller
1.24      tls      2914: product NS NS87410     0xd001  NS87410
1.635     rumble   2915: product NS SC1100_IDE  0x0502  SC1100 PCI IDE
                   2916: product NS SC1100_AUDIO        0x0503  SC1100 XpressAUDIO
1.966     matt     2917: product NS SC1100_ISA  0x0510  SC1100 PCI-ISA Bridge
1.563     itojun   2918: product NS SC1100_ACPI 0x0511  SC1100 SMI/ACPI
                   2919: product NS SC1100_XBUS 0x0515  SC1100 X-Bus
1.554     kleink   2920:
                   2921: /* Philips products */
1.966     matt     2922: product PHILIPS SAA7130HL      0x7130  SAA7130HL PCI Video Broadcast Decoder
                   2923: product PHILIPS SAA7133HL      0x7133  SAA7133HL PCI A/V Broadcast Decoder
                   2924: product PHILIPS SAA7134HL      0x7134  SAA7134HL PCI A/V Broadcast Decoder
                   2925: product PHILIPS SAA7135HL      0x7135  SAA7135HL PCI A/V Broadcast Decoder
                   2926: product PHILIPS SAA7146AH      0x7146  SAA7146AH PCI Multimedia Bridge
1.103     thorpej  2927:
1.1       cgd      2928: /* NCR/Symbios Logic products */
1.847     martti   2929: product SYMBIOS 810                    0x0001  53c810
                   2930: product SYMBIOS 820                    0x0002  53c820
                   2931: product SYMBIOS 825                    0x0003  53c825
                   2932: product SYMBIOS 815                    0x0004  53c815
                   2933: product SYMBIOS 810AP                  0x0005  53c810AP
                   2934: product SYMBIOS 860                    0x0006  53c860
                   2935: product SYMBIOS 1510D                  0x000a  53c1510D
                   2936: product SYMBIOS 896                    0x000b  53c896
                   2937: product SYMBIOS 895                    0x000c  53c895
                   2938: product SYMBIOS 885                    0x000d  53c885
                   2939: product SYMBIOS 875                    0x000f  53c875/876
                   2940: product SYMBIOS 1510                   0x0010  53c1510
                   2941: product SYMBIOS 895A                   0x0012  53c895A
                   2942: product SYMBIOS 875A                   0x0013  53c875A
                   2943: product SYMBIOS 1010                   0x0020  53c1010
                   2944: product SYMBIOS 1010_2                 0x0021  53c1010 (66MHz)
1.924     jnemeth  2945: product SYMBIOS 1030                   0x0030  53c1020/53c1030
1.847     martti   2946: product SYMBIOS 1030R                  0x1030  53c1030R
                   2947: product SYMBIOS 1030ZC                 0x0031  53c1030ZC
                   2948: product SYMBIOS 1035                   0x0040  53c1035
                   2949: product SYMBIOS 1035ZC                 0x0041  53c1035ZC
                   2950: product SYMBIOS SAS1064                        0x0050  SAS1064
                   2951: product SYMBIOS SAS1068                        0x0054  SAS1068
1.902     msaitoh  2952: product SYMBIOS SAS1068_2              0x0055  SAS1068
1.847     martti   2953: product SYMBIOS SAS1064E               0x0056  SAS1064E
1.902     msaitoh  2954: product SYMBIOS SAS1064E_2             0x0057  SAS1064E
1.847     martti   2955: product SYMBIOS SAS1068E               0x0058  SAS1068E
1.902     msaitoh  2956: product SYMBIOS SAS1068E_2             0x0059  SAS1068E
1.847     martti   2957: product SYMBIOS SAS1066E               0x005A  SAS1066E
                   2958: product SYMBIOS SAS1064A               0x005C  SAS1064A
                   2959: product SYMBIOS SAS1066                        0x005E  SAS1066
                   2960: product SYMBIOS SAS1078                        0x0060  SAS1078 PCI
                   2961: product SYMBIOS SAS1078_PCIE           0x0062  SAS1078 PCI Express
                   2962: product SYMBIOS 875J                   0x008f  53c875J
                   2963: product SYMBIOS FC909                  0x0620  FC909
                   2964: product SYMBIOS FC909A                 0x0621  FC909A
                   2965: product SYMBIOS FC929                  0x0622  FC929
                   2966: product SYMBIOS FC929_1                        0x0623  FC929
                   2967: product SYMBIOS FC919                  0x0624  FC919
                   2968: product SYMBIOS FC919_1                        0x0625  FC919
                   2969: product SYMBIOS FC929X                 0x0626  FC929X
                   2970: product SYMBIOS FC919X                 0x0628  FC919X
                   2971: product SYMBIOS FC949X                 0x0640  FC949X
                   2972: product SYMBIOS FC939X                 0x0642  FC939X
                   2973: product SYMBIOS FC949E                 0x0646  FC949E
                   2974: product SYMBIOS PERC_4SC               0x1960  PERC 4/SC
                   2975: product SYMBIOS MEGARAID_320X          0x0407  LSI Megaraid SCSI 320-X
                   2976: product SYMBIOS MEGARAID_320E          0x0408  LSI Megaraid SCSI 320-E
                   2977: product SYMBIOS MEGARAID_300X          0x0409  LSI Megaraid SATA (300-6X/300-8X)
                   2978: product SYMBIOS MEGARAID_SAS           0x0411  MegaRAID SAS
1.846     martti   2979: product SYMBIOS MEGARAID_VERDE_ZCR     0x0413  MegaRAID Verde ZCR
1.69      tron     2980:
1.81      drochner 2981: /* Packet Engines products */
                   2982: product SYMBIOS PE_GNIC        0x0702  Packet Engines G-NIC Ethernet
                   2983:
1.798     soren    2984: /* Parallels products */
1.862     rpaulo   2985: product PARALLELS TOOLS                0x1112  Tools
                   2986: product PARALLELS VIDEO                0x1121  Video
                   2987: product        PARALLELS VIDEO2        0x1131  Video II
1.798     soren    2988:
1.69      tron     2989: /* NEC products */
1.141     soren    2990: product NEC USB                0x0035  USB Host Controller
1.323     enami    2991: product NEC VRC4173_CARDU 0x003e VRC4173 PC-Card Unit
1.69      tron     2992: product NEC POWERVR2   0x0046  PowerVR PCX2
1.643     mycroft  2993: product NEC PD72872    0x0063  uPD72872 IEEE 1394 Host Controller
1.323     enami    2994: product NEC VRC4173_BCU        0x00a5  VRC4173 Bus Control Unit
                   2995: product NEC VRC4173_AC97U 0x00a6 VRC4173 AC97 Unit
1.643     mycroft  2996: product NEC PD72870    0x00cd  uPD72870 IEEE 1394 Host Controller
                   2997: product NEC PD72871    0x00ce  uPD72871 IEEE 1394 Host Controller
1.344     gehenna  2998: product NEC PD720100A  0x00e0  USB Host Controller
1.641     mycroft  2999: product NEC VA26D      0x803c  Versa Pro LX VA26D
                   3000: product NEC VERSALX    0x8058  Versa LX
1.100     hwr      3001:
                   3002: /* Neomagic products */
1.271     thorpej  3003: product NEOMAGIC NMMG2070      0x0001  MagicGraph NM2070
                   3004: product NEOMAGIC NMMG128V      0x0002  MagicGraph 128V
1.100     hwr      3005: product NEOMAGIC NMMG128ZV     0x0003  MagicGraph 128ZV
1.131     augustss 3006: product NEOMAGIC NMMG2160      0x0004  MagicGraph 128XD
1.120     drochner 3007: product NEOMAGIC NMMM256AV_VGA 0x0005  MagicMedia 256AV VGA
1.223     drochner 3008: product NEOMAGIC NMMM256ZX_VGA 0x0006  MagicMedia 256ZX VGA
1.271     thorpej  3009: product NEOMAGIC NMMM256XLP_AU 0x0016  MagicMedia 256XL+ Audio
1.120     drochner 3010: product NEOMAGIC NMMM256AV_AU  0x8005  MagicMedia 256AV Audio
1.223     drochner 3011: product NEOMAGIC NMMM256ZX_AU  0x8006  MagicMedia 256ZX Audio
1.24      tls      3012:
1.150     drochner 3013: /* Netgear products */
1.642     mycroft  3014: product NETGEAR GA620          0x620a  GA620 1000baseSX Ethernet
                   3015: product NETGEAR GA620T         0x630a  GA620 1000baseT Ethernet
1.390     ichiro   3016: product NETGEAR MA301          0x4100  MA301 PCI IEEE 802.11b
1.305     msaitoh  3017:
                   3018: /* Netmos products */
1.966     matt     3019: product NETMOS NM9805  0x9805  1284 Printer Port
                   3020: product NETMOS NM9815  0x9815  Dual 1284 Printer Port
1.839     cube     3021: product NETMOS NM9820  0x9820  Single UART
1.966     matt     3022: product NETMOS NM9835  0x9835  Dual UART and 1284 Printer Port
                   3023: product NETMOS NM9845  0x9845  Quad UART and 1284 Printer Port
                   3024: product NETMOS NM9855  0x9855  9855 Quad UART and 1284 Printer Port
1.264     itojun   3025:
1.665     junyoung 3026: /* Network Security Technologies */
1.264     itojun   3027: product NETSEC 7751            0x7751  7751
1.150     drochner 3028:
1.24      tls      3029: /* NexGen products */
                   3030: product NEXGEN NX82C501        0x4e78  NX82C501 Host-PCI Bridge
                   3031:
                   3032: /* NKK products */
1.312     soren    3033: product NKK NDR4600    0xa001  NDR4600 Host-PCI Bridge
1.4       cgd      3034:
1.774     he       3035: /* Nortel products */
                   3036: product NORTEL BAYSTACK_21     0x1211  Baystack 21 (Accton MPX EN5038)
                   3037:
1.4       cgd      3038: /* Number Nine products */
1.24      tls      3039: product NUMBER9 I128   0x2309  Imagine-128
                   3040: product NUMBER9 I128_2 0x2339  Imagine-128 II
                   3041:
1.665     junyoung 3042: /* Nvidia products */
1.206     joda     3043: product NVIDIA RIVATNT         0x0020  RIVA TNT
                   3044: product NVIDIA RIVATNT2        0x0028  RIVA TNT2
                   3045: product NVIDIA RIVATNT2U       0x0029  RIVA TNT2 Ultra
1.312     soren    3046: product NVIDIA VANTA           0x002c  Vanta
                   3047: product NVIDIA RIVATNT2M64     0x002d  RIVA TNT2 Model 64
1.916     ad       3048: product        NVIDIA  MCP04_PCIB      0x0030  MCP04 PCI-ISA Bridge
1.879     mrg      3049: product NVIDIA MCP04_SMBUS     0x0034  MCP04 SMBus
1.775     chs      3050: product NVIDIA MCP04_IDE       0x0035  MCP04 IDE
                   3051: product NVIDIA MCP04_SATA      0x0036  MCP04 SATA
                   3052: product NVIDIA MCP04_LAN1      0x0037  MCP04 Ethernet
                   3053: product NVIDIA MCP04_LAN2      0x0038  MCP04 Ethernet
                   3054: product NVIDIA MCP04_SATA2     0x003e  MCP04 SATA
1.683     jdolecek 3055: product NVIDIA GEFORCE_6800U   0x0040  GeForce 6800 Ultra
                   3056: product NVIDIA GEFORCE_6800    0x0041  GeForce 6800
1.944     tron     3057: product NVIDIA GEFORCE_6800LE  0x0042  GeForce 6800 LE
1.684     jdolecek 3058: product NVIDIA GEFORCE_6800GT  0x0045  GeForce 6800 GT
1.966     matt     3059: product NVIDIA NFORCE4_PCIB1   0x0050  nForce4 PCI-ISA Bridge
                   3060: product NVIDIA NFORCE4_PCIB2   0x0051  nForce4 PCI-ISA Bridge
1.769     dogcow   3061: product NVIDIA NFORCE4_SMBUS   0x0052  nForce4 SMBus
1.689     kent     3062: product NVIDIA NFORCE4_ATA133  0x0053  nForce4 ATA133 IDE
1.769     dogcow   3063: product NVIDIA NFORCE4_SATA1   0x0054  nForce4 Serial ATA 1
                   3064: product NVIDIA NFORCE4_SATA2   0x0055  nForce4 Serial ATA 2
1.775     chs      3065: product NVIDIA NFORCE4_LAN1    0x0056  nForce4 Ethernet
                   3066: product NVIDIA NFORCE4_LAN2    0x0057  nForce4 Ethernet
1.689     kent     3067: product NVIDIA NFORCE4_AC      0x0059  nForce4 AC-97
1.731     chs      3068: product NVIDIA NFORCE4_USB     0x005a  nForce4 USB Host Controller
                   3069: product NVIDIA NFORCE4_USB2    0x005b  nForce4 USB2 Host Controller
                   3070: product NVIDIA NFORCE4_PCI     0x005c  nForce4 PCI Host Bridge
                   3071: product NVIDIA NFORCE4_PCIE    0x005d  nForce4 PCIe Host Bridge
                   3072: product NVIDIA NFORCE4_MEM     0x005e  nForce4 Memory Controller
1.966     matt     3073: product NVIDIA NFORCE2_PCIB    0x0060  nForce2 PCI-ISA Bridge
1.610     chs      3074: product NVIDIA NFORCE2_SMBUS   0x0064  nForce2 SMBus Controller
1.498     thorpej  3075: product NVIDIA NFORCE2_ATA133  0x0065  nForce2 ATA133 IDE
1.775     chs      3076: product NVIDIA NFORCE2_LAN     0x0066  nForce2 Ethernet
1.610     chs      3077: product NVIDIA NFORCE2_OHCI    0x0067  nForce2 USB Host Controller
                   3078: product NVIDIA NFORCE2_EHCI    0x0068  nForce2 USB2 Host Controller
1.498     thorpej  3079: product NVIDIA NFORCE2_MCPT_AC 0x006a  nForce2 MCP-T AC-97
1.610     chs      3080: product NVIDIA NFORCE2_MCPT_AP 0x006b  nForce2 MCP-T Audio Processing Unit
1.966     matt     3081: product NVIDIA NFORCE2_PPB     0x006c  nForce2 PCI-PCI Bridge
1.610     chs      3082: product NVIDIA NFORCE2_FW      0x006e  nForce2 Firewire Controller
1.966     matt     3083: product NVIDIA NFORCE2_400_PCIB        0x0080  nForce2 Ultra 400 PCI-ISA Bridge
1.682     jdolecek 3084: product NVIDIA NFORCE2_400_SMBUS       0x0084  nForce2 Ultra 400 SMBus Controller
                   3085: product NVIDIA NFORCE2_400_ATA133      0x0085  nForce2 Ultra 400 ATA133 IDE
1.775     chs      3086: product NVIDIA NFORCE2_400_LAN1        0x0086  nForce2 Ultra 400 Ethernet
1.682     jdolecek 3087: product NVIDIA NFORCE2_400_OHCI        0x0087  nForce2 Ultra 400 USB Host Controller
                   3088: product NVIDIA NFORCE2_400_EHCI        0x0088  nForce2 Ultra 400 USB2 Host Controller
1.690     jdolecek 3089: product NVIDIA NFORCE2_400_MCPT_AC     0x008a  nForce2 Ultra 400 AC-97
1.966     matt     3090: product NVIDIA NFORCE2_400_PPB         0x008b  nForce2 Ultra 400 PCI-PCI Bridge
1.775     chs      3091: product NVIDIA NFORCE2_400_LAN2        0x008c  nForce2 Ultra 400 Ethernet
1.682     jdolecek 3092: product NVIDIA NFORCE2_400_SATA        0x008e  nForce2 Ultra 400 Serial ATA Controller
1.966     matt     3093: product NVIDIA NFORCE3_PCIB    0x00d0  nForce3 PCI-ISA Bridge
                   3094: product NVIDIA NFORCE3_PCHB    0x00d1  nForce3 Host-PCI Bridge
1.886     kiyohara 3095: product NVIDIA NFORCE3_PPB2    0x00d2  nForce3 PCI-PCI
1.966     matt     3096: product NVIDIA NFORCE3_SMBUS   0x00d4  nForce3 SMBus Controller
1.587     fvdl     3097: product NVIDIA NFORCE3_ATA133  0x00d5  nForce3 ATA133 IDE
1.775     chs      3098: product NVIDIA NFORCE3_LAN1    0x00d6  nForce3 Ethernet
1.587     fvdl     3099: product NVIDIA NFORCE3_OHCI    0x00d7  nForce3 USB Host Controller
                   3100: product NVIDIA NFORCE3_EHCI    0x00d8  nForce3 USB2 Host Controller
                   3101: product NVIDIA NFORCE3_MCPT_AC 0x00da  nForce3 MCP-T AC-97
1.966     matt     3102: product NVIDIA NFORCE3_PPB     0x00dd  nForce3 PCI-PCI Bridge
                   3103: product NVIDIA NFORCE3_LAN4    0x00df  nForce3 Ethernet #4
                   3104: product NVIDIA NFORCE3_250_PCIB        0x00e0  nForce3 250 PCI-ISA Bridge
                   3105: product NVIDIA NFORCE3_250_PCHB        0x00e1  nForce3 250 Host-PCI Bridge
1.662     xtraeme  3106: product NVIDIA NFORCE3_250_AGP         0x00e2  nForce3 250 AGP
1.775     chs      3107: product NVIDIA NFORCE3_250_SATA        0x00e3  nForce3 250 Serial ATA Controller
1.662     xtraeme  3108: product NVIDIA NFORCE3_250_SMBUS       0x00e4  nForce3 250 SMBus Controller
                   3109: product NVIDIA NFORCE3_250_ATA133      0x00e5  nForce3 250 ATA133 IDE
1.775     chs      3110: product NVIDIA NFORCE3_250_LAN         0x00e6  nForce3 250 Ethernet
1.662     xtraeme  3111: product NVIDIA NFORCE3_250_OHCI        0x00e7  nForce3 250 USB Host Controller
                   3112: product NVIDIA NFORCE3_250_EHCI        0x00e8  nForce3 250 USB2 Host Controller
                   3113: product NVIDIA NFORCE3_250_MCPT_AC     0x00ea  nForce3 250 MCP-T AC-97
1.966     matt     3114: product NVIDIA NFORCE3_250_PPB         0x00ed  nForce3 250 PCI-PCI Bridge
1.813     xtraeme  3115: product NVIDIA NFORCE3_250_SATA2       0x00ee  nForce3 250 Serial ATA Controller
1.861     jmcneill 3116: product NVIDIA XBOX_SMBUS      0x01b4  Xbox nForce SMBus Controller
1.966     matt     3117: product NVIDIA XBOX_PCHB       0x02a5  Xbox nForce Host-PCI Bridge
1.312     soren    3118: product NVIDIA ALADDINTNT2     0x00a0  Aladdin TNT2
1.775     chs      3119: product NVIDIA QUADRO4_280NVS2 0x00fd  Quadro4 280 NVS
                   3120: product NVIDIA QUADROFX3400SLI 0x00fd  Quadro FX 3400 SLI
1.206     joda     3121: product NVIDIA GEFORCE256      0x0100  GeForce 256
                   3122: product NVIDIA GEFORCEDDR      0x0101  GeForce DDR
                   3123: product NVIDIA QUADRO          0x0103  Quadro
1.513     joda     3124: product NVIDIA GEFORCE2MX      0x0110  GeForce2 MX
                   3125: product NVIDIA GEFORCE2MX200   0x0111  GeForce2 MX 100/200
                   3126: product NVIDIA GEFORCE2GO      0x0112  GeForce2 Go
                   3127: product NVIDIA QUADRO2_MXR     0x0113  Quadro2 MXR/EX
1.206     joda     3128: product NVIDIA GEFORCE2        0x0150  GeForce2 GTS
                   3129: product NVIDIA GEFORCE2DDR     0x0151  GeForce2 GTS (DDR)
                   3130: product NVIDIA GEFORCE2BR      0x0152  GeForce2 GTS
                   3131: product NVIDIA QUADRO2         0x0153  Quadro2
1.775     chs      3132: product NVIDIA GEFORCE6200     0x0161  GeForce 6200TC
1.836     cube     3133: product NVIDIA GEFORCE6200LE   0x0163  GeForce 6200LE
1.513     joda     3134: product NVIDIA GEFORCE4_MX460  0x0170  GeForce4 MX 460
                   3135: product NVIDIA GEFORCE4_MX440  0x0171  GeForce4 MX 440
                   3136: product NVIDIA GEFORCE4_MX420  0x0172  GeForce4 MX 420
                   3137: product NVIDIA GF4_MX440_SE    0x0173  GeForce4 MX 440 SE
                   3138: product NVIDIA QUADRO4_500XGL  0x0178  Quadro4 500XGL
                   3139: product NVIDIA QUADRO4_200NVS  0x017a  Quadro4 200/400NVS
                   3140: product NVIDIA GF4_MX440_8X    0x0181  GeForce4 MX 440 (AGP8X)
                   3141: product NVIDIA GF4_MX440_SE_8X 0x0182  GeForce4 MX 440 SE (AGP8X)
                   3142: product NVIDIA GF4_MX420_8X    0x0183  GeForce4 MX 420 (AGP8X)
                   3143: product NVIDIA QUADRO4_580XGL  0x0188  Quadro4 580 XGL
                   3144: product NVIDIA QUADRO4_280NVS  0x018a  Quadro4 280 NVS
                   3145: product NVIDIA QUADRO4_380XGL  0x018b  Quadro4 380 XGL
                   3146: product NVIDIA GEFORCE2_IGP    0x01a0  GeForce2 Integrated GPU
1.461     kent     3147: product NVIDIA NFORCE_MCP_AC   0x01b1  nForce MCP AC-97
1.498     thorpej  3148: product NVIDIA NFORCE_ATA100   0x01bc  nForce ATA100 IDE
1.775     chs      3149: product NVIDIA NFORCE_USB      0x01c2  nForce USB
1.860     jmcneill 3150: product NVIDIA NFORCE_LAN      0x01c3  nForce Ethernet
1.944     tron     3151: product NVIDIA GEFORCE_7300LE  0x01d1  GeForce 7300 LE
1.610     chs      3152: product NVIDIA NFORCE2_PCHB    0x01e0  nForce2 Host-PCI Bridge
                   3153: product NVIDIA NFORCE2_PPB2    0x01e8  nForce2 PCI-PCI Bridge
                   3154: product NVIDIA NFORCE2_MEM1    0x01eb  nForce2 Memory Controller
                   3155: product NVIDIA NFORCE2_MEM2    0x01ec  nForce2 Memory Controller
                   3156: product NVIDIA NFORCE2_MEM3    0x01ed  nForce2 Memory Controller
                   3157: product NVIDIA NFORCE2_MEM4    0x01ee  nForce2 Memory Controller
                   3158: product NVIDIA NFORCE2_MEM5    0x01ef  nForce2 Memory Controller
1.513     joda     3159: product NVIDIA GF4_MX_IGP      0x01f0  GeForce4 MX Integrated GPU
                   3160: product NVIDIA GEFORCE3        0x0200  GeForce3
                   3161: product NVIDIA GEFORCE3_TI200  0x0201  GeForce3 Ti 200
                   3162: product NVIDIA GEFORCE3_TI500  0x0202  GeForce3 Ti 500
                   3163: product NVIDIA QUADRO_DCC      0x0203  Quadro DCC
1.956     njoly    3164: product NVIDIA GEFORCE_6150    0x0240  GeForce 6150
                   3165: product NVIDIA GEFORCE_6150LE  0x0241  GeForce 6150 LE
1.513     joda     3166: product NVIDIA GEFORCE4_TI4600 0x0250  GeForce4 Ti 4600
                   3167: product NVIDIA GEFORCE4_TI4400 0x0251  GeForce4 Ti 4400
                   3168: product NVIDIA GEFORCE4_TI4200 0x0253  GeForce4 Ti 4200
                   3169: product NVIDIA QUADRO4_900XGL  0x0258  Quadro4 900XGL
                   3170: product NVIDIA QUADRO4_750XGL  0x0259  Quadro4 750XGL
                   3171: product NVIDIA QUADRO4_700XGL  0x025b  Quadro4 700XGL
1.966     matt     3172: product NVIDIA NFORCE430_PCIB  0x0260  nForce430 PCI-ISA Bridge
1.755     manu     3173: product NVIDIA NFORCE430_SMBUS 0x0264  nForce430 SMBus Controller
                   3174: product NVIDIA NFORCE430_ATA133        0x0265  nForce430 ATA133 IDE Controller
1.824     xtraeme  3175: product NVIDIA NFORCE430_SATA1 0x0266  nForce430 Serial ATA Controller
                   3176: product NVIDIA NFORCE430_SATA2 0x0267  nForce430 Serial ATA Controller
1.775     chs      3177: product NVIDIA NFORCE430_LAN1  0x0268  nForce430 Gigabit Ethernet Controller
                   3178: product NVIDIA NFORCE430_LAN2  0x0269  nForce430 Gigabit Ethernet Controller
1.814     bsh      3179: product NVIDIA NFORCE430_AC    0x026b  nForce430 AC-97 Audio Controller
                   3180: product NVIDIA NFORCE430_HDA   0x026c  nForce430 High Definition Audio Controller
1.755     manu     3181: product NVIDIA NFORCE430_OHCI  0x026d  nForce430 USB Controller
                   3182: product NVIDIA NFORCE430_EHCI  0x026e  nForce430 USB2 Controller
1.513     joda     3183: product NVIDIA GF4_TI_4800     0x0280  GeForce4 Ti 4800
                   3184: product NVIDIA GF4_TI_4200_8X  0x0281  GeForce4 Ti 4200 (AGP8X)
                   3185: product NVIDIA GF4_TI_4800_SE  0x0282  GeForce4 Ti 4800 SE
1.623     lukem    3186: product NVIDIA GF4_TI_4200_GO  0x0286  GeForce4 Ti 4200 Go AGP 8x
1.513     joda     3187: product NVIDIA QUADRO4_980_XGL 0x0288  Quadro4 980 XGL
                   3188: product NVIDIA QUADRO4_780_XGL 0x0289  Quadro4 780 XGL
1.957     cegger   3189: product NVIDIA C51_HB_02F0     0x02f0  C51 Host Bridge (0x02f0)
1.958     cegger   3190: product NVIDIA C51_HB_02F1     0x02f1  C51 Host Bridge (0x02f1)
                   3191: product NVIDIA C51_HB_02F2     0x02f2  C51 Host Bridge (0x02f2)
                   3192: product NVIDIA C51_HB_02F3     0x02f3  C51 Host Bridge (0x02f3)
                   3193: product NVIDIA C51_HB_02F4     0x02f4  C51 Host Bridge (0x02f4)
                   3194: product NVIDIA C51_HB_02F5     0x02f5  C51 Host Bridge (0x02f5)
                   3195: product NVIDIA C51_HB_02F6     0x02f6  C51 Host Bridge (0x02f6)
                   3196: product NVIDIA C51_HB_02F7     0x02f7  C51 Host Bridge (0x02f7)
1.957     cegger   3197: product NVIDIA C51_MC5         0x02f8  C51 Memory Controller 5
                   3198: product NVIDIA C51_MC4         0x02f9  C51 Memory Controller 4
                   3199: product NVIDIA C51_MC0         0x02fa  C51 Memory Controller 0
                   3200: product NVIDIA C51_PPB_02FB    0x02fb  C51 PCI Express Bridge (0x02fb)
                   3201: product NVIDIA C51_PPB_02FC    0x02fc  C51 PCI Express Bridge (0x02fc)
                   3202: product NVIDIA C51_PPB_02FD    0x02fd  C51 PCI Express Bridge (0x02fd)
                   3203: product NVIDIA C51_MC1         0x02fe  C51 Memory Controller 1
                   3204: product NVIDIA C51_HB_02FF     0x02ff  C51 Host Bridge (0x02ff)
1.513     joda     3205: product NVIDIA GEFORCE_FX5800U 0x0301  GeForce FX 5800 Ultra
1.859     jmcneill 3206: product NVIDIA XBOXFB          0x02a0  Xbox Frame Buffer
1.513     joda     3207: product NVIDIA GEFORCE_FX5800  0x0302  GeForce FX 5800
                   3208: product NVIDIA QUADRO_FX_2000  0x0308  Quadro FX 2000
                   3209: product NVIDIA QUADRO_FX_1000  0x0309  Quadro FX 1000
1.579     joda     3210: product NVIDIA GF_FX5600U      0x0311  GeForce FX 5600 Ultra
                   3211: product NVIDIA GF_FX5600       0x0312  GeForce FX 5600
                   3212: product NVIDIA GF_FX5600_SE    0x0314  GeForce FX 5600 SE
                   3213: product NVIDIA GF_FX5200U      0x0321  GeForce FX 5200 Ultra
                   3214: product NVIDIA GF_FX5200       0x0322  GeForce FX 5200
                   3215: product NVIDIA GF_FX5200SE     0x0323  GeForce FX 5200SE
                   3216: product NVIDIA QUADRO_FX_500   0x032B  Quadro FX 500
                   3217: product NVIDIA GF_FX5900U      0x0330  GeForce FX 5900 Ultra
                   3218: product NVIDIA GF_FX5900       0x0331  GeForce FX 5900
1.645     cube     3219: product NVIDIA GF_FX5900XT     0x0332  GeForce FX 5900XT
1.579     joda     3220: product NVIDIA GF_FX5950U      0x0333  GeForce FX 5950 Ultra
                   3221: product NVIDIA QUADRO_FX_3000  0x0338  Quadro FX 3000
1.769     dogcow   3222: product NVIDIA GF_FX5700_LE    0x0343  GeForce FX 5700 LE
1.838     cube     3223: product NVIDIA MCP55_ISA       0x0362  nForce MCP55 PCI-ISA Bridge
1.825     xtraeme  3224: product NVIDIA MCP55_SMB       0x0368  nForce MCP55 SMBus Controller
1.836     cube     3225: product NVIDIA MCP55_MEM       0x0369  nForce MCP55 Memory Controller
                   3226: product NVIDIA MCP55_MEM2      0x036a  nForce MCP55 Memory Controller
1.825     xtraeme  3227: product NVIDIA MCP55_IDE       0x036e  nForce MCP55 ATA133 IDE Controller
1.836     cube     3228: product NVIDIA MCP55_OHCI      0x036c  nForce MCP55 OHCI USB Controller
                   3229: product NVIDIA MCP55_EHCI      0x036d  nForce MCP55 EHCI USB Controller
                   3230: product NVIDIA MCP55_PPB       0x0370  nForce MCP55 PCI-PCI Bridge
1.825     xtraeme  3231: product NVIDIA MCP55_HDA       0x0371  nForce MCP55 High Definition Audio Controller
1.824     xtraeme  3232: product NVIDIA MCP55_LAN1      0x0372  nForce MCP55 Gigabit Ethernet Controller
                   3233: product NVIDIA MCP55_LAN2      0x0373  nForce MCP55 Gigabit Ethernet Controller
1.836     cube     3234: product NVIDIA MCP55_PCIE      0x0377  nForce MCP55 PCI-Express 16x Port
1.864     isaki    3235: product NVIDIA  MCP55_SATA      0x037e  nForce MCP55 Serial ATA Controller
1.825     xtraeme  3236: product NVIDIA  MCP55_SATA2     0x037f  nForce MCP55 Serial ATA Controller
1.875     pooka    3237: product NVIDIA GF_GO_7600      0x0398  GeForce Go 7600
1.825     xtraeme  3238: product NVIDIA MCP61_ISA       0x03e0  nForce MCP61 PCI-ISA Bridge
                   3239: product NVIDIA MCP61_HDA       0x03e4  nForce MCP61 High Definition Audio Controller
1.826     xtraeme  3240: product NVIDIA MCP61_LAN1      0x03e5  nForce MCP61 Gigabit Ethernet Controller
                   3241: product NVIDIA MCP61_LAN2      0x03e6  nForce MCP61 Gigabit Ethernet Controller
1.825     xtraeme  3242: product NVIDIA MCP61_SATA      0x03e7  nForce MCP61 Serial ATA Controller
                   3243: product NVIDIA MCP61_PPB_1     0x03e8  nForce MCP61 PCI-PCI Bridge
                   3244: product NVIDIA MCP61_PPB_2     0x03e9  nForce MCP61 PCI-PCI Bridge
                   3245: product NVIDIA MCP61_SMB       0x03eb  nForce MCP61 SMBus Controller
                   3246: product NVIDIA MCP61_IDE       0x03ec  nForce MCP61 ATA133 IDE Controller
1.826     xtraeme  3247: product NVIDIA MCP61_SATA2     0x03f6  nForce MCP61 Serial ATA Controller
                   3248: product NVIDIA MCP61_SATA3     0x03f7  nForce MCP61 Serial ATA Controller
1.824     xtraeme  3249: product NVIDIA MCP61_LAN3      0x03ee  nForce MCP61 Gigabit Ethernet Controller
                   3250: product NVIDIA MCP61_LAN4      0x03ef  nForce MCP61 Gigabit Ethernet Controller
1.936     cegger   3251: product NVIDIA GF_8400M_GS     0x0427  GeForce 8400M GS
1.943     tonnerre 3252: product NVIDIA QUADRO_NVS140M  0x0429  Quadro NVS 140M
1.825     xtraeme  3253: product NVIDIA MCP65_ISA       0x0440  nForce MCP65 PCI-ISA Bridge
1.936     cegger   3254: product NVIDIA MCP65_LPC1      0x0441  nForce MCP65 PCI-LPC Bridge
                   3255: product NVIDIA MCP65_LPC2      0x0442  nForce MCP65 PCI-LPC Bridge
                   3256: product NVIDIA MCP65_LPC3      0x0443  nForce MCP65 PCI-LPC Bridge
1.825     xtraeme  3257: product NVIDIA MCP65_MEM       0x0444  nForce MCP65 Memory Controller
                   3258: product NVIDIA MCP65_MEM2      0x0445  nForce MCP65 Memory Controller
                   3259: product NVIDIA MCP65_SMB       0x0446  nForce MCP65 SMBus Controller
1.936     cegger   3260: product NVIDIA MCP65_SMU       0x0447  nForce MCP65 System Management Unit
1.825     xtraeme  3261: product NVIDIA MCP65_IDE       0x0448  nForce MCP65 ATA133 IDE Controller
1.922     dholland 3262: product NVIDIA MCP65_PCI       0x0449  nForce MCP65 PCI Bridge
1.825     xtraeme  3263: product NVIDIA MCP65_HDA_1     0x044a  nForce MCP65 High Definition Audio Controller
                   3264: product NVIDIA MCP65_HDA_2     0x044b  nForce MCP65 High Definition Audio Controller
                   3265: product NVIDIA MCP65_AHCI_1    0x044c  nForce MCP65 AHCI Controller
                   3266: product NVIDIA MCP65_AHCI_2    0x044d  nForce MCP65 AHCI Controller
                   3267: product NVIDIA MCP65_AHCI_3    0x044e  nForce MCP65 AHCI Controller
                   3268: product NVIDIA MCP65_AHCI_4    0x044f  nForce MCP65 AHCI Controller
1.826     xtraeme  3269: product NVIDIA MCP65_LAN1      0x0450  nForce MCP65 Gigabit Ethernet Controller
                   3270: product NVIDIA MCP65_LAN2      0x0451  nForce MCP65 Gigabit Ethernet Controller
                   3271: product NVIDIA MCP65_LAN3      0x0452  nForce MCP65 Gigabit Ethernet Controller
                   3272: product NVIDIA MCP65_LAN4      0x0453  nForce MCP65 Gigabit Ethernet Controller
1.825     xtraeme  3273: product NVIDIA MCP65_USB_1     0x0454  nForce MCP65 USB Controller
                   3274: product NVIDIA MCP65_USB_2     0x0455  nForce MCP65 USB Controller
                   3275: product NVIDIA MCP65_USB_3     0x0456  nForce MCP65 USB Controller
                   3276: product NVIDIA MCP65_USB_4     0x0457  nForce MCP65 USB Controller
                   3277: product NVIDIA MCP65_PPB_1     0x0458  nForce MCP65 PCI-PCI Bridge
                   3278: product NVIDIA MCP65_PPB_2     0x0459  nForce MCP65 PCI-PCI Bridge
                   3279: product NVIDIA MCP65_PPB_3     0x045a  nForce MCP65 PCI-PCI Bridge
1.826     xtraeme  3280: product NVIDIA MCP65_SATA      0x045c  nForce MCP65 Serial ATA Controller
                   3281: product NVIDIA MCP65_SATA2     0x045d  nForce MCP65 Serial ATA Controller
                   3282: product NVIDIA MCP65_SATA3     0x045e  nForce MCP65 Serial ATA Controller
                   3283: product NVIDIA MCP65_SATA4     0x045f  nForce MCP65 Serial ATA Controller
1.865     chs      3284: product NVIDIA MCP67_SMB       0x0542  nForce MCP67 SMBus Controller
                   3285: product NVIDIA MCP67_LAN1      0x054c  nForce MCP67 Gigabit Ethernet Controller
                   3286: product NVIDIA MCP67_LAN2      0x054d  nForce MCP67 Gigabit Ethernet Controller
                   3287: product NVIDIA MCP67_LAN3      0x054e  nForce MCP67 Gigabit Ethernet Controller
                   3288: product NVIDIA MCP67_LAN4      0x054f  nForce MCP67 Gigabit Ethernet Controller
                   3289: product NVIDIA MCP67_SATA      0x0550  nForce MCP67 Serial ATA Controller
                   3290: product NVIDIA MCP67_SATA2     0x0551  nForce MCP67 Serial ATA Controller
                   3291: product NVIDIA MCP67_SATA3     0x0552  nForce MCP67 Serial ATA Controller
                   3292: product NVIDIA MCP67_SATA4     0x0553  nForce MCP67 Serial ATA Controller
                   3293: product NVIDIA MCP67_AHCI_1    0x0554  nForce MCP67 AHCI Controller
                   3294: product NVIDIA MCP67_AHCI_2    0x0555  nForce MCP67 AHCI Controller
                   3295: product NVIDIA MCP67_AHCI_3    0x0556  nForce MCP67 AHCI Controller
                   3296: product NVIDIA MCP67_AHCI_4    0x0557  nForce MCP67 AHCI Controller
                   3297: product NVIDIA MCP67_AHCI_5    0x0558  nForce MCP67 AHCI Controller
                   3298: product NVIDIA MCP67_AHCI_6    0x0559  nForce MCP67 AHCI Controller
                   3299: product NVIDIA MCP67_AHCI_7    0x055a  nForce MCP67 AHCI Controller
                   3300: product NVIDIA MCP67_AHCI_8    0x055b  nForce MCP67 AHCI Controller
                   3301: product NVIDIA MCP67_HDA_1     0x055c  nForce MCP67 High Definition Audio Controller
                   3302: product NVIDIA MCP67_HDA_2     0x055d  nForce MCP67 High Definition Audio Controller
                   3303: product NVIDIA MCP67_IDE       0x0560  nForce MCP67 ATA133 IDE Controller
1.914     xtraeme  3304: product NVIDIA MCP73_IDE       0x056c  nForce MCP73 ATA133 IDE Controller
                   3305: product NVIDIA MCP77_IDE       0x0759  nForce MCP77 ATA133 IDE Controller
1.937     christos 3306: product NVIDIA MCP77_LAN1      0x0760  nForce MCP77 Gigabit Ethernet Controller
                   3307: product NVIDIA MCP77_LAN2      0x0761  nForce MCP77 Gigabit Ethernet Controller
                   3308: product NVIDIA MCP77_LAN3      0x0762  nForce MCP77 Gigabit Ethernet Controller
                   3309: product NVIDIA MCP77_LAN4      0x0763  nForce MCP77 Gigabit Ethernet Controller
1.914     xtraeme  3310: product NVIDIA MCP77_HDA_1     0x0774  nForce MCP77 High Definition Audio Controller
                   3311: product NVIDIA MCP77_HDA_2     0x0775  nForce MCP77 High Definition Audio Controller
                   3312: product NVIDIA MCP77_HDA_3     0x0776  nForce MCP77 High Definition Audio Controller
                   3313: product NVIDIA MCP77_HDA_4     0x0777  nForce MCP77 High Definition Audio Controller
                   3314: product NVIDIA MCP73_SMB       0x07d8  nForce MCP73 SMBus Controller
                   3315: product NVIDIA MCP73_LAN1      0x07dc  nForce MCP73 Gigabit Ethernet Controller
                   3316: product NVIDIA MCP73_LAN2      0x07dd  nForce MCP73 Gigabit Ethernet Controller
                   3317: product NVIDIA MCP73_LAN3      0x07de  nForce MCP73 Gigabit Ethernet Controller
                   3318: product NVIDIA MCP73_LAN4      0x07df  nForce MCP73 Gigabit Ethernet Controller
                   3319: product NVIDIA MCP73_AHCI_1    0x07f0  nForce MCP73 AHCI Controller
                   3320: product NVIDIA MCP73_AHCI_2    0x07f1  nForce MCP73 AHCI Controller
                   3321: product NVIDIA MCP73_AHCI_3    0x07f2  nForce MCP73 AHCI Controller
                   3322: product NVIDIA MCP73_AHCI_4    0x07f3  nForce MCP73 AHCI Controller
                   3323: product NVIDIA MCP73_AHCI_5    0x07f4  nForce MCP73 AHCI Controller
                   3324: product NVIDIA MCP73_AHCI_6    0x07f5  nForce MCP73 AHCI Controller
                   3325: product NVIDIA MCP73_AHCI_7    0x07f6  nForce MCP73 AHCI Controller
                   3326: product NVIDIA MCP73_AHCI_8    0x07f7  nForce MCP73 AHCI Controller
                   3327: product NVIDIA MCP73_AHCI_9    0x07f8  nForce MCP73 AHCI Controller
                   3328: product NVIDIA MCP73_AHCI_10   0x07f9  nForce MCP73 AHCI Controller
                   3329: product NVIDIA MCP73_AHCI_11   0x07fa  nForce MCP73 AHCI Controller
                   3330: product NVIDIA MCP73_AHCI_12   0x07fb  nForce MCP73 AHCI Controller
                   3331: product NVIDIA MCP73_HDA_1     0x07fc  nForce MCP73 High Definition Audio Controller
                   3332: product NVIDIA MCP73_HDA_2     0x07fd  nForce MCP73 High Definition Audio Controller
1.937     christos 3333: product NVIDIA MCP79_LAN1      0x0ab0  nForce MCP79 Gigabit Ethernet Controller
                   3334: product NVIDIA MCP79_LAN2      0x0ab1  nForce MCP79 Gigabit Ethernet Controller
                   3335: product NVIDIA MCP79_LAN3      0x0ab2  nForce MCP79 Gigabit Ethernet Controller
                   3336: product NVIDIA MCP79_LAN4      0x0ab3  nForce MCP79 Gigabit Ethernet Controller
1.914     xtraeme  3337: product NVIDIA MCP77_AHCI_1    0x0ad0  nForce MCP77 AHCI Controller
                   3338: product NVIDIA MCP77_AHCI_2    0x0ad1  nForce MCP77 AHCI Controller
                   3339: product NVIDIA MCP77_AHCI_3    0x0ad2  nForce MCP77 AHCI Controller
                   3340: product NVIDIA MCP77_AHCI_4    0x0ad3  nForce MCP77 AHCI Controller
                   3341: product NVIDIA MCP77_AHCI_5    0x0ad4  nForce MCP77 AHCI Controller
                   3342: product NVIDIA MCP77_AHCI_6    0x0ad5  nForce MCP77 AHCI Controller
                   3343: product NVIDIA MCP77_AHCI_7    0x0ad6  nForce MCP77 AHCI Controller
                   3344: product NVIDIA MCP77_AHCI_8    0x0ad7  nForce MCP77 AHCI Controller
                   3345: product NVIDIA MCP77_AHCI_9    0x0ad8  nForce MCP77 AHCI Controller
                   3346: product NVIDIA MCP77_AHCI_10   0x0ad9  nForce MCP77 AHCI Controller
                   3347: product NVIDIA MCP77_AHCI_11   0x0ada  nForce MCP77 AHCI Controller
                   3348: product NVIDIA MCP77_AHCI_12   0x0adb  nForce MCP77 AHCI Controller
1.128     tron     3349:
1.665     junyoung 3350: /* Nvidia & SGS-Thomson Microelectronics */
1.128     tron     3351: product NVIDIA_SGS     RIVA128 0x0018  Riva 128
                   3352:
1.24      tls      3353: /* Oak Technologies products */
1.25      veego    3354: product OAKTECH OTI1007        0x0107  OTI107
1.4       cgd      3355:
1.150     drochner 3356: /* Olicom products */
1.817     jnemeth  3357: product OLICOM OC3136  0x0001  OC-3136/3137 Token-Ring 16/4
                   3358: product OLICOM OC3139  0x0002  OC-3139f Fastload 16/4 Token Ring
                   3359: product OLICOM OC3140  0x0004  OC-3139/3140 RapidFire Token Ring 16/4
                   3360: product OLICOM OC3250  0x0005  OC-3250 GoCard Token Ring 16/4
                   3361: product OLICOM OC3530  0x0006  OC-3530 RapidFire Token Ring 100
                   3362: product OLICOM OC3141  0x0007  OC-3141 RapidFire Token Ring 16/4
                   3363: product OLICOM OC3540  0x0008  OC-3540 RapidFire HSTR 100/16/4
                   3364: product OLICOM OC3150  0x000a  OC-3150 RapidFire Token-Ring 16/4
                   3365: product OLICOM OC2805  0x0011  OC-2805 Ethernet
                   3366: product OLICOM OC2325  0x0012  OC-2325 Ethernet 10/100
1.641     mycroft  3367: product OLICOM OC2183  0x0013  OC-2183/2185 Ethernet
                   3368: product OLICOM OC2326  0x0014  OC-2326 10/100-TX Ethernet
1.817     jnemeth  3369: product OLICOM OC2327  0x0019  OC-2327/2350 10/100 Ethernet
                   3370: product OLICOM OC6151  0x0021  OC-6151/6152 155 Mbit ATM
                   3371: product OLICOM OCATM   0x0022  ATM
1.150     drochner 3372:
1.4       cgd      3373: /* Opti products */
1.12      cgd      3374: product OPTI 82C557    0xc557  82C557
                   3375: product OPTI 82C558    0xc558  82C558
1.222     scw      3376: product OPTI 82C568    0xc568  82C568
                   3377: product OPTI 82D568    0xd568  82D568
1.12      cgd      3378: product OPTI 82C621    0xc621  82C621
1.4       cgd      3379: product OPTI 82C822    0xc822  82C822
1.639     mycroft  3380: product OPTI 82C861    0xc861  82C861
1.114     jonathan 3381: product OPTI 82C700    0xc700  82C700
                   3382: product OPTI 82C701    0xc701  82C701
1.593     matt     3383:
1.610     chs      3384: /* Packet Engines products */
                   3385: product PACKETENGINES GNICII   0x0911  G-NIC II Ethernet
                   3386:
1.593     matt     3387: /* pcHDTV products */
1.966     matt     3388: product PCHDTV HD2000  0x2000  HD-2000 HDTV Video Capture
                   3389: product PCHDTV HD5500  0x5500  HD-5500 HDTV Video Capture
1.12      cgd      3390:
1.24      tls      3391: /* PC Tech products */
                   3392: product PCTECH RZ1000  0x1000  RZ1000
1.448     rjs      3393:
                   3394: /* Peak System Technik products */
1.966     matt     3395: product PEAK PCAN      0x0001  PCAN    CAN Controller
1.267     thorpej  3396:
1.639     mycroft  3397: /* Planex products */
                   3398: product PLANEX FNW_3603_TX     0xab06  FNW-3603-TX 10/100 Ethernet
                   3399: product PLANEX FNW_3800_TX     0xab07  FNW-3800-TX 10/100 Ethernet
                   3400:
1.211     thorpej  3401: /* PLX Technology products */
1.906     nisimura 3402: product PLX 9030       0x9030  9030 I/O Accelrator
                   3403: product PLX 9050       0x5201  9050 I/O Accelrator
1.761     cube     3404: product PLX 9054       0x9054  9054 I/O Accelerator
1.966     matt     3405: product PLX 9060ES     0x906e  9060ES PCI Bus Controller
1.456     augustss 3406: product PLX 9656       0x9656  9656 I/O Accelerator
1.366     thorpej  3407:
                   3408: /* Powerhouse Systems products */
1.966     matt     3409: product POWERHOUSE POWERTOP    0x6037  PowerTop PowerPC System Controller
                   3410: product POWERHOUSE POWERPRO    0x6073  PowerPro PowerPC System Controller
1.24      tls      3411:
1.59      thorpej  3412: /* ProLAN products - XXX better descriptions */
                   3413: product PROLAN NE2KETHER 0x1980 Ethernet
                   3414:
1.12      cgd      3415: /* Promise products */
1.829     xtraeme  3416: product PROMISE PDC20265       0x0d30  PDC20265 Ultra/66 IDE Controller
1.828     xtraeme  3417: product PROMISE PDC20263       0x0d38  PDC20263 Ultra/66 IDE Controller
                   3418: product PROMISE PDC20275       0x1275  PDC20275 Ultra/133 IDE Controller
                   3419: product PROMISE PDC20318       0x3318  PDC20318 Serial ATA Controller
                   3420: product PROMISE PDC20319       0x3319  PDC20319 Serial ATA Controller
                   3421: product PROMISE PDC20371       0x3371  PDC20371 Serial ATA Controller
                   3422: product PROMISE PDC20379       0x3372  PDC20379 Serial ATA Controller
                   3423: product PROMISE PDC20378       0x3373  PDC20378 Serial ATA Controller
                   3424: product PROMISE PDC20375       0x3375  PDC20375 Serial ATA Controller
                   3425: product PROMISE PDC20376       0x3376  PDC20376 Serial ATA Controller
                   3426: product PROMISE PDC20377       0x3377  PDC20377 Serial ATA Controller
                   3427: product PROMISE PDC40719       0x3515  PDC40719 Serial ATA Controller
                   3428: product PROMISE PDC40519       0x3519  PDC40519 Serial ATA Controller
                   3429: product PROMISE PDC20771       0x3570  PDC20771 Serial ATA Controller
                   3430: product PROMISE PDC20571       0x3571  PDC20571 Serial ATA Controller
                   3431: product PROMISE PDC20579       0x3574  PDC20579 Serial ATA Controller
                   3432: product PROMISE PDC40779       0x3577  PDC40779 Serial ATA Controller
                   3433: product PROMISE PDC40718       0x3d17  PDC40718 Serial ATA Controller
                   3434: product PROMISE PDC40518       0x3d18  PDC40518 Serial ATA Controller
                   3435: product PROMISE PDC20775       0x3d73  PDC20775 Serial ATA Controller
                   3436: product PROMISE PDC20575       0x3d75  PDC20575 Serial ATA Controller
                   3437: product PROMISE PDC20267       0x4d30  PDC20267 Ultra/100 IDE Controller
                   3438: product PROMISE PDC20246       0x4d33  PDC20246 Ultra/33 IDE Controller
                   3439: product PROMISE PDC20262       0x4d38  PDC20262 Ultra/66 IDE Controller
                   3440: product PROMISE PDC20268       0x4d68  PDC20268 Ultra/100 IDE Controller
                   3441: product PROMISE PDC20269       0x4d69  PDC20269 Ultra/133 IDE Controller
                   3442: product PROMISE PDC20276       0x5275  PDC20276 Ultra/133 IDE Controller
                   3443: product PROMISE DC5030                 0x5300  DC5030 IDE Controller
                   3444: product PROMISE PDC20270       0x6268  PDC20270 Ultra/100 IDE Controller
                   3445: product PROMISE PDC20271       0x6269  PDC20271 Ultra/133 IDE Controller
                   3446: product PROMISE PDC20617       0x6617  PDC20617 Dual Ultra/133 IDE Controller
                   3447: product PROMISE PDC20620       0x6620  PDC20620 Dual Ultra/133 IDE Controller
                   3448: product PROMISE PDC20621       0x6621  PDC20621 Dual Ultra/133 IDE Controller
                   3449: product PROMISE PDC20618       0x6626  PDC20618 Dual Ultra/133 IDE Controler
                   3450: product PROMISE PDC20619       0x6629  PDC20619 Dual Ultra/133 IDE Controller
                   3451: product PROMISE PDC20277       0x7275  PDC20277 Ultra/133 IDE Controller
1.1       cgd      3452:
                   3453: /* QLogic products */
1.4       cgd      3454: product QLOGIC ISP1020 0x1020  ISP1020
1.12      cgd      3455: product QLOGIC ISP1022 0x1022  ISP1022
1.110     mjacob   3456: product QLOGIC ISP1080 0x1080  ISP1080
                   3457: product QLOGIC ISP1240 0x1240  ISP1240
1.34      mjacob   3458: product QLOGIC ISP2100 0x2100  ISP2100
1.793     grant    3459: product        QLOGIC QLA200   0x0119  QLA200
1.12      cgd      3460:
                   3461: /* Quantum Designs products */
                   3462: product QUANTUMDESIGNS 8500    0x0001  8500
                   3463: product QUANTUMDESIGNS 8580    0x0002  8580
1.380     rafal    3464:
1.720     chs      3465: /* QuickLogic products */
                   3466: product QUICKLOGIC PCWATCHDOG  0x5030  PC Watchdog
                   3467:
1.380     rafal    3468: /* Rainbow Technologies products */
1.541     christos 3469: product RAINBOW        CS200           0x0200  CryptoSwift 200 PKI Accelerator
1.399     tsutsui  3470:
1.666     jdarrow  3471: /* Ralink Technologies products */
1.791     rpaulo   3472: product        RALINK  RT2460A         0x0101  RT2460A 802.11b
                   3473: product        RALINK  RT2560          0x0201  RT2560 802.11b/g
                   3474: product        RALINK  RT2561S         0x0301  RT2561S 802.11b/g
                   3475: product        RALINK  RT2561          0x0302  RT2561 802.11b/g
                   3476: product        RALINK  RT2661          0x0401  RT2661 802.11b/g/n
1.666     jdarrow  3477:
1.399     tsutsui  3478: /* RATOC Systems products */
1.541     christos 3479: product RATOC  REXPCI31        0x0853  REX PCI-31/33 SCSI
1.20      jonathan 3480:
1.852     tsutsui  3481: /* Realtek products */
                   3482: product REALTEK RT8029         0x8029  8029 Ethernet
1.949     tsutsui  3483: product REALTEK RT8139D                0x8039  8139D 10/100 Ethernet
1.852     tsutsui  3484: product REALTEK RT8100         0x8100  8100 10/100 Ethernet
                   3485: product REALTEK RT8129         0x8129  8129 10/100 Ethernet
1.851     tsutsui  3486: product REALTEK RT8101E                0x8136  8101E 10/100 Ethernet
1.639     mycroft  3487: product REALTEK RT8138         0x8138  8138 10/100 Ethernet
1.360     thorpej  3488: product REALTEK RT8139         0x8139  8139 10/100 Ethernet
1.852     tsutsui  3489: product REALTEK RT8169SC       0x8167  8169SC/8110SC 10/100/1000 Ethernet
1.851     tsutsui  3490: product REALTEK RT8168         0x8168  8168B/8111B 10/100/1000 Ethernet
                   3491: product REALTEK RT8169         0x8169  8169/S/SB 10/100/1000 Ethernet
1.617     mycroft  3492: product REALTEK RT8180         0x8180  8180 802.11b
1.865     chs      3493: product REALTEK RT8185         0x8185  8185 802.11a/b/g
1.71      explorer 3494:
1.114     jonathan 3495: /* RICOH products */
1.966     matt     3496: product RICOH Rx5C465  0x0465 5C465 PCI-CardBus Bridge
                   3497: product RICOH Rx5C466  0x0466 5C466 PCI-CardBus Bridge
                   3498: product RICOH Rx5C475  0x0475 5C475 PCI-CardBus Bridge
                   3499: product RICOH RL5C476  0x0476 5C476 PCI-CardBus Bridge
                   3500: product RICOH Rx5C477  0x0477 5C477 PCI-CardBus Bridge
                   3501: product RICOH Rx5C478  0x0478 5C478 PCI-CardBus Bridge
                   3502: product RICOH Rx5C551  0x0551 5C551 PCI-CardBus Bridge/Firewire
                   3503: product RICOH Rx5C552  0x0552 5C552 PCI-CardBus Bridge/Firewire
                   3504: product RICOH Rx5C592  0x0592 5C592 PCI-CardBus Bridge/MS/SD/Firewire
                   3505: product RICOH Rx5C593  0x0593 5C593 PCI-CardBus Bridge/MS/SD/Firewire
                   3506: product RICOH Rx5C821  0x0821 5C821 PCI-CardBus Bridge/MS/SD/MMC/SC
                   3507: product RICOH Rx5C822  0x0822 5C822 PCI-CardBus Bridge/MS/SD/MMC/SC
1.927     ichiro   3508: product RICOH Rx5C832  0x0832 5C832 PCI-SD/MMC/MMC+/MS/xD/Firewire
1.966     matt     3509: product RICOH Rx5C843  0x0843 5C843 PCI-CardBus Bridge/SD/MMC/MMC+/MS/xD/Firewire
                   3510: product RICOH Rx5C847  0x0847 5C847 PCI-CardBus Bridge/SD/MMC/MMC+/MS/xD/Firewire
1.936     cegger   3511: product RICOH RxDPCC   0x0852 xD-Picture Card Controller
1.966     matt     3512: product RICOH Rx5C853  0x0853 5C853 PCI-CardBus Bridge/SD/MMC/MMC+/MS/xD/SC/Firewire
1.114     jonathan 3513:
1.665     junyoung 3514: /* RISCom (SDL Communications?) products */
1.71      explorer 3515: product RISCOM N2      0x5568  N2
1.3       christos 3516:
1.220     soren    3517: /* RNS products */
                   3518: product RNS FDDI       0x2200  2200 FDDI
                   3519:
1.649     ragge    3520: /* S2io products */
1.966     matt     3521: product S2IO XFRAME    0x5831  Xframe 10 Gigabit Ethernet Adapter
1.649     ragge    3522:
1.4       cgd      3523: /* S3 products */
1.24      tls      3524: product S3 VIRGE       0x5631  ViRGE
                   3525: product S3 TRIO32      0x8810  Trio32
1.12      cgd      3526: product S3 TRIO64      0x8811  Trio32/64
1.25      veego    3527: product S3 AURORA64P   0x8812  Aurora64V+
                   3528: product S3 TRIO64UVP   0x8814  Trio64UV+
1.122     veego    3529: product S3 VIRGE_VX    0x883d  ViRGE/VX
1.9       thorpej  3530: product S3 868         0x8880  868
1.24      tls      3531: product S3 928         0x88b0  86C928
                   3532: product S3 864_0       0x88c0  86C864-0 (\"Vision864\")
                   3533: product S3 864_1       0x88c1  86C864-1 (\"Vision864\")
                   3534: product S3 864_2       0x88c2  86C864-2 (\"Vision864\")
                   3535: product S3 864_3       0x88c3  86C864-3 (\"Vision864\")
                   3536: product S3 964_0       0x88d0  86C964-0 (\"Vision964\")
                   3537: product S3 964_1       0x88d1  86C964-1 (\"Vision964\")
                   3538: product S3 964_2       0x88d2  86C964-2 (\"Vision964\")
1.40      drochner 3539: product S3 964_3       0x88d3  86C964-3 (\"Vision964\")
1.24      tls      3540: product S3 968_0       0x88f0  86C968-0 (\"Vision968\")
                   3541: product S3 968_1       0x88f1  86C968-1 (\"Vision968\")
                   3542: product S3 968_2       0x88f2  86C968-2 (\"Vision968\")
                   3543: product S3 968_3       0x88f3  86C968-3 (\"Vision968\")
1.40      drochner 3544: product S3 TRIO64V2_DX 0x8901  Trio64V2/DX
1.122     veego    3545: product S3 PLATO_PX    0x8901  Plato/PX
1.102     augustss 3546: product S3 TRIO3D      0x8904  86C365 Trio3D
1.85      tron     3547: product S3 VIRGE_DX    0x8a01  ViRGE/DX
1.122     veego    3548: product S3 VIRGE_GX2   0x8a10  ViRGE/GX2
1.207     thorpej  3549: product S3 TRIO3D2X    0x8a13  Trio3D/2X
1.236     soren    3550: product S3 SAVAGE3D    0x8a20  Savage3D
                   3551: product S3 SAVAGE3D_MV 0x8a21  Savage3D+MV
                   3552: product S3 SAVAGE4     0x8a22  Savage4
1.769     dogcow   3553: product S3 PROSAVAGE_KM133     0x8a26  ProSavage KM133
1.122     veego    3554: product S3 VIRGE_MX    0x8c01  ViRGE/MX
                   3555: product S3 VIRGE_MXP   0x8c03  ViRGE/MXP
1.236     soren    3556: product S3 SAVAGE_MX_MV        0x8c10  Savage/MX+MV
                   3557: product S3 SAVAGE_MX   0x8c11  Savage/MX
                   3558: product S3 SAVAGE_IX_MV        0x8c12  Savage/IX+MV
                   3559: product S3 SAVAGE_IX   0x8c13  Savage/IX
1.541     christos 3560: product S3 SAVAGE_IXC  0x8c2e  Savage/IXC
1.236     soren    3561: product S3 SAVAGE2000  0x9102  Savage2000
1.541     christos 3562: product S3 SONICVIBES  0xca00  SonicVibes
1.148     thorpej  3563:
1.775     chs      3564: /* SafeNet products */
                   3565: product SAFENET SAFEXCEL       0x1141 SafeXcel
                   3566:
1.150     drochner 3567: /* Samsung Semiconductor products */
                   3568: product SAMSUNGSEMI    KS8920  0x8920  KS8920 10/100 Ethernet
1.450     augustss 3569:
                   3570: /* Sandburst products */
                   3571: product SANDBURST      QE1000  0x0180  QE1000
                   3572: product SANDBURST      FE1000  0x0200  FE1000
                   3573: /*product SANDBURST    SE1600  0x0100  SE1600*/
1.296     thorpej  3574:
                   3575: /* SEGA Enterprises products */
1.541     christos 3576: product SEGA   BROADBAND       0x1234  Broadband Adapter
1.270     ad       3577:
                   3578: /* ServerWorks products */
1.966     matt     3579: product SERVERWORKS CNB20_LE_AGP       0x0005  CNB20-LE PCI/AGP Bridge
                   3580: product SERVERWORKS CNB30_LE_PCI       0x0006  CNB30-LE PCI Bridge
                   3581: product SERVERWORKS CNB20_LE_PCI       0x0007  CNB20-LE PCI Bridge
                   3582: product SERVERWORKS CNB20_HE_PCI       0x0008  CNB20-HE PCI Bridge
                   3583: product SERVERWORKS CNB20_HE_AGP       0x0009  CNB20-HE PCI/AGP Bridge
                   3584: product SERVERWORKS CIOB_X             0x0010  CIOB-X PCI-X Bridge
                   3585: product SERVERWORKS CMIC_HE            0x0011  CMIC-HE PCI/AGP Bridge
                   3586: product SERVERWORKS CNB30_HE           0x0012  CNB30-HE PCI Bridge
                   3587: product SERVERWORKS CNB20_HE_PCI2      0x0013  CNB20-HE PCI/AGP Bridge
                   3588: product SERVERWORKS CMIC_LE            0x0014  CMIC-LE PCI/AGP Bridge
                   3589: product SERVERWORKS CMIC_SL            0x0017  CMIC-SL PCI/AGP Bridge
                   3590: product SERVERWORKS HT1000_PPB0                0x0036  HT1000 PCI/PCI-X Bridge
                   3591: product SERVERWORKS CIOB_X2            0x0101  CIOB-X2 PCI-X Bridge
                   3592: product SERVERWORKS BCM5714            0x0103  BCM5714/BCM5715 Integral PCI-E to PCI-X Bridge
                   3593: product SERVERWORKS HT1000_PPB1                0x0104  HT1000 PCI/PCI-X Bridge
                   3594: product SERVERWORKS CIOB_E             0x0110  CIOB-E PCI-X Bridge
1.951     cegger   3595: product SERVERWORKS HT2100_PPB0                0x0140  HT2100 PCI-Express Bridge
                   3596: product SERVERWORKS HT2100_PPB1                0x0141  HT2100 PCI-Express Bridge
                   3597: product SERVERWORKS HT2100_PPB2                0x0142  HT2100 PCI-Express Bridge
                   3598: product SERVERWORKS HT2100_PPB3                0x0144  HT2100 PCI-Express Bridge
1.966     matt     3599: product SERVERWORKS OSB4               0x0200  OSB4 South Bridge
                   3600: product SERVERWORKS CSB5               0x0201  CSB5 South Bridge
                   3601: product SERVERWORKS CSB6               0x0203  CSB6 South Bridge
                   3602: product SERVERWORKS HT1000SB           0x0205  HT1000SB South Bridge
1.629     mycroft  3603: product SERVERWORKS OSB4_IDE           0x0211  OSB4 IDE
                   3604: product SERVERWORKS CSB5_IDE           0x0212  CSB5 IDE
1.908     xtraeme  3605: product SERVERWORKS HT1000_IDE                 0x0214  HT-1000 IDE Controller
1.629     mycroft  3606: product SERVERWORKS CSB6_RAID          0x0213  CSB6 IDE/RAID
                   3607: product SERVERWORKS CSB6_IDE           0x0217  CSB6 IDE/RAID
                   3608: product SERVERWORKS OSB4_USB           0x0220  OSB4/CSB5 USB Host Controller
                   3609: product SERVERWORKS CSB6_USB           0x0221  CSB6 USB Host Controller
1.954     cegger   3610: product SERVERWORKS HT1000_USB         0x0223  HT1000 USB
1.966     matt     3611: product SERVERWORKS CSB5_LPC           0x0225  CSB5 ISA/LPC Bridge
                   3612: product SERVERWORKS CSB6_LPC           0x0227  CSB6 ISA/LPC Bridge
1.955     cegger   3613: product SERVERWORKS HT1000_LPC         0x0234  HT1000 LPC
                   3614: product SERVERWORKS HT1000_XIOAPIC     0x0235  HT1000 XIOAPIC
                   3615: product SERVERWORKS HT1000_WDTIMER     0x0238  HT1000 Watchdog Timer
1.771     bouyer   3616: product SERVERWORKS K2_SATA            0x0240  K2 SATA
1.772     bouyer   3617: product SERVERWORKS FRODO4_SATA                0x0241  Frodo4 SATA
                   3618: product SERVERWORKS FRODO8_SATA                0x0242  Frodo8 SATA
1.908     xtraeme  3619: product SERVERWORKS HT1000_SATA_1      0x024a  HT-1000 SATA
                   3620: product SERVERWORKS HT1000_SATA_2      0x024b  HT-1000 SATA
1.150     drochner 3621:
                   3622: /* SGI products */
1.216     soren    3623: product SGI IOC3       0x0003  IOC3
1.220     soren    3624: product SGI RAD1       0x0005  PsiTech RAD1
1.150     drochner 3625: product SGI TIGON      0x0009  Tigon Gigabit Ethernet
1.24      tls      3626:
1.578     nisimura 3627: /* SGS-Thomson products */
1.25      veego    3628: product SGSTHOMSON 2000        0x0008  STG 2000X
                   3629: product SGSTHOMSON 1764        0x1746  STG 1764X
1.403     simonb   3630:
1.665     junyoung 3631: /* Broadcom (SiByte) products */
1.404     simonb   3632: product SIBYTE BCM1250_PCIHB   0x0001  BCM1250 PCI Host Bridge
                   3633: product SIBYTE BCM1250_LDTHB   0x0002  BCM1250 LDT Host Bridge
1.95      matt     3634:
                   3635: /* Sigma Designs products */
                   3636: product SIGMA HOLLYWOODPLUS    0x8300  REALmagic Hollywood-Plus MPEG-2 Decoder
1.521     christos 3637:
                   3638: /* SIIG Inc products */
1.548     simonb   3639: product SIIG CYBER10_S550      0x1000  Cyber10x Serial 16550 PCI
                   3640: product SIIG CYBER10_S650      0x1001  Cyber10x Serial 16650 PCI
                   3641: product SIIG CYBER10_S850      0x1002  Cyber10x Serial 16850 PCI
                   3642: product SIIG CYBER10_IO550     0x1010  Cyber10x I/O 16550 PCI
                   3643: product SIIG CYBER10_IO650     0x1011  Cyber10x I/O 16650 PCI
                   3644: product SIIG CYBER10_IO850     0x1010  Cyber10x I/O 16850 PCI
                   3645: product SIIG CYBER10_P         0x1020  Cyber10x Parallel PCI
                   3646: product SIIG CYBER10_2P                0x1021  Cyber10x Parallel Dual PCI
                   3647: product SIIG CYBER10_2S550     0x1030  Cyber10x Serial Dual 16550 PCI
                   3648: product SIIG CYBER10_2S650     0x1031  Cyber10x Serial Dual 16650 PCI
                   3649: product SIIG CYBER10_2S850     0x1032  Cyber10x Serial Dual 16850 PCI
                   3650: product SIIG CYBER10_2S1P550   0x1034  Cyber10x 2S1P 16550 PCI
                   3651: product SIIG CYBER10_2S1P650   0x1035  Cyber10x 2S1P 16650 PCI
                   3652: product SIIG CYBER10_2S1P850   0x1036  Cyber10x 2S1P 16850 PCI
                   3653: product SIIG CYBER10_4S550     0x1050  Cyber10x 4S 16550 PCI
                   3654: product SIIG CYBER10_4S650     0x1051  Cyber10x 4S 16650 PCI
                   3655: product SIIG CYBER10_4S850     0x1052  Cyber10x 4S 16850 PCI
                   3656: product SIIG CYBER20_S550      0x2000  Cyber20x Serial 16550 PCI
                   3657: product SIIG CYBER20_S650      0x2001  Cyber20x Serial 16650 PCI
                   3658: product SIIG CYBER20_S850      0x2002  Cyber20x Serial 16850 PCI
                   3659: product SIIG CYBER20_IO550     0x2010  Cyber20x I/O 16550 PCI
                   3660: product SIIG CYBER20_IO650     0x2011  Cyber20x I/O 16650 PCI
                   3661: product SIIG CYBER20_IO850     0x2010  Cyber20x I/O 16850 PCI
                   3662: product SIIG CYBER20_P         0x2020  Cyber20x Parallel PCI
                   3663: product SIIG CYBER20_2P                0x2021  Cyber20x Parallel Dual PCI
                   3664: product SIIG CYBER20_2S550     0x2030  Cyber20x Serial Dual 16550 PCI
                   3665: product SIIG CYBER20_2S650     0x2031  Cyber20x Serial Dual 16650 PCI
                   3666: product SIIG CYBER20_2S850     0x2032  Cyber20x Serial Dual 16850 PCI
                   3667: product SIIG CYBER20_2P1S550   0x2040  Cyber20x 2P1S 16550 PCI
                   3668: product SIIG CYBER20_2P1S650   0x2041  Cyber20x 2P1S 16650 PCI
                   3669: product SIIG CYBER20_2P1S850   0x2042  Cyber20x 2P1S 16850 PCI
                   3670: product SIIG CYBER20_4S550     0x2050  Cyber20x 4S 16550 PCI
                   3671: product SIIG CYBER20_4S650     0x2051  Cyber20x 4S 16650 PCI
                   3672: product SIIG CYBER20_4S850     0x2052  Cyber20x 4S 16850 PCI
                   3673: product SIIG CYBER20_2S1P550   0x2060  Cyber20x 2S1P 16550 PCI
                   3674: product SIIG CYBER20_2S1P650   0x2061  Cyber20x 2S1P 16650 PCI
                   3675: product SIIG CYBER20_2S1P850   0x2062  Cyber20x 2S1P 16850 PCI
1.865     chs      3676: product SIIG PS8000P650                0x2081  PCI Serial 8000 Plus 16650
                   3677: product SIIG PS8000P850                0x2082  PCI Serial 8000 Plus 16850
1.4       cgd      3678:
1.12      cgd      3679: /* Silicon Integrated System products */
1.78      drochner 3680: product SIS 86C201             0x0001  86C201
                   3681: product SIS 86C202             0x0002  86C202
                   3682: product SIS 86C205             0x0005  86C205
1.966     matt     3683: product SIS 85C503             0x0008  85C503 or 5597/5598 ISA Bridge
1.181     drochner 3684: product SIS 600PMC             0x0009  600 Power Mngmt Controller
1.966     matt     3685: product SIS 180_SATA           0x0180  180 SATA Controller
                   3686: product SIS 181_SATA           0x0181  181 SATA Controller
                   3687: product SIS 182_SATA           0x0182  182 SATA Controller
1.760     abs      3688: product SIS 190                        0x0190  190 Ethernet
1.966     matt     3689: product SIS 5597_VGA           0x0200  5597/5598 Integrated VGA
1.720     chs      3690: product SIS 300                        0x0300  300/305 AGP VGA
1.78      drochner 3691: product SIS 85C501             0x0406  85C501
                   3692: product SIS 85C496             0x0496  85C496
1.642     mycroft  3693: product SIS 530HB              0x0530  530 Host-PCI Bridge
                   3694: product SIS 540HB              0x0540  540 Host-PCI Bridge
                   3695: product SIS 550HB              0x0550  550 Host-PCI Bridge
1.78      drochner 3696: product SIS 85C601             0x0601  85C601
1.641     mycroft  3697: product SIS 620                        0x0620  620 Host Bridge
                   3698: product SIS 630                        0x0630  630 Host Bridge
                   3699: product SIS 633                        0x0633  633 Host Bridge
                   3700: product SIS 635                        0x0635  635 Host Bridge
                   3701: product SIS 640                        0x0640  640 Host Bridge
                   3702: product SIS 645                        0x0645  645 Host Bridge
                   3703: product SIS 646                        0x0646  646 Host Bridge
                   3704: product SIS 648                        0x0648  648 Host Bridge
                   3705: product SIS 650                        0x0650  650 Host Bridge
                   3706: product SIS 651                        0x0651  651 Host Bridge
                   3707: product SIS 652                        0x0652  652 Host Bridge
                   3708: product SIS 655                        0x0655  655 Host Bridge
                   3709: product SIS 658                        0x0658  658 Host Bridge
1.800     xtraeme  3710: product SIS 661                        0x0661  661 Host Bridge
1.641     mycroft  3711: product SIS 730                        0x0730  730 Host Bridge
                   3712: product SIS 733                        0x0733  733 Host Bridge
                   3713: product SIS 735                        0x0735  735 Host Bridge
                   3714: product SIS 740                        0x0740  740 Host Bridge
                   3715: product SIS 741                        0x0741  741 Host Bridge
                   3716: product SIS 745                        0x0745  745 Host Bridge
                   3717: product SIS 746                        0x0746  746 Host Bridge
                   3718: product SIS 748                        0x0748  748 Host Bridge
                   3719: product SIS 750                        0x0750  750 Host Bridge
                   3720: product SIS 751                        0x0751  751 Host Bridge
                   3721: product SIS 752                        0x0752  752 Host Bridge
                   3722: product SIS 755                        0x0755  755 Host Bridge
1.940     rjs      3723: product SIS 756                        0x0756  756 Host Bridge
1.800     xtraeme  3724: product SIS 760                        0x0760  760 Host Bridge
                   3725: product SIS 761                        0x0761  761 Host Bridge
1.641     mycroft  3726: product SIS 900                        0x0900  900 10/100 Ethernet
                   3727: product SIS 961                        0x0961  961 Host Bridge
                   3728: product SIS 962                        0x0962  962 Host Bridge
                   3729: product SIS 963                        0x0963  963 Host Bridge
                   3730: product SIS 964                        0x0964  964 Host Bridge
1.718     bouyer   3731: product SIS 965                        0x0965  965 Host Bridge
1.966     matt     3732: product SIS 5597_IDE           0x5513  5597/5598 IDE Controller
                   3733: product SIS 5597_HB            0x5597  5597/5598 Host Bridge
1.181     drochner 3734: product SIS 530VGA             0x6306  530 GUI Accelerator+3D
1.504     joda     3735: product SIS 6325               0x6325  6325 AGP VGA
1.127     drochner 3736: product SIS 6326               0x6326  6326 AGP VGA
1.966     matt     3737: product SIS 5597_USB           0x7001  5597/5598 USB Host Controller
                   3738: product SIS 7002               0x7002  7002 USB 2.0 Host Controller
1.641     mycroft  3739: product SIS 7012_AC            0x7012  7012 AC-97 Sound
                   3740: product SIS 7016               0x7016  7016 10/100 Ethernet
                   3741: product SIS 7018               0x7018  7018 Sound
1.117     drochner 3742:
1.665     junyoung 3743: /* Silicon Motion products */
1.509     salo     3744: product SILMOTION SM710                0x0710  LynxEM
                   3745: product SILMOTION SM712                0x0712  LynxEM+
                   3746: product SILMOTION SM720                0x0720  Lynx3DM
                   3747: product SILMOTION SM810                0x0810  LynxE
                   3748: product SILMOTION SM811                0x0811  LynxE
                   3749: product SILMOTION SM820                0x0820  Lynx3D
1.507     salo     3750: product SILMOTION SM910                0x0910  Lynx
1.12      cgd      3751:
1.4       cgd      3752: /* SMC products */
1.641     mycroft  3753: product SMC 37C665     0x1000  FDC37C665
                   3754: product SMC 37C922     0x1001  FDC37C922
1.36      thorpej  3755: product SMC 83C170     0x0005  83C170 (\"EPIC/100\") Fast Ethernet
1.139     thorpej  3756: product SMC 83C175     0x0006  83C175 (\"EPIC/100\") Fast Ethernet
1.145     mcr      3757:
1.665     junyoung 3758: /* Solidum Systems */
1.145     mcr      3759: product SOLIDUM AMD971         0x2000 SNP8023: AMD 971
                   3760: product SOLIDUM CLASS802       0x8023 SNP8023: Classifier Engine
1.966     matt     3761: product SOLIDUM PAXWARE1100    0x1100 PAX.ware 1100 Dual Gb Classifier Engine
1.221     nathanw  3762:
1.150     drochner 3763: /* Sony products */
1.541     christos 3764: product SONY   CXD1947A        0x8009  CXD1947A IEEE 1394 Host Controller
1.643     mycroft  3765: product SONY   CXD3222         0x8039  CXD3222 IEEE 1394 Host Controller
1.195     jdolecek 3766: product SONY   MEMSTICK        0x808a  Memory Stick I/F Controller
1.150     drochner 3767:
1.665     junyoung 3768: /* Sun Microsystems products */
1.229     mrg      3769: product SUN EBUS       0x1000  PCIO Ebus2
                   3770: product SUN HMENETWORK 0x1001  PCIO Happy Meal Ethernet
1.310     mrg      3771: product SUN EBUSIII    0x1100  PCIO Ebus2 (US III)
                   3772: product SUN ERINETWORK 0x1101  ERI Ethernet
1.966     matt     3773: product SUN FIREWIRE   0x1102  FireWire Controller
                   3774: product SUN USB                0x1103  USB Controller
1.356     eeh      3775: product SUN GEMNETWORK 0x2bad  GEM Gigabit Ethernet
1.966     matt     3776: product SUN SIMBA      0x5000  Simba PCI Bridge
1.641     mycroft  3777: product SUN 5821       0x5454  BCM5821
1.560     jonathan 3778: product SUN SCA1K      0x5455  Crypto Accelerator 1000
1.966     matt     3779: product SUN PSYCHO     0x8000  psycho PCI Controller
1.241     mrg      3780: product SUN MS_IIep    0x9000  microSPARC IIep PCI
1.150     drochner 3781: product SUN US_IIi     0xa000  UltraSPARC IIi PCI
1.315     matt     3782: product SUN US_IIe     0xa001  UltraSPARC IIe PCI
1.158     thorpej  3783:
                   3784: /* Sundance Technology products */
1.905     xtraeme  3785: product SUNDANCETI IP100A      0x0200  IP100A 10/100 Ethernet
1.158     thorpej  3786: product SUNDANCETI ST201       0x0201  ST201 10/100 Ethernet
1.769     dogcow   3787: product SUNDANCETI ST1023      0x1023  ST1023 Gigabit Ethernet
1.336     thorpej  3788: product SUNDANCETI ST2021      0x2021  ST2021 Gigabit Ethernet
1.59      thorpej  3789:
                   3790: /* Surecom Technology products */
                   3791: product SURECOM NE34   0x0e34  NE-34 Ethernet
1.12      cgd      3792:
                   3793: /* Symphony Labs products */
1.238     joda     3794: product SYMPHONY       82C101  0x0001  82C101
                   3795: product SYMPHONY       82C103  0x0103  82C103
                   3796: product SYMPHONY       82C105  0x0105  82C105
                   3797: product SYMPHONY2      82C101  0x0001  82C101
                   3798: product SYMPHONY       83C553  0x0565  83C553 PCI-ISA Bridge
                   3799:
                   3800: /* Schneider & Koch (really SysKonnect) products */
1.541     christos 3801: product SCHNEIDERKOCH  SKNET_FDDI      0x4000  SK-NET FDDI-xP
                   3802: product SCHNEIDERKOCH  SKNET_GE        0x4300  SK-NET GE
1.570     jdolecek 3803: product SCHNEIDERKOCH  SK9821v2        0x4320  SK-9821 v2.0
1.443     fvdl     3804: product SCHNEIDERKOCH  SK_9DX1         0x4400  SK-NET SK-9DX1 Gigabit Ethernet
1.388     thorpej  3805: /* These next two are are really subsystem IDs */
                   3806: product SCHNEIDERKOCH  SK_9D21         0x4421  SK-9D21 1000BASE-T
                   3807: product SCHNEIDERKOCH  SK_9D41         0x4441  SK-9D41 1000BASE-X
1.831     riz      3808:
                   3809: product SCHNEIDERKOCH  SK_9SXX         0x9000  SK-9Sxx Gigabit Ethernet
1.750     jonathan 3810: /* This next entry is used for both single-port (SK-9E21D) and dual-port
1.769     dogcow   3811:  * (SK-9E22) gig-e based on Marvell Yukon-2, with PCI revision 0x17 for
                   3812:  * the single-port and 0x12 for the    dual-port.
1.750     jonathan 3813:  */
                   3814: product SCHNEIDERKOCH  SK_9E21         0x9e00  SK-9E21D/SK-9E22 1000base-T
1.335     thorpej  3815:
1.665     junyoung 3816: /* Tamarack Microelectronics */
1.641     mycroft  3817: product TAMARACK       TC9021          0x1021  TC9021 Gigabit Ethernet
                   3818: product TAMARACK       TC9021_ALT      0x9021  TC9021 Gigabit Ethernet (alt ID)
1.12      cgd      3819:
1.595     chs      3820: /* Tandem Computers */
1.966     matt     3821: product TANDEM SERVERNETII     0x0005  ServerNet II VIA Adapter
1.595     chs      3822:
                   3823: /* Tekram Technology products (1st PCI Vendor ID) */
1.31      cgd      3824: product TEKRAM DC290           0xdc29  DC-290(M)
1.24      tls      3825:
                   3826: /* Tekram Technology products (2nd PCI Vendor ID) */
1.31      cgd      3827: product TEKRAM2        DC690C          0x690c  DC-690C
1.541     christos 3828: product TEKRAM2        DC315           0x0391  DC-315/DC-395
1.24      tls      3829:
1.27      augustss 3830: /* Texas Instruments products */
1.541     christos 3831: product TI     TLAN            0x0500  TLAN
                   3832: product TI     TVP4020         0x3d07  TVP4020 Permedia 2
                   3833: product TI     TSB12LV21       0x8000  TSB12LV21 IEEE 1394 Host Controller
1.643     mycroft  3834: product TI     TSB12LV22       0x8009  TSB12LV22 IEEE 1394 Host Controller
                   3835: product TI     PCI4450LYNX     0x8011  PCI4450 IEEE 1394 Host Controller w/ PCI-CardBus Bridge
                   3836: product TI     PCI4410LYNX     0x8017  PCI4410 IEEE 1394 Host Controller w/ PCI-CardBus Bridge
                   3837: product TI     TSB12LV23       0x8019  TSB12LV23 IEEE 1394 Host Controller
                   3838: product TI     TSB12LV26       0x8020  TSB12LV26 IEEE 1394 Host Controller
                   3839: product TI     TSB43AA22       0x8021  TSB43AA22 IEEE 1394 Host Controller
                   3840: product TI     TSB43AA22A      0x8023  TSB43AA22/A IEEE 1394 Host Controller
                   3841: product TI     TSB43AA23       0x8024  TSB43AA23 IEEE 1394 Host Controller
                   3842: product TI     TSB43AB21       0x8026  TSB43AA21 IEEE 1394 Host Controller
                   3843: product TI     PCI4451LYNX     0x8027  PCI4451 IEEE 1394 Host Controller w/ PCI-CardBus Bridge
                   3844: product TI     PCI4510LYNX     0x8029  PCI4510 IEEE 1394 Host Controller w/ PCI-CardBus Bridge
                   3845: product TI     PCI4520LYNX     0x802A  PCI4520 IEEE 1394 Host Controller w/ PCI-CardBus Bridge
                   3846: product TI     PCI7410LYNX     0x802B  PCI7[4-6]10 IEEE 1394 Host Controller w/ PCI-CardBus Bridge
1.769     dogcow   3847: product TI     PCI72111CB      0x8031  PCI7x21/7x11 Cardbus Controller
                   3848: product TI     PCI72111FW      0x8032  PCI7x21/7x11 IEEE 1394 Host Controller
                   3849: product TI     PCI72111FM      0x8033  PCI7x21/7x11 Integrated FlashMedia Controller
1.722     seb      3850: product TI     PCI6515A        0x8036  PCI6515A Cardbus Controller
                   3851: product TI     PCI6515ASM      0x8038  PCI6515A Cardbus Controller (Smart Card mode)
1.976     jakllsch 3852: product TI     PCIXX12CB       0x8039  PCIXX12 Cardbus Controller
                   3853: product TI     PCIXX12FW       0x803a  PCIXX12 IEEE 1394 Host Controller
                   3854: product TI     PCIXX12FM       0x803b  PCIXX12 Integrated FlashMedia Controller
                   3855: product TI     PCIXX12SD       0x803c  PCIXX12 Secure Digital Host Controller
                   3856: product TI     PCIXX12SM       0x803d  PCIXX12 Smart Card
1.834     sketch   3857: product TI     ACX100A         0x8400  ACX100A 802.11b
                   3858: product TI     ACX100B         0x8401  ACX100B 802.11b
1.666     jdarrow  3859: product TI     ACX111          0x9066  ACX111 802.11b/g
1.114     jonathan 3860: product TI     PCI1130         0xac12  PCI1130 PCI-CardBus Bridge
1.186     joda     3861: product TI     PCI1031         0xac13  PCI1031 PCI-PCMCIA Bridge
1.114     jonathan 3862: product TI     PCI1131         0xac15  PCI1131 PCI-CardBus Bridge
                   3863: product TI     PCI1250         0xac16  PCI1250 PCI-CardBus Bridge
                   3864: product TI     PCI1220         0xac17  PCI1220 PCI-CardBus Bridge
                   3865: product TI     PCI1221         0xac19  PCI1221 PCI-CardBus Bridge
1.249     haya     3866: product TI     PCI1210         0xac1a  PCI1210 PCI-CardBus Bridge
1.154     augustss 3867: product TI     PCI1450         0xac1b  PCI1450 PCI-CardBus Bridge
1.122     veego    3868: product TI     PCI1225         0xac1c  PCI1225 PCI-CardBus Bridge
                   3869: product TI     PCI1251         0xac1d  PCI1251 PCI-CardBus Bridge
1.143     veego    3870: product TI     PCI1211         0xac1e  PCI1211 PCI-CardBus Bridge
1.154     augustss 3871: product TI     PCI1251B        0xac1f  PCI1251B PCI-CardBus Bridge
1.186     joda     3872: product TI     PCI2030         0xac20  PCI2030 PCI-PCI Bridge
1.463     drochner 3873: product TI     PCI2050         0xac28  PCI2050 PCI-PCI Bridge
1.643     mycroft  3874: product TI     PCI4450YENTA    0xac40  PCI4450 PCI-CardBus Bridge w/ IEEE 1394 Host Controller
                   3875: product TI     PCI4410YENTA    0xac41  PCI4410 PCI-CardBus Bridge w/ IEEE 1394 Host Controller
                   3876: product TI     PCI4451YENTA    0xac42  PCI4451 PCI-CardBus Bridge w/ IEEE 1394 Host Controller
                   3877: product TI     PCI4510YENTA    0xac44  PCI4510 PCI-CardBus Bridge w/ IEEE 1394 Host Controller
                   3878: product TI     PCI4520YENTA    0xac46  PCI4520 PCI-CardBus Bridge w/ IEEE 1394 Host Controller
                   3879: product TI     PCI7510YENTA    0xac47  PCI7510 PCI-CardBus Bridge w/ IEEE 1394 Host Controller
                   3880: product TI     PCI7610YENTA    0xac48  PCI7610 PCI-CardBus Bridge w/ IEEE 1394 Host Controller
                   3881: product TI     PCI7410YENTA    0xac49  PCI7410 PCI-CardBus Bridge w/ IEEE 1394 Host Controller
1.966     matt     3882: product TI     PCI7610SM       0xac4A  PCI7610 PCI-CardBus Bridge (Smart Card Mode)
                   3883: product TI     PCI7410SD       0xac4B  PCI7[46]10 PCI-CardBus Bridge (SD/MMC Mode)
                   3884: product TI     PCI7410MS       0xac4C  PCI7[46]10 PCI-CardBus Bridge (Memory Stick Mode)
1.249     haya     3885: product TI     PCI1410         0xac50  PCI1410 PCI-CardBus Bridge
1.154     augustss 3886: product TI     PCI1420         0xac51  PCI1420 PCI-CardBus Bridge
1.187     haya     3887: product TI     PCI1451         0xac52  PCI1451 PCI-CardBus Bridge
1.530     haya     3888: product TI     PCI1421         0xac53  PCI1421 PCI-CardBus Bridge
                   3889: product TI     PCI1620         0xac54  PCI1620 PCI-CardBus Bridge
                   3890: product TI     PCI1520         0xac55  PCI1520 PCI-CardBus Bridge
                   3891: product TI     PCI1510         0xac56  PCI1510 PCI-CardBus Bridge
                   3892: product TI     PCI1530         0xac57  PCI1530 PCI-CardBus Bridge
                   3893: product TI     PCI1515         0xac58  PCI1515 PCI-CardBus Bridge
1.642     mycroft  3894: product TI     PCI2040         0xac60  PCI2040 PCI-DSP Bridge
1.966     matt     3895: product TI     PCI7420YENTA    0xac8e  PCI7420 PCI-Cardbus Bridge w/ IEEE 1394 Host Controller
1.308     bouyer   3896:
                   3897: /* Titan Electronics products */
1.434     seb      3898: product TITAN PCI800L          0x8080  PCI-800L
1.308     bouyer   3899: product TITAN PCI800H          0xa003  PCI-800H
1.337     bouyer   3900: product TITAN PCI100H          0xa001  PCI-100H
1.131     augustss 3901:
1.141     soren    3902: /* Toshiba America products */
1.56      drochner 3903: product TOSHIBA R4X00          0x0009  R4x00 Host-PCI Bridge
                   3904: product TOSHIBA TC35856F       0x0020  TC35856F ATM (\"Meteor\")
1.114     jonathan 3905:
1.248     soren    3906: /* Toshiba products */
1.548     simonb   3907: product TOSHIBA2 PORTEGE       0x0001  Portege Notebook
                   3908: product TOSHIBA2 HOST          0x0601  Host Bridge/Controller
1.642     mycroft  3909: product TOSHIBA2 ISA           0x0602  PCI-ISA Bridge
                   3910: product TOSHIBA2 ToPIC95       0x0603  ToPIC95 PCI-CardBus Bridge
                   3911: product TOSHIBA2 ToPIC95B      0x060a  ToPIC95B PCI-CardBus Bridge
                   3912: product TOSHIBA2 ToPIC97       0x060f  ToPIC97 PCI-CardBus Bridge
1.550     hubertf  3913: product TOSHIBA2 SMCARD                0x0804  Smart Media Controller
                   3914: product TOSHIBA2 SDCARD                0x0805  Secure Digital Card Controller Type-A
1.642     mycroft  3915: product TOSHIBA2 ToPIC100      0x0617  ToPIC100 PCI-CardBus Bridge
1.248     soren    3916: product TOSHIBA2 OBOE          0x0701  Fast Infrared Type O
                   3917: product TOSHIBA2 DONAUOBOE     0x0d01  Fast Infrared Type DO
1.341     cjs      3918:
                   3919: /* Transmeta products */
1.966     matt     3920: product TRANSMETA TM8000NB     0x0061  TM8000 Integrated North Bridge
                   3921: product TRANSMETA NORTHBRIDGE  0x0295  Virtual North Bridge
                   3922: product TRANSMETA LONGRUN      0x0395  LongRun North Bridge
1.341     cjs      3923: product TRANSMETA SDRAM                0x0396  SDRAM Controller
                   3924: product TRANSMETA BIOS_SCRATCH 0x0397  BIOS Scratchpad
1.12      cgd      3925:
                   3926: /* Trident products */
1.358     itojun   3927: product TRIDENT 4DWAVE_DX      0x2000  4DWAVE DX
                   3928: product TRIDENT 4DWAVE_NX      0x2001  4DWAVE NX
1.231     augustss 3929: product TRIDENT CYBERBLADE_I7  0x8420  CyberBlade i7
1.12      cgd      3930: product TRIDENT        TGUI_9320       0x9320  TGUI 9320
1.25      veego    3931: product TRIDENT        TGUI_9350       0x9350  TGUI 9350
                   3932: product TRIDENT        TGUI_9360       0x9360  TGUI 9360
1.80      mark     3933: product TRIDENT        CYBER_9397      0x9397  CYBER 9397
1.228     soren    3934: product TRIDENT        CYBER_9397DVD   0x939a  CYBER 9397DVD
1.180     hubertf  3935: product TRIDENT        CYBER_9525      0x9525  CYBER 9525
1.12      cgd      3936: product TRIDENT        TGUI_9420       0x9420  TGUI 9420
                   3937: product TRIDENT        TGUI_9440       0x9440  TGUI 9440
                   3938: product TRIDENT        TGUI_9660       0x9660  TGUI 9660
                   3939: product TRIDENT        TGUI_9680       0x9680  TGUI 9680
                   3940: product TRIDENT        TGUI_9682       0x9682  TGUI 9682
1.317     hubertf  3941: product TRIDENT        CYBERBLADE      0x9910  CyberBlade
1.232     bouyer   3942:
                   3943: /* Triones Technologies products */
                   3944: /* The 366 and 370 controllers have the same product ID */
1.595     chs      3945: product TRIONES HPT343         0x0003  HPT343/345 IDE Controller
                   3946: product TRIONES HPT366         0x0004  HPT366/370/372 IDE Controller
                   3947: product TRIONES HPT372A                0x0005  HPT372A IDE Controller
1.566     chs      3948: product TRIONES HPT302         0x0006  HPT302 IDE Controller
1.595     chs      3949: product TRIONES HPT371         0x0007  HPT371 IDE Controller
1.548     simonb   3950: product TRIONES HPT374         0x0008  HPT374 IDE Controller
1.595     chs      3951: product TRIONES HPT372N                0x0009  HPT372N IDE Controller
1.62      mark     3952:
                   3953: /* TriTech Microelectronics products*/
                   3954: product TRITECH        TR25202         0xfc02  Pyramid3D TR25202
1.4       cgd      3955:
                   3956: /* Tseng Labs products */
1.12      cgd      3957: product TSENG ET4000_W32P_A    0x3202  ET4000w32p rev A
                   3958: product TSENG ET4000_W32P_B    0x3205  ET4000w32p rev B
                   3959: product TSENG ET4000_W32P_C    0x3206  ET4000w32p rev C
                   3960: product TSENG ET4000_W32P_D    0x3207  ET4000w32p rev D
                   3961: product TSENG ET6000           0x3208  ET6000
1.4       cgd      3962:
1.781     jmcneill 3963: /* Turtle Beach products */
                   3964: product TURTLE_BEACH SANTA_CRUZ        0x3357  Santa Cruz
                   3965:
1.4       cgd      3966: /* UMC products */
1.25      veego    3967: product UMC UM82C881   0x0001  UM82C881 486 Chipset
1.642     mycroft  3968: product UMC UM82C886   0x0002  UM82C886 PCI-ISA Bridge
1.25      veego    3969: product UMC UM8673F    0x0101  UM8673F EIDE Controller
                   3970: product UMC UM8881     0x0881  UM8881 HB4 486 PCI Chipset
                   3971: product UMC UM82C891   0x0891  UM82C891
                   3972: product UMC UM886A     0x1001  UM886A
1.24      tls      3973: product UMC UM8886BF   0x673a  UM8886BF
1.25      veego    3974: product UMC UM8710     0x8710  UM8710
                   3975: product UMC UM8886     0x886a  UM8886
1.966     matt     3976: product UMC UM8881F    0x8881  UM8881F PCI-Host Bridge
                   3977: product UMC UM8886F    0x8886  UM8886F PCI-ISA Bridge
1.12      cgd      3978: product UMC UM8886A    0x888a  UM8886A
                   3979: product UMC UM8891A    0x8891  UM8891A
1.24      tls      3980: product UMC UM9017F    0x9017  UM9017F
                   3981: product UMC UM8886N    0xe88a  UM8886N
                   3982: product UMC UM8891N    0xe891  UM8891N
                   3983:
1.25      veego    3984: /* ULSI Systems products */
                   3985: product ULSI US201     0x0201  US201
1.191     bouyer   3986:
                   3987: /* US Robotics products */
1.293     jdolecek 3988: product USR 3C2884A    0x1007  56K Voice Internal PCI Modem (WinModem)
1.191     bouyer   3989: product USR 3CP5609    0x1008  3CP5609 PCI 16550 Modem
1.769     dogcow   3990: product USR2 USR997902 0x0116  USR997902 Gigabit Ethernet
1.966     matt     3991: product USR2 2415      0x3685  Wireless PCI-PCMCIA Adapter
1.25      veego    3992:
1.24      tls      3993: /* V3 Semiconductor products */
                   3994: product V3 V292PBC     0x0292  V292PBC AMD290x0 Host-PCI Bridge
                   3995: product V3 V960PBC     0x0960  V960PBC i960 Host-PCI Bridge
1.312     soren    3996: product V3 V96DPC      0xc960  V96DPC  i960 (Dual) Host-PCI Bridge
1.12      cgd      3997:
1.63      bouyer   3998: /* VIA Technologies products, from http://www.via.com.tw/ */
1.643     mycroft  3999: product VIATECH VT6305         0x0130  VT6305 IEEE 1394 Host Controller
1.886     kiyohara 4000: product VIATECH K8M800_0       0x0204  K8M800 Host
                   4001: product VIATECH K8T890_0       0x0238  K8T890 Host
1.806     kent     4002: product VIATECH KT880          0x0269  KT880 CPU to PCI Bridge
1.886     kiyohara 4003: product VIATECH K8HTB_0                0x0282  K8HTB Host
1.670     bouyer   4004: product VIATECH VT8363_HB      0x0305  VT8363 (Apollo KT133) Host Bridge
1.888     tron     4005: product VIATECH VT3351_HB_0351 0x0351  VT3351 Host Bridge
1.541     christos 4006: product VIATECH        VT8371_HB       0x0391  VT8371 (Apollo KX133) Host Bridge
1.670     bouyer   4007: product VIATECH VT8501_MVP4    0x0501  VT8501 (Apollo MVP4) Host Bridge
1.548     simonb   4008: product VIATECH VT82C505       0x0505  VT82C505 (Pluto)
1.24      tls      4009: product VIATECH VT82C561       0x0561  VT82C561
1.87      bouyer   4010: product VIATECH VT82C586A_IDE  0x0571  VT82C586A IDE Controller
1.24      tls      4011: product VIATECH VT82C576       0x0576  VT82C576 3V
1.895     xtraeme  4012: product VIATECH CX700_IDE      0x0581  CX700 IDE Controller
1.63      bouyer   4013: product VIATECH VT82C580VP     0x0585  VT82C580 (Apollo VP) Host-PCI Bridge
1.670     bouyer   4014: product VIATECH VT82C586_ISA   0x0586  VT82C586 PCI-ISA Bridge
1.842     bouyer   4015: product VIATECH VT8237A_SATA   0x0591  VT8237A Integrated SATA Controller
1.63      bouyer   4016: product VIATECH VT82C595       0x0595  VT82C595 (Apollo VP2) Host-PCI Bridge
1.670     bouyer   4017: product VIATECH VT82C596A      0x0596  VT82C596A PCI-ISA Bridge
1.109     sakamoto 4018: product VIATECH VT82C597       0x0597  VT82C597 (Apollo VP3) Host-PCI Bridge
1.414     mycroft  4019: product VIATECH VT82C598PCI    0x0598  VT82C598 (Apollo MVP3) Host-PCI Bridge
                   4020: product VIATECH VT8605PCI      0x0605  VT8605 (Apollo ProMedia 133) Host-PCI Bridge
1.670     bouyer   4021: product VIATECH VT82C686A_ISA  0x0686  VT82C686A PCI-ISA Bridge
1.109     sakamoto 4022: product VIATECH VT82C691       0x0691  VT82C691 (Apollo Pro) Host-PCI
                   4023: product VIATECH VT82C693       0x0693  VT82C693 (Apollo Pro Plus) Host-PCI
1.40      drochner 4024: product VIATECH VT86C926       0x0926  VT86C926 Amazon PCI-Ethernet Controller
1.32      fvdl     4025: product VIATECH        VT82C570M       0x1000  VT82C570M (Apollo) Host-PCI Bridge
                   4026: product VIATECH VT82C570MV     0x1006  VT82C570M (Apollo) PCI-ISA Bridge
1.806     kent     4027: product VIATECH KT880_1                0x1269  KT880 CPU to PCI Bridge
1.888     tron     4028: product VIATECH VT3351_HB_1351 0x1351  VT3351 Host Bridge
1.670     bouyer   4029: product VIATECH VT82C586_IDE   0x1571  VT82C586 IDE Controller
1.64      bouyer   4030: product VIATECH VT82C595_2     0x1595  VT82C595 (Apollo VP2) Host-PCI Bridge
1.806     kent     4031: product VIATECH KT880_2                0x2269  KT880 CPU to PCI Bridge
1.888     tron     4032: product VIATECH VT3351_HB_2351 0x2351  VT3351 Host Bridge
                   4033: product VIATECH VT8251_PPB_287A        0x287a  VT8251 PCI-PCI Bridge
                   4034: product VIATECH VT8251_PCIE1   0x287c  VT8251 PCIE Root Port1
                   4035: product VIATECH VT8251_PCIE2   0x287d  VT8251 PCIE Root Port2
                   4036: product VIATECH VT8251_VLINK   0x287e  VT8251 Ultra VLINK Controller
1.40      drochner 4037: product VIATECH VT83C572       0x3038  VT83C572 USB Controller
1.670     bouyer   4038: product VIATECH VT82C586_PWR   0x3040  VT82C586 Power Management Controller
1.96      thorpej  4039: product VIATECH VT3043         0x3043  VT3043 (Rhine) 10/100 Ethernet
1.668     rumble   4040: product VIATECH VT6306         0x3044  VT6306 IEEE 1394 Host Controller
1.743     xtraeme  4041: product VIATECH VT6105M        0x3053  VT6105M (Rhine III) 10/100 Ethernet
1.205     tsarna   4042: product VIATECH VT82C686A_SMB  0x3057  VT82C686A SMBus Controller
                   4043: product VIATECH VT82C686A_AC97 0x3058  VT82C686A AC-97 Audio Controller
1.472     kent     4044: product VIATECH VT8233_AC97    0x3059  VT8233/VT8235 AC-97 Audio Controller
1.541     christos 4045: product VIATECH        VT6102          0x3065  VT6102 (Rhine II) 10/100 Ethernet
1.439     jdolecek 4046: product VIATECH VT82C686A_MC97 0x3068  VT82C686A MC-97 Modem Controller
1.367     augustss 4047: product VIATECH VT8233         0x3074  VT8233 PCI-ISA Bridge
                   4048: product VIATECH VT8366         0x3099  VT8366 (Apollo KT266) CPU-PCI Bridge
1.439     jdolecek 4049: product VIATECH VT8653         0x3101  VT8653 (Apollo Pro 266T) CPU-PCI Bridge
1.565     bouyer   4050: product VIATECH VT8237_EHCI    0x3104  VT8237 EHCI USB Controller
1.568     dogcow   4051: product VIATECH VT6105         0x3106  VT6105 (Rhine III) 10/100 Ethernet
1.694     jdolecek 4052: product VIATECH VT612X         0x3119  VT612X (Velocity) 10/100/1000 Ethernet
1.644     lukem    4053: product VIATECH VT8623_VGA     0x3122  VT8623 (Apollo CLE266) VGA Controller
                   4054: product VIATECH VT8623         0x3123  VT8623 (Apollo CLE266) CPU-PCI Bridge
1.438     cjs      4055: product VIATECH VT8233A                0x3147  VT8233A PCI-ISA Bridge
1.575     bouyer   4056: product VIATECH VT8237_SATA    0x3149  VT8237 Integrated SATA Controller
1.886     kiyohara 4057: product VIATECH K8HTB          0x3188  K8HTB Host
1.916     ad       4058: product        VIATECH VT8237_PCIB     0x3227  VT8237 PCI-ISA Bridge
1.888     tron     4059: product VIATECH VT6421_RAID    0x3249  VT6421 Serial RAID Controller
1.811     jmcneill 4060: product        VIATECH VT3314_IG       0x3344  VT3314 CN900 UniChrome Integrated Graphics
1.785     xtraeme  4061: product VIATECH VT8237R_SATA   0x3349  VT8237R Integrated SATA Controller
1.888     tron     4062: product VIATECH VT3351_HB_3351 0x3351  VT3351 Host Bridge
1.966     matt     4063: product VIATECH KT880_3                0x3269  KT880 CPU to PCI Bridge
1.472     kent     4064: product VIATECH VT8235         0x3177  VT8235 (Apollo KT400) PCI-ISA Bridge
1.526     augustss 4065: product VIATECH VT8377         0x3189  VT8377 Apollo KT400 CPU to PCI Bridge
1.806     kent     4066: product VIATECH VT8378         0x3205  VT8378 Apollo KM400 CPU to PCI Bridge
1.565     bouyer   4067: product VIATECH VT8237         0x3227  VT8237 (Apollo KT600) PCI-ISA Bridge
1.806     kent     4068: product        VIATECH VT8237A_HDA     0x3288  VT8237A/VT8251 High Definition Audio Controller
1.867     mlelstv  4069: product        VIATECH VT8237A_ISA     0x3337  VT8237A/VT82C586A PCI-ISA Bridge
1.888     tron     4070: product VIATECH VT8237S_ISA    0x3372  VT8237S PCI-ISA Bridge
                   4071: product VIATECH VT8237A_PPB    0x337a  VT8237A PCI-PCI Bridge
                   4072: product VIATECH VT8237A_HB     0x337b  VT8237A Host Bridge
1.806     kent     4073: product VIATECH KT880_4                0x4269  KT880 CPU to PCI Bridge
1.888     tron     4074: product VIATECH VT3351_HB_4351 0x4351  VT3351 Host Bridge
1.953     rmind    4075: product VIATECH CX700M2_IDE    0x5324  CX700M2/VX700 IDE Controller
1.888     tron     4076: product VIATECH VT3351_IOAPIC  0x5351  VT3351 I/O APIC Interrupt Controller
1.969     nonaka   4077: product VIATECH VT8237S_SATA   0x5372  VT8237S Integrated SATA Controller
1.91      thorpej  4078: product VIATECH VT86C100A      0x6100  VT86C100A (Rhine-II) 10/100 Ethernet
1.769     dogcow   4079: product VIATECH VT8378_IG      0x7205  VT8378 KM400 UniChrome Integrated Graphics
1.806     kent     4080: product VIATECH KT880_5                0x7269  KT880 CPU to PCI Bridge
1.888     tron     4081: product VIATECH VT3351_HB_7351 0x7351  VT3351 Host Bridge
1.752     xtraeme  4082: product VIATECH VT8231         0x8231  VT8231 PCI-ISA Bridge
1.644     lukem    4083: product VIATECH VT8231_PWR     0x8235  VT8231 Power Management Controller
1.670     bouyer   4084: product VIATECH VT8363_PPB     0x8305  VT8363 (Apollo KT133) PCI to AGP Bridge
1.644     lukem    4085: product VIATECH VT8371_PPB     0x8391  VT8371 (Apollo KX133) PCI-PCI Bridge
1.670     bouyer   4086: product VIATECH VT8501AGP      0x8501  VT8501 (Apollo MVP4) CPU-AGP Bridge
1.414     mycroft  4087: product VIATECH VT82C597AGP    0x8597  VT82C597 (Apollo VP3) CPU-AGP Bridge
                   4088: product VIATECH VT82C598AGP    0x8598  VT82C598 (Apollo MVP3) CPU-AGP Bridge
                   4089: product VIATECH VT8605AGP      0x8605  VT8605 (Apollo ProMedia 133) Host-AGP Bridge
1.888     tron     4090: product VIATECH K8T890_PPB_A238        0xa238  K8T890 PCI-PCI Bridge
1.439     jdolecek 4091: product VIATECH VT8633AGP      0xb091  VT8633 (Apollo Pro 266) CPU-AGP Bridge
1.670     bouyer   4092: product VIATECH VT8366AGP      0xb099  VT8366 (Apollo KT266) CPU-AGP Bridge
1.526     augustss 4093: product VIATECH VT8377AGP      0xb168  VT8377 CPU-AGP Bridge
1.886     kiyohara 4094: product VIATECH K8HTB_AGP      0xb188  K8HTB AGP
1.699     xtraeme  4095: product VIATECH VT8377CEAGP    0xb198  VT8377CE CPU-AGP Bridge
1.888     tron     4096: product VIATECH VT3237_PPB     0xb999  K8T890 North / VT8237 South PCI-PCI Bridge
                   4097: product VIATECH K8T890_PPB_C238        0xc238  K8T890 PCI-PCI Bridge
                   4098: product VIATECH K8T890_PPB_D238        0xd238  K8T890 PCI-PCI Bridge
                   4099: product VIATECH K8T890_PPB_E238        0xe238  K8T890 PCI-PCI Bridge
                   4100: product VIATECH K8T890_PPB_F238        0xf238  K8T890 PCI-PCI Bridge
1.12      cgd      4101:
                   4102: /* Vortex Computer Systems products */
1.243     ad       4103: product VORTEX GDT_60x0                0x0000  GDT6000/6020/6050
                   4104: product VORTEX GDT_6000B       0x0001  GDT6000B/6010
                   4105: product VORTEX GDT_6x10                0x0002  GDT6110/6510
                   4106: product VORTEX GDT_6x20                0x0003  GDT6120/6520
                   4107: product VORTEX GDT_6530                0x0004  GDT6530
                   4108: product VORTEX GDT_6550                0x0005  GDT6550
                   4109: product VORTEX GDT_6x17                0x0006  GDT6117/6517
                   4110: product VORTEX GDT_6x27                0x0007  GDT6127/6527
                   4111: product VORTEX GDT_6537                0x0008  GDT6537
                   4112: product VORTEX GDT_6557                0x0009  GDT6557/6557-ECC
1.246     ad       4113: product VORTEX GDT_6x15                0x000a  GDT6115/6515
                   4114: product VORTEX GDT_6x25                0x000b  GDT6125/6525
                   4115: product VORTEX GDT_6535                0x000c  GDT6535
                   4116: product VORTEX GDT_6555                0x000d  GDT6555/6555-ECC
1.372     ad       4117: product VORTEX GDT_6x17RP      0x0100  GDT6[15]17RP
                   4118: product VORTEX GDT_6x27RP      0x0101  GDT6[15]27RP
1.243     ad       4119: product VORTEX GDT_6537RP      0x0102  GDT6537RP
                   4120: product VORTEX GDT_6557RP      0x0103  GDT6557RP
1.372     ad       4121: product VORTEX GDT_6x11RP      0x0104  GDT6[15]11RP
                   4122: product VORTEX GDT_6x21RP      0x0105  GDT6[15]21RP
                   4123: product VORTEX GDT_6x17RD      0x0110  GDT6[15]17RD
                   4124: product VORTEX GDT_6x27RD      0x0111  GDT6[5]127RD
1.243     ad       4125: product VORTEX GDT_6537RD      0x0112  GDT6537RD
                   4126: product VORTEX GDT_6557RD      0x0113  GDT6557RD
1.372     ad       4127: product VORTEX GDT_6x11RD      0x0114  GDT6[15]11RD
                   4128: product VORTEX GDT_6x21RD      0x0115  GDT6[15]21RD
                   4129: product VORTEX GDT_6x18RD      0x0118  GDT6[156]18RD
                   4130: product VORTEX GDT_6x28RD      0x0119  GDT6[156]28RD
                   4131: product VORTEX GDT_6x38RD      0x011a  GDT6[56]38RD
                   4132: product VORTEX GDT_6x58RD      0x011b  GDT6[56]58RD
                   4133: product VORTEX GDT_6x17RP2     0x0120  GDT6[15]17RP2
                   4134: product VORTEX GDT_6x27RP2     0x0121  GDT6[15]27RP2
                   4135: product VORTEX GDT_6537RP2     0x0123  GDT6537RP2
                   4136: product VORTEX GDT_6x11RP2     0x0124  GDT6[15]11RP2
1.541     christos 4137: product VORTEX GDT_6x21RP2     0x0125  GDT6[15]21RP2
1.372     ad       4138: product VORTEX GDT_6x13RS      0x0136  GDT6513RS
                   4139: product VORTEX GDT_6x23RS      0x0137  GDT6523RS
1.246     ad       4140: product VORTEX GDT_6518RS      0x0138  GDT6518RS
1.372     ad       4141: product VORTEX GDT_6x28RS      0x0139  GDT6x28RS
                   4142: product VORTEX GDT_6x38RS      0x013a  GDT6x38RS
                   4143: product VORTEX GDT_6x58RS      0x013b  GDT6x58RS
                   4144: product VORTEX GDT_6x33RS      0x013c  GDT6x33RS
                   4145: product VORTEX GDT_6x43RS      0x013d  GDT6x43RS
                   4146: product VORTEX GDT_6x53RS      0x013e  GDT6x53RS
                   4147: product VORTEX GDT_6x63RS      0x013f  GDT6x63RS
                   4148: product VORTEX GDT_7x13RN      0x0166  GDT7x13RN
                   4149: product VORTEX GDT_7x23RN      0x0167  GDT7x23RN
                   4150: product VORTEX GDT_7x18RN      0x0168  GDT7[156]18RN
                   4151: product VORTEX GDT_7x28RN      0x0169  GDT7[156]28RN
                   4152: product VORTEX GDT_7x38RN      0x016a  GDT7[56]38RN
                   4153: product VORTEX GDT_7x58RN      0x016b  GDT7[56]58RN
                   4154: product VORTEX GDT_7x43RN      0x016d  GDT7[56]43RN
                   4155: product VORTEX GDT_7x53RN      0x016E  GDT7x53RN
                   4156: product VORTEX GDT_7x63RN      0x016F  GDT7x63RN
                   4157: product VORTEX GDT_4x13RZ      0x01D6  GDT4x13RZ
                   4158: product VORTEX GDT_4x23RZ      0x01D7  GDT4x23RZ
                   4159: product VORTEX GDT_8x13RZ      0x01F6  GDT8x13RZ
                   4160: product VORTEX GDT_8x23RZ      0x01F7  GDT8x23RZ
                   4161: product VORTEX GDT_8x33RZ      0x01FC  GDT8x33RZ
                   4162: product VORTEX GDT_8x43RZ      0x01FD  GDT8x43RZ
                   4163: product VORTEX GDT_8x53RZ      0x01FE  GDT8x53RZ
                   4164: product VORTEX GDT_8x63RZ      0x01FF  GDT8x63RZ
                   4165: product VORTEX GDT_6x19RD      0x0210  GDT6[56]19RD
                   4166: product VORTEX GDT_6x29RD      0x0211  GDT6[56]29RD
                   4167: product VORTEX GDT_7x19RN      0x0260  GDT7[56]19RN
                   4168: product VORTEX GDT_7x29RN      0x0261  GDT7[56]29RN
                   4169: product VORTEX GDT_ICP         0x0300  ICP
1.12      cgd      4170:
                   4171: /* VLSI products */
1.25      veego    4172: product VLSI 82C592    0x0005  82C592 CPU Bridge
                   4173: product VLSI 82C593    0x0006  82C593 ISA Bridge
                   4174: product VLSI 82C594    0x0007  82C594 Wildcat System Controller
                   4175: product VLSI 82C596597 0x0008  82C596/597 Wildcat ISA Bridge
                   4176: product VLSI 82C541    0x000c  82C541
                   4177: product VLSI 82C543    0x000d  82C543
                   4178: product VLSI 82C532    0x0101  82C532
                   4179: product VLSI 82C534    0x0102  82C534
                   4180: product VLSI 82C535    0x0104  82C535
                   4181: product VLSI 82C147    0x0105  82C147
                   4182: product VLSI 82C975    0x0200  82C975
                   4183: product VLSI 82C925    0x0280  82C925
1.12      cgd      4184:
1.744     xtraeme  4185: /* VMware products */
1.769     dogcow   4186: product VMWARE VIRTUAL 0x0710  Virtual SVGA
1.744     xtraeme  4187: product VMWARE VIRTUAL2 0x0405 Virtual SVGA II
                   4188:
1.12      cgd      4189: /* Weitek products */
                   4190: product WEITEK P9000   0x9001  P9000
                   4191: product WEITEK P9100   0x9100  P9100
1.25      veego    4192:
                   4193: /* Western Digital products */
1.541     christos 4194: product WD WD33C193A   0x0193  WD33C193A
1.25      veego    4195: product WD WD33C196A   0x0196  WD33C196A
                   4196: product WD WD33C197A   0x0197  WD33C197A
                   4197: product WD WD7193      0x3193  WD7193
                   4198: product WD WD7197      0x3197  WD7197
                   4199: product WD WD33C296A   0x3296  WD33C296A
                   4200: product WD WD34C296    0x4296  WD34C296
1.312     soren    4201: product WD 90C         0xc24a  90C
1.12      cgd      4202:
                   4203: /* Winbond Electronics products */
1.470     pooka    4204: product WINBOND W83769F                0x0001  W83769F
1.306     matt     4205: product WINBOND W83C553F_0     0x0565  W83C553F PCI-ISA Bridge
                   4206: product WINBOND W83C553F_1     0x0105  W83C553F IDE Controller
1.470     pooka    4207: product WINBOND W89C840F       0x0840  W89C840F 10/100 Ethernet
                   4208: product WINBOND W89C940F       0x0940  W89C940F Ethernet
                   4209: product WINBOND W89C940F_1     0x5a5a  W89C940F Ethernet
1.548     simonb   4210: product WINBOND        W6692           0x6692  W6692 ISDN
1.163     joda     4211:
1.647     itohy    4212: /* Workbit products */
                   4213: product WORKBIT NJSC32BI               0x8007  NinjaSCSI-32Bi SCSI
1.830     itohy    4214: product WORKBIT NJATA32BI              0x8008  NinjaATA-32Bi IDE
1.647     itohy    4215: product WORKBIT NJSC32UDE              0x8009  NinjaSCSI-32UDE SCSI
                   4216: product WORKBIT NJSC32BI_KME           0xf007  NinjaSCSI-32Bi SCSI (KME)
1.830     itohy    4217: product WORKBIT NJATA32BI_KME          0xf008  NinjaATA-32Bi IDE (KME)
1.647     itohy    4218: product WORKBIT NJSC32UDE_IODATA       0xf010  NinjaSCSI-32UDE SCSI (IODATA)
                   4219: product WORKBIT NJSC32UDE_LOGITEC      0xf012  NinjaSCSI-32UDE SCSI (LOGITEC)
                   4220: product WORKBIT NJSC32UDE_LOGITEC2     0xf013  NinjaSCSI-32UDE SCSI (LOGITEC2)
                   4221: product WORKBIT NJSC32UDE_BUFFALO      0xf015  NinjaSCSI-32UDE SCSI (BUFFALO)
1.830     itohy    4222: product WORKBIT NPATA32_CF32A          0xf021  CF32A CompactFlash Adapter
1.858     ichiro   4223: product WORKBIT NPATA32_CF32A_BUFFALO  0xf024  CF32A CF Adapter (BUFFALO)
1.830     itohy    4224: product WORKBIT NPATA32_KME            0xf02c  NPATA-32 IDE (KME)
1.647     itohy    4225:
1.933     cegger   4226: /* XenSource products */
                   4227: product XENSOURCE XENPLATFORM          0x0001  Xen Platform Device
                   4228:
1.163     joda     4229: /* Xircom products */
                   4230: /* is the `-3' here just indicating revision 3, or is it really part
                   4231:    of the device name? */
                   4232: product XIRCOM X3201_3         0x0002  X3201-3 Fast Ethernet Controller
                   4233: /* this is the device id `indicating 21143 driver compatibility' */
                   4234: product XIRCOM X3201_3_21143   0x0003  X3201-3 Fast Ethernet Controller (21143)
1.303     thorpej  4235: product XIRCOM WINGLOBAL       0x000c  WinGlobal Modem
1.644     lukem    4236: product XIRCOM MODEM56         0x0103  56k Modem
1.97      thorpej  4237:
                   4238: /* Yamaha products */
1.245     jonathan 4239: product YAMAHA YMF724  0x0004  724 Audio
1.548     simonb   4240: product YAMAHA YMF740  0x000a  740 Audio
                   4241: product YAMAHA YMF740C 0x000c  740C (DS-1) Audio
                   4242: product YAMAHA YMF724F 0x000d  724F (DS-1) Audio
1.214     jonathan 4243: product YAMAHA YMF744B 0x0010  744 (DS-1S) Audio
                   4244: product YAMAHA YMF754  0x0012  754 (DS-1E) Audio
1.12      cgd      4245:
                   4246: /* Zeinet products */
                   4247: product ZEINET 1221    0x0001  1221
1.16      christos 4248:
1.24      tls      4249: /* Ziatech products */
                   4250: product ZIATECH ZT8905 0x8905 PCI-ST32 Bridge
                   4251:
1.98      drochner 4252: /* Zoran products */
                   4253: product ZORAN ZR36120  0x6120 Video Controller

CVSweb <webmaster@jp.NetBSD.org>