⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 pcihdr.h

📁 开放源码实时操作系统源码.
💻 H
📖 第 1 页 / 共 3 页
字号:
#if 0

PCIHDR.H: PCI Vendors, Devices, and Class Type information



  Created automatically from the web using the following URL:

      http://www.yourvote.com/pci

  Software to create and maintain the PCICODE List written by:

      Jim Boemler (jboemler@halcyon.com) 



  This header created on Thu, 13 Feb 2003 08:15:25 UTC



Too many people have contributed to this list to acknowledge them all, but

a few have provided the majority of the input and deserve special mention:

   Frederic Potter, who maintains a list for Linux.

   Chris Aston at Madge Networks.

   Thomas Dippon of Hewlett-Packard GmbH.

   Jurgen ("Josh") Thelen

   William H. Avery III at Altitech

   Sergei Shtylyov of Brain-dead Software in Russia

#endif



//  NOTE that the 0xFFFF of 0xFF entries at the end of some tables below are

//  not properly list terminators, but are actually the printable definitions

//  of values that are legitimately found on the PCI bus.  The size

//  definitions should be used for loop control when the table is searched.



typedef struct _PCI_VENTABLE

{

	unsigned short	VenId ;

	char *	VenShort ;

	char *	VenFull ;

}  PCI_VENTABLE, *PPCI_VENTABLE ;



PCI_VENTABLE	PciVenTable [] =

