PageRenderTime 63ms CodeModel.GetById 30ms RepoModel.GetById 0ms app.codeStats 1ms

/include/pcidefs.h

http://github.com/Zaxuhe/AsciiGameOS
C Header | 1809 lines | 1787 code | 18 blank | 4 comment | 0 complexity | 6bc79affb121740c9a7e9f0a6255793c MD5 | raw file

Large files files are truncated, but you can click here to view the full file

  1. //pcidefs.h
  2. #ifndef __PCIDEFS_H__
  3. #define __PCIDEFS_H__
  4. //////////////////PCI CLASSES from Linux pci.h////////////
  5. #define PCI_CLASS_NOT_DEFINED 0x0000
  6. #define PCI_CLASS_NOT_DEFINED_VGA 0x0001
  7. #define PCI_BASE_CLASS_STORAGE 0x01
  8. #define PCI_CLASS_STORAGE_SCSI 0x0100
  9. #define PCI_CLASS_STORAGE_IDE 0x0101
  10. #define PCI_CLASS_STORAGE_FLOPPY 0x0102
  11. #define PCI_CLASS_STORAGE_IPI 0x0103
  12. #define PCI_CLASS_STORAGE_RAID 0x0104
  13. #define PCI_CLASS_STORAGE_SATA 0x0106
  14. #define PCI_CLASS_STORAGE_SATA_AHCI 0x010601
  15. #define PCI_CLASS_STORAGE_SAS 0x0107
  16. #define PCI_CLASS_STORAGE_OTHER 0x0180
  17. #define PCI_BASE_CLASS_NETWORK 0x02
  18. #define PCI_CLASS_NETWORK_ETHERNET 0x0200
  19. #define PCI_CLASS_NETWORK_TOKEN_RING 0x0201
  20. #define PCI_CLASS_NETWORK_FDDI 0x0202
  21. #define PCI_CLASS_NETWORK_ATM 0x0203
  22. #define PCI_CLASS_NETWORK_OTHER 0x0280
  23. #define PCI_BASE_CLASS_DISPLAY 0x03
  24. #define PCI_CLASS_DISPLAY_VGA 0x0300
  25. #define PCI_CLASS_DISPLAY_XGA 0x0301
  26. #define PCI_CLASS_DISPLAY_3D 0x0302
  27. #define PCI_CLASS_DISPLAY_OTHER 0x0380
  28. #define PCI_BASE_CLASS_MULTIMEDIA 0x04
  29. #define PCI_CLASS_MULTIMEDIA_VIDEO 0x0400
  30. #define PCI_CLASS_MULTIMEDIA_AUDIO 0x0401
  31. #define PCI_CLASS_MULTIMEDIA_PHONE 0x0402
  32. #define PCI_CLASS_MULTIMEDIA_OTHER 0x0480
  33. #define PCI_BASE_CLASS_MEMORY 0x05
  34. #define PCI_CLASS_MEMORY_RAM 0x0500
  35. #define PCI_CLASS_MEMORY_FLASH 0x0501
  36. #define PCI_CLASS_MEMORY_OTHER 0x0580
  37. #define PCI_BASE_CLASS_BRIDGE 0x06
  38. #define PCI_CLASS_BRIDGE_HOST 0x0600
  39. #define PCI_CLASS_BRIDGE_ISA 0x0601
  40. #define PCI_CLASS_BRIDGE_EISA 0x0602
  41. #define PCI_CLASS_BRIDGE_MC 0x0603
  42. #define PCI_CLASS_BRIDGE_PCI 0x0604
  43. #define PCI_CLASS_BRIDGE_PCMCIA 0x0605
  44. #define PCI_CLASS_BRIDGE_NUBUS 0x0606
  45. #define PCI_CLASS_BRIDGE_CARDBUS 0x0607
  46. #define PCI_CLASS_BRIDGE_RACEWAY 0x0608
  47. #define PCI_CLASS_BRIDGE_OTHER 0x0680
  48. #define PCI_BASE_CLASS_COMMUNICATION 0x07
  49. #define PCI_CLASS_COMMUNICATION_SERIAL 0x0700
  50. #define PCI_CLASS_COMMUNICATION_PARALLEL 0x0701
  51. #define PCI_CLASS_COMMUNICATION_MULTISERIAL 0x0702
  52. #define PCI_CLASS_COMMUNICATION_MODEM 0x0703
  53. #define PCI_CLASS_COMMUNICATION_OTHER 0x0780
  54. #define PCI_BASE_CLASS_SYSTEM 0x08
  55. #define PCI_CLASS_SYSTEM_PIC 0x0800
  56. #define PCI_CLASS_SYSTEM_PIC_IOAPIC 0x080010
  57. #define PCI_CLASS_SYSTEM_PIC_IOXAPIC 0x080020
  58. #define PCI_CLASS_SYSTEM_DMA 0x0801
  59. #define PCI_CLASS_SYSTEM_TIMER 0x0802
  60. #define PCI_CLASS_SYSTEM_RTC 0x0803
  61. #define PCI_CLASS_SYSTEM_PCI_HOTPLUG 0x0804
  62. #define PCI_CLASS_SYSTEM_SDHCI 0x0805
  63. #define PCI_CLASS_SYSTEM_OTHER 0x0880
  64. #define PCI_BASE_CLASS_INPUT 0x09
  65. #define PCI_CLASS_INPUT_KEYBOARD 0x0900
  66. #define PCI_CLASS_INPUT_PEN 0x0901
  67. #define PCI_CLASS_INPUT_MOUSE 0x0902
  68. #define PCI_CLASS_INPUT_SCANNER 0x0903
  69. #define PCI_CLASS_INPUT_GAMEPORT 0x0904
  70. #define PCI_CLASS_INPUT_OTHER 0x0980
  71. #define PCI_BASE_CLASS_DOCKING 0x0a
  72. #define PCI_CLASS_DOCKING_GENERIC 0x0a00
  73. #define PCI_CLASS_DOCKING_OTHER 0x0a80
  74. #define PCI_BASE_CLASS_PROCESSOR 0x0b
  75. #define PCI_CLASS_PROCESSOR_386 0x0b00
  76. #define PCI_CLASS_PROCESSOR_486 0x0b01
  77. #define PCI_CLASS_PROCESSOR_PENTIUM 0x0b02
  78. #define PCI_CLASS_PROCESSOR_ALPHA 0x0b10
  79. #define PCI_CLASS_PROCESSOR_POWERPC 0x0b20
  80. #define PCI_CLASS_PROCESSOR_MIPS 0x0b30
  81. #define PCI_CLASS_PROCESSOR_CO 0x0b40
  82. #define PCI_BASE_CLASS_SERIAL 0x0c
  83. #define PCI_CLASS_SERIAL_FIREWIRE 0x0c00
  84. #define PCI_CLASS_SERIAL_FIREWIRE_OHCI 0x0c0010
  85. #define PCI_CLASS_SERIAL_ACCESS 0x0c01
  86. #define PCI_CLASS_SERIAL_SSA 0x0c02
  87. #define PCI_CLASS_SERIAL_USB 0x0c03
  88. #define PCI_CLASS_SERIAL_USB_UHCI 0x0c0300
  89. #define PCI_CLASS_SERIAL_USB_OHCI 0x0c0310
  90. #define PCI_CLASS_SERIAL_USB_EHCI 0x0c0320
  91. #define PCI_CLASS_SERIAL_FIBER 0x0c04
  92. #define PCI_CLASS_SERIAL_SMBUS 0x0c05
  93. #define PCI_BASE_CLASS_WIRELESS 0x0d
  94. #define PCI_CLASS_WIRELESS_RF_CONTROLLER 0x0d10
  95. #define PCI_CLASS_WIRELESS_WHCI 0x0d1010
  96. #define PCI_BASE_CLASS_INTELLIGENT 0x0e
  97. #define PCI_CLASS_INTELLIGENT_I2O 0x0e00
  98. #define PCI_BASE_CLASS_SATELLITE 0x0f
  99. #define PCI_CLASS_SATELLITE_TV 0x0f00
  100. #define PCI_CLASS_SATELLITE_AUDIO 0x0f01
  101. #define PCI_CLASS_SATELLITE_VOICE 0x0f03
  102. #define PCI_CLASS_SATELLITE_DATA 0x0f04
  103. #define PCI_BASE_CLASS_CRYPT 0x10
  104. #define PCI_CLASS_CRYPT_NETWORK 0x1000
  105. #define PCI_CLASS_CRYPT_ENTERTAINMENT 0x1001
  106. #define PCI_CLASS_CRYPT_OTHER 0x1080
  107. #define PCI_BASE_CLASS_SIGNAL_PROCESSING 0x11
  108. #define PCI_CLASS_SP_DPIO 0x1100
  109. #define PCI_CLASS_SP_OTHER 0x1180
  110. #define PCI_CLASS_OTHERS 0xff
  111. //----------------------------------------------------------
  112. // generated from pci.ids for NanoOs
  113. typedef struct PCI_VEND
  114. {
  115. unsigned short ven_id;
  116. const char* vendor;
  117. }pci_vendor;
  118. pci_vendor vendor_array[]=
  119. {
  120. { 0x0000, " Gammagraphx, Inc. (or missing ID)"},
  121. { 0x0010, " Allied Telesis, Inc"},
  122. { 0x001a, " Ascend Communications, Inc."},
  123. { 0x001c, " PEAK-System Technik GmbH"},
  124. { 0x0033, " Paradyne corp."},
  125. { 0x003d, " Lockheed Martin-Marietta Corp"},
  126. { 0x0059, " Tiger Jet Network Inc. (Wrong ID)"},
  127. { 0x0070, " Hauppauge computer works Inc."},
  128. { 0x0071, " Nebula Electronics Ltd."},
  129. { 0x0095, " Silicon Image, Inc. (Wrong ID)"},
  130. { 0x00a7, " Teles AG (Wrong ID)"},
  131. { 0x00f5, " BFG Technologies, Inc."},
  132. { 0x0100, " Ncipher Corp Ltd"},
  133. { 0x0123, " General Dynamics"},
  134. { 0x018a, " LevelOne"},
  135. { 0x021b, " Compaq Computer Corporation"},
  136. { 0x0270, " Hauppauge computer works Inc. (Wrong ID)"},
  137. { 0x0291, " Davicom Semiconductor, Inc."},
  138. { 0x02ac, " SpeedStream"},
  139. { 0x02e0, " XFX Pine Group Inc"},
  140. { 0x0303, " Hewlett-Packard Company (Wrong ID)"},
  141. { 0x0315, " SK-Electronics Co., Ltd."},
  142. { 0x0357, " TTTech AG"},
  143. { 0x036f, " Trigem Computer Inc."},
  144. { 0x0403, " Future Technology Devices International Ltd"},
  145. { 0x0432, " SCM Microsystems, Inc."},
  146. { 0x045e, " Microsoft"},
  147. { 0x0482, " Kyocera"},
  148. { 0x04cf, " Myson Century, Inc"},
  149. { 0x050d, " Belkin"},
  150. { 0x058f, " Alcor Micro Corporation"},
  151. { 0x05a9, " OmniVision"},
  152. { 0x05e3, " CyberDoor"},
  153. { 0x066f, " Sigmatel Inc."},
  154. { 0x0675, " Dynalink"},
  155. { 0x069d, " Hughes Network Systems (HNS)"},
  156. { 0x0721, " Sapphire, Inc."},
  157. { 0x0795, " Wired Inc."},
  158. { 0x07ca, " AVerMedia Technologies Inc."},
  159. { 0x07d0, " ITT Space Systems Division"},
  160. { 0x07e2, " ELMEG Communication Systems GmbH"},
  161. { 0x0842, " NPG, Personal Grand Technology"},
  162. { 0x08e6, " Gemalto NV"},
  163. { 0x08ff, " AuthenTec"},
  164. { 0x0925, " First International Computer, Inc."},
  165. { 0x093a, " PixArt Imaging Inc."},
  166. { 0x09c1, " Arris"},
  167. { 0x0a89, " BREA Technologies Inc"},
  168. { 0x0ace, " ZyDAS"},
  169. { 0x0b0b, " Rhino Equipment Corp."},
  170. { 0x0b3d, " Brontes Technologies"},
  171. { 0x0b49, " ASCII Corporation"},
  172. { 0x0ccd, " TerraTec Electronic GmbH"},
  173. { 0x0e11, " Compaq Computer Corporation"},
  174. { 0x0e21, " Cowon Systems, Inc."},
  175. { 0x0e55, " HaSoTec GmbH"},
  176. { 0x0eac, " SHF Communication Technologies AG"},
  177. { 0x0f62, " Acrox Technologies Co., Ltd."},
  178. { 0x1000, " LSI Logic / Symbios Logic"},
  179. { 0x1001, " Kolter Electronic"},
  180. { 0x1002, " ATI Technologies Inc"},
  181. { 0x1003, " ULSI Systems"},
  182. { 0x1004, " VLSI Technology Inc"},
  183. { 0x1005, " Avance Logic Inc. [ALI]"},
  184. { 0x1006, " Reply Group"},
  185. { 0x1007, " NetFrame Systems Inc"},
  186. { 0x1008, " Epson"},
  187. { 0x100a, " Phoenix Technologies"},
  188. { 0x100b, " National Semiconductor Corporation"},
  189. { 0x100c, " Tseng Labs Inc"},
  190. { 0x100d, " AST Research Inc"},
  191. { 0x100e, " Weitek"},
  192. { 0x1010, " Video Logic, Ltd."},
  193. { 0x1011, " Digital Equipment Corporation"},
  194. { 0x1012, " Micronics Computers Inc"},
  195. { 0x1013, " Cirrus Logic"},
  196. { 0x1014, " IBM"},
  197. { 0x1015, " LSI Logic Corp of Canada"},
  198. { 0x1016, " ICL Personal Systems"},
  199. { 0x1017, " SPEA Software AG"},
  200. { 0x1018, " Unisys Systems"},
  201. { 0x1019, " Elitegroup Computer Systems"},
  202. { 0x101a, " AT&T GIS (NCR)"},
  203. { 0x101b, " Vitesse Semiconductor"},
  204. { 0x101c, " Western Digital"},
  205. { 0x101d, " Maxim Integrated Products"},
  206. { 0x101e, " American Megatrends Inc."},
  207. { 0x101f, " PictureTel"},
  208. { 0x1020, " Hitachi Computer Products"},
  209. { 0x1021, " OKI Electric Industry Co. Ltd."},
  210. { 0x1022, " Advanced Micro Devices [AMD]"},
  211. { 0x1023, " Trident Microsystems"},
  212. { 0x1024, " Zenith Data Systems"},
  213. { 0x1025, " Acer Incorporated [ALI]"},
  214. { 0x1028, " Dell"},
  215. { 0x1029, " Siemens Nixdorf IS"},
  216. { 0x102a, " LSI Logic"},
  217. { 0x102b, " Matrox Graphics, Inc."},
  218. { 0x102c, " Chips and Technologies"},
  219. { 0x102d, " Wyse Technology Inc."},
  220. { 0x102e, " Olivetti Advanced Technology"},
  221. { 0x102f, " Toshiba America"},
  222. { 0x1030, " TMC Research"},
  223. { 0x1031, " Miro Computer Products AG"},
  224. { 0x1032, " Compaq"},
  225. { 0x1033, " NEC Corporation"},
  226. { 0x1034, " Framatome Connectors USA Inc."},
  227. { 0x1035, " Comp. & Comm. Research Lab"},
  228. { 0x1036, " Future Domain Corp."},
  229. { 0x1037, " Hitachi Micro Systems"},
  230. { 0x1038, " AMP, Inc"},
  231. { 0x1039, " Silicon Integrated Systems [SiS]"},
  232. { 0x103a, " Seiko Epson Corporation"},
  233. { 0x103b, " Tatung Corp. Of America"},
  234. { 0x103c, " Hewlett-Packard Company"},
  235. { 0x103e, " Solliday Engineering"},
  236. { 0x103f, " Synopsys/Logic Modeling Group"},
  237. { 0x1040, " Accelgraphics Inc."},
  238. { 0x1041, " Computrend"},
  239. { 0x1042, " Micron"},
  240. { 0x1043, " ASUSTeK Computer Inc."},
  241. { 0x1044, " Adaptec (formerly DPT)"},
  242. { 0x1045, " OPTi Inc."},
  243. { 0x1046, " IPC Corporation, Ltd."},
  244. { 0x1047, " Genoa Systems Corp"},
  245. { 0x1048, " Elsa AG"},
  246. { 0x1049, " Fountain Technologies, Inc."},
  247. { 0x104a, " STMicroelectronics"},
  248. { 0x104b, " BusLogic"},
  249. { 0x104c, " Texas Instruments"},
  250. { 0x104d, " Sony Corporation"},
  251. { 0x104e, " Oak Technology, Inc"},
  252. { 0x104f, " Co-time Computer Ltd"},
  253. { 0x1050, " Winbond Electronics Corp"},
  254. { 0x1051, " Anigma, Inc."},
  255. { 0x1052, " ?Young Micro Systems"},
  256. { 0x1053, " Young Micro Systems"},
  257. { 0x1054, " Hitachi, Ltd"},
  258. { 0x1055, " Efar Microsystems"},
  259. { 0x1056, " ICL"},
  260. { 0x1057, " Motorola"},
  261. { 0x1058, " Electronics & Telecommunications RSH"},
  262. { 0x1059, " Kontron"},
  263. { 0x105a, " Promise Technology, Inc."},
  264. { 0x105b, " Foxconn International, Inc."},
  265. { 0x105c, " Wipro Infotech Limited"},
  266. { 0x105d, " Number 9 Computer Company"},
  267. { 0x105e, " Vtech Computers Ltd"},
  268. { 0x105f, " Infotronic America Inc"},
  269. { 0x1060, " United Microelectronics [UMC]"},
  270. { 0x1061, " I.I.T."},
  271. { 0x1062, " Maspar Computer Corp"},
  272. { 0x1063, " Ocean Office Automation"},
  273. { 0x1064, " Alcatel"},
  274. { 0x1065, " Texas Microsystems"},
  275. { 0x1066, " PicoPower Technology"},
  276. { 0x1067, " Mitsubishi Electric"},
  277. { 0x1068, " Diversified Technology"},
  278. { 0x1069, " Mylex Corporation"},
  279. { 0x106a, " Aten Research Inc"},
  280. { 0x106b, " Apple Computer Inc."},
  281. { 0x106c, " Hynix Semiconductor"},
  282. { 0x106d, " Sequent Computer Systems"},
  283. { 0x106e, " DFI, Inc"},
  284. { 0x106f, " City Gate Development Ltd"},
  285. { 0x1070, " Daewoo Telecom Ltd"},
  286. { 0x1071, " Mitac"},
  287. { 0x1072, " GIT Co Ltd"},
  288. { 0x1073, " Yamaha Corporation"},
  289. { 0x1074, " NexGen Microsystems"},
  290. { 0x1075, " Advanced Integrations Research"},
  291. { 0x1076, " Chaintech Computer Co. Ltd"},
  292. { 0x1077, " QLogic Corp."},
  293. { 0x1078, " Cyrix Corporation"},
  294. { 0x1079, " I-Bus"},
  295. { 0x107a, " NetWorth"},
  296. { 0x107b, " Gateway 2000"},
  297. { 0x107c, " LG Electronics [Lucky Goldstar Co. Ltd]"},
  298. { 0x107d, " LeadTek Research Inc."},
  299. { 0x107e, " Interphase Corporation"},
  300. { 0x107f, " Data Technology Corporation"},
  301. { 0x1080, " Contaq Microsystems"},
  302. { 0x1081, " Supermac Technology"},
  303. { 0x1082, " EFA Corporation of America"},
  304. { 0x1083, " Forex Computer Corporation"},
  305. { 0x1084, " Parador"},
  306. { 0x1085, " Tulip Computers Int.B.V."},
  307. { 0x1086, " J. Bond Computer Systems"},
  308. { 0x1087, " Cache Computer"},
  309. { 0x1088, " Microcomputer Systems (M) Son"},
  310. { 0x1089, " Data General Corporation"},
  311. { 0x108a, " SBS Technologies"},
  312. { 0x108c, " Oakleigh Systems Inc."},
  313. { 0x108d, " Olicom"},
  314. { 0x108e, " Sun Microsystems Computer Corp."},
  315. { 0x108f, " Systemsoft"},
  316. { 0x1090, " Compro Computer Services, Inc."},
  317. { 0x1091, " Intergraph Corporation"},
  318. { 0x1092, " Diamond Multimedia Systems"},
  319. { 0x1093, " National Instruments"},
  320. { 0x1094, " First International Computers [FIC]"},
  321. { 0x1095, " Silicon Image, Inc."},
  322. { 0x1096, " Alacron"},
  323. { 0x1097, " Appian Technology"},
  324. { 0x1098, " Quantum Designs (H.K.) Ltd"},
  325. { 0x1099, " Samsung Electronics Co., Ltd"},
  326. { 0x109a, " Packard Bell"},
  327. { 0x109b, " Gemlight Computer Ltd."},
  328. { 0x109c, " Megachips Corporation"},
  329. { 0x109d, " Zida Technologies Ltd."},
  330. { 0x109e, " Brooktree Corporation"},
  331. { 0x109f, " Trigem Computer Inc."},
  332. { 0x10a0, " Meidensha Corporation"},
  333. { 0x10a1, " Juko Electronics Ind. Co. Ltd"},
  334. { 0x10a2, " Quantum Corporation"},
  335. { 0x10a3, " Everex Systems Inc"},
  336. { 0x10a4, " Globe Manufacturing Sales"},
  337. { 0x10a5, " Smart Link Ltd."},
  338. { 0x10a6, " Informtech Industrial Ltd."},
  339. { 0x10a7, " Benchmarq Microelectronics"},
  340. { 0x10a8, " Sierra Semiconductor"},
  341. { 0x10a9, " Silicon Graphics, Inc."},
  342. { 0x10aa, " ACC Microelectronics"},
  343. { 0x10ab, " Digicom"},
  344. { 0x10ac, " Honeywell IAC"},
  345. { 0x10ad, " Symphony Labs"},
  346. { 0x10ae, " Cornerstone Technology"},
  347. { 0x10af, " Micro Computer Systems Inc"},
  348. { 0x10b0, " CardExpert Technology"},
  349. { 0x10b1, " Cabletron Systems Inc"},
  350. { 0x10b2, " Raytheon Company"},
  351. { 0x10b3, " Databook Inc"},
  352. { 0x10b4, " STB Systems Inc"},
  353. { 0x10b5, " PLX Technology, Inc."},
  354. { 0x10b6, " Madge Networks"},
  355. { 0x10b7, " 3Com Corporation"},
  356. { 0x10b8, " Standard Microsystems Corp [SMC]"},
  357. { 0x10b9, " ALi Corporation"},
  358. { 0x10ba, " Mitsubishi Electric Corp."},
  359. { 0x10bb, " Dapha Electronics Corporation"},
  360. { 0x10bc, " Advanced Logic Research"},
  361. { 0x10bd, " Surecom Technology"},
  362. { 0x10be, " Tseng Labs International Co."},
  363. { 0x10bf, " Most Inc"},
  364. { 0x10c0, " Boca Research Inc."},
  365. { 0x10c1, " ICM Co., Ltd."},
  366. { 0x10c2, " Auspex Systems Inc."},
  367. { 0x10c3, " Samsung Semiconductors, Inc."},
  368. { 0x10c4, " Award Software International Inc."},
  369. { 0x10c5, " Xerox Corporation"},
  370. { 0x10c6, " Rambus Inc."},
  371. { 0x10c7, " Media Vision"},
  372. { 0x10c8, " Neomagic Corporation"},
  373. { 0x10c9, " Dataexpert Corporation"},
  374. { 0x10ca, " Fujitsu Microelectr., Inc."},
  375. { 0x10cb, " Omron Corporation"},
  376. { 0x10cc, " Mai Logic Incorporated"},
  377. { 0x10cd, " Advanced System Products, Inc"},
  378. { 0x10ce, " Radius"},
  379. { 0x10cf, " Fujitsu Limited."},
  380. { 0x10d1, " FuturePlus Systems Corp."},
  381. { 0x10d2, " Molex Incorporated"},
  382. { 0x10d3, " Jabil Circuit Inc"},
  383. { 0x10d4, " Hualon Microelectronics"},
  384. { 0x10d5, " Autologic Inc."},
  385. { 0x10d6, " Cetia"},
  386. { 0x10d7, " BCM Advanced Research"},
  387. { 0x10d8, " Advanced Peripherals Labs"},
  388. { 0x10d9, " Macronix, Inc. [MXIC]"},
  389. { 0x10da, " Compaq IPG-Austin"},
  390. { 0x10db, " Rohm LSI Systems, Inc."},
  391. { 0x10dc, " CERN/ECP/EDU"},
  392. { 0x10dd, " Evans & Sutherland"},
  393. { 0x10de, " nVidia Corporation"},
  394. { 0x10df, " Emulex Corporation"},
  395. { 0x10e0, " Integrated Micro Solutions Inc."},
  396. { 0x10e1, " Tekram Technology Co.,Ltd."},
  397. { 0x10e2, " Aptix Corporation"},
  398. { 0x10e3, " Tundra Semiconductor Corp."},
  399. { 0x10e4, " Tandem Computers"},
  400. { 0x10e5, " Micro Industries Corporation"},
  401. { 0x10e6, " Gainbery Computer Products Inc."},
  402. { 0x10e7, " Vadem"},
  403. { 0x10e8, " Applied Micro Circuits Corp."},
  404. { 0x10e9, " Alps Electric Co., Ltd."},
  405. { 0x10ea, " Intergraphics Systems"},
  406. { 0x10eb, " Artists Graphics"},
  407. { 0x10ec, " Realtek Semiconductor Co., Ltd."},
  408. { 0x10ed, " Ascii Corporation"},
  409. { 0x10ee, " Xilinx Corporation"},
  410. { 0x10ef, " Racore Computer Products, Inc."},
  411. { 0x10f0, " Peritek Corporation"},
  412. { 0x10f1, " Tyan Computer"},
  413. { 0x10f2, " Achme Computer, Inc."},
  414. { 0x10f3, " Alaris, Inc."},
  415. { 0x10f4, " S-MOS Systems, Inc."},
  416. { 0x10f5, " NKK Corporation"},
  417. { 0x10f6, " Creative Electronic Systems SA"},
  418. { 0x10f7, " Matsushita Electric Industrial Co., Ltd."},
  419. { 0x10f8, " Altos India Ltd"},
  420. { 0x10f9, " PC Direct"},
  421. { 0x10fa, " Truevision"},
  422. { 0x10fb, " Thesys Gesellschaft fuer Mikroelektronik mbH"},
  423. { 0x10fc, " I-O Data Device, Inc."},
  424. { 0x10fd, " Soyo Computer, Inc"},
  425. { 0x10fe, " Fast Multimedia AG"},
  426. { 0x10ff, " NCube"},
  427. { 0x1100, " Jazz Multimedia"},
  428. { 0x1101, " Initio Corporation"},
  429. { 0x1102, " Creative Labs"},
  430. { 0x1103, " HighPoint Technologies, Inc."},
  431. { 0x1104, " RasterOps Corp."},
  432. { 0x1105, " Sigma Designs, Inc."},
  433. { 0x1106, " VIA Technologies, Inc."},
  434. { 0x1107, " Stratus Computers"},
  435. { 0x1108, " Proteon, Inc."},
  436. { 0x1109, " Cogent Data Technologies, Inc."},
  437. { 0x110a, " Siemens Nixdorf AG"},
  438. { 0x110b, " Chromatic Research Inc."},
  439. { 0x110c, " Mini-Max Technology, Inc."},
  440. { 0x110d, " Znyx Advanced Systems"},
  441. { 0x110e, " CPU Technology"},
  442. { 0x110f, " Ross Technology"},
  443. { 0x1110, " Powerhouse Systems"},
  444. { 0x1111, " Santa Cruz Operation"},
  445. { 0x1112, " Osicom Technologies Inc"},
  446. { 0x1113, " Accton Technology Corporation"},
  447. { 0x1114, " Atmel Corporation"},
  448. { 0x1115, " 3D Labs"},
  449. { 0x1116, " Data Translation"},
  450. { 0x1117, " Datacube, Inc"},
  451. { 0x1118, " Berg Electronics"},
  452. { 0x1119, " ICP Vortex Computersysteme GmbH"},
  453. { 0x111a, " Efficient Networks, Inc"},
  454. { 0x111b, " Teledyne Electronic Systems"},
  455. { 0x111c, " Tricord Systems Inc."},
  456. { 0x111d, " Integrated Device Technology, Inc."},
  457. { 0x111e, " Eldec"},
  458. { 0x111f, " Precision Digital Images"},
  459. { 0x1120, " EMC Corporation"},
  460. { 0x1121, " Zilog"},
  461. { 0x1122, " Multi-tech Systems, Inc."},
  462. { 0x1123, " Excellent Design, Inc."},
  463. { 0x1124, " Leutron Vision AG"},
  464. { 0x1125, " Eurocore"},
  465. { 0x1126, " Vigra"},
  466. { 0x1127, " FORE Systems Inc"},
  467. { 0x1129, " Firmworks"},
  468. { 0x112a, " Hermes Electronics Company, Ltd."},
  469. { 0x112b, " Linotype - Hell AG"},
  470. { 0x112c, " Zenith Data Systems"},
  471. { 0x112d, " Ravicad"},
  472. { 0x112e, " Infomedia Microelectronics Inc."},
  473. { 0x112f, " Dalsa Inc."},
  474. { 0x1130, " Computervision"},
  475. { 0x1131, " Philips Semiconductors"},
  476. { 0x1132, " Mitel Corp."},
  477. { 0x1133, " Dialogic Corporation"},
  478. { 0x1134, " Mercury Computer Systems"},
  479. { 0x1135, " Fuji Xerox Co Ltd"},
  480. { 0x1136, " Momentum Data Systems"},
  481. { 0x1137, " Cisco Systems Inc"},
  482. { 0x1138, " Ziatech Corporation"},
  483. { 0x1139, " Dynamic Pictures, Inc"},
  484. { 0x113a, " FWB Inc"},
  485. { 0x113b, " Network Computing Devices"},
  486. { 0x113c, " Cyclone Microsystems, Inc."},
  487. { 0x113d, " Leading Edge Products Inc"},
  488. { 0x113e, " Sanyo Electric Co - Computer Engineering Dept"},
  489. { 0x113f, " Equinox Systems, Inc."},
  490. { 0x1140, " Intervoice Inc"},
  491. { 0x1141, " Crest Microsystem Inc"},
  492. { 0x1142, " Alliance Semiconductor Corporation"},
  493. { 0x1143, " NetPower, Inc"},
  494. { 0x1144, " Cincinnati Milacron"},
  495. { 0x1145, " Workbit Corporation"},
  496. { 0x1146, " Force Computers"},
  497. { 0x1147, " Interface Corp"},
  498. { 0x1148, " SysKonnect"},
  499. { 0x1149, " Win System Corporation"},
  500. { 0x114a, " VMIC"},
  501. { 0x114b, " Canopus Co., Ltd"},
  502. { 0x114c, " Annabooks"},
  503. { 0x114d, " IC Corporation"},
  504. { 0x114e, " Nikon Systems Inc"},
  505. { 0x114f, " Digi International"},
  506. { 0x1150, " Thinking Machines Corp"},
  507. { 0x1151, " JAE Electronics Inc."},
  508. { 0x1152, " Megatek"},
  509. { 0x1153, " Land Win Electronic Corp"},
  510. { 0x1154, " Melco Inc"},
  511. { 0x1155, " Pine Technology Ltd"},
  512. { 0x1156, " Periscope Engineering"},
  513. { 0x1157, " Avsys Corporation"},
  514. { 0x1158, " Voarx R & D Inc"},
  515. { 0x1159, " Mutech Corp"},
  516. { 0x115a, " Harlequin Ltd"},
  517. { 0x115b, " Parallax Graphics"},
  518. { 0x115c, " Photron Ltd."},
  519. { 0x115d, " Xircom"},
  520. { 0x115e, " Peer Protocols Inc"},
  521. { 0x115f, " Maxtor Corporation"},
  522. { 0x1160, " Megasoft Inc"},
  523. { 0x1161, " PFU Limited"},
  524. { 0x1162, " OA Laboratory Co Ltd"},
  525. { 0x1163, " Rendition"},
  526. { 0x1164, " Advanced Peripherals Technologies"},
  527. { 0x1165, " Imagraph Corporation"},
  528. { 0x1166, " Broadcom"},
  529. { 0x1167, " Mutoh Industries Inc"},
  530. { 0x1168, " Thine Electronics Inc"},
  531. { 0x1169, " Centre for Development of Advanced Computing"},
  532. { 0x116a, " Luminex Software, Inc."},
  533. { 0x116b, " Connectware Inc"},
  534. { 0x116c, " Intelligent Resources Integrated Systems"},
  535. { 0x116d, " Martin-Marietta"},
  536. { 0x116e, " Electronics for Imaging"},
  537. { 0x116f, " Workstation Technology"},
  538. { 0x1170, " Inventec Corporation"},
  539. { 0x1171, " Loughborough Sound Images Plc"},
  540. { 0x1172, " Altera Corporation"},
  541. { 0x1173, " Adobe Systems, Inc"},
  542. { 0x1174, " Bridgeport Machines"},
  543. { 0x1175, " Mitron Computer Inc."},
  544. { 0x1176, " SBE Incorporated"},
  545. { 0x1177, " Silicon Engineering"},
  546. { 0x1178, " Alfa, Inc."},
  547. { 0x1179, " Toshiba America Info Systems"},
  548. { 0x117a, " A-Trend Technology"},
  549. { 0x117b, " L G Electronics, Inc."},
  550. { 0x117c, " Atto Technology"},
  551. { 0x117d, " Becton & Dickinson"},
  552. { 0x117e, " T/R Systems"},
  553. { 0x117f, " Integrated Circuit Systems"},
  554. { 0x1180, " Ricoh Co Ltd"},
  555. { 0x1181, " Telmatics International"},
  556. { 0x1183, " Fujikura Ltd"},
  557. { 0x1184, " Forks Inc"},
  558. { 0x1185, " Dataworld International Ltd"},
  559. { 0x1186, " D-Link System Inc"},
  560. { 0x1187, " Advanced Technology Laboratories, Inc."},
  561. { 0x1188, " Shima Seiki Manufacturing Ltd."},
  562. { 0x1189, " Matsushita Electronics Co Ltd"},
  563. { 0x118a, " Hilevel Technology"},
  564. { 0x118b, " Hypertec Pty Limited"},
  565. { 0x118c, " Corollary, Inc"},
  566. { 0x118d, " BitFlow Inc"},
  567. { 0x118e, " Hermstedt GmbH"},
  568. { 0x118f, " Green Logic"},
  569. { 0x1190, " Tripace"},
  570. { 0x1191, " Artop Electronic Corp"},
  571. { 0x1192, " Densan Company Ltd"},
  572. { 0x1193, " Zeitnet Inc."},
  573. { 0x1194, " Toucan Technology"},
  574. { 0x1195, " Ratoc System Inc"},
  575. { 0x1196, " Hytec Electronics Ltd"},
  576. { 0x1197, " Gage Applied Sciences, Inc."},
  577. { 0x1198, " Lambda Systems Inc"},
  578. { 0x1199, " Attachmate Corporation"},
  579. { 0x119a, " Mind Share, Inc."},
  580. { 0x119b, " Omega Micro Inc."},
  581. { 0x119c, " Information Technology Inst."},
  582. { 0x119d, " Bug, Inc. Sapporo Japan"},
  583. { 0x119e, " Fujitsu Microelectronics Ltd."},
  584. { 0x119f, " Bull HN Information Systems"},
  585. { 0x11a0, " Convex Computer Corporation"},
  586. { 0x11a1, " Hamamatsu Photonics K.K."},
  587. { 0x11a2, " Sierra Research and Technology"},
  588. { 0x11a3, " Deuretzbacher GmbH & Co. Eng. KG"},
  589. { 0x11a4, " Barco Graphics NV"},
  590. { 0x11a5, " Microunity Systems Eng. Inc"},
  591. { 0x11a6, " Pure Data Ltd."},
  592. { 0x11a7, " Power Computing Corp."},
  593. { 0x11a8, " Systech Corp."},
  594. { 0x11a9, " InnoSys Inc."},
  595. { 0x11aa, " Actel"},
  596. { 0x11ab, " Marvell Technology Group Ltd."},
  597. { 0x11ac, " Canon Information Systems Research Aust."},
  598. { 0x11ad, " Lite-On Communications Inc"},
  599. { 0x11ae, " Aztech System Ltd"},
  600. { 0x11af, " Avid Technology Inc."},
  601. { 0x11b0, " V3 Semiconductor Inc."},
  602. { 0x11b1, " Apricot Computers"},
  603. { 0x11b2, " Eastman Kodak"},
  604. { 0x11b3, " Barr Systems Inc."},
  605. { 0x11b4, " Leitch Technology International"},
  606. { 0x11b5, " Radstone Technology Plc"},
  607. { 0x11b6, " United Video Corp"},
  608. { 0x11b7, " Motorola"},
  609. { 0x11b8, " XPoint Technologies, Inc"},
  610. { 0x11b9, " Pathlight Technology Inc."},
  611. { 0x11ba, " Videotron Corp"},
  612. { 0x11bb, " Pyramid Technology"},
  613. { 0x11bc, " Network Peripherals Inc"},
  614. { 0x11bd, " Pinnacle Systems Inc."},
  615. { 0x11be, " International Microcircuits Inc"},
  616. { 0x11bf, " Astrodesign, Inc."},
  617. { 0x11c0, " Hewlett Packard"},
  618. { 0x11c1, " Agere Systems"},
  619. { 0x11c2, " Sand Microelectronics"},
  620. { 0x11c3, " NEC Corporation"},
  621. { 0x11c4, " Document Technologies, Inc"},
  622. { 0x11c5, " Shiva Corporation"},
  623. { 0x11c6, " Dainippon Screen Mfg. Co. Ltd"},
  624. { 0x11c7, " D.C.M. Data Systems"},
  625. { 0x11c8, " Dolphin Interconnect Solutions AS"},
  626. { 0x11c9, " Magma"},
  627. { 0x11ca, " LSI Systems, Inc"},
  628. { 0x11cb, " Specialix Research Ltd."},
  629. { 0x11cc, " Michels & Kleberhoff Computer GmbH"},
  630. { 0x11cd, " HAL Computer Systems, Inc."},
  631. { 0x11ce, " Netaccess"},
  632. { 0x11cf, " Pioneer Electronic Corporation"},
  633. { 0x11d0, " Lockheed Martin Federal Systems-Manassas"},
  634. { 0x11d1, " Auravision"},
  635. { 0x11d2, " Intercom Inc."},
  636. { 0x11d3, " Trancell Systems Inc"},
  637. { 0x11d4, " Analog Devices"},
  638. { 0x11d5, " Ikon Corporation"},
  639. { 0x11d6, " Tekelec Telecom"},
  640. { 0x11d7, " Trenton Technology, Inc."},
  641. { 0x11d8, " Image Technologies Development"},
  642. { 0x11d9, " TEC Corporation"},
  643. { 0x11da, " Novell"},
  644. { 0x11db, " Sega Enterprises Ltd"},
  645. { 0x11dc, " Questra Corporation"},
  646. { 0x11dd, " Crosfield Electronics Limited"},
  647. { 0x11de, " Zoran Corporation"},
  648. { 0x11df, " New Wave PDG"},
  649. { 0x11e0, " Cray Communications A/S"},
  650. { 0x11e1, " GEC Plessey Semi Inc."},
  651. { 0x11e2, " Samsung Information Systems America"},
  652. { 0x11e3, " Quicklogic Corporation"},
  653. { 0x11e4, " Second Wave Inc"},
  654. { 0x11e5, " IIX Consulting"},
  655. { 0x11e6, " Mitsui-Zosen System Research"},
  656. { 0x11e7, " Toshiba America, Elec. Company"},
  657. { 0x11e8, " Digital Processing Systems Inc."},
  658. { 0x11e9, " Highwater Designs Ltd."},
  659. { 0x11ea, " Elsag Bailey"},
  660. { 0x11eb, " Formation Inc."},
  661. { 0x11ec, " Coreco Inc"},
  662. { 0x11ed, " Mediamatics"},
  663. { 0x11ee, " Dome Imaging Systems Inc"},
  664. { 0x11ef, " Nicolet Technologies B.V."},
  665. { 0x11f0, " Compu-Shack"},
  666. { 0x11f1, " Symbios Logic Inc"},
  667. { 0x11f2, " Picture Tel Japan K.K."},
  668. { 0x11f3, " Keithley Metrabyte"},
  669. { 0x11f4, " Kinetic Systems Corporation"},
  670. { 0x11f5, " Computing Devices International"},
  671. { 0x11f6, " Compex"},
  672. { 0x11f7, " Scientific Atlanta"},
  673. { 0x11f8, " PMC-Sierra Inc."},
  674. { 0x11f9, " I-Cube Inc"},
  675. { 0x11fa, " Kasan Electronics Company, Ltd."},
  676. { 0x11fb, " Datel Inc"},
  677. { 0x11fc, " Silicon Magic"},
  678. { 0x11fd, " High Street Consultants"},
  679. { 0x11fe, " Comtrol Corporation"},
  680. { 0x11ff, " Scion Corporation"},
  681. { 0x1200, " CSS Corporation"},
  682. { 0x1201, " Vista Controls Corp"},
  683. { 0x1202, " Network General Corp."},
  684. { 0x1203, " Bayer Corporation, Agfa Division"},
  685. { 0x1204, " Lattice Semiconductor Corporation"},
  686. { 0x1205, " Array Corporation"},
  687. { 0x1206, " Amdahl Corporation"},
  688. { 0x1208, " Parsytec GmbH"},
  689. { 0x1209, " SCI Systems Inc"},
  690. { 0x120a, " Synaptel"},
  691. { 0x120b, " Adaptive Solutions"},
  692. { 0x120c, " Technical Corp."},
  693. { 0x120d, " Compression Labs, Inc."},
  694. { 0x120e, " Cyclades Corporation"},
  695. { 0x120f, " Essential Communications"},
  696. { 0x1210, " Hyperparallel Technologies"},
  697. { 0x1211, " Braintech Inc"},
  698. { 0x1212, " Kingston Technology Corp."},
  699. { 0x1213, " Applied Intelligent Systems, Inc."},
  700. { 0x1214, " Performance Technologies, Inc."},
  701. { 0x1215, " Interware Co., Ltd"},
  702. { 0x1216, " Purup Prepress A/S"},
  703. { 0x1217, " O2 Micro, Inc."},
  704. { 0x1218, " Hybricon Corp."},
  705. { 0x1219, " First Virtual Corporation"},
  706. { 0x121a, " 3Dfx Interactive, Inc."},
  707. { 0x121b, " Advanced Telecommunications Modules"},
  708. { 0x121c, " Nippon Texaco., Ltd"},
  709. { 0x121d, " Lippert Automationstechnik GmbH"},
  710. { 0x121e, " CSPI"},
  711. { 0x121f, " Arcus Technology, Inc."},
  712. { 0x1220, " Ariel Corporation"},
  713. { 0x1221, " Contec Co., Ltd"},
  714. { 0x1222, " Ancor Communications, Inc."},
  715. { 0x1223, " Artesyn Communication Products"},
  716. { 0x1224, " Interactive Images"},
  717. { 0x1225, " Power I/O, Inc."},
  718. { 0x1227, " Tech-Source"},
  719. { 0x1228, " Norsk Elektro Optikk A/S"},
  720. { 0x1229, " Data Kinesis Inc."},
  721. { 0x122a, " Integrated Telecom"},
  722. { 0x122b, " LG Industrial Systems Co., Ltd"},
  723. { 0x122c, " Sican GmbH"},
  724. { 0x122d, " Aztech System Ltd"},
  725. { 0x122e, " Xyratex"},
  726. { 0x122f, " Andrew Corporation"},
  727. { 0x1230, " Fishcamp Engineering"},
  728. { 0x1231, " Woodward McCoach, Inc."},
  729. { 0x1232, " GPT Limited"},
  730. { 0x1233, " Bus-Tech, Inc."},
  731. { 0x1234, " Technical Corp."},
  732. { 0x1235, " Risq Modular Systems, Inc."},
  733. { 0x1236, " Sigma Designs Corporation"},
  734. { 0x1237, " Alta Technology Corporation"},
  735. { 0x1238, " Adtran"},
  736. { 0x1239, " 3DO Company"},
  737. { 0x123a, " Visicom Laboratories, Inc."},
  738. { 0x123b, " Seeq Technology, Inc."},
  739. { 0x123c, " Century Systems, Inc."},
  740. { 0x123d, " Engineering Design Team, Inc."},
  741. { 0x123e, " Simutech, Inc."},
  742. { 0x123f, " C-Cube Microsystems"},
  743. { 0x1240, " Marathon Technologies Corp."},
  744. { 0x1241, " DSC Communications"},
  745. { 0x1242, " JNI Corporation"},
  746. { 0x1243, " Delphax"},
  747. { 0x1244, " AVM GmbH"},
  748. { 0x1245, " A.P.D., S.A."},
  749. { 0x1246, " Dipix Technologies, Inc."},
  750. { 0x1247, " Xylon Research, Inc."},
  751. { 0x1248, " Central Data Corporation"},
  752. { 0x1249, " Samsung Electronics Co., Ltd."},
  753. { 0x124a, " AEG Electrocom GmbH"},
  754. { 0x124b, " SBS/Greenspring Modular I/O"},
  755. { 0x124c, " Solitron Technologies, Inc."},
  756. { 0x124d, " Stallion Technologies, Inc."},
  757. { 0x124e, " Cylink"},
  758. { 0x124f, " Infortrend Technology, Inc."},
  759. { 0x1250, " Hitachi Microcomputer System Ltd"},
  760. { 0x1251, " VLSI Solutions Oy"},
  761. { 0x1253, " Guzik Technical Enterprises"},
  762. { 0x1254, " Linear Systems Ltd."},
  763. { 0x1255, " Optibase Ltd"},
  764. { 0x1256, " Perceptive Solutions, Inc."},
  765. { 0x1257, " Vertex Networks, Inc."},
  766. { 0x1258, " Gilbarco, Inc."},
  767. { 0x1259, " Allied Telesyn International"},
  768. { 0x125a, " ABB Power Systems"},
  769. { 0x125b, " Asix Electronics Corporation"},
  770. { 0x125c, " Aurora Technologies, Inc."},
  771. { 0x125d, " ESS Technology"},
  772. { 0x125e, " Specialvideo Engineering SRL"},
  773. { 0x125f, " Concurrent Technologies, Inc."},
  774. { 0x1260, " Intersil Corporation"},
  775. { 0x1261, " Matsushita-Kotobuki Electronics Industries, Ltd."},
  776. { 0x1262, " ES Computer Company, Ltd."},
  777. { 0x1263, " Sonic Solutions"},
  778. { 0x1264, " Aval Nagasaki Corporation"},
  779. { 0x1265, " Casio Computer Co., Ltd."},
  780. { 0x1266, " Microdyne Corporation"},
  781. { 0x1267, " S. A. Telecommunications"},
  782. { 0x1268, " Tektronix"},
  783. { 0x1269, " Thomson-CSF/TTM"},
  784. { 0x126a, " Lexmark International, Inc."},
  785. { 0x126b, " Adax, Inc."},
  786. { 0x126c, " Northern Telecom"},
  787. { 0x126d, " Splash Technology, Inc."},
  788. { 0x126e, " Sumitomo Metal Industries, Ltd."},
  789. { 0x126f, " Silicon Motion, Inc."},
  790. { 0x1270, " Olympus Optical Co., Ltd."},
  791. { 0x1271, " GW Instruments"},
  792. { 0x1272, " Telematics International"},
  793. { 0x1273, " Hughes Network Systems"},
  794. { 0x1274, " Ensoniq"},
  795. { 0x1275, " Network Appliance Corporation"},
  796. { 0x1276, " Switched Network Technologies, Inc."},
  797. { 0x1277, " Comstream"},
  798. { 0x1278, " Transtech Parallel Systems Ltd."},
  799. { 0x1279, " Transmeta Corporation"},
  800. { 0x127a, " Rockwell International"},
  801. { 0x127b, " Pixera Corporation"},
  802. { 0x127c, " Crosspoint Solutions, Inc."},
  803. { 0x127d, " Vela Research"},
  804. { 0x127e, " Winnov, L.P."},
  805. { 0x127f, " Fujifilm"},
  806. { 0x1280, " Photoscript Group Ltd."},
  807. { 0x1281, " Yokogawa Electric Corporation"},
  808. { 0x1282, " Davicom Semiconductor, Inc."},
  809. { 0x1283, " Integrated Technology Express, Inc."},
  810. { 0x1284, " Sahara Networks, Inc."},
  811. { 0x1285, " Platform Technologies, Inc."},
  812. { 0x1286, " Mazet GmbH"},
  813. { 0x1287, " M-Pact, Inc."},
  814. { 0x1288, " Timestep Corporation"},
  815. { 0x1289, " AVC Technology, Inc."},
  816. { 0x128a, " Asante Technologies, Inc."},
  817. { 0x128b, " Transwitch Corporation"},
  818. { 0x128c, " Retix Corporation"},
  819. { 0x128d, " G2 Networks, Inc."},
  820. { 0x128e, " Hoontech Corporation/Samho Multi Tech Ltd."},
  821. { 0x128f, " Tateno Dennou, Inc."},
  822. { 0x1290, " Sord Computer Corporation"},
  823. { 0x1291, " NCS Computer Italia"},
  824. { 0x1292, " Tritech Microelectronics Inc"},
  825. { 0x1293, " Media Reality Technology"},
  826. { 0x1294, " Rhetorex, Inc."},
  827. { 0x1295, " Imagenation Corporation"},
  828. { 0x1296, " Kofax Image Products"},
  829. { 0x1297, " Holco Enterprise Co, Ltd/Shuttle Computer"},
  830. { 0x1298, " Spellcaster Telecommunications Inc."},
  831. { 0x1299, " Knowledge Technology Lab."},
  832. { 0x129a, " VMetro, inc."},
  833. { 0x129b, " Image Access"},
  834. { 0x129c, " Jaycor"},
  835. { 0x129d, " Compcore Multimedia, Inc."},
  836. { 0x129e, " Victor Company of Japan, Ltd."},
  837. { 0x129f, " OEC Medical Systems, Inc."},
  838. { 0x12a0, " Allen-Bradley Company"},
  839. { 0x12a1, " Simpact Associates, Inc."},
  840. { 0x12a2, " Newgen Systems Corporation"},
  841. { 0x12a3, " Lucent Technologies"},
  842. { 0x12a4, " NTT Electronics Technology Company"},
  843. { 0x12a5, " Vision Dynamics Ltd."},
  844. { 0x12a6, " Scalable Networks, Inc."},
  845. { 0x12a7, " AMO GmbH"},
  846. { 0x12a8, " News Datacom"},
  847. { 0x12a9, " Xiotech Corporation"},
  848. { 0x12aa, " SDL Communications, Inc."},
  849. { 0x12ab, " Yuan Yuan Enterprise Co., Ltd."},
  850. { 0x12ac, " Measurex Corporation"},
  851. { 0x12ad, " Multidata GmbH"},
  852. { 0x12ae, " Alteon Networks Inc."},
  853. { 0x12af, " TDK USA Corp"},
  854. { 0x12b0, " Jorge Scientific Corp"},
  855. { 0x12b1, " GammaLink"},
  856. { 0x12b2, " General Signal Networks"},
  857. { 0x12b3, " Inter-Face Co Ltd"},
  858. { 0x12b4, " FutureTel Inc"},
  859. { 0x12b5, " Granite Systems Inc."},
  860. { 0x12b6, " Natural Microsystems"},
  861. { 0x12b7, " Cognex Modular Vision Systems Div. - Acumen Inc."},
  862. { 0x12b8, " Korg"},
  863. { 0x12b9, " 3Com Corp, Modem Division"},
  864. { 0x12ba, " BittWare, Inc."},
  865. { 0x12bb, " Nippon Unisoft Corporation"},
  866. { 0x12bc, " Array Microsystems"},
  867. { 0x12bd, " Computerm Corp."},
  868. { 0x12be, " Anchor Chips Inc."},
  869. { 0x12bf, " Fujifilm Microdevices"},
  870. { 0x12c0, " Infimed"},
  871. { 0x12c1, " GMM Research Corp"},
  872. { 0x12c2, " Mentec Limited"},
  873. { 0x12c3, " Holtek Microelectronics Inc"},
  874. { 0x12c4, " Connect Tech Inc"},
  875. { 0x12c5, " Picture Elements Incorporated"},
  876. { 0x12c6, " Mitani Corporation"},
  877. { 0x12c7, " Dialogic Corp"},
  878. { 0x12c8, " G Force Co, Ltd"},
  879. { 0x12c9, " Gigi Operations"},
  880. { 0x12ca, " Integrated Computing Engines"},
  881. { 0x12cb, " Antex Electronics Corporation"},
  882. { 0x12cc, " Pluto Technologies International"},
  883. { 0x12cd, " Aims Lab"},
  884. { 0x12ce, " Netspeed Inc."},
  885. { 0x12cf, " Prophet Systems, Inc."},
  886. { 0x12d0, " GDE Systems, Inc."},
  887. { 0x12d1, " PSITech"},
  888. { 0x12d2, " NVidia / SGS Thomson (Joint Venture)"},
  889. { 0x12d3, " Vingmed Sound A/S"},
  890. { 0x12d4, " Ulticom (Formerly DGM&S)"},
  891. { 0x12d5, " Equator Technologies Inc"},
  892. { 0x12d6, " Analogic Corp"},
  893. { 0x12d7, " Biotronic SRL"},
  894. { 0x12d8, " Pericom Semiconductor"},
  895. { 0x12d9, " Aculab PLC"},
  896. { 0x12da, " True Time Inc."},
  897. { 0x12db, " Annapolis Micro Systems, Inc"},
  898. { 0x12dc, " Symicron Computer Communication Ltd."},
  899. { 0x12dd, " Management Graphics"},
  900. { 0x12de, " Rainbow Technologies"},
  901. { 0x12df, " SBS Technologies Inc"},
  902. { 0x12e0, " Chase Research"},
  903. { 0x12e1, " Nintendo Co, Ltd"},
  904. { 0x12e2, " Datum Inc. Bancomm-Timing Division"},
  905. { 0x12e3, " Imation Corp - Medical Imaging Systems"},
  906. { 0x12e4, " Brooktrout Technology Inc"},
  907. { 0x12e5, " Apex Semiconductor Inc"},
  908. { 0x12e6, " Cirel Systems"},
  909. { 0x12e7, " Sunsgroup Corporation"},
  910. { 0x12e8, " Crisc Corp"},
  911. { 0x12e9, " GE Spacenet"},
  912. { 0x12ea, " Zuken"},
  913. { 0x12eb, " Aureal Semiconductor"},
  914. { 0x12ec, " 3A International, Inc."},
  915. { 0x12ed, " Optivision Inc."},
  916. { 0x12ee, " Orange Micro"},
  917. { 0x12ef, " Vienna Systems"},
  918. { 0x12f0, " Pentek"},
  919. { 0x12f1, " Sorenson Vision Inc"},
  920. { 0x12f2, " Gammagraphx, Inc."},
  921. { 0x12f3, " Radstone Technology"},
  922. { 0x12f4, " Megatel"},
  923. { 0x12f5, " Forks"},
  924. { 0x12f6, " Dawson France"},
  925. { 0x12f7, " Cognex"},
  926. { 0x12f8, " Electronic Design GmbH"},
  927. { 0x12f9, " Four Fold Ltd"},
  928. { 0x12fb, " Spectrum Signal Processing"},
  929. { 0x12fc, " Capital Equipment Corp"},
  930. { 0x12fd, " I2S"},
  931. { 0x12fe, " ESD Electronic System Design GmbH"},
  932. { 0x12ff, " Lexicon"},
  933. { 0x1300, " Harman International Industries Inc"},
  934. { 0x1302, " Computer Sciences Corp"},
  935. { 0x1303, " Innovative Integration"},
  936. { 0x1304, " Juniper Networks"},
  937. { 0x1305, " Netphone, Inc"},
  938. { 0x1306, " Duet Technologies"},
  939. { 0x1307, " Measurement Computing"},
  940. { 0x1308, " Jato Technologies Inc."},
  941. { 0x1309, " AB Semiconductor Ltd"},
  942. { 0x130a, " Mitsubishi Electric Microcomputer"},
  943. { 0x130b, " Colorgraphic Communications Corp"},
  944. { 0x130c, " Ambex Technologies, Inc"},
  945. { 0x130d, " Accelerix Inc"},
  946. { 0x130e, " Yamatake-Honeywell Co. Ltd"},
  947. { 0x130f, " Advanet Inc"},
  948. { 0x1310, " Gespac"},
  949. { 0x1311, " Videoserver, Inc"},
  950. { 0x1312, " Acuity Imaging, Inc"},
  951. { 0x1313, " Yaskawa Electric Co."},
  952. { 0x1315, " Wavesat"},
  953. { 0x1316, " Teradyne Inc"},
  954. { 0x1317, " ADMtek"},
  955. { 0x1318, " Packet Engines Inc."},
  956. { 0x1319, " Fortemedia, Inc"},
  957. { 0x131a, " Finisar Corp."},
  958. { 0x131c, " Nippon Electro-Sensory Devices Corp"},
  959. { 0x131d, " Sysmic, Inc."},
  960. { 0x131e, " Xinex Networks Inc"},
  961. { 0x131f, " Siig Inc"},
  962. { 0x1320, " Crypto AG"},
  963. { 0x1321, " Arcobel Graphics BV"},
  964. { 0x1322, " MTT Co., Ltd"},
  965. { 0x1323, " Dome Inc"},
  966. { 0x1324, " Sphere Communications"},
  967. { 0x1325, " Salix Technologies, Inc"},
  968. { 0x1326, " Seachange international"},
  969. { 0x1327, " Voss scientific"},
  970. { 0x1328, " quadrant international"},
  971. { 0x1329, " Productivity Enhancement"},
  972. { 0x132a, " Microcom Inc."},
  973. { 0x132b, " Broadband Technologies"},
  974. { 0x132c, " Micrel Inc"},
  975. { 0x132d, " Integrated Silicon Solution, Inc."},
  976. { 0x1330, " MMC Networks"},
  977. { 0x1331, " RadiSys Corporation"},
  978. { 0x1332, " Micro Memory"},
  979. { 0x1334, " Redcreek Communications, Inc"},
  980. { 0x1335, " Videomail, Inc"},
  981. { 0x1337, " Third Planet Publishing"},
  982. { 0x1338, " BT Electronics"},
  983. { 0x133a, " Vtel Corp"},
  984. { 0x133b, " Softcom Microsystems"},
  985. { 0x133c, " Holontech Corp"},
  986. { 0x133d, " SS Technologies"},
  987. { 0x133e, " Virtual Computer Corp"},
  988. { 0x133f, " SCM Microsystems"},
  989. { 0x1340, " Atalla Corp"},
  990. { 0x1341, " Kyoto Microcomputer Co"},
  991. { 0x1342, " Promax Systems Inc"},
  992. { 0x1343, " Phylon Communications Inc"},
  993. { 0x1344, " Crucial Technology"},
  994. { 0x1345, " Arescom Inc"},
  995. { 0x1347, " Odetics"},
  996. { 0x1349, " Sumitomo Electric Industries, Ltd."},
  997. { 0x134a, " DTC Technology Corp."},
  998. { 0x134b, " ARK Research Corp."},
  999. { 0x134c, " Chori Joho System Co. Ltd"},
  1000. { 0x134d, " PCTel Inc"},
  1001. { 0x134e, " CSTI"},
  1002. { 0x134f, " Algo System Co Ltd"},
  1003. { 0x1350, " Systec Co. Ltd"},
  1004. { 0x1351, " Sonix Inc"},
  1005. { 0x1353, " Thales Idatys"},
  1006. { 0x1354, " Dwave System Inc"},
  1007. { 0x1355, " Kratos Analytical Ltd"},
  1008. { 0x1356, " The Logical Co"},
  1009. { 0x1359, " Prisa Networks"},
  1010. { 0x135a, " Brain Boxes"},
  1011. { 0x135b, " Giganet Inc"},
  1012. { 0x135c, " Quatech Inc"},
  1013. { 0x135d, " ABB Network Partner AB"},
  1014. { 0x135e, " Sealevel Systems Inc"},
  1015. { 0x135f, " I-Data International A-S"},
  1016. { 0x1360, " Meinberg Funkuhren"},
  1017. { 0x1361, " Soliton Systems K.K."},
  1018. { 0x1362, " Fujifacom Corporation"},
  1019. { 0x1363, " Phoenix Technology Ltd"},
  1020. { 0x1364, " ATM Communications Inc"},
  1021. { 0x1365, " Hypercope GmbH"},
  1022. { 0x1366, " Teijin Seiki Co. Ltd"},
  1023. { 0x1367, " Hitachi Zosen Corporation"},
  1024. { 0x1368, " Skyware Corporation"},
  1025. { 0x1369, " Digigram"},
  1026. { 0x136a, " High Soft Tech"},
  1027. { 0x136b, " Kawasaki Steel Corporation"},
  1028. { 0x136c, " Adtek System Science Co Ltd"},
  1029. { 0x136d, " Gigalabs Inc"},
  1030. { 0x136f, " Applied Magic Inc"},
  1031. { 0x1370, " ATL Products"},
  1032. { 0x1371, " CNet Technology Inc"},
  1033. { 0x1373, " Silicon Vision Inc"},
  1034. { 0x1374, " Silicom Ltd."},
  1035. { 0x1375, " Argosystems Inc"},
  1036. { 0x1376, " LMC"},
  1037. { 0x1377, " Electronic Equipment Production & Distribution GmbH"},
  1038. { 0x1378, " Telemann Co. Ltd"},
  1039. { 0x1379, " Asahi Kasei Microsystems Co Ltd"},
  1040. { 0x137a, " Mark of the Unicorn Inc"},
  1041. { 0x137b, " PPT Vision"},
  1042. { 0x137c, " Iwatsu Electric Co Ltd"},
  1043. { 0x137d, " Dynachip Corporation"},
  1044. { 0x137e, " Patriot Scientific Corporation"},
  1045. { 0x137f, " Japan Satellite Systems Inc"},
  1046. { 0x1380, " Sanritz Automation Co Ltd"},
  1047. { 0x1381, " Brains Co. Ltd"},
  1048. { 0x1382, " Marian - Electronic & Software"},
  1049. { 0x1383, " Controlnet Inc"},
  1050. { 0x1384, " Reality Simulation Systems Inc"},
  1051. { 0x1385, " Netgear"},
  1052. { 0x1386, " Video Domain Technologies"},
  1053. { 0x1387, " Systran Corp"},
  1054. { 0x1388, " Hitachi Information Technology Co Ltd"},
  1055. { 0x1389, " Applicom International"},
  1056. { 0x138a, " Fusion Micromedia Corp"},
  1057. { 0x138b, " Tokimec Inc"},
  1058. { 0x138c, " Silicon Reality"},
  1059. { 0x138d, " Future Techno Designs pte Ltd"},
  1060. { 0x138e, " Basler GmbH"},
  1061. { 0x138f, " Patapsco Designs Inc"},
  1062. { 0x1390, " Concept Development Inc"},
  1063. { 0x1391, " Development Concepts Inc"},
  1064. { 0x1392, " Medialight Inc"},
  1065. { 0x1393, " Moxa Technologies Co Ltd"},
  1066. { 0x1394, " Level One Communications"},
  1067. { 0x1395, " Ambicom Inc"},
  1068. { 0x1396, " Cipher Systems Inc"},
  1069. { 0x1397, " Cologne Chip Designs GmbH"},
  1070. { 0x1398, " Clarion co. Ltd"},
  1071. { 0x1399, " Rios systems Co Ltd"},
  1072. { 0x139a, " Alacritech Inc"},
  1073. { 0x139b, " Mediasonic Multimedia Systems Ltd"},
  1074. { 0x139c, " Quantum 3d Inc"},
  1075. { 0x139d, " EPL limited"},
  1076. { 0x139e, " Media4"},
  1077. { 0x139f, " Aethra s.r.l."},
  1078. { 0x13a0, " Crystal Group Inc"},
  1079. { 0x13a1, " Kawasaki Heavy Industries Ltd"},
  1080. { 0x13a2, " Ositech Communications Inc"},
  1081. { 0x13a3, " Hifn Inc."},
  1082. { 0x13a4, " Rascom Inc"},
  1083. { 0x13a5, " Audio Digital Imaging Inc"},
  1084. { 0x13a6, " Videonics Inc"},
  1085. { 0x13a7, " Teles AG"},
  1086. { 0x13a8, " Exar Corp."},
  1087. { 0x13a9, " Siemens Medical Systems, Ultrasound Group"},
  1088. { 0x13aa, " Broadband Networks Inc"},
  1089. { 0x13ab, " Arcom Control Systems Ltd"},
  1090. { 0x13ac, " Motion Media Technology Ltd"},
  1091. { 0x13ad, " Nexus Inc"},
  1092. { 0x13ae, " ALD Technology Ltd"},
  1093. { 0x13af, " T.Sqware"},
  1094. { 0x13b0, " Maxspeed Corp"},
  1095. { 0x13b1, " Tamura corporation"},
  1096. { 0x13b2, " Techno Chips Co. Ltd"},
  1097. { 0x13b3, " Lanart Corporation"},
  1098. { 0x13b4, " Wellbean Co Inc"},
  1099. { 0x13b5, " ARM"},
  1100. { 0x13b6, " Dlog GmbH"},
  1101. { 0x13b7, " Logic Devices Inc"},
  1102. { 0x13b8, " Nokia Telecommunications oy"},
  1103. { 0x13b9, " Elecom Co Ltd"},
  1104. { 0x13ba, " Oxford Instruments"},
  1105. { 0x13bb, " Sanyo Technosound Co Ltd"},
  1106. { 0x13bc, " Bitran Corporation"},
  1107. { 0x13bd, " Sharp corporation"},
  1108. { 0x13be, " Miroku Jyoho Service Co. Ltd"},
  1109. { 0x13bf, " Sharewave Inc"},
  1110. { 0x13c0, " Microgate Corporation"},
  1111. { 0x13c1, " 3ware Inc"},
  1112. { 0x13c2, " Technotrend Systemtechnik GmbH"},
  1113. { 0x13c3, " Janz Computer AG"},
  1114. { 0x13c4, " Phase Metrics"},
  1115. { 0x13c5, " Alphi Technology Corp"},
  1116. { 0x13c6, " Condor Engineering Inc"},
  1117. { 0x13c7, " Blue Chip Technology Ltd"},
  1118. { 0x13c8, " Apptech Inc"},
  1119. { 0x13c9, " Eaton Corporation"},
  1120. { 0x13ca, " Iomega Corporation"},
  1121. { 0x13cb, " Yano Electric Co Ltd"},
  1122. { 0x13cc, " Metheus Corporation"},
  1123. { 0x13cd, " Compatible Systems Corporation"},
  1124. { 0x13ce, " Cocom A/S"},
  1125. { 0x13cf, " Studio Audio & Video Ltd"},
  1126. { 0x13d0, " Techsan Electronics Co Ltd"},
  1127. { 0x13d1, " Abocom Systems Inc"},
  1128. { 0x13d2, " Shark Multimedia Inc"},
  1129. { 0x13d3, " IMC Networks"},
  1130. { 0x13d4, " Graphics Microsystems Inc"},
  1131. { 0x13d5, " Media 100 Inc"},
  1132. { 0x13d6, " K.I. Technology Co Ltd"},
  1133. { 0x13d7, " Toshiba Engineering Corporation"},
  1134. { 0x13d8, " Phobos corporation"},
  1135. { 0x13d9, " Apex PC Solutions Inc"},
  1136. { 0x13da, " Intresource Systems pte Ltd"},
  1137. { 0x13db, " Janich & Klass Computertechnik GmbH"},
  1138. { 0x13dc, " Netboost Corporation"},
  1139. { 0x13dd, " Multimedia Bundle Inc"},
  1140. { 0x13de, " ABB Robotics Products AB"},
  1141. { 0x13df, " E-Tech Inc"},
  1142. { 0x13e0, " GVC Corporation"},
  1143. { 0x13e1, " Silicom Multimedia Systems Inc"},
  1144. { 0x13e2, " Dynamics Research Corporation"},
  1145. { 0x13e3, " Nest Inc"},
  1146. { 0x13e4, " Calculex Inc"},
  1147. { 0x13e5, " Telesoft Design Ltd"},
  1148. { 0x13e6, " Argosy research Inc"},
  1149. { 0x13e7, " NAC Incorporated"},
  1150. { 0x13e8, " Chip Express Corporation"},
  1151. { 0x13e9, " Intraserver Technology Inc"},
  1152. { 0x13ea, " Dallas Semiconductor"},
  1153. { 0x13eb, " Hauppauge Computer Works Inc"},
  1154. { 0x13ec, " Zydacron Inc"},
  1155. { 0x13ed, " Raytheion E-Systems"},
  1156. { 0x13ee, " Hayes Microcomputer Products Inc"},
  1157. { 0x13ef, " Coppercom Inc"},
  1158. { 0x13f0, " Sundance Technology Inc / IC Plus Corp"},
  1159. { 0x13f1, " Oce' - Technologies B.V."},
  1160. { 0x13f2, " Ford Microelectronics Inc"},
  1161. { 0x13f3, " Mcdata Corporation"},
  1162. { 0x13f4, " Troika Networks, Inc."},
  1163. { 0x13f5, " Kansai Electric Co. Ltd"},
  1164. { 0x13f6, " C-Media Electronics Inc"},
  1165. { 0x13f7, " Wildfire Communications"},
  1166. { 0x13f8, " Ad Lib Multimedia Inc"},
  1167. { 0x13f9, " NTT Advanced Technology Corp."},
  1168. { 0x13fa, " Pentland Systems Ltd"},
  1169. { 0x13fb, " Aydin Corp"},
  1170. { 0x13fc, " Computer Peripherals International"},
  1171. { 0x13fd, " Micro Science Inc"},
  1172. { 0x13fe, " Advantech Co. Ltd"},
  1173. { 0x13ff, " Silicon Spice Inc"},
  1174. { 0x1400, " Artx Inc"},
  1175. { 0x1401, " CR-Systems A/S"},
  1176. { 0x1402, " Meilhaus Electronic GmbH"},
  1177. { 0x1403, " Ascor Inc"},
  1178. { 0x1404, " Fundamental Software Inc"},
  1179. { 0x1405, " Excalibur Systems Inc"},
  1180. { 0x1406, " Oce' Printing Systems GmbH"},
  1181. { 0x1407, " Lava Computer mfg Inc"},
  1182. { 0x1408, " Aloka Co. Ltd"},
  1183. { 0x1409, " Timedia Technology Co Ltd"},
  1184. { 0x140a, " DSP Research Inc"},
  1185. { 0x140b, " Ramix Inc"},
  1186. { 0x140c, " Elmic Systems Inc"},
  1187. { 0x140d, " Matsushita Electric Works Ltd"},
  1188. { 0x140e, " Goepel Electronic GmbH"},
  1189. { 0x140f, " Salient Systems Corp"},
  1190. { 0x1410, " Midas lab Inc"},
  1191. { 0x1411, " Ikos Systems Inc"},
  1192. { 0x1412, " VIA Technologies Inc."},
  1193. { 0x1413, " Addonics"},
  1194. { 0x1414, " Microsoft Corporation"},
  1195. { 0x1415, " Oxford Semiconductor Ltd"},
  1196. { 0x1416, " Multiwave Innovation pte Ltd"},
  1197. { 0x1417, " Convergenet Technologies Inc"},
  1198. { 0x1418, " Kyushu electronics systems Inc"},
  1199. { 0x1419, " Excel Switching Corp"},
  1200. { 0x141a, " Apache Micro Peripherals Inc"},
  1201. { 0x141b, " Zoom Telephonics Inc"},
  1202. { 0x141d, " Digitan Systems Inc"},
  1203. { 0x141e, " Fanuc Ltd"},
  1204. { 0x141f, " Visiontech Ltd"},
  1205. { 0x1420, " Psion Dacom plc"},
  1206. { 0x1421, " Ads Technologies Inc"},
  1207. { 0x1422, " Ygrec Systems Co Ltd"},
  1208. { 0x1423, " Custom Technology Corp."},
  1209. { 0x1424, " Videoserver Connections"},
  1210. { 0x1425, " Chelsio Communications Inc"},
  1211. { 0x1426, " Storage Technology Corp."},
  1212. { 0x1427, " Better On-Line Solutions"},
  1213. { 0x1428, " Edec Co Ltd"},
  1214. { 0x1429, " Unex Technology Corp."},
  1215. { 0x142a, " Kingmax Technology Inc"},
  1216. { 0x142b, " Radiolan"},
  1217. { 0x142c, " Minton Optic Industry Co Ltd"},
  1218. { 0x142d, " Pix stream Inc"},
  1219. { 0x142e, " Vitec Multimedia"},
  1220. { 0x142f, " Radicom Research Inc"},
  1221. { 0x1430, " ITT Aerospace/Communications Division"},
  1222. { 0x1431, " Gilat Satellite Networks"},
  1223. { 0x1432, " Edimax Computer Co."},
  1224. { 0x1433, " Eltec Elektronik GmbH"},
  1225. { 0x1435, " RTD Embedded Technologies, Inc."},
  1226. { 0x1436, " CIS Technology Inc"},
  1227. { 0x1437, " Nissin Inc Co"},
  1228. { 0x1438, " Atmel-dream"},
  1229. { 0x1439, " Outsource Engineering & Mfg. Inc"},
  1230. { 0x143a, " Stargate Solutions Inc"},
  1231. { 0x143b, " Canon Research Center, America"},
  1232. { 0x143c, " Amlogic Inc"},
  1233. { 0x143d, " Tamarack Microelectronics Inc"},
  1234. { 0x143e, " Jones Futurex Inc"},
  1235. { 0x143f, " Lightwell Co Ltd - Zax Division"},
  1236. { 0x1440, " ALGOL Corp."},
  1237. { 0x1441, " AGIE Ltd"},
  1238. { 0x1442, " Phoenix Contact GmbH & Co."},
  1239. { 0x1443, " Unibrain S.A."},
  1240. { 0x1444, " TRW"},
  1241. { 0x1445, " Logical DO Ltd"},
  1242. { 0x1446, " Graphin Co Ltd"},
  1243. { 0x1447, " AIM GmBH"},
  1244. { 0x1448, " Alesis Studio Electronics"},
  1245. { 0x1449, " TUT Systems Inc"},
  1246. { 0x144a, " Adlink Technology"},
  1247. { 0x144b, " Verint Systems Inc."},
  1248. { 0x144c, " Catalina Research Inc"},
  1249. { 0x144d, " Samsung Electronics Co Ltd"},
  1250. { 0x144e, " OLITEC"},
  1251. { 0x144f, " Askey Computer Corp."},
  1252. { 0x1450, " Octave Communications Ind."},
  1253. { 0x1451, " SP3D Chip Design GmBH"},
  1254. { 0x1453, " MYCOM Inc"},
  1255. { 0x1454, " Altiga Networks"},
  1256. { 0x1455, " Logic Plus Plus Inc"},
  1257. { 0x1456, " Advanced Hardware Architectures"},
  1258. { 0x1457, " Nuera Communications Inc"},
  1259. { 0x1458, " Giga-byte Technology"},
  1260. { 0x1459, " DOOIN Electronics"},
  1261. { 0x145a, " Escalate Networks Inc"},
  1262. { 0x145b, " PRAIM SRL"},
  1263. { 0x145c, " Cryptek"},
  1264. { 0x145d, " Gallant Computer Inc"},
  1265. { 0x145e, " Aashima Technology B.V."},
  1266. { 0x145f, " Baldor Electric Company"},
  1267. { 0x1460, " DYNARC INC"},
  1268. { 0x1461, " Avermedia Technologies Inc"},
  1269. { 0x1462, " Micro-Star International Co., Ltd."},
  1270. { 0x1463, " Fast Corporation"},
  1271. { 0x1464, " Interactive Circuits & Systems Ltd"},
  1272. { 0x1465, " GN NETTEST Telecom DIV."},
  1273. { 0x1466, " Designpro Inc."},
  1274. { 0x1467, " DIGICOM SPA"},
  1275. { 0x1468, " AMBIT Microsystem Corp."},
  1276. { 0x1469, " Cleveland Motion Controls"},
  1277. { 0x146a, " IFR"},
  1278. { 0x146b, " Parascan Technologies Ltd"},
  1279. { 0x146c, " Ruby Tech Corp."},
  1280. { 0x146d, " Tachyon, INC."},
  1281. { 0x146e, " Williams Electronics Games, Inc."},
  1282. { 0x146f, " Multi Dimensional Consulting Inc"},
  1283. { 0x1470, " Bay Networks"},
  1284. { 0x1471, " Integrated Telecom Express Inc"},
  1285. { 0x1472, " DAIKIN Industries, Ltd"},
  1286. { 0x1473, " ZAPEX Technologies Inc"},
  1287. { 0x1474, " Doug Carson & Associates"},
  1288. { 0x1475, " PICAZO Communications"},
  1289. { 0x1476, " MORTARA Instrument Inc"},
  1290. { 0x1477, " Net Insight"},
  1291. { 0x1478, " DIATREND Corporation"},
  1292. { 0x1479, " TORAY Industries Inc"},
  1293. { 0x147a, " FORMOSA Industrial Computing"},
  1294. { 0x147b, " ABIT Computer Corp."},
  1295. { 0x147c, " AWARE, Inc."},
  1296. { 0x147d, " Interworks Computer Products"},
  1297. { 0x147e, " Matsushita Graphic Communication Systems, Inc."},
  1298. { 0x147f, " NIHON UNISYS, Ltd."},
  1299. { 0x1480, " SCII Telecom"},
  1300. { 0x1481, " BIOPAC Systems Inc"},
  1301. { 0x1482, " ISYTEC - Integrierte Systemtechnik GmBH"},
  1302. { 0x1483, " LABWAY Corporation"},
  1303. { 0x1484, " Logic Corporation"},
  1304. { 0x1485, " ERMA - Electronic GmBH"},
  1305. { 0x1486, " L3 Communications Telemetry & Instrumentation"},
  1306. { 0x1487, " MARQUETTE Medical Systems"},
  1307. { 0x1488, " KONTRON Electronik GmBH"},
  1308. { 0x1489, " KYE Systems Corporation"},
  1309. { 0x148a, " OPTO"},
  1310. { 0x148b, " INNOMEDIALOGIC Inc."},
  1311. { 0x148c, " C.P. Technology Co. Ltd"},
  1312. { 0x148d, " DIGICOM Systems, Inc."},
  1313. { 0x148e, " OSI Plus Corporation"},
  1314. { 0x148f, " Plant Equipment, Inc."},
  1315. { 0x1490, " Stone Microsystems PTY Ltd."},
  1316. { 0x1491, " ZEAL Corporation"},
  1317. { 0x1492, " Time Logic Corporation"},
  1318. { 0x1493, " MAKER Communications"},
  1319. { 0x1494, " WINTOP Technology, Inc."},
  1320. { 0x1495, " TOKAI Communications Industry Co. Ltd"},
  1321. { 0x1496, " JOYTECH Computer Co., Ltd."},
  1322. { 0x1497, " SMA Regelsysteme GmBH"},
  1323. { 0x1498, " TEWS Technologies GmbH"},
  1324. { 0x1499, " EMTEC CO., Ltd"},
  1325. { 0x149a, " ANDOR Technology Ltd"},
  1326. { 0x149b, " SEIKO Instruments Inc"},
  1327. { 0x149c, " OVISLINK Corp."},
  1328. { 0x149d, " NEWTEK Inc"},
  1329. { 0x149e, " Mapletree Networks Inc."},
  1330. { 0x149f, " LECTRON Co Ltd"},
  1331. { 0x14a0, " SOFTING GmBH"},
  1332. { 0x14a1, " Systembase Co Ltd"},
  1333. { 0x14a2, " Millennium Engineering Inc"},
  1334. { 0x14a3, " Maverick Networks"},
  1335. { 0x14a4, " GVC/BCM Advanced Research"},
  1336. { 0x14a5, " XIONICS Document Technologies Inc"},
  1337. { 0x14a6, " INOVA Computers GmBH & Co KG"},
  1338. { 0x14a7, " MYTHOS Systems Inc"},
  1339. { 0x14a8, " FEATRON Technologies Corporation"},
  1340. { 0x14a9, " HIVERTEC Inc"},
  1341. { 0x14aa, " Advanced MOS Technology Inc"},
  1342. { 0x14ab, " Mentor Graphics Corp."},
  1343. { 0x14ac, " Novaweb Technologies Inc"},
  1344. { 0x14ad, " Time Space Radio AB"},
  1345. { 0x14ae, " CTI, Inc"},
  1346. { 0x14af, " Guillemot Corporation"},
  1347. { 0x14b0, " BST Communication Technology Ltd"},
  1348. { 0x14b1, " Nextcom K.K."},
  1349. { 0x14b2, " ENNOVATE Networks Inc"},
  1350. { 0x14b3, " XPEED Inc"},
  1351. { 0x14b4, " PHILIPS Business Electronics B.V."},
  1352. { 0x14b5, " Creamware GmBH"},
  1353. { 0x14b6, " Quantum Data Corp."},
  1354. { 0x14b7, " PROXIM Inc"},
  1355. { 0x14b8, " Techsoft Technology Co Ltd"},
  1356. { 0x14b9, " AIRONET Wireless Communications"},
  1357. { 0x14ba, " INTERNIX Inc."},
  1358. { 0x14bb, " SEMTECH Corporation"},
  1359. { 0x14bc, " Globespan Semiconductor Inc."},
  1360. { 0x14bd, " CARDIO Control N.V."},
  1361. { 0x14be, " L3 Communications"},
  1362. { 0x14bf, " SPIDER Communications Inc."},
  1363. { 0x14c0, " COMP…

Large files files are truncated, but you can click here to view the full file