{

	{ 0x0000, "Gammagraphx", "Gammagraphx, Inc." } ,

	{ 0x0033, "", "Paradyne Corp." } ,

	{ 0x003D, "Lockheed Martin", "Lockheed Martin Corp" } ,

	{ 0x0070, "Hauppauge", "Hauppauge Computer Works Inc." } ,

	{ 0x0100, "", "Ncipher Corp. Ltd" } ,

	{ 0x0123, "", "General Dynamics" } ,

	{ 0x0160, "USR", "us robotics" } ,

	{ 0x0315, "", "SK - Electronics Co., Ltd." } ,

	{ 0x0675, "Dynalink", "Dynalink" } ,

	{ 0x0700, "Lava", "Lava Computer MFG Inc." } ,

	{ 0x0815, "LinTech", "LinTech GmbH" } ,

	{ 0x0871, "Berkom", "Berkom" } ,

	{ 0x0914, "SDT", "Shanghai Dare Technologies Ltd." } ,

	{ 0x09C1, "Arris", "Arris" } ,

	{ 0x0A89, "BREA", "BREA Technologies Inc." } ,

	{ 0x0E11, "Compaq", "Compaq Computer Corp." } ,

	{ 0x1000, "LSI", "LSI Logic" } ,

	{ 0x1001, "KOLTER", "Kolter Electronic - Germany" } ,

	{ 0x1002, "ATI", "ATI Technologies" } ,

	{ 0x1003, "ULSI", "ULSI" } ,

	{ 0x1004, "VLSI", "VLSI Technology" } ,

	{ 0x1005, "Avance", "Avance Logic Inc." } ,

	{ 0x1006, "Reply", "Reply Group" } ,

	{ 0x1007, "NetFrame", "Netframe Systems Inc." } ,

	{ 0x1008, "Epson", "Epson" } ,

	{ 0x100A, "Phoenix", "Phoenix Technologies Ltd." } ,

	{ 0x100B, "NSC", "National Semiconductor" } ,

	{ 0x100C, "Tseng", "Tseng Labs" } ,

	{ 0x100D, "AST", "AST Research" } ,

	{ 0x100E, "Weitek", "Weitek" } ,

	{ 0x1010, "VLogic", "Video Logic Ltd." } ,

	{ 0x1011, "DEC", "Digital Equipment Corporation" } ,

	{ 0x1012, "Micronics", "Micronics Computers Inc." } ,

	{ 0x1013, "Cirrus", "Cirrus Logic" } ,

	{ 0x1014, "IBM", "International Business Machines Corp." } ,

	{ 0x1015, "LSIL", "LSI Logic Corp of Canada" } ,

	{ 0x1016, "Fujitsu ICL", "Fujitsu ICL Computers" } ,

	{ 0x1017, "Spea", "Spea Software AG" } ,

	{ 0x1018, "Unisys", "Unisys Systems" } ,

	{ 0x1019, "ECS", "Elitegroup Computer Sys" } ,

	{ 0x101A, "NCR", "NCR/AT&T GIS" } ,

	{ 0x101B, "Vitesse", "Vitesse Semiconductor" } ,

	{ 0x101C, "WDC", "Western Digital" } ,

	{ 0x101E, "AMI", "American Megatrends Inc." } ,

	{ 0x101F, "PictureTel", "PictureTel Corp." } ,

	{ 0x1020, "Hitachi", "Hitachi Computer Electronics" } ,

	{ 0x1021, "OKI", "Oki Electric Industry" } ,

	{ 0x1022, "AMD", "Advanced Micro Devices" } ,

	{ 0x1023, "Trident", "Trident Microsystems" } ,

	{ 0x1024, "Zenith", "Zenith Data Systems" } ,

	{ 0x1025, "Acer", "Acer Incorporated" } ,

	{ 0x1028, "Dell", "Dell Computer Corporation" } ,

	{ 0x1029, "Siem-Nix", "Siemens Nixdorf AG" } ,

	{ 0x102A, "LSI", "LSI Logic Headland Division" } ,

	{ 0x102B, "Matrox", "Matrox" } ,

	{ 0x102C, "C&T", "Asiliant (Chips And Technologies)" } ,

	{ 0x102D, "Wyse", "Wyse Technologies" } ,

	{ 0x102E, "Olivetti", "Olivetti Advanced Technology" } ,

	{ 0x102F, "Toshiba", "Toshiba America" } ,

	{ 0x1030, "TMC", "TMC Research" } ,

	{ 0x1031, "miro", "miro Computer Products AG" } ,

	{ 0x1032, "Compaq", "Compaq" } ,

	{ 0x1033, "NEC", "NEC Corporation" } ,

	{ 0x1034, "Burndy", "Burndy Corporation" } ,

	{ 0x1035, "C&CRL", "Computer&Communication Research Lab" } ,

	{ 0x1036, "FDomain", "Future Domain" } ,

	{ 0x1037, "Hitachi", "Hitachi Micro Systems Inc" } ,

	{ 0x1038, "AMP", "AMP Incorporated" } ,

	{ 0x1039, "SiS", "Silicon Integrated System" } ,

	{ 0x103A, "Seiko", "Seiko Epson Corporation" } ,

	{ 0x103B, "Tatung", "Tatung Corp. Of America" } ,

	{ 0x103C, "HP", "Hewlett-Packard Company" } ,

	{ 0x103E, "Solliday", "Solliday Engineering" } ,

	{ 0x103F, "Logic Mod.", "Logic Modeling" } ,

	{ 0x1040, "Kubota", "Kubota Pacific Computer Inc." } ,

	{ 0x1041, "Computrend", "Computrend" } ,

	{ 0x1042, "PC Tech.", "PC Technology Inc." } ,

	{ 0x1043, "Asustek", "Asustek Computer Inc." } ,

	{ 0x1044, "DPT", "Distributed Processing Tech" } ,

	{ 0x1045, "OPTi", "OPTi Inc." } ,

	{ 0x1046, "IPC", "IPC Corporation LTD" } ,

	{ 0x1047, "Genoa", "Genoa Systems Corp." } ,

	{ 0x1048, "ELSA", "ELSA GmbH" } ,

	{ 0x1049, "Fountain", "Fountain Technology" } ,

	{ 0x104A, "STM", "STMicroelectronics" } ,

	{ 0x104B, "Mylex", "Mylex Corporation" } ,

	{ 0x104C, "TI", "Texas Instruments" } ,

	{ 0x104D, "Sony", "Sony Corporation" } ,

	{ 0x104E, "Oak", "Oak Technology" } ,

	{ 0x104F, "Co-Time", "Co-Time Computer Ltd." } ,

	{ 0x1050, "Winbond", "Winbond Electronics Corp." } ,

	{ 0x1051, "Anigma", "Anigma Corp." } ,

	{ 0x1052, "Young", "Young Micro Systems" } ,

	{ 0x1053, "Young", "Young Micro Systems" } ,

	{ 0x1054, "Hitachi", "Hitachi Ltd" } ,

	{ 0x1055, "SMSC", "Standard Microsystems Corp." } ,

	{ 0x1056, "ICL", "ICL" } ,

	{ 0x1057, "Motorola", "Motorola" } ,

	{ 0x1058, "E&TR", "Electronics & Telecommunication Res" } ,

	{ 0x1059, "Kontron", "Kontron Canada" } ,

	{ 0x105A, "Promise", "Promise Technology" } ,

	{ 0x105B, "Foxconn", "Foxconn International Inc." } ,

	{ 0x105C, "Wipro", "Wipro Infotech Limited" } ,

	{ 0x105D, "Number-Nine", "Number Nine Visual Technology" } ,

	{ 0x105E, "Vtech", "Vtech Engineering Canada Ltd." } ,

	{ 0x105F, "Infotronic", "Infotronic America Inc." } ,

	{ 0x1060, "UMC", "United Microelectronics" } ,

	{ 0x1061, "8x8", "8x8 Inc." } ,

	{ 0x1062, "Maspar", "Maspar Computer Corp." } ,

	{ 0x1063, "OOA", "Ocean Office Automation" } ,

	{ 0x1064, "Alcatel", "Alcatel Cit" } ,

	{ 0x1065, "TM", "Texas Microsystems" } ,

	{ 0x1066, "Picopower", "Picopower Technology" } ,

	{ 0x1067, "Mitsubishi", "Mitsubishi Electronics" } ,

	{ 0x1068, "Div. Tech.", "Diversified Technology" } ,

	{ 0x1069, "Mylex", "IBM Corporation" } ,

	{ 0x106A, "Aten", "Aten Research Inc." } ,

	{ 0x106B, "Apple", "Apple Computer Inc." } ,

	{ 0x106C, "Hyundai", "Hyundai Electronics America" } ,

	{ 0x106D, "Sequent", "Sequent Computer Systems" } ,

	{ 0x106E, "DFI", "DFI Inc." } ,

	{ 0x106F, "CityGate", "City Gate Development LTD" } ,

	{ 0x1070, "Daewoo", "Daewoo Telecom Ltd." } ,

	{ 0x1071, "Mitac", "Mitac" } ,

	{ 0x1072, "GIT", "GIT Co. Ltd." } ,

	{ 0x1073, "Yamaha", "Yamaha Corporation" } ,

	{ 0x1074, "Nexgen", "Nexgen Microsystems" } ,

	{ 0x1075, "AIR", "Advanced Integration Research" } ,

	{ 0x1076, "Chaintech", "Chaintech Computer Co. Ltd." } ,

	{ 0x1077, "QLogic", "QLogic Corporation" } ,

	{ 0x1078, "Cyrix", "Cyrix Corporation" } ,

	{ 0x1079, "I-Bus", "I-Bus" } ,

	{ 0x107A, "Networth", "Networth" } ,

	{ 0x107B, "Gateway", "Gateway 2000" } ,

	{ 0x107C, "Goldstar", "Goldstar Co. Ltd." } ,

	{ 0x107D, "Leadtek", "Leadtek Research" } ,

	{ 0x107E, "Interphase", "Interphase Corporation" } ,

	{ 0x107F, "DTC", "Data Technology Corporation" } ,

	{ 0x1080, "Cypress", "Cypress Semiconductor" } ,

	{ 0x1081, "Radius Inc.", "Radius Inc." } ,

	{ 0x1082, "EFA", "EFA Corporation Of America" } ,

	{ 0x1083, "Forex", "Forex Computer Corporation" } ,

	{ 0x1084, "Parador", "Parador" } ,

	{ 0x1085, "Tulip", "Tulip Computers Int'l BV" } ,

	{ 0x1086, "J. Bond", "J. Bond Computer Systems" } ,

	{ 0x1087, "Cache", "Cache Computer" } ,

	{ 0x1088, "MS Son", "Microcomputer Systems (M) Son" } ,

	{ 0x1089, "DG", "Data General Corporation" } ,

	{ 0x108A, "Bit3", "SBS  Operations" } ,

	{ 0x108C, "Oakleigh", "Oakleigh Systems Inc." } ,

	{ 0x108D, "Olicom", "Olicom" } ,

	{ 0x108E, "Sun", "Sun Microsystems" } ,

	{ 0x108F, "Systemsoft", "Systemsoft Corporation" } ,

	{ 0x1090, "Encore", "Encore Computer Corporation" } ,

	{ 0x1091, "Intergraph", "Intergraph Corporation" } ,

	{ 0x1092, "Diamond", "Diamond Computer Systems" } ,

	{ 0x1093, "Nat. Inst.", "National Instruments" } ,

	{ 0x1094, "FIC", "First Int'l Computers" } ,

	{ 0x1095, "Silicon Image", "Silicon Image, Inc." } ,

	{ 0x1096, "Alacron", "Alacron" } ,

	{ 0x1097, "Appian", "Appian Graphics" } ,

	{ 0x1098, "Quantum", "Quantum Designs Ltd." } ,

	{ 0x1099, "Samsung", "Samsung Electronics Co. Ltd." } ,

	{ 0x109A, "Packard-Bell", "Packard Bell" } ,

	{ 0x109B, "Gemlight", "Gemlight Computer Ltd." } ,

	{ 0x109C, "Megachips", "Megachips Corporation" } ,

	{ 0x109D, "Zida", "Zida Technologies Ltd." } ,

	{ 0x109E, "Brooktree", "Brooktree Corporation" } ,

	{ 0x109F, "Trigem", "Trigem Computer Inc." } ,

	{ 0x10A0, "Meidensha", "Meidensha Corporation" } ,

	{ 0x10A1, "Juko", "Juko Electronics Inc. Ltd." } ,

	{ 0x10A2, "Quantum", "Quantum Corporation" } ,

	{ 0x10A3, "Everex", "Everex Systems Inc." } ,

	{ 0x10A4, "Globe", "Globe Manufacturing Sales" } ,

	{ 0x10A5, "Racal", "Racal Interlan" } ,

	{ 0x10A6, "Informtech", "Informtech Industrial Ltd." } ,

	{ 0x10A7, "Benchmarq", "Benchmarq Microelectronics" } ,

	{ 0x10A8, "Sierra", "Sierra Semiconductor" } ,

	{ 0x10A9, "SG", "Silicon Graphics" } ,

	{ 0x10AA, "ACC", "ACC Microelectronics" } ,

	{ 0x10AB, "Digicom", "Digicom" } ,

	{ 0x10AC, "Honeywell", "Honeywell IASD" } ,

	{ 0x10AD, "Winbond", "Winbond Systems Labs" } ,

	{ 0x10AE, "Cornerstone", "Cornerstone Technology" } ,

	{ 0x10AF, "MCS", "Micro Computer Systems Inc." } ,

	{ 0x10B0, "CardExpert", "CardExpert Technology" } ,

	{ 0x10B1, "Cabletron", "Cabletron Systems Inc." } ,

	{ 0x10B2, "Raytheon", "Raytheon Company" } ,

	{ 0x10B3, "Databook", "Databook Inc." } ,

	{ 0x10B4, "STB", "STB Systems" } ,

	{ 0x10B5, "PLX", "PLX Technology" } ,

	{ 0x10B6, "Madge", "Madge Networks" } ,

	{ 0x10B7, "3Com", "3Com Corporation" } ,

	{ 0x10B8, "SMC", "Standard Microsystems Corporation" } ,

	{ 0x10B9, "ALi", "Acer Labs Inc." } ,

	{ 0x10BA, "Mitsubishi", "Mitsubishi Electronics Corp." } ,

	{ 0x10BB, "Dapha", "Dapha Electronics Corporation" } ,

	{ 0x10BC, "ALR", "Advanced Logic Research Inc." } ,

	{ 0x10BD, "Surecom", "Surecom Technology" } ,

	{ 0x10BE, "Tseng", "Tsenglabs International Corp." } ,

	{ 0x10BF, "MOST", "MOST Corp." } ,

	{ 0x10C0, "Boca", "Boca Research Inc." } ,

	{ 0x10C1, "ICM", "ICM Corp. Ltd." } ,

	{ 0x10C2, "Auspex", "Auspex Systems Inc." } ,

	{ 0x10C3, "Samsung", "Samsung Semiconductors" } ,

	{ 0x10C4, "Award", "Award Software Int'l Inc." } ,

	{ 0x10C5, "Xerox", "Xerox Corporation" } ,

	{ 0x10C6, "Rambus", "Rambus Inc." } ,

	{ 0x10C7, "Media Vision", "Media Vision" } ,

	{ 0x10C8, "Neomagic", "Neomagic Corporation" } ,

	{ 0x10C9, "Dataexpert", "Dataexpert Corporation" } ,

	{ 0x10CA, "Fujitsu", "Fujitsu" } ,

	{ 0x10CB, "Omron", "Omron Corporation" } ,

	{ 0x10CC, "MAI", "Mai Logic Incorporated" } ,

	{ 0x10CD, "AdvanSys", "Advanced System Products" } ,

	{ 0x10CE, "Radius", "Radius Inc." } ,

	{ 0x10CF, "Fujitsu", "Fujitsu Ltd." } ,

	{ 0x10D0, "Fujitsu", "Fujitsu Limited" } ,

	{ 0x10D1, "Future+", "Future+ Systems" } ,

	{ 0x10D2, "Molex", "Molex Incorporated" } ,

	{ 0x10D3, "Jabil", "Jabil Circuit Inc." } ,

	{ 0x10D4, "Hualon", "Hualon Microelectronics" } ,

	{ 0x10D5, "Autologic", "Autologic Inc." } ,

	{ 0x10D6, "Cetia", "Cetia" } ,

	{ 0x10D7, "BCM", "BCM Advanced Research" } ,

	{ 0x10D8, "APL", "Advanced Peripherals Labs" } ,

	{ 0x10D9, "Macronix", "Macronix International Co. Ltd." } ,

	{ 0x10DA, "T-C", "Thomas-Conrad Corporation" } ,

	{ 0x10DB, "Rohm", "Rohm Research" } ,

	{ 0x10DC, "CERN", "CERN-European Lab. for Particle Physics" } ,

	{ 0x10DD, "E&S", "Evans & Sutherland" } ,

	{ 0x10DE, "NVIDIA", "NVIDIA Corporation" } ,

	{ 0x10DF, "Emulex", "Emulex Corporation" } ,

	{ 0x10E0, "IMS", "Integrated Micro Solutions" } ,

	{ 0x10E1, "Tekram", "Tekram Technology Corp. Ltd." } ,

	{ 0x10E2, "Aptix", "Aptix Corporation" } ,

	{ 0x10E3, "Tundra", "Tundra Semiconductor Corp." } ,

	{ 0x10E4, "Tandem", "Tandem Computers" } ,

	{ 0x10E5, "MIC", "Micro Industries Corporation" } ,

	{ 0x10E6, "Gainbery", "Gainbery Computer Products Inc." } ,

	{ 0x10E7, "Vadem", "Vadem" } ,

	{ 0x10E8, "AMCC", "Applied Micro Circuits Corp." } ,

	{ 0x10E9, "Alps", "Alps Electronic Corp. Ltd." } ,

	{ 0x10EA, "Tvia", "Tvia, Inc." } ,

	{ 0x10EB, "Artist", "Artist Graphics" } ,

	{ 0x10EC, "Realtek", "Realtek Semiconductor" } ,

	{ 0x10ED, "Ascii", "Ascii Corporation" } ,

	{ 0x10EE, "Xilinx", "Xilinx Corporation" } ,

	{ 0x10EF, "Racore", "Racore Computer Products" } ,

	{ 0x10F0, "Peritek", "Peritek Corporation" } ,

	{ 0x10F1, "Tyan", "Tyan Computer" } ,

	{ 0x10F2, "Achme", "Achme Computer Inc." } ,

	{ 0x10F3, "Alaris", "Alaris Inc." } ,

	{ 0x10F4, "S-Mos", "S-Mos Systems" } ,

	{ 0x10F5, "NKK", "NKK Corporation" } ,

	{ 0x10F6, "Creative", "Creative Electronic Systems SA" } ,

	{ 0x10F7, "Matsushita", "Matsushita Electric Industrial Corp." } ,

	{ 0x10F8, "Altos", "Altos India Ltd." } ,

	{ 0x10F9, "PC-Direct", "PC Direct" } ,

	{ 0x10FA, "Truevision", "Truevision" } ,

	{ 0x10FB, "Thesys", "Thesys Microelectronic's" } ,

	{ 0x10FC, "I-O", "I-O Data Device Inc." } ,

	{ 0x10FD, "Soyo", "Soyo Technology Corp. Ltd." } ,

	{ 0x10FE, "Fast", "Fast Electronic GmbH" } ,

	{ 0x10FF, "Ncube", "Ncube" } ,

	{ 0x1100, "Jazz", "Jazz Multimedia" } ,

	{ 0x1101, "Initio", "Initio Corporation" } ,

	{ 0x1102, "Creative Labs", "Creative Labs" } ,

	{ 0x1103, "HighPoint", "HighPoint Technologies Inc." } ,

	{ 0x1104, "Rasterops", "Rasterops" } ,

	{ 0x1105, "Sigma", "Sigma Designs Inc." } ,

	{ 0x1106, "VIA", "VIA Technologies Inc" } ,

	{ 0x1107, "Stratus", "Stratus Computer" } ,

	{ 0x1108, "Proteon", "Proteon Inc." } ,

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -