Subversion Repositories Kolibri OS

Rev

Rev 205 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 205 Rev 475
Line 1... Line -...
1
;WriteTextToWindow
-
 
2
macro Text xStart,yStart,rgbColor,pText,nTextLen
-
 
3
{
-
 
4
 mov ebx,xStart
-
 
5
 shl ebx,16
-
 
6
 add ebx,yStart
-
 
7
 mov ecx,rgbColor
-
 
8
 mov edx,pText
-
 
9
 mov esi,nTextLen
-
 
10
 mov eax,4
-
 
11
 int 0x40
-
 
12
}
-
 
13
 
-
 
14
 
-
 
15
; AUTHOR: Victor Alberto Gil Hancco Laquita 
1
; AUTHOR: Victor Alberto Gil Hancco Laquita 
16
; This list might content mistakes, plz report it
2
; This list might content mistakes, plz report it
17
; There are 865 Lists of Vendors' Names
3
; There are 865 Lists of Vendors' Names
18
; Date: 8/14/2005
4
; Date: 8/14/2005
19
;
5
;
Line 24... Line 10...
24
; so the total quantity of vendors is 875 now (changes by Sergey Kuzmin)
10
; so the total quantity of vendors is 875 now (changes by Sergey Kuzmin)
Line 25... Line 11...
25
 
11
 
26
; changed 16/08/2006: + 122 vendors
12
; changed 16/08/2006: + 122 vendors
Line 27... Line -...
27
; so the total quantity of vendors is 987 now (changes by Sergey Kuzmin)
-
 
28
 
-
 
29
_FIRSTPART: ;lists the 255 Vendor IDs
-
 
30
  db 'PARADYNE CORP.                                    '
-
 
31
  dw    51  ;  0x0033
-
 
32
  db 'Lockheed Martin Corp                              '
-
 
33
  dw    61  ;  0x003D
-
 
34
  db 'NCIPHER CORP. LTD                                 '
-
 
35
  dw   256  ;  0x0100
-
 
36
  db 'BREA TECHNOLOGIES INC                             '
-
 
37
  dw  2697  ;  0x0A89
-
 
38
  db 'COMPAQ COMPUTER CORP.                             '
-
 
39
  dw  3601  ;  0x0E11
-
 
40
  db 'SYMBIOS LOGIC INC/LSI Logic                       '
-
 
41
  dw  4096  ;  0x1000
-
 
42
  db 'KOLTER ELECTRONIC                                 '
-
 
43
  dw  4097  ;  0x1001
-
 
44
  db 'ATI TECHNOLOGIES INC                              '
-
 
45
  dw  4098  ;  0x1002
-
 
46
  db 'ULSI                                              '
-
 
47
  dw  4099  ;  0x1003
-
 
48
  db 'VLSI TECHNOLOGY INC                               '
-
 
49
  dw  4100  ;  0x1004
-
 
50
  db 'NATIONAL SEMICONDUCTOR CORPORATION                '
-
 
51
  dw  4107  ;  0x100B
-
 
52
  db 'Tseng Labs                                        '
-
 
53
  dw  4108  ;  0x100C
-
 
54
  db 'Weitek                                            '
-
 
55
  dw  4110  ;  0x100E
-
 
56
  db 'VIDEO LOGIC LTD                                   '
-
 
57
  dw  4112  ;  0x1010
-
 
58
  db 'Digital Equipment Corporation                     '
-
 
59
  dw  4113  ;  0x1011
-
 
60
  db 'Cirrus Logic                                      '
-
 
61
  dw  4115  ;  0x1013
-
 
62
  db 'IBM                                               '
-
 
63
  dw  4116  ;  0x1014
-
 
64
  db 'Spea Software AG                                  '
-
 
65
  dw  4119  ;  0x1017
-
 
66
  db 'UNISYS CORPORATION                                '
-
 
67
  dw  4120  ;  0x1018
-
 
68
  db 'ELITEGROUP COMPUTER SYS                           '
-
 
69
  dw  4121  ;  0x1019
-
 
70
  db 'NCR Corporation                                   '
-
 
71
  dw  4122  ;  0x101A
-
 
72
  db 'AMERICAN MEGATRENDS                               '
-
 
73
  dw  4126  ;  0x101E
-
 
74
  db 'HITACHI COMPUTER PRODUCTS                         '
-
 
75
  dw  4128  ;  0x1020
-
 
76
  db 'OKI ELECTRIC INDUSTRY CO. LTD.                    '
-
 
77
  dw  4129  ;  0x1021
-
 
78
  db 'ADVANCED MICRO DEVICES                            '
-
 
79
  dw  4130  ;  0x1022
-
 
80
  db 'TRIDENT MICROSYSTEMS                              '
-
 
81
  dw  4131  ;  0x1023
-
 
82
  db 'Acer Incorporated                                 '
-
 
83
  dw  4133  ;  0x1025
-
 
84
  db 'DELL COMPUTER CORPORATION                         '
-
 
85
  dw  4136  ;  0x1028
-
 
86
  db 'LSI LOGIC CORPORATION                             '
-
 
87
  dw  4138  ;  0x102A
-
 
88
  db 'MATROX GRAPHICS                                   '
-
 
89
  dw  4139  ;  0x102B
-
 
90
  db 'Asiliant (Chips And Technologies)                 '
-
 
91
  dw  4140  ;  0x102C
-
 
92
  db 'Wyse Technologies                                 '
-
 
93
  dw  4141  ;  0x102D
-
 
94
  db 'TOSHIBA AMERICA                                   '
-
 
95
  dw  4143  ;  0x102F
-
 
96
  db 'miro Computer Products AG                         '
-
 
97
  dw  4145  ;  0x1031
-
 
98
  db 'NEC CORPORATION                                   '
-
 
99
  dw  4147  ;  0x1033
-
 
100
  db 'Future Domain                                     '
-
 
101
  dw  4150  ;  0x1036
-
 
102
  db 'AMP                                               '
-
 
103
  dw  4152  ;  0x1038
-
 
104
  db 'SILICON INTEGRATED SYSTEMS                        '
-
 
105
  dw  4153  ;  0x1039
-
 
106
  db 'Hewlett-Packard Company                           '
-
 
107
  dw  4156  ;  0x103C
-
 
108
  db 'SYNOPSYS/LOGIC MODELING GROUP                     '
-
 
109
  dw  4159  ;  0x103F
-
 
110
  db 'Micron Electronics                                '
-
 
111
  dw  4162  ;  0x1042
-
 
112
  db 'ASUSTEK COMPUTER                                  '
-
 
113
  dw  4163  ;  0x1043
-
 
114
  db 'DISTRIBUTED PROCESSING TECHNOLOGY                 '
-
 
115
  dw  4164  ;  0x1044
-
 
116
  db 'OPTI INC.                                         '
-
 
117
  dw  4165  ;  0x1045
-
 
118
  db 'ELSA AG                                           '
-
 
119
  dw  4168  ;  0x1048
-
 
120
  db 'FOUNTAIN TECHNOLOGIES                             '
-
 
121
  dw  4169  ;  0x1049
-
 
122
  db 'STMicroelectronics                                '
-
 
123
  dw  4170  ;  0x104A
-
 
124
  db 'TEXAS INSTRUMENTS                                 '
-
 
125
  dw  4172  ;  0x104C
-
 
126
  db 'SONY CORPORATION                                  '
-
 
127
  dw  4173  ;  0x104D
-
 
128
  db 'Oak Technology                                    '
-
 
129
  dw  4174  ;  0x104E
-
 
130
  db 'Co-Time Computer Ltd.                             '
-
 
131
  dw  4175  ;  0x104F
-
 
132
  db 'WINBOND ELECTRONICS CORP                          '
-
 
133
  dw  4176  ;  0x1050
-
 
134
  db 'Anigma Corp.                                      '
-
 
135
  dw  4177  ;  0x1051
-
 
136
  db 'HITACHI                                           '
-
 
137
  dw  4180  ;  0x1054
-
 
138
  db 'Standard Microsystems Corp.                       '
-
 
139
  dw  4181  ;  0x1055
-
 
140
  db 'Motorola                                          '
-
 
141
  dw  4183  ;  0x1057
-
 
142
  db 'ETRI                                              '
-
 
143
  dw  4184  ;  0x1058
-
 
144
  db 'TEKNOR INDUSTRIAL COMPUTERS INC                   '
-
 
145
  dw  4185  ;  0x1059
-
 
146
  db 'PROMISE TECHNOLOGY                                '
-
 
147
  dw  4186  ;  0x105A
-
 
148
  db 'FOXCONN INTERNATIONAL INC                         '
-
 
149
  dw  4187  ;  0x105B
-
 
150
  db 'NUMBER 9 VISUAL TECHNOLOGY                        '
-
 
151
  dw  4189  ;  0x105D
-
 
152
  db 'INFOTRONIC AMERICA INC                            '
-
 
153
  dw  4191  ;  0x105F
-
 
154
  db 'United Microelectronics                           '
-
 
155
  dw  4192  ;  0x1060
-
 
156
  db '8x8 Inc.                                          '
-
 
157
  dw  4193  ;  0x1061
-
 
158
  db 'OCEAN MANUFACTURING LTD                           '
-
 
159
  dw  4195  ;  0x1063
-
 
160
  db 'ALCATEL                                           '
-
 
161
  dw  4196  ;  0x1064
-
 
162
  db 'Texas Microsystems                                '
-
 
163
  dw  4197  ;  0x1065
-
 
164
  db 'Picopower Technology                              '
-
 
165
  dw  4198  ;  0x1066
-
 
166
  db 'MITSUBISHI ELECTRIC AMERICA                       '
-
 
167
  dw  4199  ;  0x1067
-
 
168
  db 'DIVERSIFIED TECHNOLOGY                            '
-
 
169
  dw  4200  ;  0x1068
-
 
170
  db 'MYLEX CORPORATION                                 '
-
 
171
  dw  4201  ;  0x1069
-
 
172
  db 'APPLE COMPUTER INC.                               '
-
 
173
  dw  4203  ;  0x106B
-
 
174
  db 'Hyundai Electronics America                       '
-
 
175
  dw  4204  ;  0x106C
-
 
176
  db 'SEQUENT COMPUTER SYSTEMS                          '
-
 
177
  dw  4205  ;  0x106D
-
 
178
  db 'DAEWOO TELECOM LTD                                '
-
 
179
  dw  4208  ;  0x1070
-
 
180
  db 'MITAC                                             '
-
 
181
  dw  4209  ;  0x1071
-
 
182
  db 'YAMAHA CORPORATION                                '
-
 
183
  dw  4211  ;  0x1073
-
 
184
  db 'Nexgen Microsystems                               '
-
 
185
  dw  4212  ;  0x1074
-
 
186
  db 'Chaintech Comp.                                   '
-
 
187
  dw  4214  ;  0x1076
-
 
188
  db 'QLOGIC  Corporation                               '
-
 
189
  dw  4215  ;  0x1077
-
 
190
  db 'Cyrix Corporation                                 '
-
 
191
  dw  4216  ;  0x1078
-
 
192
  db 'I-BUS                                             '
-
 
193
  dw  4217  ;  0x1079
-
 
194
  db 'GATEWAY 2000                                      '
-
 
195
  dw  4219  ;  0x107B
-
 
196
  db 'Leadtek Research                                  '
-
 
197
  dw  4221  ;  0x107D
-
 
198
  db 'INTERPHASE CORPORATION                            '
-
 
199
  dw  4222  ;  0x107E
-
 
200
  db 'Data Technology Corporation                       '
-
 
201
  dw  4223  ;  0x107F
-
 
202
  db 'Cypress Semiconductor                             '
-
 
203
  dw  4224  ;  0x1080
-
 
204
  db 'Radius Inc.                                       '
-
 
205
  dw  4225  ;  0x1081
-
 
206
  db 'Forex Computer Corporation                        '
-
 
207
  dw  4227  ;  0x1083
-
 
208
  db 'Tulip Computers International BV                  '
-
 
209
  dw  4229  ;  0x1085
-
 
210
  db 'Cache Computer                                    '
-
 
211
  dw  4231  ;  0x1087
-
 
212
  db 'SBS  Operations                                   '
-
 
213
  dw  4234  ;  0x108A
-
 
214
  db 'OLICOM                                            '
-
 
215
  dw  4237  ;  0x108D
-
 
216
  db 'Sun Microsystems                                  '
-
 
217
  dw  4238  ;  0x108E
-
 
218
  db 'Intergraph Corporation                            '
-
 
219
  dw  4241  ;  0x1091
-
 
220
  db 'Diamond Computer Systems                          '
-
 
221
  dw  4242  ;  0x1092
-
 
222
  db 'National Instruments                              '
-
 
223
  dw  4243  ;  0x1093
-
 
224
  db 'SILICON IMAGE (WAS CMD TECHNOLOGY INC)            '
-
 
225
  dw  4245  ;  0x1095
-
 
226
  db 'ALACRON                                           '
-
 
227
  dw  4246  ;  0x1096
-
 
228
  db 'APPIAN Graphics/ETMA                              '
-
 
229
  dw  4247  ;  0x1097
-
 
230
  db 'Quantum Designs Ltd.                              '
-
 
231
  dw  4248  ;  0x1098
-
 
232
  db 'PACKARD BELL NEC                                  '
-
 
233
  dw  4250  ;  0x109A
-
 
234
  db 'BROOKTREE CORPORATION                             '
-
 
235
  dw  4254  ;  0x109E
-
 
236
  db 'TRIGEM COMPUTER INC.                              '
-
 
237
  dw  4255  ;  0x109F
-
 
238
  db 'MEIDENSHA CORPORATION                             '
-
 
239
  dw  4256  ;  0x10A0
-
 
240
  db 'QUANTUM EFFECT DESIGN                             '
-
 
241
  dw  4258  ;  0x10A2
-
 
242
  db 'Globe Manufacturing Sales                         '
-
 
243
  dw  4260  ;  0x10A4
-
 
244
  db 'Sierra Semiconductor                              '
-
 
245
  dw  4264  ;  0x10A8
-
 
246
  db 'SILICON GRAPHICS                                  '
-
 
247
  dw  4265  ;  0x10A9
-
 
248
  db 'HONEYWELL IAC                                     '
-
 
249
  dw  4268  ;  0x10AC
-
 
250
  db 'Winbond Systems Labs                              '
-
 
251
  dw  4269  ;  0x10AD
-
 
252
  db 'MICRO COMPUTER SYSTEMS INC                        '
-
 
253
  dw  4271  ;  0x10AF
-
 
254
  db 'PLX TECHNOLOGY.                                   '
-
 
255
  dw  4277  ;  0x10B5
-
 
256
  db 'MADGE NETWORKS                                    '
-
 
257
  dw  4278  ;  0x10B6
-
 
258
  db '3COM Corp, Networking Division                    '
-
 
259
  dw  4279  ;  0x10B7
-
 
260
  db 'Standard Microsystems Corporation                 '
-
 
261
  dw  4280  ;  0x10B8
-
 
262
  db 'ACER LABS Incorp.                                 '
-
 
263
  dw  4281  ;  0x10B9
-
 
264
  db 'MITSUBISHI ELECTRIC CORP.                         '
-
 
265
  dw  4282  ;  0x10BA
-
 
266
  db 'Surecom Technology                                '
-
 
267
  dw  4285  ;  0x10BD
-
 
268
  db 'AUSPEX SYSTEMS INC.                               '
-
 
269
  dw  4290  ;  0x10C2
-
 
270
  db 'Samsung Semiconductors                            '
-
 
271
  dw  4291  ;  0x10C3
-
 
272
  db 'Award Software International Inc.                 '
-
 
273
  dw  4292  ;  0x10C4
-
 
274
  db 'NEOMAGIC CORPORATION                              '
-
 
275
  dw  4296  ;  0x10C8
-
 
276
  db 'FUJITSU MICROELECTRONIC                           '
-
 
277
  dw  4298  ;  0x10CA
-
 
278
  db 'OMRON CORPORATION                                 '
-
 
279
  dw  4299  ;  0x10CB
-
 
280
  db 'ADVANCED SYSTEM PRODUCTS                          '
-
 
281
  dw  4301  ;  0x10CD
-
 
282
  db 'FUJITSU LIMITED                                   '
-
 
283
  dw  4303  ;  0x10CF
-
 
284
  db 'FUTUREPLUS SYSTEMS CORP.                          '
-
 
285
  dw  4305  ;  0x10D1
-
 
286
  db 'MOLEX INCORPORATED                                '
-
 
287
  dw  4306  ;  0x10D2
-
 
288
  db 'Macronix International Co. Ltd.                   '
-
 
289
  dw  4313  ;  0x10D9
-
 
290
  db 'ROHM LSI SYSTEMS                                  '
-
 
291
  dw  4315  ;  0x10DB
-
 
292
  db 'CERN-European Lab. for Particle Physics           '
-
 
293
  dw  4316  ;  0x10DC
-
 
294
  db 'EVANS & SUTHERLAND                                '
-
 
295
  dw  4317  ;  0x10DD
-
 
296
  db 'NVIDIA CORPORATION                                '
-
 
297
  dw  4318  ;  0x10DE
-
 
298
  db 'EMULEX CORPORATION                                '
-
 
299
  dw  4319  ;  0x10DF
-
 
300
  db 'TEKRAM TECHNOLOGY CO.LTD.                         '
-
 
301
  dw  4321  ;  0x10E1
-
 
302
  db 'TUNDRA SEMICONDUCTOR CORP                         '
-
 
303
  dw  4323  ;  0x10E3
-
 
304
  db 'MICRO INDUSTRIES CORPORATION                      '
-
 
305
  dw  4325  ;  0x10E5
-
 
306
  db 'Applied Micro Circuits Corp.                      '
-
 
307
  dw  4328  ;  0x10E8
-
 
308
  db 'Tvia, Inc.                                        '
-
 
309
  dw  4330  ;  0x10EA
-
 
310
  db 'Artist Graphics                                   '
-
 
311
  dw  4331  ;  0x10EB
-
 
312
  db 'REALTEK SEMICONDUCTOR CORP.                       '
-
 
313
  dw  4332  ;  0x10EC
-
 
314
  db 'Ascii Corporation                                 '
-
 
315
  dw  4333  ;  0x10ED
-
 
316
  db 'XILINX                                            '
-
 
317
  dw  4334  ;  0x10EE
-
 
318
  db 'Racore Computer Products                          '
-
 
319
  dw  4335  ;  0x10EF
-
 
320
  db 'Curtiss-Wright Controls Embedded Computing        '
-
 
321
  dw  4336  ;  0x10F0
-
 
322
  db 'TYAN COMPUTER                                     '
-
 
323
  dw  4337  ;  0x10F1
-
 
324
  db 'S-Mos Systems                                     '
-
 
325
  dw  4340  ;  0x10F4
-
 
326
  db 'NKK CORPORATION                                   '
-
 
327
  dw  4341  ;  0x10F5
-
 
328
  db 'CREATIVE ELECTRONIC SYSTEMS SA                    '
-
 
329
  dw  4342  ;  0x10F6
-
 
330
  db 'Truevision                                        '
-
 
331
  dw  4346  ;  0x10FA
-
 
332
  db 'Thesys Microelectronics                           '
-
 
333
  dw  4347  ;  0x10FB
-
 
334
  db 'I-O DATA DEVICE                                   '
-
 
335
  dw  4348  ;  0x10FC
-
 
336
  db 'FAST MULTIMEDIA AG                                '
-
 
337
  dw  4350  ;  0x10FE
-
 
338
  db 'INITIO CORPORATION                                '
-
 
339
  dw  4353  ;  0x1101
-
 
340
  db 'CREATIVE LABS                                     '
-
 
341
  dw  4354  ;  0x1102
-
 
342
  db 'SIGMA DESIGNS                                     '
-
 
343
  dw  4357  ;  0x1105
-
 
344
  db 'VIA TECHNOLOGIES                                  '
-
 
345
  dw  4358  ;  0x1106
-
 
346
  db 'ASCEND COMMUNICATIONS/Stratus Computer            '
-
 
347
  dw  4359  ;  0x1107
-
 
348
  db 'Proteon Inc.                                      '
-
 
349
  dw  4360  ;  0x1108
-
 
350
  db 'Adaptec/Cogent Data Technologies Inc              '
-
 
351
  dw  4361  ;  0x1109
-
 
352
  db 'SIEMENS PC SYSTEME GMBH                           '
-
 
353
  dw  4362  ;  0x110A
-
 
354
  db 'Chromatic Research Inc                            '
-
 
355
  dw  4363  ;  0x110B
-
 
356
  db 'SANTA CRUZ OPERATION                              '
-
 
357
  dw  4369  ;  0x1111
-
 
358
  db 'Osicom Technologies Inc.                          '
-
 
359
  dw  4370  ;  0x1112
-
 
360
  db 'ACCTON TECHNOLOGY                                 '
-
 
361
  dw  4371  ;  0x1113
-
 
362
  db 'Atmel Corp.                                       '
-
 
363
  dw  4372  ;  0x1114
-
 
364
  db 'Media 100, Inc.                                   '
-
 
365
  dw  4374  ;  0x1116
-
 
366
  db 'Datacube Inc.                                     '
-
 
367
  dw  4375  ;  0x1117
-
 
368
  db 'FCI ELECTRONICS                                   '
-
 
369
  dw  4376  ;  0x1118
-
 
370
  db 'ICP-VORTEX COMPUTERSYSTEM GMBH                    '
-
 
371
  dw  4377  ;  0x1119
-
 
372
  db 'EFFICIENT NETWORKS                                '
-
 
373
  dw  4378  ;  0x111A
-
 
374
  db 'Tricord Systems Inc.                              '
-
 
375
  dw  4380  ;  0x111C
-
 
376
  db 'INTEGRATED DEVICE TECH                            '
-
 
377
  dw  4381  ;  0x111D
-
 
378
  db 'Precision Digital Images                          '
-
 
379
  dw  4383  ;  0x111F
-
 
380
  db 'EMC CORPORATION                                   '
-
 
381
  dw  4384  ;  0x1120
-
 
382
  db 'FORE SYSTEMS INC                                  '
-
 
383
  dw  4391  ;  0x1127
-
 
384
  db 'HERMES ELECTRONICS COMPANY                        '
-
 
385
  dw  4394  ;  0x112A
-
 
386
  db 'Infomedia                                         '
-
 
387
  dw  4398  ;  0x112E
-
 
388
  db 'IMAGING TECHNOLOGY                                '
-
 
389
  dw  4399  ;  0x112F
-
 
390
  db 'PHILIPS SEMICONDUCTORS                            '
-
 
391
  dw  4401  ;  0x1131
-
 
392
  db 'MITEL CORP                                        '
-
 
393
  dw  4402  ;  0x1132
-
 
394
  db 'Eicon Networks Corporation                        '
-
 
395
  dw  4403  ;  0x1133
-
 
396
  db 'MERCURY COMPUTER SYSTEMS                          '
-
 
397
  dw  4404  ;  0x1134
-
 
398
  db 'FUJI XEROX CO LTD                                 '
-
 
399
  dw  4405  ;  0x1135
-
 
400
  db 'MOMENTUM DATA SYSTEMS                             '
-
 
401
  dw  4406  ;  0x1136
-
 
402
  db 'CISCO SYSTEMS INC                                 '
-
 
403
  dw  4407  ;  0x1137
-
 
404
  db 'ZIATECH CORPORATION                               '
-
 
405
  dw  4408  ;  0x1138
-
 
406
  db 'CYCLONE MICROSYSTEMS.                             '
-
 
407
  dw  4412  ;  0x113C
-
 
408
  db 'SANYO ELECTRIC CO-Information Systems Division    '
-
 
409
  dw  4414  ;  0x113E
-
 
410
  db 'Equinox Systems                                   '
-
 
411
  dw  4415  ;  0x113F
-
 
412
  db 'CREST MICROSYSTEM INC.                            '
-
 
413
  dw  4417  ;  0x1141
-
 
414
  db 'Alliance Semiconductor CA - USA                   '
-
 
415
  dw  4418  ;  0x1142
-
 
416
  db 'Cincinnati Milacron                               '
-
 
417
  dw  4420  ;  0x1144
-
 
418
  db 'WORKBIT CORPORATION                               '
-
 
419
  dw  4421  ;  0x1145
-
 
420
  db 'FORCE COMPUTERS GMBH                              '
-
 
421
  dw  4422  ;  0x1146
-
 
422
  db 'Interface Corp                                    '
-
 
423
  dw  4423  ;  0x1147
-
 
424
  db 'SYSKONNECT/Marvell                                '
-
 
425
  dw  4424  ;  0x1148
-
 
426
  db 'VMIC                                              '
-
 
427
  dw  4426  ;  0x114A
-
 
428
  db 'ANNABOOKS                                         '
-
 
429
  dw  4428  ;  0x114C
-
 
430
  db 'DIGI INTERNATIONAL                                '
-
 
431
  dw  4431  ;  0x114F
-
 
432
  db 'MELCO INC                                         '
-
 
433
  dw  4436  ;  0x1154
-
 
434
  db 'Pine Technology Ltd                               '
-
 
435
  dw  4437  ;  0x1155
-
 
436
  db 'Voarx R&D Inc                                     '
-
 
437
  dw  4440  ;  0x1158
-
 
438
  db 'Mutech                                            '
-
 
439
  dw  4441  ;  0x1159
-
 
440
  db 'PHOTRON LTD.                                      '
-
 
441
  dw  4444  ;  0x115C
-
 
442
  db 'XIRCOM                                            '
-
 
443
  dw  4445  ;  0x115D
-
 
444
  db 'PFU LIMITED                                       '
-
 
445
  dw  4449  ;  0x1161
-
 
446
  db 'RENDITION                                         '
-
 
447
  dw  4451  ;  0x1163
-
 
448
  db 'Imagraph Corporation                              '
-
 
449
  dw  4453  ;  0x1165
-
 
450
  db 'Reliance Computer Corp./ServerWorks               '
-
 
451
  dw  4454  ;  0x1166
-
 
452
  db 'Centre f/Dev. of Adv. Computing                   '
-
 
453
  dw  4457  ;  0x1169
-
 
454
  db 'Polaris Communications                            '
-
 
455
  dw  4458  ;  0x116A
-
 
456
  db 'ELECTRONICS FOR IMAGING                           '
-
 
457
  dw  4462  ;  0x116E
-
 
458
  db 'INVENTEC CORPORATION                              '
-
 
459
  dw  4464  ;  0x1170
-
 
460
  db 'BLUE WAVE SYSTEMS                                 '
-
 
461
  dw  4465  ;  0x1171
-
 
462
  db 'ALTERA CORPORATION                                '
-
 
463
  dw  4466  ;  0x1172
-
 
464
  db 'SBE                                               '
-
 
465
  dw  4470  ;  0x1176
-
 
466
  db 'Alfa Inc                                          '
-
 
467
  dw  4472  ;  0x1178
-
 
468
  db 'TOSHIBA AMERICA INFO SYSTEMS                      '
-
 
469
  dw  4473  ;  0x1179
-
 
470
  db 'GCE-8320B                                         '
-
 
471
  dw  4475  ;  0x117B
-
 
472
  db 'T/R Systems                                       '
-
 
473
  dw  4478  ;  0x117E
-
 
474
  db 'RICOH CO LTD                                      '
-
 
475
  dw  4480  ;  0x1180
-
 
476
  db 'Dataworld                                         '
-
 
477
  dw  4485  ;  0x1185
-
 
478
  db 'D-LINK SYSTEM INC                                 '
-
 
479
  dw  4486  ;  0x1186
-
 
480
  db 'ADVANCED TECHNOLOGY LABORATORIES                  '
-
 
481
  dw  4487  ;  0x1187
-
 
482
  db 'MATSUSHITA ELECTIC INDUSTRIAL CO LTD              '
-
 
483
  dw  4489  ;  0x1189
-
 
484
  db 'PLATYPUS TECHNOLOGY PTY LTD                       '
-
 
485
  dw  4491  ;  0x118B
-
 
486
  db 'Corollary Inc                                     '
-
 
487
  dw  4492  ;  0x118C
-
 
488
  db 'BitFlow Inc                                       '
-
 
489
  dw  4493  ;  0x118D
-
 
490
  db 'Hermstedt AG                                      '
-
 
491
  dw  4494  ;  0x118E
-
 
492
  db 'Tripace                                           '
-
 
493
  dw  4496  ;  0x1190
-
 
494
  db 'ACARD TECHNOLOGY                                  '
-
 
495
  dw  4497  ;  0x1191
-
 
496
  db 'RATOC SYSTEMS INC                                 '
-
 
497
  dw  4501  ;  0x1195
-
 
498
  db 'Gage Applied Technologies                         '
-
 
499
  dw  4503  ;  0x1197
-
 
500
  db 'Attachmate Corp.                                  '
-
 
501
  dw  4505  ;  0x1199
-
 
502
  db 'MINDSHARE.                                        '
-
 
503
  dw  4506  ;  0x119A
-
 
504
  db 'Omega Micro Inc.                                  '
-
 
505
  dw  4507  ;  0x119B
-
 
506
  db 'BUG.                                              '
-
 
507
  dw  4509  ;  0x119D
-
 
508
  db 'FUJITSU MICROELECTRONICS LTD.                     '
-
 
509
  dw  4510  ;  0x119E
-
 
510
  db 'BULL HN INFORMATION SYSTEMS                       '
-
 
511
  dw  4511  ;  0x119F
-
 
512
  db 'HAMAMATSU PHOTONICS K.K.                          '
-
 
513
  dw  4513  ;  0x11A1
-
 
514
  db 'Systech Corp.                                     '
-
 
515
  dw  4520  ;  0x11A8
-
 
516
  db 'InnoSys Inc.                                      '
-
 
517
  dw  4521  ;  0x11A9
-
 
518
  db 'ACTEL                                             '
-
 
519
  dw  4522  ;  0x11AA
-
 
520
  db 'GALILEO TECHNOLOGY LTD/Marvell Semiconductor, Inc.'
-
 
521
  dw  4523  ;  0x11AB
-
 
522
  db 'LITE-ON COMMUNICATIONS INC                        '
-
 
523
  dw  4525  ;  0x11AD
-
 
524
  db 'SCITEX CORPORATION                                '
-
 
525
  dw  4526  ;  0x11AE
-
 
526
  db 'AVID TECHNOLOGY INC                               '
-
 
527
  dw  4527  ;  0x11AF
-
 
528
  db 'V3 SEMICONDUCTOR INC./Quicklogic Corp             '
-
 
529
  dw  4528  ;  0x11B0
-
 
530
  db 'EASTMAN KODAK                                     '
-
 
531
  dw  4530  ;  0x11B2
-
 
532
  db 'BARR SYSTEMS INC.                                 '
-
 
533
  dw  4531  ;  0x11B3
-
 
534
  db 'Radstone Technology Ltd.                          '
-
 
535
  dw  4533  ;  0x11B5
-
 
536
  db 'Xpoint Technologies Inc                           '
-
 
537
  dw  4536  ;  0x11B8
-
 
538
  db 'Pathlight Technology Inc.                         '
-
 
539
  dw  4537  ;  0x11B9
-
 
540
_SECONDPART:  ;lists 255 Vendors
-
 
541
  db 'Network Peripherals Inc                           '
-
 
542
  dw  4540  ;  0x11BC
-
 
543
  db 'Pinnacle Systems Inc.                             '
-
 
544
  dw  4541  ;  0x11BD
-
 
545
  db 'ASTRODESIGN                                       '
-
 
546
  dw  4543  ;  0x11BF
-
 
547
  db 'AGERE/LUCENT                                      '
-
 
548
  dw  4545  ;  0x11C1
-
 
549
  db 'DAINIPPON SCREEN MFG. CO. LTD                     '
-
 
550
  dw  4550  ;  0x11C6
-
 
551
  db 'DOLPHIN INTERCONNECT SOLUTIONS AS                 '
-
 
552
  dw  4552  ;  0x11C8
-
 
553
  db 'MAGMA                                             '
-
 
554
  dw  4553  ;  0x11C9
-
 
555
  db 'LSI SYSTEMS                                       '
-
 
556
  dw  4554  ;  0x11CA
-
 
557
  db 'SPECIALIX INTERNATIONAL LTD                       '
-
 
558
  dw  4555  ;  0x11CB
-
 
559
  db 'NETACCESS/Primary Rate Inc                        '
-
 
560
  dw  4558  ;  0x11CE
-
 
561
  db 'LOCKHEED MARTIN-Electronics & Communications      '
-
 
562
  dw  4560  ;  0x11D0
-
 
563
  db 'AuraVision Corporation                            '
-
 
564
  dw  4561  ;  0x11D1
-
 
565
  db 'INTERCOM INC.                                     '
-
 
566
  dw  4562  ;  0x11D2
-
 
567
  db 'Analog Devices, Inc.                              '
-
 
568
  dw  4564  ;  0x11D4
-
 
569
  db 'IKON CORPORATION/Tahoma Technology                '
-
 
570
  dw  4565  ;  0x11D5
-
 
571
  db 'TOSHIBA TEC CORPORATION                           '
-
 
572
  dw  4569  ;  0x11D9
-
 
573
  db 'NOVELL                                            '
-
 
574
  dw  4570  ;  0x11DA
-
 
575
  db 'Sega Enterprises Ltd                              '
-
 
576
  dw  4571  ;  0x11DB
-
 
577
  db 'Zoran Corporation                                 '
-
 
578
  dw  4574  ;  0x11DE
-
 
579
  db 'NEW WAVE PDG                                      '
-
 
580
  dw  4575  ;  0x11DF
-
 
581
  db 'QUICKLOGIC CORPORATION                            '
-
 
582
  dw  4579  ;  0x11E3
-
 
583
  db 'CORECO INC                                        '
-
 
584
  dw  4588  ;  0x11EC
-
 
585
  db 'DOME IMAGING SYSTEMS INC                          '
-
 
586
  dw  4590  ;  0x11EE
-
 
587
  db 'Compu-Shack GmbH                                  '
-
 
588
  dw  4592  ;  0x11F0
-
 
589
  db 'Kinetic Systems Corporation                       '
-
 
590
  dw  4596  ;  0x11F4
-
 
591
  db 'Powermatic Data Systems Ltd                       '
-
 
592
  dw  4598  ;  0x11F6
-
 
593
  db 'PMC-SIERRA INC                                    '
-
 
594
  dw  4600  ;  0x11F8
-
 
595
  db 'Comtrol Corp                                      '
-
 
596
  dw  4606  ;  0x11FE
-
 
597
  db 'Network General Corp                              '
-
 
598
  dw  4610  ;  0x1202
-
 
599
  db 'AGFA CORPORATION                                  '
-
 
600
  dw  4611  ;  0x1203
-
 
601
  db 'AMDAHL CORPORATION                                '
-
 
602
  dw  4614  ;  0x1206
-
 
603
  db 'Parsytec GmbH                                     '
-
 
604
  dw  4616  ;  0x1208
-
 
605
  db 'Sci Systems Inc                                   '
-
 
606
  dw  4617  ;  0x1209
-
 
607
  db 'Cyclades Corporation                              '
-
 
608
  dw  4622  ;  0x120E
-
 
609
  db 'ESSENTIAL COMMUNICATIONS                          '
-
 
610
  dw  4623  ;  0x120F
-
 
611
  db 'PERFORMANCE TECHNOLOGIES.                         '
-
 
612
  dw  4628  ;  0x1214
-
 
613
  db 'PURUP-EskoFot A/S                                 '
-
 
614
  dw  4630  ;  0x1216
-
 
615
  db 'O2MICRO.                                          '
-
 
616
  dw  4631  ;  0x1217
-
 
617
  db '3DFX INTERACTIVE                                  '
-
 
618
  dw  4634  ;  0x121A
-
 
619
  db 'VIRATA LTD                                        '
-
 
620
  dw  4635  ;  0x121B
-
 
621
  db 'Ariel Corporation                                 '
-
 
622
  dw  4640  ;  0x1220
-
 
623
  db 'CONTEC CO. LTD                                    '
-
 
624
  dw  4641  ;  0x1221
-
 
625
  db 'ARTESYN COMMUNICATIONS PRODUCTS INC               '
-
 
626
  dw  4643  ;  0x1223
-
 
627
  db 'Interactive Images                                '
-
 
628
  dw  4644  ;  0x1224
-
 
629
  db 'TECH-SOURCE                                       '
-
 
630
  dw  4647  ;  0x1227
-
 
631
  db 'SICAN GMBH                                        '
-
 
632
  dw  4652  ;  0x122C
-
 
633
  db 'Aztech System Ltd                                 '
-
 
634
  dw  4653  ;  0x122D
-
 
635
  db 'MARCONI COMMUNICATIONS LTD                        '
-
 
636
  dw  4658  ;  0x1232
-
 
637
  db 'Sigma Designs, Inc                                '
-
 
638
  dw  4662  ;  0x1236
-
 
639
  db 'Solitron Technologies Inc.                        '
-
 
640
  dw  4684  ;  0x124C
-
 
641
  db 'Stallion Technologies                             '
-
 
642
  dw  4665  ;  0x124D
-
 
643
  db 'Infortrend Technology Inc                         '
-
 
644
  dw  4667  ;  0x124F
-
 
645
  db 'Perceptive Solutions Inc.                         '
-
 
646
  dw  4694  ;  0x1256
-
 
647
  db 'Gilbarco Inc.                                     '
-
 
648
  dw  4696  ;  0x1258
-
 
649
  db 'Asix Electronics Corp.                            '
-
 
650
  dw  4699  ;  0x125B
-
 
651
  db 'Microdyne Corp.                                   '
-
 
652
  dw  4710  ;  0x1266
-
 
653
  db 'S.A. Telecommunications                           '
-
 
654
  dw  4711  ;  0x1267
-
 
655
  db 'SOLITON SYSTEMS K.K.                              '
-
 
656
  dw  4961  ;  0x1361
-
 
657
  db 'CENTURY SYSTEMS.                                  '
-
 
658
  dw  4668  ;  0x123C
-
 
659
  db 'Engineering Design Team Inc.                      '
-
 
660
  dw  4669  ;  0x123D
-
 
661
  db 'C-CUBE MICROSYSTEMS                               '
-
 
662
  dw  4671  ;  0x123F
-
 
663
  db 'JAYCOR NETWORKS INC./JNI Corporation              '
-
 
664
  dw  4674  ;  0x1242
-
 
665
  db 'AVM AUDIOVISUELLES MKTG & COMPUTER SYSTEM GMBH    '
-
 
666
  dw  4676  ;  0x1244
-
 
667
  db 'SBS TECHNOLOGIES                                  '
-
 
668
  dw  4683  ;  0x124B
-
 
669
  db 'Hitachi Microcomputer System Ltd.                 '
-
 
670
  dw  4688  ;  0x1250
-
 
671
  db 'GUZIK TECHNICAL ENTERPRISES                       '
-
 
672
  dw  4691  ;  0x1253
-
 
673
  db 'OPTIBASE LTD                                      '
-
 
674
  dw  4693  ;  0x1255
-
 
675
  db 'ALLIED TELESYN INTERNATIONAL                      '
-
 
676
  dw  4697  ;  0x1259
-
 
677
  db 'AURORA TECHNOLOGIES.                              '
-
 
678
  dw  4700  ;  0x125C
-
 
679
  db 'ESS TECHNOLOGY, INC.                              '
-
 
680
  dw  4701  ;  0x125D
-
 
681
  db 'CONCURRENT TECHNOLOGIES                           '
-
 
682
  dw  4703  ;  0x125F
-
 
683
  db 'INTERSIL CORP                                     '
-
 
684
  dw  4704  ;  0x1260
-
 
685
  db 'MATSUSHITA-KOTOBUKI ELECTRONICS                   '
-
 
686
  dw  4705  ;  0x1261
-
 
687
  db 'AVAL NAGASAKI CORPORATION                         '
-
 
688
  dw  4708  ;  0x1264
-
 
689
  db 'TEKTRONIX                                         '
-
 
690
  dw  4712  ;  0x1268
-
 
691
  db 'Nortel Networks Corp.                             '
-
 
692
  dw  4716  ;  0x126C
-
 
693
  db 'SPLASH TECHNOLOGY.                                '
-
 
694
  dw  4717  ;  0x126D
-
 
695
  db 'SUMITOMO METAL INDUSTRIES                         '
-
 
696
  dw  4718  ;  0x126E
-
 
697
  db 'SILICON MOTION.                                   '
-
 
698
  dw  4719  ;  0x126F
-
 
699
  db 'OLYMPUS OPTICAL CO. LTD.                          '
-
 
700
  dw  4720  ;  0x1270
-
 
701
  db 'CREATIVE LABS (WAS ENSONIQ, MALVERN)              '
-
 
702
  dw  4724  ;  0x1274
-
 
703
  db 'NETWORK APPLIANCE CORPORATION                     '
-
 
704
  dw  4725  ;  0x1275
-
 
705
  db 'Transtech Parallel Systems                        '
-
 
706
  dw  4728  ;  0x1278
-
 
707
  db 'TRANSMETA CORPORATION                             '
-
 
708
  dw  4729  ;  0x1279
-
 
709
  db 'CONEXANT, ROCKWELL                                '
-
 
710
  dw  4730  ;  0x127A
-
 
711
  db 'VELA RESEARCH LP                                  '
-
 
712
  dw  4733  ;  0x127D
-
 
713
  db 'FUJIFILM                                          '
-
 
714
  dw  4735  ;  0x127F
-
 
715
  db 'YOKOGAWA ELECTRIC CORPORATION                     '
-
 
716
  dw  4737  ;  0x1281
-
 
717
  db 'Integrated Technology Express Inc.                '
-
 
718
  dw  4739  ;  0x1283
-
 
719
  db 'MAZET GMBH                                        '
-
 
720
  dw  4742  ;  0x1286
-
 
721
  db 'TRANSWITCH CORPORATION                            '
-
 
722
  dw  4747  ;  0x128B
-
 
723
  db 'G2 Networks Inc.                                  '
-
 
724
  dw  4749  ;  0x128D
-
 
725
  db 'TATENO DENNOU.                                    '
-
 
726
  dw  4751  ;  0x128F
-
 
727
  db 'TOSHIBA PERSONAL COMPUTER SYSTEM CORP.            '
-
 
728
  dw  4752  ;  0x1290
-
 
729
  db 'NCS COMPUTER ITALIA SRL                           '
-
 
730
  dw  4753  ;  0x1291
-
 
731
  db 'TRITECH MICROELECTRONICS INC                      '
-
 
732
  dw  4754  ;  0x1292
-
 
733
  db 'SHUTTLE COMPUTER                                  '
-
 
734
  dw  4759  ;  0x1297
-
 
735
  db 'KNOWLEDGE TECHNOLOGY LAB.                         '
-
 
736
  dw  4761  ;  0x1299
-
 
737
  db 'VMETRO Inc.                                       '
-
 
738
  dw  4762  ;  0x129A
-
 
739
  db 'VICTOR COMPANY OF JAPAN                           '
-
 
740
  dw  4766  ;  0x129E
-
 
741
  db 'ALLEN- BRADLEY COMPANY                            '
-
 
742
  dw  4768  ;  0x12A0
-
 
743
  db 'Lucent Technologies AMR                           '
-
 
744
  dw  4771  ;  0x12A3
-
 
745
  db 'AMO GMBH                                          '
-
 
746
  dw  4775  ;  0x12A7
-
 
747
  db 'XIOTECH CORPORATION                               '
-
 
748
  dw  4777  ;  0x12A9
-
 
749
  db 'YUAN YUAN ENTERPRISE CO. LTD.                     '
-
 
750
  dw  4779  ;  0x12AB
-
 
751
  db 'Alteon Networks Inc.                              '
-
 
752
  dw  4782  ;  0x12AE
-
 
753
  db 'NATURAL MICROSYSTEMS                              '
-
 
754
  dw  4790  ;  0x12B6
-
 
755
  db 'COGNEX MODULAR VISION SYSTEMS DIV.-ACUMEN INC.    '
-
 
756
  dw  4791  ;  0x12B7
-
 
757
  db '3Com  Corp, Modem Division                        '
-
 
758
  dw  4793  ;  0x12B9
-
 
759
  db 'ARRAY MICROSYSTEMS                                '
-
 
760
  dw  4796  ;  0x12BC
-
 
761
  db 'ANCHOR CHIPS INC.                                 '
-
 
762
  dw  4798  ;  0x12BE
-
 
763
  db 'Fujifilm Microdevices                             '
-
 
764
  dw  4799  ;  0x12BF
-
 
765
  db 'INFIMED                                           '
-
 
766
  dw  4800  ;  0x12C0
-
 
767
  db 'Holtek Microelectronics Inc.                      '
-
 
768
  dw  4803  ;  0x12C3
-
 
769
  db 'Connect Tech Inc                                  '
-
 
770
  dw  4804  ;  0x12C4
-
 
771
  db 'Mitan Corporation                                 '
-
 
772
  dw  4806  ;  0x12C6
-
 
773
  db 'Dialogic Corp                                     '
-
 
774
  dw  4807  ;  0x12C7
-
 
775
  db 'Integrated Computing Engines                      '
-
 
776
  dw  4810  ;  0x12CA
-
 
777
  db 'Aims Lab                                          '
-
 
778
  dw  4813  ;  0x12CD
-
 
779
  db 'NVIDIA (WAS: STB,SGS THOMPSON)                    '
-
 
780
  dw  4818  ;  0x12D2
-
 
781
  db 'GE VINGMED ULTRASOUND AS                          '
-
 
782
  dw  4819  ;  0x12D3
-
 
783
  db 'COMVERSE NETWORKS SYSTEM & Ulticom, Inc.          '
-
 
784
  dw  4820  ;  0x12D4
-
 
785
  db 'Equator Technologies                              '
-
 
786
  dw  4821  ;  0x12D5
-
 
787
  db 'Analogic Corp                                     '
-
 
788
  dw  4822  ;  0x12D6
-
 
789
  db 'PERICOM SEMICONDUCTOR                             '
-
 
790
  dw  4824  ;  0x12D8
-
 
791
  db 'Aculab PLC                                        '
-
 
792
  dw  4825  ;  0x12D9
-
 
793
  db 'True Time Inc.                                    '
-
 
794
  dw  4826  ;  0x12DA
-
 
795
  db 'Rainbow Technologies                              '
-
 
796
  dw  4830  ;  0x12DE
-
 
797
  db 'SBS Technologies Inc                              '
-
 
798
  dw  4831  ;  0x12DF
-
 
799
  db 'Chase Research PLC                                '
-
 
800
  dw  4832  ;  0x12E0
-
 
801
  db 'Datum Inc. Bancomm-Timing Division                '
-
 
802
  dw  4834  ;  0x12E2
-
 
803
  db 'Brooktrout Technology Inc                         '
-
 
804
  dw  4836  ;  0x12E4
-
 
805
  db 'Sebring Systems                                   '
-
 
806
  dw  4839  ;  0x12E7
-
 
807
  db 'Real Vision                                       '
-
 
808
  dw  4842  ;  0x12EA
-
 
809
  db 'Aureal Semiconductor                              '
-
 
810
  dw  4843  ;  0x12EB
-
 
811
  db '3A                                                '
-
 
812
  dw  4844  ;  0x12EC
-
 
813
  db 'PENTEK                                            '
-
 
814
  dw  4848  ;  0x12F0
-
 
815
  db 'COGNEX INC.                                       '
-
 
816
  dw  4855  ;  0x12F7
-
 
817
  db 'Spectrum Signal Processing                        '
-
 
818
  dw  4859  ;  0x12FB
-
 
819
  db 'CAPITAL EQUIPMENT CORP                            '
-
 
820
  dw  4860  ;  0x12FC
-
 
821
  db 'ESD Electronic System Design GmbH                 '
-
 
822
  dw  4862  ;  0x12FE
-
 
823
  db 'Juniper Networks Inc.                             '
-
 
824
  dw  4868  ;  0x1304
-
 
825
  db 'Computer Boards                                   '
-
 
826
  dw  4871  ;  0x1307
-
 
827
  db 'LEVEL ONE COMMUNICATIONS/Jato Technologies Inc.   '
-
 
828
  dw  4872  ;  0x1308
-
 
829
  db 'Mitsubishi Electric MicroComputer                 '
-
 
830
  dw  4874  ;  0x130A
-
 
831
  db 'Colorgraphic Communications Corp                  '
-
 
832
  dw  4875  ;  0x130B
-
 
833
  db 'Advanet Inc                                       '
-
 
834
  dw  4879  ;  0x130F
-
 
835
  db 'GESPAC                                            '
-
 
836
  dw  4880  ;  0x1310
-
 
837
  db 'YASKAWA ELECTRIC CO.                              '
-
 
838
  dw  4883  ;  0x1313
-
 
839
  db 'TERADYNE INC.                                     '
-
 
840
  dw  4886  ;  0x1316
-
 
841
  db 'ADMTEK INC                                        '
-
 
842
  dw  4887  ;  0x1317
-
 
843
  db 'Packet Engines Inc.                               '
-
 
844
  dw  4888  ;  0x1318
-
 
845
  db 'ForteMedia                                        '
-
 
846
  dw  4889  ;  0x1319
-
 
847
  db 'SIIG Inc                                          '
-
 
848
  dw  4895  ;  0x131F
-
 
849
  db 'SALIX TECHNOLOGIES INC                            '
-
 
850
  dw  4901  ;  0x1325
-
 
851
  db 'SeaChange International                           '
-
 
852
  dw  4902  ;  0x1326
-
 
853
  db 'RadiSys Corp.                                     '
-
 
854
  dw  4913  ;  0x1331
-
 
855
  db 'PRISA NETWORKS                                    '
-
 
856
  dw  4925  ;  0x133D
-
 
857
  db 'SCM MICROSYSTEMS                                  '
-
 
858
  dw  4927  ;  0x133F
-
 
859
  db 'PROMAX SYSTEMS INC                                '
-
 
860
  dw  4930  ;  0x1342
-
 
861
  db 'MICRON TECHNOLOGY INC                             '
-
 
862
  dw  4932  ;  0x1344
-
 
863
  db 'ARK RESEARCH CORP.                                '
-
 
864
  dw  4939  ;  0x134B
-
 
865
  db 'CHORI JOHO SYSTEM CO. LTD                         '
-
 
866
  dw  4940  ;  0x134C
-
 
867
  db 'PC-TEL INC                                        '
-
 
868
  dw  4941  ;  0x134D
-
 
869
  db 'BRAIN BOXES LIMITED                               '
-
 
870
  dw  4954  ;  0x135A
-
 
871
  db 'QUATECH INC                                       '
-
 
872
  dw  4956  ;  0x135C
-
 
873
  db 'SEALEVEL SYSTEMS INC                              '
-
 
874
  dw  4958  ;  0x135E
-
 
875
  db 'I-DATA INTERNATIONAL A-S                          '
-
 
876
  dw  4959  ;  0x135F
-
 
877
  db 'MEINBERG FUNKUHREN                                '
-
 
878
  dw  4960  ;  0x1360
-
 
879
  db 'PHOENIX TECHNOLOGIES LTD                          '
-
 
880
  dw  4963  ;  0x1363
-
 
881
  db 'HITACHI ZOSEN CORPORATION                         '
-
 
882
  dw  4967  ;  0x1367
-
 
883
  db 'SKYWARE CORPORATION                               '
-
 
884
  dw  4968  ;  0x1368
-
 
885
  db 'DIGIGRAM                                          '
-
 
886
  dw  4969  ;  0x1369
-
 
887
  db 'KAWASAKI STEEL CORPORATION                        '
-
 
888
  dw  4971  ;  0x136B
-
 
889
  db 'ADTEK SYSTEM SCIENCE CO LTD                       '
-
 
890
  dw  4972  ;  0x136C
-
 
891
  db 'BOEING-SUNNYVALE                                  '
-
 
892
  dw  4981  ;  0x1375
-
 
893
  db 'ELECTRONIC EQUIPMENT PRODUCTION & DISTRIBUTION    '
-
 
894
  dw  4983  ;  0x1377
-
 
895
  db 'MARK OF THE UNICORN INC                           '
-
 
896
  dw  4986  ;  0x137A
-
 
897
  db 'PPT VISION                                        '
-
 
898
  dw  4987  ;  0x137B
-
 
899
  db 'IWATSU ELECTRIC CO LTD                            '
-
 
900
  dw  4988  ;  0x137C
-
 
901
  db 'DYNACHIP CORPORATION                              '
-
 
902
  dw  4989  ;  0x137D
-
 
903
  db 'SANRITZ AUTOMATION CO LTC                         '
-
 
904
  dw  4992  ;  0x1380
-
 
905
  db 'BRAINS CO. LTD                                    '
-
 
906
  dw  4993  ;  0x1381
-
 
907
  db 'CONTROLNET INC                                    '
-
 
908
  dw  4995  ;  0x1383
-
 
909
  db 'STELLAR SEMICONDUCTOR INC                         '
-
 
910
  dw  4996  ;  0x1384
-
 
911
  db 'NETGEAR                                           '
-
 
912
  dw  4997  ;  0x1385
-
 
913
  db 'SYSTRAN CORP                                      '
-
 
914
  dw  4999  ;  0x1387
-
 
915
  db 'HITACHI INFORMATION TECHNOLOGY CO LTD             '
-
 
916
  dw  5000  ;  0x1388
-
 
917
  db 'APPLICOM INTERNATIONAL                            '
-
 
918
  dw  5001  ;  0x1389
-
 
919
  db 'SITERA                                            '
-
 
920
  dw  5002  ;  0x138A
-
 
921
  db 'TOKIMEC INC                                       '
-
 
922
  dw  5003  ;  0x138B
-
 
923
  db 'BASLER GMBH                                       '
-
 
924
  dw  5006  ;  0x138E
-
 
925
  db 'PATAPSCO DESIGNS INC                              '
-
 
926
  dw  5007  ;  0x138F
-
 
927
  db 'MOXA TECHNOLOGIES CO LTD                          '
-
 
928
  dw  5011  ;  0x1393
-
 
929
  db 'LEVEL ONE COMMUNICATIONS                          '
-
 
930
  dw  5012  ;  0x1394
-
 
931
  db 'AMBICOM INC                                       '
-
 
932
  dw  5013  ;  0x1395
-
 
933
  db 'CIPHER SYSTEMS INC                                '
-
 
934
  dw  5014  ;  0x1396
-
 
935
  db 'COLOGNE CHIP DESIGNS GMBH                         '
-
 
936
  dw  5015  ;  0x1397
-
 
937
  db 'CLARION CO. LTD                                   '
-
 
938
  dw  5016  ;  0x1398
-
 
939
  db 'RIOS SYSTEMS CO LTD                               '
-
 
940
  dw  5017  ;  0x1399
-
 
941
  db 'ALACRITECH INC                                    '
-
 
942
  dw  5018  ;  0x139A
-
 
943
  db 'QUANTUM 3D INC                                    '
-
 
944
  dw  5020  ;  0x139C
-
 
945
  db 'XSTREAMS PLC/ EPL LIMITED                         '
-
 
946
  dw  5021  ;  0x139D
-
 
947
  db 'ECHOSTAR DATA NETWORKS                            '
-
 
948
  dw  5022  ;  0x139E
-
 
949
  db 'AETHRA S.R.L.                                     '
-
 
950
  dw  5023  ;  0x139F
-
 
951
  db 'CRYSTAL GROUP INC                                 '
-
 
952
  dw  5024  ;  0x13A0
-
 
953
  db 'KAWASAKI HEAVY INDUSTRIES LTD                     '
-
 
954
  dw  5025  ;  0x13A1
-
 
955
  db 'OSITECH COMMUNICATIONS INC                        '
-
 
956
  dw  5026  ;  0x13A2
-
 
957
  db 'RASCOM INC                                        '
-
 
958
  dw  5028  ;  0x13A4
-
 
959
  db 'TELES AG                                          '
-
 
960
  dw  5031  ;  0x13A7
-
 
961
  db 'EXAR CORP.                                        '
-
 
962
  dw  5032  ;  0x13A8
-
 
963
  db 'SIEMENS MEDICAL SYSTEMS                           '
-
 
964
  dw  5033  ;  0x13A9
-
 
965
  db 'NORTEL NETWORKS-BWA DIVISION                      '
-
 
966
  dw  5034  ;  0x13AA
-
 
967
  db 'T.SQWARE                                          '
-
 
968
  dw  5039  ;  0x13AF
-
 
969
  db 'TAMURA CORPORATION                                '
-
 
970
  dw  5041  ;  0x13B1
-
 
971
  db 'WELLBEAN CO INC                                   '
-
 
972
  dw  5044  ;  0x13B4
-
 
973
  db 'ARM Ltd                                           '
-
 
974
  dw  5045  ;  0x13B5
-
 
975
  db 'DLoG GMBH                                         '
-
 
976
  dw  5046  ;  0x13B6
-
 
977
  db 'NOKIA TELECOMMUNICATIONS OY                       '
-
 
978
  dw  5048  ;  0x13B8
-
 
979
  db 'SHARP CORPORATION                                 '
-
 
980
  dw  5053  ;  0x13BD
-
 
981
  db 'SHAREWAVE INC                                     '
-
 
982
  dw  5055  ;  0x13BF
-
 
983
  db '3ware Inc.                                        '
-
 
984
  dw  5057  ;  0x13C1
-
 
985
  db 'TECHNOTREND SYSTEMTECHNIK GMBH                    '
-
 
986
  dw  5058  ;  0x13C2
-
 
987
  db 'JANZ COMPUTER AG                                  '
-
 
988
  dw  5059  ;  0x13C3
-
 
989
  db 'CONDOR ENGINEERING INC                            '
-
 
990
  dw  5062  ;  0x13C6
-
 
991
  db 'BLUE CHIP TECHNOLOGY LTD                          '
-
 
992
  dw  5063  ;  0x13C7
-
 
993
  db 'IOMEGA CORPORATION                                '
-
 
994
  dw  5066  ;  0x13CA
-
 
995
  db 'METHEUS CORPORATION                               '
-
 
996
  dw  5068  ;  0x13CC
-
 
997
  db 'STUDIO AUDIO & VIDEO LTD                          '
-
 
998
  dw  5071  ;  0x13CF
-
 
999
  db 'B2C2                                              '
-
 
1000
  dw  5072  ;  0x13D0
-
 
1001
  db 'ABOCOM SYSTEMS                                    '
-
 
1002
  dw  5073  ;  0x13D1
-
 
1003
  db 'SHARK MULTIMEDIA INC                              '
-
 
1004
  dw  5074  ;  0x13D2
-
 
1005
  db 'IMC NETWORKS                                      '
-
 
1006
  dw  5075  ;  0x13D3
-
 
1007
  db 'GRAPHICS MICROSYSTEMS INC                         '
-
 
1008
  dw  5076  ;  0x13D4
-
 
1009
  db 'K.I. TECHNOLOGY CO LTD                            '
-
 
1010
  dw  5078  ;  0x13D6
-
 
1011
  db 'TOSHIBA ENGINEERING CORPORATION                   '
-
 
1012
  dw  5079  ;  0x13D7
-
 
1013
  db 'PHOBOS CORPORATION                                '
-
 
1014
  dw  5080  ;  0x13D8
-
 
1015
  db 'APEX INC                                          '
-
 
1016
  dw  5081  ;  0x13D9
-
 
1017
  db 'NETBOOST CORPORATION                              '
-
 
1018
  dw  5084  ;  0x13DC
-
 
1019
  db 'ABB ROBOTICS PRODUCTS                             '
-
 
1020
  dw  5086  ;  0x13DE
-
 
1021
  db 'E-TECH INC                                        '
-
 
1022
  dw  5087  ;  0x13DF
-
 
1023
  db 'GVC CORPORATION                                   '
-
 
1024
  dw  5088  ;  0x13E0
-
 
1025
  db 'NEST INC                                          '
-
 
1026
  dw  5091  ;  0x13E3
-
 
1027
  db 'CALCULEX INC                                      '
-
 
1028
  dw  5092  ;  0x13E4
-
 
1029
  db 'TELESOFT DESIGN LTD                               '
-
 
1030
  dw  5093  ;  0x13E5
-
 
1031
  db 'INTRASERVER TECHNOLOGY INC                        '
-
 
1032
  dw  5097  ;  0x13E9
-
 
1033
  db 'DALLAS SEMICONDUCTOR                              '
-
 
1034
  dw  5098  ;  0x13EA
-
 
1035
  db 'SUNDANCE TECHNOLOGY INC                           '
-
 
1036
  dw  5104  ;  0x13F0
-
 
1037
  db 'OCE-TECHNOLOGIES B.V.                             '
-
 
1038
  dw  5105  ;  0x13F1
-
 
1039
  db 'FORD MICROELECTRONICS INC                         '
-
 
1040
  dw  5106  ;  0x13F2
-
 
1041
  db 'TROIKA NETWORKS INC                               '
-
 
1042
  dw  5108  ;  0x13F4
-
 
1043
  db 'C-MEDIA ELECTRONICS INC                           '
-
 
1044
  dw  5110  ;  0x13F6
-
 
1045
  db 'NTT ADVANCED TECHNOLOGY CORP.                     '
-
 
1046
  dw  5113  ;  0x13F9
-
 
1047
  db 'AYDIN CORP                                        '
-
 
1048
  dw  5115  ;  0x13FB
-
 
1049
  db 'MICRO SCIENCE INC                                 '
-
 
1050
  dw  5117  ;  0x13FD
-
 
1051
_THIRDPART: ;lists 255 vendors
-
 
1052
  db 'ARTX INC                                          '
-
 
1053
  dw  5120  ;  0x1400
-
 
1054
  db 'Meilhaus Electronic GmbH Germany                  '
-
 
1055
  dw  5122  ;  0x1402
-
 
1056
  db 'FUNDAMENTAL SOFTWARE INC                          '
-
 
1057
  dw  5124  ;  0x1404
-
 
1058
  db 'OCE PRINTING SYSTEMS GmbH                         '
-
 
1059
  dw  5126  ;  0x1406
-
 
1060
  db 'LAVA COMPUTER MFG INC                             '
-
 
1061
  dw  5127  ;  0x1407
-
 
1062
  db 'ALOKA CO. LTD                                     '
-
 
1063
  dw  5128  ;  0x1408
-
 
1064
  db 'DSP RESEARCH INC                                  '
-
 
1065
  dw  5130  ;  0x140A
-
 
1066
  db 'RAMIX INC                                         '
-
 
1067
  dw  5131  ;  0x140B
-
 
1068
  db 'MATSUSHITA ELECTRIC WORKS LTD                     '
-
 
1069
  dw  5133  ;  0x140D
-
 
1070
  db 'ADDONICS                                          '
-
 
1071
  dw  5139  ;  0x1413
-
 
1072
  db 'OXFORD SEMICONDUCTOR LTD                          '
-
 
1073
  dw  5141  ;  0x1415
-
 
1074
  db 'KYUSHU ELECTRONICS SYSTEMS INC                    '
-
 
1075
  dw  5144  ;  0x1418
-
 
1076
  db 'EXCEL SWITCHING CORP                              '
-
 
1077
  dw  5145  ;  0x1419
-
 
1078
  db 'ZOOM TELEPHONICS INC                              '
-
 
1079
  dw  5147  ;  0x141B
-
 
1080
  db 'FANUC LTD                                         '
-
 
1081
  dw  5150  ;  0x141E
-
 
1082
  db 'PSION DACOM PLC                                   '
-
 
1083
  dw  5152  ;  0x1420
-
 
1084
  db 'EDEC CO LTD                                       '
-
 
1085
  dw  5160  ;  0x1428
-
 
1086
  db 'UNEX TECHNOLOGY CORP                              '
-
 
1087
  dw  5161  ;  0x1429
-
 
1088
  db 'KINGMAX TECHNOLOGY INC                            '
-
 
1089
  dw  5162  ;  0x142A
-
 
1090
  db 'RADIOLAN                                          '
-
 
1091
  dw  5163  ;  0x142B
-
 
1092
  db 'MINTON OPTIC INDUSTRY CO LTD                      '
-
 
1093
  dw  5164  ;  0x142C
-
 
1094
  db 'PIXSTREAM INC                                     '
-
 
1095
  dw  5165  ;  0x142D
-
 
1096
  db 'ITT AEROSPACE/COMMUNICATIONS DIVISION             '
-
 
1097
  dw  5168  ;  0x1430
-
 
1098
  db 'ELTEC ELEKTRONIK GMBH                             '
-
 
1099
  dw  5171  ;  0x1433
-
 
1100
  db 'CIS TECHNOLOGY INC                                '
-
 
1101
  dw  5174  ;  0x1436
-
 
1102
  db 'NISSIN INC CO                                     '
-
 
1103
  dw  5175  ;  0x1437
-
 
1104
  db 'ATMEL-DREAM                                       '
-
 
1105
  dw  5176  ;  0x1438
-
 
1106
  db 'LIGHTWELL CO LTD-ZAX DIVISION                     '
-
 
1107
  dw  5183  ;  0x143F
-
 
1108
  db 'AGIE SA                                           '
-
 
1109
  dw  5185  ;  0x1441
-
 
1110
  db 'LOGICAL CO LTD                                    '
-
 
1111
  dw  5189  ;  0x1445
-
 
1112
  db 'GRAPHIN CO. LTD                                   '
-
 
1113
  dw  5190  ;  0x1446
-
 
1114
  db 'AIM GMBH                                          '
-
 
1115
  dw  5191  ;  0x1447
-
 
1116
  db 'ADLINK Technology Inc                             '
-
 
1117
  dw  5194  ;  0x144A
-
 
1118
  db 'LORONIX INFORMATION SYSTEMS INC                   '
-
 
1119
  dw  5195  ;  0x144B
-
 
1120
  db 'SAMSUNG ELECTRONICS CO LTD                        '
-
 
1121
  dw  5197  ;  0x144D
-
 
1122
  db 'OCTAVE COMMUNICATIONS IND.                        '
-
 
1123
  dw  5200  ;  0x1450
-
 
1124
  db 'SP3D CHIP DESIGN GMBH                             '
-
 
1125
  dw  5201  ;  0x1451
-
 
1126
  db 'MYCOM INC                                         '
-
 
1127
  dw  5203  ;  0x1453
-
 
1128
  db 'LOGIC PLUS PLUS INC                               '
-
 
1129
  dw  5205  ;  0x1455
-
 
1130
  db 'GIGA-BYTE TECHNOLOGY                              '
-
 
1131
  dw  5208  ;  0x1458
-
 
1132
  db 'CRYPTEK                                           '
-
 
1133
  dw  5212  ;  0x145C
-
 
1134
  db 'BALDOR ELECTRIC COMPANY                           '
-
 
1135
  dw  5215  ;  0x145F
-
 
1136
  db 'DYNARC INC                                        '
-
 
1137
  dw  5216  ;  0x1460
-
 
1138
  db 'AVERMEDIA Tech.                                   '
-
 
1139
  dw  5217  ;  0x1461
-
 
1140
  db 'MICRO-STAR INTERNATIONAL CO LTD                   '
-
 
1141
  dw  5218  ;  0x1462
-
 
1142
  db 'FAST CORPORATION                                  '
-
 
1143
  dw  5219  ;  0x1463
-
 
1144
  db 'INTERACTIVE CIRCUITS & SYSTEMS LTD                '
-
 
1145
  dw  5220  ;  0x1464
-
 
1146
  db 'GN NETTEST TELECOM DIV.                           '
-
 
1147
  dw  5221  ;  0x1465
-
 
1148
  db 'AMBIT MICROSYSTEMS CORP.                          '
-
 
1149
  dw  5224  ;  0x1468
-
 
1150
  db 'CLEVELAND MOTION CONTROLS                         '
-
 
1151
  dw  5225  ;  0x1469
-
 
1152
  db 'RUBY TECH CORP.                                   '
-
 
1153
  dw  5228  ;  0x146C
-
 
1154
  db 'TACHYON                                           '
-
 
1155
  dw  5229  ;  0x146D
-
 
1156
  db 'WILLIAMS ELECTRONICS GAMES.                       '
-
 
1157
  dw  5230  ;  0x146E
-
 
1158
  db 'INTEGRATED TELECOM EXPRESS INC                    '
-
 
1159
  dw  5233  ;  0x1471
-
 
1160
  db 'ZAPEX TECHNOLOGIES INC                            '
-
 
1161
  dw  5235  ;  0x1473
-
 
1162
  db 'DOUG CARSON & ASSOCIATES                          '
-
 
1163
  dw  5236  ;  0x1474
-
 
1164
  db 'NET INSIGHT                                       '
-
 
1165
  dw  5239  ;  0x1477
-
 
1166
  db 'DIATREND CORPORATION                              '
-
 
1167
  dw  5240  ;  0x1478
-
 
1168
  db 'ABIT Computer                                     '
-
 
1169
  dw  5243  ;  0x147B
-
 
1170
  db 'NIHON UNISYS                                      '
-
 
1171
  dw  5247  ;  0x147F
-
 
1172
  db 'ISYTEC-Integrierte Systemtechnik Gmbh             '
-
 
1173
  dw  5250  ;  0x1482
-
 
1174
  db 'LABWAY COPORATION                                 '
-
 
1175
  dw  5251  ;  0x1483
-
 
1176
  db 'ERMA-ELECTRONIC GMBH                              '
-
 
1177
  dw  5253  ;  0x1485
-
 
1178
  db 'KYE SYSTEMS CORPORATION                           '
-
 
1179
  dw  5257  ;  0x1489
-
 
1180
  db 'OPTO 22                                           '
-
 
1181
  dw  5258  ;  0x148A
-
 
1182
  db 'INNOMEDIALOGIC INC.                               '
-
 
1183
  dw  5259  ;  0x148B
-
 
1184
  db 'OSI PLUS CORPORATION                              '
-
 
1185
  dw  5262  ;  0x148E
-
 
1186
  db 'PLANT EQUIPMENT.                                  '
-
 
1187
  dw  5263  ;  0x148F
-
 
1188
  db 'TC LABS PTY LTD.                                  '
-
 
1189
  dw  5264  ;  0x1490
-
 
1190
  db 'MAKER COMMUNICATIONS                              '
-
 
1191
  dw  5267  ;  0x1493
-
 
1192
  db 'TOKAI COMMUNICATIONS INDUSTRY CO. LTD             '
-
 
1193
  dw  5269  ;  0x1495
-
 
1194
  db 'JOYTECH COMPUTER CO. LTD.                         '
-
 
1195
  dw  5270  ;  0x1496
-
 
1196
  db 'SMA REGELSYSTEME GMBH                             '
-
 
1197
  dw  5271  ;  0x1497
-
 
1198
  db 'EMTEC CO. LTD                                     '
-
 
1199
  dw  5273  ;  0x1499
-
 
1200
  db 'ANDOR TECHNOLOGY LTD                              '
-
 
1201
  dw  5274  ;  0x149A
-
 
1202
  db 'SEIKO INSTRUMENTS INC                             '
-
 
1203
  dw  5275  ;  0x149B
-
 
1204
  db 'OVISLINK CORP.                                    '
-
 
1205
  dw  5276  ;  0x149C
-
 
1206
  db 'NEWTEK INC                                        '
-
 
1207
  dw  5277  ;  0x149D
-
 
1208
  db 'MAPLETREE NETWORKS INC.                           '
-
 
1209
  dw  5278  ;  0x149E
-
 
1210
  db 'LECTRON CO LTD                                    '
-
 
1211
  dw  5279  ;  0x149F
-
 
1212
  db 'SOFTING GMBH                                      '
-
 
1213
  dw  5280  ;  0x14A0
-
 
1214
  db 'SYSTEMBASE CO LTD                                 '
-
 
1215
  dw  5281  ;  0x14A1
-
 
1216
  db 'MILLENNIUM ENGINEERING INC                        '
-
 
1217
  dw  5282  ;  0x14A2
-
 
1218
  db 'MAVERICK NETWORKS                                 '
-
 
1219
  dw  5283  ;  0x14A3
-
 
1220
  db 'GVC/BCM ADVANCED RESEARCH                         '
-
 
1221
  dw  5284  ;  0x14A4
-
 
1222
  db 'XIONICS DOCUMENT TECHNOLOGIES INC.                '
-
 
1223
  dw  5285  ;  0x14A5
-
 
1224
  db 'INOVA COMPUTERS GMBH & CO KG                      '
-
 
1225
  dw  5286  ;  0x14A6
-
 
1226
  db 'FEATRON TECHNOLOGIES CORPORATION                  '
-
 
1227
  dw  5288  ;  0x14A8
-
 
1228
  db 'HIVERTEC INC.                                     '
-
 
1229
  dw  5289  ;  0x14A9
-
 
1230
  db 'MENTOR GRAPHICS CORP.                             '
-
 
1231
  dw  5291  ;  0x14AB
-
 
1232
  db 'NOVAWEB TECHNOLOGIES INC                          '
-
 
1233
  dw  5292  ;  0x14AC
-
 
1234
  db 'TIME SPACE RADIO AB                               '
-
 
1235
  dw  5293  ;  0x14AD
-
 
1236
  db 'CTI PET Systems                                   '
-
 
1237
  dw  5294  ;  0x14AE
-
 
1238
  db 'GUILLEMOT CORPORATION                             '
-
 
1239
  dw  5295  ;  0x14AF
-
 
1240
  db 'BST COMMUNICATION TECHNOLOGY LTD                  '
-
 
1241
  dw  5296  ;  0x14B0
-
 
1242
  db 'NEXTCOM K.K.                                      '
-
 
1243
  dw  5297  ;  0x14B1
-
 
1244
  db 'ENNOVATE NETWORKS INC                             '
-
 
1245
  dw  5298  ;  0x14B2
-
 
1246
  db 'XPEED INC.                                        '
-
 
1247
  dw  5299  ;  0x14B3
-
 
1248
  db 'PHILIPS BUSINESS ELECTRONICS B.V.                 '
-
 
1249
  dw  5300  ;  0x14B4
-
 
1250
  db 'CREAMWARE GMBH                                    '
-
 
1251
  dw  5301  ;  0x14B5
-
 
1252
  db 'QUANTUM DATA CORP.                                '
-
 
1253
  dw  5302  ;  0x14B6
-
 
1254
  db 'PROXIM INC                                        '
-
 
1255
  dw  5303  ;  0x14B7
-
 
1256
  db 'TECHSOFT TECHNOLOGY CO LTD                        '
-
 
1257
  dw  5304  ;  0x14B8
-
 
1258
  db 'AIRONET WIRELESS COMMUNICATIONS                   '
-
 
1259
  dw  5305  ;  0x14B9
-
 
1260
  db 'INTERNIX INC.                                     '
-
 
1261
  dw  5306  ;  0x14BA
-
 
1262
  db 'SEMTECH CORPORATION                               '
-
 
1263
  dw  5307  ;  0x14BB
-
 
1264
  db 'GLOBESPAN SEMICONDUCTOR INC.                      '
-
 
1265
  dw  5308  ;  0x14BC
-
 
1266
  db 'CARDIO CONTROL N.V.                               '
-
 
1267
  dw  5309  ;  0x14BD
-
 
1268
  db 'L3 COMMUNICATIONS                                 '
-
 
1269
  dw  5310  ;  0x14BE
-
 
1270
  db 'SPIDER COMMUNICATIONS INC.                        '
-
 
1271
  dw  5311  ;  0x14BF
-
 
1272
  db 'COMPAL ELECTRONICS INC                            '
-
 
1273
  dw  5312  ;  0x14C0
-
 
1274
  db 'MYRICOM INC.                                      '
-
 
1275
  dw  5313  ;  0x14C1
-
 
1276
  db 'DTK COMPUTER                                      '
-
 
1277
  dw  5314  ;  0x14C2
-
 
1278
  db 'MEDIATEK CORP.                                    '
-
 
1279
  dw  5315  ;  0x14C3
-
 
1280
  db 'IWASAKI INFORMATION SYSTEMS CO LTD                '
-
 
1281
  dw  5316  ;  0x14C4
-
 
1282
  db 'ABB AUTOMATION PRODUCTS                           '
-
 
1283
  dw  5317  ;  0x14C5
-
 
1284
  db 'DATA RACE INC                                     '
-
 
1285
  dw  5318  ;  0x14C6
-
 
1286
  db 'MODULAR TECHNOLOY HOLDINGS LTD                    '
-
 
1287
  dw  5319  ;  0x14C7
-
 
1288
  db 'TURBOCOMM TECH. INC.                              '
-
 
1289
  dw  5320  ;  0x14C8
-
 
1290
  db 'ODIN TELESYSTEMS INC                              '
-
 
1291
  dw  5321  ;  0x14C9
-
 
1292
  db 'PE LOGIC CORP.                                    '
-
 
1293
  dw  5322  ;  0x14CA
-
 
1294
  db 'Billionton Systems Inc./Cadmus Micro Inc.         '
-
 
1295
  dw  5323  ;  0x14CB
-
 
1296
  db 'NAKAYO TELECOMMUNICATIONS INC                     '
-
 
1297
  dw  5324  ;  0x14CC
-
 
1298
  db 'UNIVERSAL SCIENTIFIC IND                          '
-
 
1299
  dw  5325  ;  0x14CD
-
 
1300
  db 'WHISTLE COMMUNICATIONS                            '
-
 
1301
  dw  5326  ;  0x14CE
-
 
1302
  db 'TEK MICROSYSTEMS INC.                             '
-
 
1303
  dw  5327  ;  0x14CF
-
 
1304
  db 'ERICSSON AXE R & D                                '
-
 
1305
  dw  5328  ;  0x14D0
-
 
1306
  db 'COMPUTER HI-TECH CO LTD                           '
-
 
1307
  dw  5329  ;  0x14D1
-
 
1308
  db 'TITAN ELECTRONICS INC                             '
-
 
1309
  dw  5330  ;  0x14D2
-
 
1310
  db 'CIRTECH (UK) LTD                                  '
-
 
1311
  dw  5331  ;  0x14D3
-
 
1312
  db 'PANACOM TECHNOLOGY CORP                           '
-
 
1313
  dw  5332  ;  0x14D4
-
 
1314
  db 'NITSUKO CORPORATION                               '
-
 
1315
  dw  5333  ;  0x14D5
-
 
1316
  db 'ACCUSYS                                           '
-
 
1317
  dw  5334  ;  0x14D6
-
 
1318
  db 'HIRAKAWA HEWTECH CORP                             '
-
 
1319
  dw  5335  ;  0x14D7
-
 
1320
  db 'HOPF ELEKTRONIK GMBH                              '
-
 
1321
  dw  5336  ;  0x14D8
-
 
1322
  db 'ALPHA PROCESSOR INC                               '
-
 
1323
  dw  5337  ;  0x14D9
-
 
1324
  db 'NATIONAL AEROSPACE LABORATORIES                   '
-
 
1325
  dw  5338  ;  0x14DA
-
 
1326
  db 'AVLAB TECHNOLOGY INC                              '
-
 
1327
  dw  5339  ;  0x14DB
-
 
1328
  db 'AMPLICON LIVELINE LTD                             '
-
 
1329
  dw  5340  ;  0x14DC
-
 
1330
  db 'IMODL INC.                                        '
-
 
1331
  dw  5341  ;  0x14DD
-
 
1332
  db 'APPLIED INTEGRATION CORPORATION                   '
-
 
1333
  dw  5342  ;  0x14DE
-
 
1334
  db 'BASIS COMMUNICATIONS CORP                         '
-
 
1335
  dw  5343  ;  0x14DF
-
 
1336
  db 'INVERTEX                                          '
-
 
1337
  dw  5345  ;  0x14E1
-
 
1338
  db 'INFOLIBRIA                                        '
-
 
1339
  dw  5346  ;  0x14E2
-
 
1340
  db 'AMTELCO                                           '
-
 
1341
  dw  5347  ;  0x14E3
-
 
1342
  db 'BROADCOM CORPORATION                              '
-
 
1343
  dw  5348  ;  0x14E4
-
 
1344
  db 'PIXELFUSION LTD                                   '
-
 
1345
  dw  5349  ;  0x14E5
-
 
1346
  db 'SHINING TECHNOLOGY INC                            '
-
 
1347
  dw  5350  ;  0x14E6
-
 
1348
  db '3CX                                               '
-
 
1349
  dw  5351  ;  0x14E7
-
 
1350
  db 'RAYCER INC                                        '
-
 
1351
  dw  5352  ;  0x14E8
-
 
1352
  db 'GARNETS SYSTEM CO LTD                             '
-
 
1353
  dw  5353  ;  0x14E9
-
 
1354
  db 'PLANEX COMMUNICATIONS INC                         '
-
 
1355
  dw  5354  ;  0x14EA
-
 
1356
  db 'SEIKO EPSON CORPORATION                           '
-
 
1357
  dw  5355  ;  0x14EB
-
 
1358
  db 'ACQIRIS                                           '
-
 
1359
  dw  5356  ;  0x14EC
-
 
1360
  db 'DATAKINETICS LTD                                  '
-
 
1361
  dw  5357  ;  0x14ED
-
 
1362
  db 'MASPRO KENKOH CORP                                '
-
 
1363
  dw  5358  ;  0x14EE
-
 
1364
  db 'CARRY COMPUTER ENG. CO LTD                        '
-
 
1365
  dw  5359  ;  0x14EF
-
 
1366
  db 'CANON RESEACH CENTRE FRANCE                       '
-
 
1367
  dw  5360  ;  0x14F0
-
 
1368
  db 'Conexant Systems, Inc                             '
-
 
1369
  dw  5361  ;  0x14F1
-
 
1370
  db 'Mobility Electronics, Inc.                        '
-
 
1371
  dw  5362  ;  0x14F2
-
 
1372
  db 'BROADLOGIC                                        '
-
 
1373
  dw  5363  ;  0x14F3
-
 
1374
  db 'TOKYO ELECTRONIC INDUSTRY CO LTD                  '
-
 
1375
  dw  5364  ;  0x14F4
-
 
1376
  db 'SOPAC LTD                                         '
-
 
1377
  dw  5365  ;  0x14F5
-
 
1378
  db 'COYOTE TECHNOLOGIES LLC                           '
-
 
1379
  dw  5366  ;  0x14F6
-
 
1380
  db 'WOLF TECHNOLOGY INC                               '
-
 
1381
  dw  5367  ;  0x14F7
-
 
1382
  db 'AUDIOCODES INC                                    '
-
 
1383
  dw  5368  ;  0x14F8
-
 
1384
  db 'AG COMMUNICATIONS                                 '
-
 
1385
  dw  5369  ;  0x14F9
-
 
1386
  db 'WAVETEK WANDEL & GOLTERMANN                       '
-
 
1387
  dw  5370  ;  0x14FA
-
 
1388
  db 'TRANSAS MARINE (UK) LTD                           '
-
 
1389
  dw  5371  ;  0x14FB
-
 
1390
  db 'QUADRICS SUPERCOMPUTERS WORLD                     '
-
 
1391
  dw  5372  ;  0x14FC
-
 
1392
  db 'JAPAN COMPUTER INDUSTRY INC.                      '
-
 
1393
  dw  5373  ;  0x14FD
-
 
1394
  db 'ARCHTEK TELECOM CORP.                             '
-
 
1395
  dw  5374  ;  0x14FE
-
 
1396
  db 'TWINHEAD INTERNATIONAL CORP                       '
-
 
1397
  dw  5375  ;  0x14FF
-
 
1398
  db 'LANTECH COMPUTER COMPANY                          '
-
 
1399
  dw  5376  ;  0x1500
-
 
1400
  db 'BANKSOFT CANADA LTD                               '
-
 
1401
  dw  5377  ;  0x1501
-
 
1402
  db 'MITSUBISHI ELECTRIC LOGISTICS SUPPORT CO          '
-
 
1403
  dw  5378  ;  0x1502
-
 
1404
  db 'KAWASAKI LSI USA INC                              '
-
 
1405
  dw  5379  ;  0x1503
-
 
1406
  db 'KAISER ELECTRONICS                                '
-
 
1407
  dw  5380  ;  0x1504
-
 
1408
  db 'ITA INGENIEURBURO FUR TESTAUFGABEN GMBH           '
-
 
1409
  dw  5381  ;  0x1505
-
 
1410
  db 'CHAMELEON SYSTEMS INC                             '
-
 
1411
  dw  5382  ;  0x1506
-
 
1412
  db 'HTEC LTD                                          '
-
 
1413
  dw  5383  ;  0x1507
-
 
1414
  db 'HONDA CONNECTORS/MHOTRONICS INC                   '
-
 
1415
  dw  5384  ;  0x1508
-
 
1416
  db 'FIRST INTERNATIONAL COMPUTER INC                  '
-
 
1417
  dw  5385  ;  0x1509
-
 
1418
  db 'FORVUS RESEARCH INC                               '
-
 
1419
  dw  5386  ;  0x150A
-
 
1420
  db 'YAMASHITA SYSTEMS CORP                            '
-
 
1421
  dw  5387  ;  0x150B
-
 
1422
  db 'KYOPAL CO LTD                                     '
-
 
1423
  dw  5388  ;  0x150C
-
 
1424
  db 'WARPSPPED INC                                     '
-
 
1425
  dw  5389  ;  0x150D
-
 
1426
  db 'C-PORT CORPORATION                                '
-
 
1427
  dw  5390  ;  0x150E
-
 
1428
  db 'INTEC GMBH                                        '
-
 
1429
  dw  5391  ;  0x150F
-
 
1430
  db 'BEHAVIOR TECH COMPUTER CORP                       '
-
 
1431
  dw  5392  ;  0x1510
-
 
1432
  db 'CENTILLIUM TECHNOLOGY CORP                        '
-
 
1433
  dw  5393  ;  0x1511
-
 
1434
  db 'ROSUN TECHNOLOGIES INC                            '
-
 
1435
  dw  5394  ;  0x1512
-
 
1436
  db 'RAYCHEM                                           '
-
 
1437
  dw  5395  ;  0x1513
-
 
1438
  db 'TFL LAN INC                                       '
-
 
1439
  dw  5396  ;  0x1514
-
 
1440
  db 'ICS ADVENT                                        '
-
 
1441
  dw  5397  ;  0x1515
-
 
1442
  db 'MYSON TECHNOLOGY INC                              '
-
 
1443
  dw  5398  ;  0x1516
-
 
1444
  db 'ECHOTEK CORPORATION                               '
-
 
1445
  dw  5399  ;  0x1517
-
 
1446
  db 'PEP MODULAR COMPUTERS GMBH                        '
-
 
1447
  dw  5400  ;  0x1518
-
 
1448
  db 'TELEFON AKTIEBOLAGET LM Ericsson                  '
-
 
1449
  dw  5401  ;  0x1519
-
 
1450
  db 'GLOBETEK INC                                      '
-
 
1451
  dw  5402  ;  0x151A
-
 
1452
  db 'COMBOX LTD                                        '
-
 
1453
  dw  5403  ;  0x151B
-
 
1454
  db 'DIGITAL AUDIO LABS INC                            '
-
 
1455
  dw  5404  ;  0x151C
-
 
1456
  db 'FUJITSU COMPUTER PRODUCTS OF AMERICA              '
-
 
1457
  dw  5405  ;  0x151D
-
 
1458
  db 'MATRIX CORP.                                      '
-
 
1459
  dw  5406  ;  0x151E
-
 
1460
  db 'TOPIC SEMICONDUCTOR CORP                          '
-
 
1461
  dw  5407  ;  0x151F
-
 
1462
  db 'CHAPLET SYSTEM INC                                '
-
 
1463
  dw  5408  ;  0x1520
-
 
1464
  db 'BELL CORPORATION                                  '
-
 
1465
  dw  5409  ;  0x1521
-
 
1466
  db 'MAINPINE LIMITED                                  '
-
 
1467
  dw  5410  ;  0x1522
-
 
1468
  db 'MUSIC SEMICONDUCTORS                              '
-
 
1469
  dw  5411  ;  0x1523
-
 
1470
  db 'ENE TECHNOLOGY INC                                '
-
 
1471
  dw  5412  ;  0x1524
-
 
1472
  db 'IMPACT TECHNOLOGIES                               '
-
 
1473
  dw  5413  ;  0x1525
-
 
1474
  db 'ISS                                               '
-
 
1475
  dw  5414  ;  0x1526
-
 
1476
  db 'SOLECTRON                                         '
-
 
1477
  dw  5415  ;  0x1527
-
 
1478
  db 'ACKSYS                                            '
-
 
1479
  dw  5416  ;  0x1528
-
 
1480
  db 'AMERICAN MICROSYSTEMS INC                         '
-
 
1481
  dw  5417  ;  0x1529
-
 
1482
  db 'QUICKTURN DESIGN SYSTEMS                          '
-
 
1483
  dw  5418  ;  0x152A
-
 
1484
  db 'FLYTECH TECHNOLOGY CO LTD                         '
-
 
1485
  dw  5419  ;  0x152B
-
 
1486
  db 'MACRAIGOR SYSTEMS LLC                             '
-
 
1487
  dw  5420  ;  0x152C
-
 
1488
  db 'QUANTA COMPUTER INC                               '
-
 
1489
  dw  5421  ;  0x152D
-
 
1490
  db 'MELEC INC                                         '
-
 
1491
  dw  5422  ;  0x152E
-
 
1492
  db 'PHILIPS-CRYPTO                                    '
-
 
1493
  dw  5423  ;  0x152F
-
 
1494
  db 'ACQIS TECHNOLOGY                                  '
-
 
1495
  dw  5424  ;  0x1530
-
 
1496
  db 'CHRYON CORP.                                      '
-
 
1497
  dw  5425  ;  0x1531
-
 
1498
  db 'ECHELON CORPORATION                               '
-
 
1499
  dw  5426  ;  0x1532
-
 
1500
  db 'BALTIMORE                                         '
-
 
1501
  dw  5427  ;  0x1533
-
 
1502
  db 'ROAD CORPORATION                                  '
-
 
1503
  dw  5428  ;  0x1534
-
 
1504
  db 'EVERGREEN TECHNOLOGIES INC                        '
-
 
1505
  dw  5429  ;  0x1535
-
 
1506
  db 'DATALEX COMMUNCATIONS                             '
-
 
1507
  dw  5431  ;  0x1537
-
 
1508
  db 'ARALION INC.                                      '
-
 
1509
  dw  5432  ;  0x1538
-
 
1510
  db 'ATELIER INFORMATIQUES et ELECTRONIQUE ETUDES S.A. '
-
 
1511
  dw  5433  ;  0x1539
-
 
1512
  db 'ONO SOKKI                                         '
-
 
1513
  dw  5434  ;  0x153A
-
 
1514
  db 'TERRATEC ELECTRONIC GMBH                          '
-
 
1515
  dw  5435  ;  0x153B
-
 
1516
  db 'ANTAL ELECTRONIC                                  '
-
 
1517
  dw  5436  ;  0x153C
-
 
1518
  db 'FILANET CORPORATION                               '
-
 
1519
  dw  5437  ;  0x153D
-
 
1520
  db 'TECHWELL INC                                      '
-
 
1521
  dw  5438  ;  0x153E
-
 
1522
  db 'MIPS DENMARK                                      '
-
 
1523
  dw  5439  ;  0x153F
-
 
1524
  db 'PROVIDEO MULTIMEDIA CO LTD                        '
-
 
1525
  dw  5440  ;  0x1540
-
 
1526
  db 'TELOSITY INC.                                     '
-
 
1527
  dw  5441  ;  0x1541
-
 
1528
  db 'VIVID TECHNOLOGY INC                              '
-
 
1529
  dw  5442  ;  0x1542
-
 
1530
  db 'SILICON LABORATORIES                              '
-
 
1531
  dw  5443  ;  0x1543
-
 
1532
  db 'DCM DATA SYSTEMS                                  '
-
 
1533
  dw  5444  ;  0x1544
-
 
1534
  db 'VISIONTEK                                         '
-
 
1535
  dw  5445  ;  0x1545
-
 
1536
  db 'IOI TECHNOLOGY CORP.                              '
-
 
1537
  dw  5446  ;  0x1546
-
 
1538
  db 'MITUTOYO CORPORATION                              '
-
 
1539
  dw  5447  ;  0x1547
-
 
1540
  db 'JET PROPULSION LABORATORY                         '
-
 
1541
  dw  5448  ;  0x1548
-
 
1542
  db 'INTERCONNECT SYSTEMS SOLUTIONS                    '
-
 
1543
  dw  5449  ;  0x1549
-
 
1544
  db 'MAX TECHNOLOGIES INC.                             '
-
 
1545
  dw  5450  ;  0x154A
-
 
1546
  db 'COMPUTEX CO LTD                                   '
-
 
1547
  dw  5451  ;  0x154B
-
 
1548
  db 'VISUAL TECHNOLOGY INC.                            '
-
 
1549
  dw  5452  ;  0x154C
-
 
1550
  db 'PAN INTERNATIONAL INDUSTRIAL CORP                 '
-
 
1551
  dw  5453  ;  0x154D
-
 
1552
  db 'SERVOTEST LTD                                     '
-
 
1553
  dw  5454  ;  0x154E
-
 
1554
  db 'STRATABEAM TECHNOLOGY                             '
-
 
1555
  dw  5455  ;  0x154F
-
 
1556
  db 'OPEN NETWORK CO LTD                               '
-
 
1557
  dw  5456  ;  0x1550
-
 
1558
  db 'SMART ELECTRONIC DEVELOPMENT GMBH                 '
-
 
1559
  dw  5457  ;  0x1551
-
 
1560
  db 'RACAL AIRTECH LTD                                 '
-
 
1561
  dw  5458  ;  0x1552
-
 
1562
 _FOURTHPART:  ;lists 222 vendors
-
 
1563
  db 'CHICONY ELECTRONICS CO LTD                        '
-
 
1564
  dw  5459  ;  0x1553
-
 
1565
  db 'PROLINK MICROSYSTEMS CORP.                        '
-
 
1566
  dw  5460  ;  0x1554
-
 
1567
  db 'GESYTEC GMBH                                      '
-
 
1568
  dw  5461  ;  0x1555
-
 
1569
  db 'PLD APPLICATIONS                                  '
-
 
1570
  dw  5462  ;  0x1556
-
 
1571
  db 'MEDIASTAR CO. LTD                                 '
-
 
1572
  dw  5463  ;  0x1557
-
 
1573
  db 'CLEVO/KAPOK COMPUTER                              '
-
 
1574
  dw  5464  ;  0x1558
-
 
1575
  db 'SI LOGIC LTD                                      '
-
 
1576
  dw  5465  ;  0x1559
-
 
1577
  db 'INNOMEDIA INC                                     '
-
 
1578
  dw  5466  ;  0x155A
-
 
1579
  db 'PROTAC INTERNATIONAL CORP                         '
-
 
1580
  dw  5467  ;  0x155B
-
 
1581
  db 'CEMAX-ICON INC                                    '
-
 
1582
  dw  5468  ;  0x155C
-
 
1583
  db 'MAC SYSTEM CO LTD                                 '
-
 
1584
  dw  5469  ;  0x155D
-
 
1585
  db 'LP ELEKTRONIK GMBH/KUKA Controls GmbH             '
-
 
1586
  dw  5470  ;  0x155E
-
 
1587
  db 'PERLE SYSTEMS LIMITED                             '
-
 
1588
  dw  5471  ;  0x155F
-
 
1589
  db 'TERAYON COMMUNICATIONS SYSTEMS                    '
-
 
1590
  dw  5472  ;  0x1560
-
 
1591
  db 'VIEWGRAPHICS INC                                  '
-
 
1592
  dw  5473  ;  0x1561
-
 
1593
  db 'Symbol Technologies, Inc.                         '
-
 
1594
  dw  5474  ;  0x1562
-
 
1595
  db 'A-TREND                                           '
-
 
1596
  dw  5475  ;  0x1563
-
 
1597
  db 'YAMAKATSU ELECTRONICS INDUSTRY CO LTD             '
-
 
1598
  dw  5476  ;  0x1564
-
 
1599
  db 'BIOSTAR MICROTECH INT CORP                        '
-
 
1600
  dw  5477  ;  0x1565
-
 
1601
  db 'ARDENT TECHNOLOGIES INC                           '
-
 
1602
  dw  5478  ;  0x1566
-
 
1603
  db 'JUNGSOFT                                          '
-
 
1604
  dw  5479  ;  0x1567
-
 
1605
  db 'DDK ELECTRONICS INC                               '
-
 
1606
  dw  5480  ;  0x1568
-
 
1607
  db 'PALIT MICROSYSTEMS INC                            '
-
 
1608
  dw  5481  ;  0x1569
-
 
1609
  db 'AVTEC SYSTEMS                                     '
-
 
1610
  dw  5482  ;  0x156A
-
 
1611
  db '2WIRE                                             '
-
 
1612
  dw  5483  ;  0x156B
-
 
1613
  db 'VIDAC ELECTRONICS GMBH                            '
-
 
1614
  dw  5484  ;  0x156C
-
 
1615
  db 'ALPHA-TOP CORP                                    '
-
 
1616
  dw  5485  ;  0x156D
-
 
1617
  db 'ALFA INC                                          '
-
 
1618
  dw  5486  ;  0x156E
-
 
1619
  db 'M-SYSTEMS FLASH DISK PIONEERS LTD                 '
-
 
1620
  dw  5487  ;  0x156F
-
 
1621
  db 'LECROY CORPORATION                                '
-
 
1622
  dw  5488  ;  0x1570
-
 
1623
  db 'CONTEMPORARY CONTROLS                             '
-
 
1624
  dw  5489  ;  0x1571
-
 
1625
  db 'OTIS ELEVATOR COMPANY                             '
-
 
1626
  dw  5490  ;  0x1572
-
 
1627
  db 'LATTICE-VANTIS                                    '
-
 
1628
  dw  5491  ;  0x1573
-
 
1629
  db 'FAIRCHILD SEMICONDUCTOR                           '
-
 
1630
  dw  5492  ;  0x1574
-
 
1631
  db 'VOLTAIRE ADVANCED DATA SECURITY LTD               '
-
 
1632
  dw  5493  ;  0x1575
-
 
1633
  db 'VIEWCAST COM                                      '
-
 
1634
  dw  5494  ;  0x1576
-
 
1635
  db 'HITT                                              '
-
 
1636
  dw  5496  ;  0x1578
-
 
1637
  db 'DUAL TECHNOLOGY CORPORATION                       '
-
 
1638
  dw  5497  ;  0x1579
-
 
1639
  db 'JAPAN ELECRONICS IND. INC                         '
-
 
1640
  dw  5498  ;  0x157A
-
 
1641
  db 'STAR MULTIMEDIA CORP.                             '
-
 
1642
  dw  5499  ;  0x157B
-
 
1643
  db 'EUROSOFT (UK) LTD                                 '
-
 
1644
  dw  5500  ;  0x157C
-
 
1645
  db 'GEMFLEX NETWORKS                                  '
-
 
1646
  dw  5501  ;  0x157D
-
 
1647
  db 'TRANSITION NETWORKS                               '
-
 
1648
  dw  5502  ;  0x157E
-
 
1649
  db 'PX INSTRUMENTS TECHNOLOGY LTD                     '
-
 
1650
  dw  5503  ;  0x157F
-
 
1651
  db 'PRIMEX AEROSPACE CO.                              '
-
 
1652
  dw  5504  ;  0x1580
-
 
1653
  db 'SEH COMPUTERTECHNIK GMBH                          '
-
 
1654
  dw  5505  ;  0x1581
-
 
1655
  db 'CYTEC CORPORATION                                 '
-
 
1656
  dw  5506  ;  0x1582
-
 
1657
  db 'INET TECHNOLOGIES INC                             '
-
 
1658
  dw  5507  ;  0x1583
-
 
1659
  db 'UNIWILL COMPUTER CORP                             '
-
 
1660
  dw  5508  ;  0x1584
-
 
1661
  db 'LOGITRON                                          '
-
 
1662
  dw  5509  ;  0x1585
-
 
1663
  db 'LANCAST INC                                       '
-
 
1664
  dw  5510  ;  0x1586
-
 
1665
  db 'KONICA CORPORATION                                '
-
 
1666
  dw  5511  ;  0x1587
-
 
1667
  db 'SOLIDUM SYSTEMS CORP                              '
-
 
1668
  dw  5512  ;  0x1588
-
 
1669
  db 'ATLANTEK MICROSYSTEMS PTY LTD                     '
-
 
1670
  dw  5513  ;  0x1589
-
 
1671
  db 'DIGALOG SYSTEMS INC                               '
-
 
1672
  dw  5514  ;  0x158A
-
 
1673
  db 'ALLIED DATA TECHNOLOGIES                          '
-
 
1674
  dw  5515  ;  0x158B
-
 
1675
  db 'HITACHI SEMICONDUCTOR & DEVICES SALES CO LTD      '
-
 
1676
  dw  5516  ;  0x158C
-
 
1677
  db 'POINT MULTIMEDIA SYSTEMS                          '
-
 
1678
  dw  5517  ;  0x158D
-
 
1679
  db 'LARA TECHNOLOGY INC                               '
-
 
1680
  dw  5518  ;  0x158E
-
 
1681
  db 'DITECT COOP                                       '
-
 
1682
  dw  5519  ;  0x158F
-
 
1683
  db '3PARDATA                                          '
-
 
1684
  dw  5520  ;  0x1590
-
 
1685
  db 'ARN                                               '
-
 
1686
  dw  5521  ;  0x1591
-
 
1687
  db 'SYBA TECH LIMITED                                 '
-
 
1688
  dw  5522  ;  0x1592
-
 
1689
  db 'BOPS INC                                          '
-
 
1690
  dw  5523  ;  0x1593
-
 
1691
  db 'NETGAME LTD                                       '
-
 
1692
  dw  5524  ;  0x1594
-
 
1693
  db 'DIVA SYSTEMS CORP.                                '
-
 
1694
  dw  5525  ;  0x1595
-
 
1695
  db 'FOLSOM RESEARCH INC                               '
-
 
1696
  dw  5526  ;  0x1596
-
 
1697
  db 'MEMEC DESIGN SERVICES                             '
-
 
1698
  dw  5527  ;  0x1597
-
 
1699
  db 'GRANITE MICROSYSTEMS                              '
-
 
1700
  dw  5528  ;  0x1598
-
 
1701
  db 'DELTA ELECTRONICS INC                             '
-
 
1702
  dw  5529  ;  0x1599
-
 
1703
  db 'GENERAL INSTRUMENT                                '
-
 
1704
  dw  5530  ;  0x159A
-
 
1705
  db 'FARADAY TECHNOLOGY CORP                           '
-
 
1706
  dw  5531  ;  0x159B
-
 
1707
  db 'STRATUS COMPUTER SYSTEMS                          '
-
 
1708
  dw  5532  ;  0x159C
-
 
1709
  db 'NINGBO HARRISON ELECTRONICS CO LTD                '
-
 
1710
  dw  5533  ;  0x159D
-
 
1711
  db 'A-MAX TECHNOLOGY                                  '
-
 
1712
  dw  5534  ;  0x159E
-
 
1713
  db 'GALEA NETWORK SECURITY                            '
-
 
1714
  dw  5535  ;  0x159F
-
 
1715
  db 'COMPUMASTER SRL                                   '
-
 
1716
  dw  5536  ;  0x15A0
-
 
1717
  db 'GEOCAST NETWORK SYSTEMS INC                       '
-
 
1718
  dw  5537  ;  0x15A1
-
 
1719
  db 'CATALYST ENTERPRISES INC                          '
-
 
1720
  dw  5538  ;  0x15A2
-
 
1721
  db 'ITALTEL                                           '
-
 
1722
  dw  5539  ;  0x15A3
-
 
1723
  db 'X-NET OY                                          '
-
 
1724
  dw  5540  ;  0x15A4
-
 
1725
  db 'TOYOTA MACS INC                                   '
-
 
1726
  dw  5541  ;  0x15A5
-
 
1727
  db 'SUNLIGHT ULTRASOUND TECHNOLOGIES LTD              '
-
 
1728
  dw  5542  ;  0x15A6
-
 
1729
  db 'SSE TELECOM INC                                   '
-
 
1730
  dw  5543  ;  0x15A7
-
 
1731
  db 'SHANGHAI COMMUNICATIONS TECHNOLOGIES CENTER       '
-
 
1732
  dw  5544  ;  0x15A8
-
 
1733
  db 'MORETON BAY                                       '
-
 
1734
  dw  5546  ;  0x15AA
-
 
1735
  db 'BLUESTEEL NETWORKS INC                            '
-
 
1736
  dw  5547  ;  0x15AB
-
 
1737
  db 'NORTH ATLANTIC INSTRUMENTS                        '
-
 
1738
  dw  5548  ;  0x15AC
-
 
1739
  db 'VMware Inc.                                       '
-
 
1740
  dw  5549  ;  0x15AD
-
 
1741
  db 'AMERSHAM PHARMACIA BIOTECH                        '
-
 
1742
  dw  5550  ;  0x15AE
-
 
1743
  db 'ZOLTRIX INTERNATIONAL LIMITED                     '
-
 
1744
  dw  5552  ;  0x15B0
-
 
1745
  db 'SOURCE TECHNOLOGY INC                             '
-
 
1746
  dw  5553  ;  0x15B1
-
 
1747
  db 'MOSAID TECHNOLOGIES INC.                          '
-
 
1748
  dw  5554  ;  0x15B2
-
 
1749
  db 'MELLANOX TECHNOLOGY                               '
-
 
1750
  dw  5555  ;  0x15B3
-
 
1751
  db 'CCI/TRIAD                                         '
-
 
1752
  dw  5556  ;  0x15B4
-
 
1753
  db 'CIMETRICS INC                                     '
-
 
1754
  dw  5557  ;  0x15B5
-
 
1755
  db 'TEXAS MEMORY SYSTEMS INC                          '
-
 
1756
  dw  5558  ;  0x15B6
-
 
1757
  db 'SANDISK CORP.                                     '
-
 
1758
  dw  5559  ;  0x15B7
-
 
1759
  db 'ADDI-DATA GMBH                                    '
-
 
1760
  dw  5560  ;  0x15B8
-
 
1761
  db 'MAESTRO DIGITAL COMMUNICATIONS                    '
-
 
1762
  dw  5561  ;  0x15B9
-
 
1763
  db 'IMPACCT TECHNOLOGY CORP                           '
-
 
1764
  dw  5562  ;  0x15BA
-
 
1765
  db 'PORTWELL INC                                      '
-
 
1766
  dw  5563  ;  0x15BB
-
 
1767
  db 'AGILENT TECHNOLOGIES                              '
-
 
1768
  dw  5564  ;  0x15BC
-
 
1769
  db 'DFI INC.                                          '
-
 
1770
  dw  5565  ;  0x15BD
-
 
1771
  db 'SOLA ELECTRONICS                                  '
-
 
1772
  dw  5566  ;  0x15BE
-
 
1773
  db 'HIGH TECH COMPUTER CORP (HTC)                     '
-
 
1774
  dw  5567  ;  0x15BF
-
 
1775
  db 'BVM LIMITED                                       '
-
 
1776
  dw  5568  ;  0x15C0
-
 
1777
  db 'QUANTEL                                           '
-
 
1778
  dw  5569  ;  0x15C1
-
 
1779
  db 'NEWER TECHNOLOGY INC                              '
-
 
1780
  dw  5570  ;  0x15C2
-
 
1781
  db 'TAIWAN MYCOMP CO LTD                              '
-
 
1782
  dw  5571  ;  0x15C3
-
 
1783
  db 'EVSX                                              '
-
 
1784
  dw  5572  ;  0x15C4
-
 
1785
  db 'PROCOMP INFORMATICS LTD                           '
-
 
1786
  dw  5573  ;  0x15C5
-
 
1787
  db 'TECHNICAL UNIVERSITY OF BUDAPEST                  '
-
 
1788
  dw  5574  ;  0x15C6
-
 
1789
  db 'TATEYAMA SYSTEM LABORATORY CO LTD                 '
-
 
1790
  dw  5575  ;  0x15C7
-
 
1791
  db 'PENTA MEDIA CO. LTD                               '
-
 
1792
  dw  5576  ;  0x15C8
-
 
1793
  db 'SEROME TECHNOLOGY INC                             '
-
 
1794
  dw  5577  ;  0x15C9
-
 
1795
  db 'BITBOYS OY                                        '
-
 
1796
  dw  5578  ;  0x15CA
-
 
1797
  db 'AG ELECTRONICS LTD                                '
-
 
1798
  dw  5579  ;  0x15CB
-
 
1799
  db 'HOTRAIL INC.                                      '
-
 
1800
  dw  5580  ;  0x15CC
-
 
1801
  db 'DREAMTECH CO LTD                                  '
-
 
1802
  dw  5581  ;  0x15CD
-
 
1803
  db 'GENRAD INC.                                       '
-
 
1804
  dw  5582  ;  0x15CE
-
 
1805
  db 'HILSCHER GMBH                                     '
-
 
1806
  dw  5583  ;  0x15CF
-
 
1807
  db 'INFINEON TECHNOLOGIES AG                          '
-
 
1808
  dw  5585  ;  0x15D1
-
 
1809
  db 'FIC (FIRST INTERNATIONAL COMPUTER INC)            '
-
 
1810
  dw  5586  ;  0x15D2
-
 
1811
  db 'NDS TECHNOLOGIES ISRAEL LTD                       '
-
 
1812
  dw  5587  ;  0x15D3
-
 
1813
  db 'IWILL CORPORATION                                 '
-
 
1814
  dw  5588  ;  0x15D4
-
 
1815
  db 'TATUNG CO.                                        '
-
 
1816
  dw  5589  ;  0x15D5
-
 
1817
  db 'ENTRIDIA CORPORATION                              '
-
 
1818
  dw  5590  ;  0x15D6
-
 
1819
  db 'Rockwell-Collins Inc                              '
-
 
1820
  dw  5591  ;  0x15D7
-
 
1821
  db 'CYBERNETICS TECHNOLOGY CO LTD                     '
-
 
1822
  dw  5592  ;  0x15D8
-
 
1823
  db 'SUPER MICRO COMPUTER INC                          '
-
 
1824
  dw  5593  ;  0x15D9
-
 
1825
  db 'CYBERFIRM INC.                                    '
-
 
1826
  dw  5594  ;  0x15DA
-
 
1827
  db 'APPLIED COMPUTING SYSTEMS INC.                    '
-
 
1828
  dw  5595  ;  0x15DB
-
 
1829
  db 'LITRONIC INC                                      '
-
 
1830
  dw  5596  ;  0x15DC
-
 
1831
  db 'SIGMATEL INC.                                     '
-
 
1832
  dw  5597  ;  0x15DD
-
 
1833
  db 'MALLEABLE TECHNOLOGIES INC                        '
-
 
1834
  dw  5598  ;  0x15DE
-
 
1835
  db 'INFINILINK CORP.                                  '
-
 
1836
  dw  5599  ;  0x15DF
-
 
1837
  db 'CACHEFLOW INC                                     '
-
 
1838
  dw  5600  ;  0x15E0
-
 
1839
  db 'VOICE TECHNOLOGIES GROUP INC                      '
-
 
1840
  dw  5601  ;  0x15E1
-
 
1841
  db 'QUICKNET TECHNOLOGIES INC                         '
-
 
1842
  dw  5602  ;  0x15E2
-
 
1843
  db 'NETWORTH TECHNOLOGIES INC                         '
-
 
1844
  dw  5603  ;  0x15E3
-
 
1845
  db 'VSN SYSTEMEN BV                                   '
-
 
1846
  dw  5604  ;  0x15E4
-
 
1847
  db 'VALLEY TECHNOLOGIES INC                           '
-
 
1848
  dw  5605  ;  0x15E5
-
 
1849
  db 'AGERE INC.                                        '
-
 
1850
  dw  5606  ;  0x15E6
-
 
1851
  db 'GET ENGINEERING CORP.                             '
-
 
1852
  dw  5607  ;  0x15E7
-
 
1853
  db 'NATIONAL DATACOMM CORP.                           '
-
 
1854
  dw  5608  ;  0x15E8
-
 
1855
  db 'PACIFIC DIGITAL CORP.                             '
-
 
1856
  dw  5609  ;  0x15E9
-
 
1857
  db 'TOKYO DENSHI SEKEI K.K.                           '
-
 
1858
  dw  5610  ;  0x15EA
-
 
1859
  db 'DRSEARCH GMBH                                     '
-
 
1860
  dw  5611  ;  0x15EB
-
 
1861
  db 'BECKHOFF GMBH                                     '
-
 
1862
  dw  5612  ;  0x15EC
-
 
1863
  db 'MACROLINK INC                                     '
-
 
1864
  dw  5613  ;  0x15ED
-
 
1865
  db 'IN WIN DEVELOPMENT INC.                           '
-
 
1866
  dw  5614  ;  0x15EE
-
 
1867
  db 'INTELLIGENT PARADIGM INC                          '
-
 
1868
  dw  5615  ;  0x15EF
-
 
1869
  db 'B-TREE SYSTEMS INC                                '
-
 
1870
  dw  5616  ;  0x15F0
-
 
1871
  db 'TIMES N SYSTEMS INC                               '
-
 
1872
  dw  5617  ;  0x15F1
-
 
1873
  db 'DIAGNOSTIC INSTRUMENTS INC                        '
-
 
1874
  dw  5618  ;  0x15F2
-
 
1875
  db 'DIGITMEDIA CORP.                                  '
-
 
1876
  dw  5619  ;  0x15F3
-
 
1877
  db 'VALUESOFT                                         '
-
 
1878
  dw  5620  ;  0x15F4
-
 
1879
  db 'POWER MICRO RESEARCH                              '
-
 
1880
  dw  5621  ;  0x15F5
-
 
1881
  db 'EXTREME PACKET DEVICE INC                         '
-
 
1882
  dw  5622  ;  0x15F6
-
 
1883
  db 'BANCTEC                                           '
-
 
1884
  dw  5623  ;  0x15F7
-
 
1885
  db 'KOGA ELECTRONICS CO                               '
-
 
1886
  dw  5624  ;  0x15F8
-
 
1887
  db 'ZENITH ELECTRONICS CORPORATION                    '
-
 
1888
  dw  5625  ;  0x15F9
-
 
1889
  db 'J P AXZAM CORPORATION                             '
-
 
1890
  dw  5626  ;  0x15FA
-
 
1891
  db 'ZILOG INC.                                        '
-
 
1892
  dw  5627  ;  0x15FB
-
 
1893
  db 'TECHSAN ELECTRONICS CO LTD                        '
-
 
1894
  dw  5628  ;  0x15FC
-
 
1895
  db 'N-CUBED.NET                                       '
-
 
1896
  dw  5629  ;  0x15FD
-
 
1897
  db 'KINPO ELECTRONICS INC                             '
-
 
1898
  dw  5630  ;  0x15FE
-
 
1899
  db 'FASTPOINT TECHNOLOGIES INC.                       '
-
 
1900
  dw  5631  ;  0x15FF
-
 
1901
  db 'NORTHROP GRUMMAN-CANADA LTD                       '
-
 
1902
  dw  5632  ;  0x1600
-
 
1903
  db 'TENTA TECHNOLOGY                                  '
-
 
1904
  dw  5633  ;  0x1601
-
 
1905
  db 'PROSYS-TEC INC.                                   '
-
 
1906
  dw  5634  ;  0x1602
-
 
1907
  db 'NOKIA WIRELESS BUSINESS COMMUNICATIONS            '
-
 
1908
  dw  5635  ;  0x1603
-
 
1909
  db 'CENTRAL SYSTEM RESEARCH CO LTD                    '
-
 
1910
  dw  5636  ;  0x1604
-
 
1911
  db 'PAIRGAIN TECHNOLOGIES                             '
-
 
1912
  dw  5637  ;  0x1605
-
 
1913
  db 'EUROPOP AG                                        '
-
 
1914
  dw  5638  ;  0x1606
-
 
1915
  db 'LAVA SEMICONDUCTOR MANUFACTURING INC.             '
-
 
1916
  dw  5639  ;  0x1607
-
 
1917
  db 'AUTOMATED WAGERING INTERNATIONAL                  '
-
 
1918
  dw  5640  ;  0x1608
-
 
1919
  db 'SCIEMETRIC INSTRUMENTS INC                        '
-
 
1920
  dw  5641  ;  0x1609
-
 
1921
  db 'Broadcom -SiByte                                  '
-
 
1922
  dw  5741  ;  0x166D
-
 
1923
  db 'EPOX Computer Co                                  '
-
 
1924
  dw  5781  ;  0x1695
-
 
1925
  db 'ALBATRON Corp.                                    '
-
 
1926
  dw  6130  ;  0x17F2
-
 
1927
  db 'AMBIENT TECHNOLOGIES INC                          '
-
 
1928
  dw  6163  ;  0x1813
-
 
1929
  db 'ASROCK  Inc                                       '
-
 
1930
  dw  6217  ;  0x1849
-
 
1931
  db 'Jaton Corp                                        '
-
 
1932
  dw  6931  ;  0x1B13
-
 
1933
  db 'TEMPORAL RESEARCH LTD                             '
-
 
1934
  dw  8193  ;  0x2001
-
 
1935
  db 'CHAINTECH COMPUTER CO. LTD                        '
-
 
1936
  dw  9999  ;  0x270F
-
 
1937
  db 'HINT CORP                                         '
-
 
1938
  dw  13192  ;  0x3388
-
 
1939
  db 'QUANTUM DESIGNS (H.K.) INC.                       '
-
 
1940
  dw  13329  ;  0x3411
-
 
1941
  db 'AVANCE LOGIC INC                                  '
-
 
1942
  dw  16389  ;  0x4005
-
 
1943
  db 'DELTA NETWORKS INC                                '
-
 
1944
  dw  16435  ;  0x4033
-
 
1945
  db 'ALADDIN KNOWLEDGE SYSTEMS                         '
-
 
1946
  dw  16748  ;  0x416C
-
 
1947
  db 'CONEXANT (WAS ICOMPRESION INC.)                   '
-
 
1948
  dw  17476  ;  0x4444
-
 
1949
  db 'GROWTH NETWORKS                                   '
-
 
1950
  dw  18755  ;  0x4943
-
 
1951
  db 'SEANIX TECHNOLOGY INC                             '
-
 
1952
  dw     19617  ;  0x4CA1
-
 
1953
  db 'MEDIAQ INC.                                       '
-
 
1954
  dw     19793  ;  0x4D51
-
 
1955
  db 'MICROTECHNICA CO LTD                              '
-
 
1956
  dw     19796  ;  0x4D54
-
 
1957
  db 'S S TECHNOLOGIES                                  '
-
 
1958
  dw     20790  ;  0x5136
-
 
1959
  db 'S3 Graphics Co., Ltd.                             '
-
 
1960
  dw     21299  ;  0x5333
-
 
1961
  db 'TERALOGIC INC                                     '
-
 
1962
  dw     21580  ;  0x544C
-
 
1963
  db 'GENROCO INC                                       '
-
 
1964
  dw     21845  ;  0x5555
-
 
1965
  db 'LOGITEC CORP.                                     '
-
 
1966
  dw     25609  ;  0x6409
-
 
1967
  db 'DECISION COMPUTER INTERNATIONAL CO.               '
-
 
1968
  dw     26214  ;  0x6666
-
 
1969
  db 'INTEL CORP.                                       '
-
 
1970
  dw     32902  ;  0x8086
-
 
1971
  db 'SILICON MAGIC CORP.                               '
-
 
1972
  dw     34952  ;  0x8888
-
 
1973
  db 'COMPUTONE CORPORATION                             '
-
 
1974
  dw     36366  ;  0x8E0E
-
 
1975
  db 'Adaptec Inc                                       '
-
 
1976
  dw     36868  ;  0x9004
-
 
1977
  db 'GIGAPIXEL CORP                                    '
-
 
1978
  dw     37274  ;  0x919A
-
 
1979
  db 'OMNI MEDIA TECHNOLOGY INC.                        '
-
 
1980
  dw     38553  ;  0x9699
-
 
1981
  db 'AOPEN INC.                                        '
-
 
1982
  dw     41120  ;  0xA0A0
-
 
1983
  db 'HEWLETT PACKARD                                   '
-
 
1984
  dw     41561  ;  0xA259
-
 
1985
  db 'DIGITAL RECEIVER TECHNOLOGY INC                   '
-
 
1986
  dw     44062  ;  0xAC1E
-
 
1987
  db 'MOTOROLA                                          '
-
 
1988
  dw     49374  ;  0xC0DE
-
 
1989
  db 'MOTION ENGINEERING.                               '
-
 
1990
  dw     49406  ;  0xC0FE
-
 
1991
  db 'VARIAN AUSTRIALIA PTY LTD                         '
-
 
1992
  dw     51792  ;  0xCA50
-
 
1993
  db 'CHRYSALIS-ITS                                     '
-
 
1994
  dw     51966  ;  0xCAFE
-
 
1995
  db 'CATAPULT COMMUNICATIONS                           '
-
 
1996
  dw     52428  ;  0xCCCC
-
 
1997
  db 'DY4 Systems Inc/Curtiss-Wright Controls Embed. Com'
-
 
1998
  dw     54484  ;  0xD4D4
-
 
1999
  db 'EKF ELEKTRONIK GMBH                               '
-
 
2000
  dw     58559  ;  0xE4BF
-
 
2001
  db 'EAGLE TECHNOLOGY                                  '
-
 
2002
  dw     59905  ;  0xEA01
-
 
2003
  db 'FAST SEARCH & TRANSFER ASA                        '
-
 
2004
  dw     64087  ;  0xFA57
-
 
2005
  db 'EPIGRAM INC                                       '
-
 
2006
  dw     65242  ;  0xFEDA
-
 
2007
;----------------------------------------------------------------------
-
 
2008
_UNKNOWN: db 'UNKNOWN VENDOR                                    '
-
 
2009
 
-
 
2010
_UNKNOWND:
-
 
2011
db 'UNKNOWN DEVICE                  '
-
 
2012
 
-
 
2013
Class0:
-
 
2014
db 'Prehistoric - misc              '
-
 
2015
db  00  ;  0x00
-
 
2016
db 'Prehistoric - VGA               '
-
 
2017
db  01  ;  0x01
-
 
2018
 
-
 
2019
Class1:
-
 
2020
db 'Storage - SCSI                  '
-
 
2021
db  00  ;  0x00
-
 
2022
db 'Storage - IDE                   '
-
 
2023
db  01  ;  0x01
-
 
2024
db 'Storage - Floppy                '
-
 
2025
db  02  ;  0x02
-
 
2026
db 'Storage - IPI                   '
-
 
2027
db  03  ;  0x03
-
 
2028
db 'Storage - RAID                  '
-
 
2029
db  04  ;  0x04
-
 
2030
db '                                '  ;Storage - ATA with DMA
-
 
2031
db  05  ;  0x05
-
 
2032
db 'Storage - Serial ATA            '
-
 
2033
db  06  ;  0x06
-
 
2034
db 'Storage - misc                  '
-
 
2035
db  128  ;  0x80
-
 
2036
 
-
 
2037
Class2:
-
 
2038
db 'Network - Ethernet              '
-
 
2039
db  00  ;  0x0
-
 
2040
db 'Network - Token Ring            '
-
 
2041
db  01  ;  0x1
-
 
2042
db 'Network - FDDI                  '
-
 
2043
db  02  ;  0x2
-
 
2044
db 'Network - ATM                   '
-
 
2045
db  03  ;  0x3
-
 
2046
db 'Network - ISDN                  '
-
 
2047
db  04  ;  0x4
-
 
2048
db 'Network - WorldFip              '
-
 
2049
db  05  ;  0x5
-
 
2050
db 'Network - PICMG 2.14            '
-
 
2051
db  06  ;  0x6
-
 
2052
db 'Network - misc                  '
-
 
2053
db  128  ;  0x80
-
 
2054
 
-
 
2055
Class3:
-
 
2056
db '                                ' ;Display - VGA controller
-
 
2057
db  00  ;  0x0
-
 
2058
db 'Display - XGA controller        '
-
 
2059
db  01  ;  0x1
-
 
2060
db 'Display - 3D controller         '
-
 
2061
db  02  ;  0x2
-
 
2062
db 'Display - misc                  '
-
 
2063
db  128  ;  0x80
-
 
2064
 
-
 
2065
Class4:
-
 
2066
db 'Multimedia - Video              '
-
 
2067
db  00  ;  0x0
-
 
2068
db 'Multimedia - Audio              '
-
 
2069
db  01  ;  0x1
-
 
2070
db 'Multimedia - Computer telephony '
-
 
2071
db  02  ;  0x2
-
 
2072
db 'Multimedia - misc               '
-
 
2073
db  128  ;  0x80
-
 
2074
 
-
 
2075
Class5:
-
 
2076
db 'Memory - RAM                    '
-
 
2077
db  00  ;  0x0
-
 
2078
db 'Memory- Flash memory            '
-
 
2079
db  01  ;  0x1
-
 
2080
db 'Memory - misc                   '
-
 
2081
db  128  ;  0x80
-
 
2082
 
-
 
2083
Class6:
-
 
2084
db 'Bridge - CPU/PCI                '
-
 
2085
db  00  ;  0x00
-
 
2086
db 'Bridge - PCI/ISA                '
-
 
2087
db  01  ;  0x01
-
 
2088
db 'Bridge - PCI/EISA               '
-
 
2089
db  02  ;  0x02
-
 
2090
db 'Bridge - PCI/MCA                '
-
 
2091
db  03  ;  0x03
-
 
2092
db '                                ';Bridge - PCI/PCI
-
 
2093
db  04  ;  0x04
-
 
2094
db 'Bridge - PCMCIA                 '
-
 
2095
db  05  ;  0x05
-
 
2096
db 'Bridge - NuBus                  '
-
 
2097
db  06  ;  0x06
-
 
2098
db 'Bridge - CardBus                '
-
 
2099
db  07  ;  0x07
-
 
2100
db 'Bridge - RACEway                '
-
 
2101
db  08  ;  0x08
-
 
2102
db '                                '; Bridge - Semi-transpar. PCI/PCI
-
 
2103
db  09  ;  0x09
-
 
2104
db 'Bridge - InfiniBand/PCI         '
-
 
2105
db  10  ;  0x0A
-
 
2106
db 'Bridge - misc                   '
-
 
2107
db  128  ;  0x80
-
 
2108
 
-
 
2109
Class7:
-
 
2110
db '                                ';Communication - Serial
-
 
2111
db  00  ;  0x0
-
 
2112
db '                                ';Communication - Parallel
-
 
2113
db  01  ;  0x1
-
 
2114
db 'Communication - Multiport Serial'
-
 
2115
db  02  ;  0x2
-
 
2116
db '                                ';Communication - Modem
-
 
2117
db  03  ;  0x3
-
 
2118
db 'Communication - GPIB            '
-
 
2119
db  04  ;  0x4
-
 
2120
db 'Communication - Smart Card      '
-
 
2121
db  05  ;  0x5
-
 
2122
db 'Communication - misc            '
-
 
2123
db  128  ;  0x80
-
 
2124
 
-
 
2125
Class8:
-
 
2126
db '                                ' ;System - PIC
-
 
2127
db  00  ;  0x0
-
 
2128
db '                                ' ;System - DMAC
-
 
2129
db  01  ;  0x1
-
 
2130
db '                                ' ;System - Timer
-
 
2131
db  02  ;  0x2
-
 
2132
db '                                ' ;System - RTC
-
 
2133
db  03  ;  0x3
-
 
2134
db 'System - PCI Hot-Plug           '
-
 
2135
db  04  ;  0x4
-
 
2136
db 'System - misc                   '
-
 
2137
db  128  ;  0x80
-
 
2138
 
-
 
2139
Class9:
-
 
2140
db 'Input - Keyboard                '
-
 
2141
db  00  ;  0x0
-
 
2142
db 'Input - Digitazer (pen)         '
-
 
2143
db  01  ;  0x1
-
 
2144
db 'Input - Mouse                   '
-
 
2145
db  02  ;  0x2
-
 
2146
db 'Input - Scanner                 '
-
 
2147
db  03  ;  0x3
-
 
2148
db '                                '  ; Input - Gameport
-
 
2149
db  04  ;  0x4
-
 
2150
db 'Input - misc                    '
-
 
2151
db  128  ;  0x80
-
 
2152
 
-
 
2153
ClassA:
-
 
2154
db 'Docking - Generic station       '
-
 
2155
db  00  ;  0x0
-
 
2156
db 'Docking - misc                  '
-
 
2157
db  128  ;  0x80
-
 
2158
 
-
 
2159
 
-
 
2160
ClassB:
-
 
2161
db 'Processor - 386                 '
-
 
2162
db  00  ;  0x0
-
 
2163
db 'Processor - 486                 '
-
 
2164
db  01  ;  0x1
-
 
2165
db 'Processor - Pentium             '
-
 
2166
db  02  ;  0x2
-
 
2167
db 'Processor - Alpha               '
-
 
2168
db  16  ;  0x10
-
 
2169
db 'Processor - PowerPC             '
-
 
2170
db  32  ;  0x20
-
 
2171
db 'Processor - MIPS                '
-
 
2172
db  48  ;  0x30
-
 
2173
db 'Processor - Co-processor        '
-
 
2174
db  64  ;  0x40
-
 
2175
 
-
 
2176
ClassC:
-
 
2177
db '                                ' ;Serial Bus - FireWire
-
 
2178
db  00  ;  0x0
-
 
2179
db 'Serial Bus - ACCESS.bus         '
-
 
2180
db  01  ;  0x1
-
 
2181
db 'Serial Bus - SSA                '
-
 
2182
db  02  ;  0x2
-
 
2183
db '                                ' ;Serial Bus - USB/USB2
-
 
2184
db  03  ;  0x3
-
 
2185
db 'Serial Bus - Fibre Channel      '
-
 
2186
db  04  ;  0x4
-
 
2187
db 'Serial Bus - SMBus              '
-
 
2188
db  05  ;  0x5
-
 
2189
db 'Serial Bus - InfiniBand         '
-
 
2190
db  06  ;  0x6
-
 
2191
db '                                ' ;Serial Bus - IPMI
-
 
2192
db  07  ;  0x7
-
 
2193
db 'Serial Bus - SERCOS             '
-
 
2194
db  08  ;  0x8
-
 
2195
db 'Serial Bus - CANbus             '
-
 
2196
db  09  ;  0x9
-
 
2197
 
-
 
2198
ClassD:
-
 
2199
db 'Wireless - iRDA                 '
-
 
2200
db  00  ;  0x0
-
 
2201
db 'Wireless - Consumer IR          '
-
 
2202
db  01  ;  0x1
-
 
2203
db 'Wireless - RF                   '
-
 
2204
db  16  ;  0x10
-
 
2205
db 'Wireless - Bluetooth            '
-
 
2206
db  17  ;  0x11
-
 
2207
db 'Wireless - Broadband            '
-
 
2208
db  18  ;  0x12
-
 
2209
db 'Wireless - Ethernet (802.11a)   '
-
 
2210
db  32  ;  0x20
-
 
2211
db 'Wireless - Ethernet (802.11b)   '
-
 
2212
db  33  ;  0x21
-
 
2213
db 'Wireless - misc                 '
-
 
2214
db  128  ;  0x80
-
 
2215
 
-
 
2216
ClassE:
-
 
2217
db '                                ' ;Intelligent I/O - I/O contr.
-
 
2218
db  00  ;  0x0
-
 
2219
 
-
 
2220
ClassF:
-
 
2221
db 'Satellite Communication - TV    '
-
 
2222
db  01  ;  0x1
-
 
2223
db 'Satellite Communication - Audio '
-
 
2224
db  02  ;  0x2
-
 
2225
db 'Satellite Communication - Voice '
-
 
2226
db  03  ;  0x3
-
 
2227
db 'Satellite Communication - Data  '
-
 
2228
db  04  ;  0x4
-
 
2229
 
-
 
2230
Class10:
-
 
2231
db 'En/Decryption - Network&comput. '
-
 
2232
db  00  ;  0x0
-
 
2233
db 'En/Decryption - Entertainment   '
-
 
2234
db  16  ;  0x10
-
 
2235
db 'En/Decryption - misc            '
-
 
2236
db  128  ;  0x80
-
 
2237
 
-
 
2238
Class11:
-
 
2239
db 'DSP - DPIO modules              '
-
 
2240
db  00  ;  0x0
-
 
2241
db 'DSP - Performance counters      '
-
 
2242
db  01  ;  0x1
-
 
2243
db 'DSP - Sync./Test/Measurement    '
-
 
2244
db  16  ;  0x10
-
 
2245
db 'DSP - Managamant card           '
-
 
2246
db  32  ;  0x20
-
 
2247
db 'DSP - misc                      '
13
; so the total quantity of vendors is 987 now (changes by Sergey Kuzmin)
-
 
14
 
-
 
15
; changed ??/04/2007: 
-
 
16
; size optimezed 
-
 
17
; total quantity of vendors is 997 now (changes by Mihailov Ilia)
-
 
18
 
-
 
19
 
-
 
20
macro VendorID a,b {	; by mike.dld
-
 
21
	dw a
-
 
22
	dd _vtmp#a
-
 
23
	\iglobal
-
 
24
		_vtmp#a db b
-
 
25
		db	0
-
 
26
	\};endg
-
 
27
}
-
 
28
 
-
 
29
macro ClassID a,b,c,d {
-
 
30
	db a
-
 
31
	db b
-
 
32
	local tt
-
 
33
 
-
 
34
	if c eq
-
 
35
		db 0
-
 
36
		db 1
-
 
37
		tt = 'x'
-
 
38
	else
-
 
39
		db c
-
 
40
		db 0
-
 
41
		tt = c
-
 
42
	end if
-
 
43
	
-
 
44
	dd _ctmp#a#b#tt
-
 
45
	\iglobal
-
 
46
		_ctmp#a#b#tt db d
-
 
47
		db	0
-
 
48
	\};endg
-
 
49
}
-
 
50
 
-
 
51
;--------------------------------------
-
 
52
VendorsTab:
-
 
53
VendorID	0x0033, 'PARADYNE CORP.'
-
 
54
VendorID	0x003D, 'Lockheed Martin Corp'
-
 
55
VendorID	0x0100, 'NCIPHER CORP. LTD'
-
 
56
VendorID	0x0675, 'DYNALINK'
-
 
57
VendorID	0x0571, 'BERKOM'
-
 
58
VendorID	0x0A89, 'BREA TECHNOLOGIES INC'
-
 
59
VendorID	0x0E11, 'COMPAQ COMPUTER CORP.'
-
 
60
VendorID	0x1000, 'SYMBIOS LOGIC INC/LSI Logic'
-
 
61
VendorID	0x1001, 'KOLTER ELECTRONIC'
-
 
62
VendorID	0x1002, 'ATI TECHNOLOGIES INC'
-
 
63
VendorID	0x1003, 'ULSI'
-
 
64
VendorID	0x1004, 'VLSI TECHNOLOGY INC'
-
 
65
VendorID	0x1005, 'ADL'
-
 
66
VendorID	0x100B, 'NATIONAL SEMICONDUCTOR CORPORATION'
-
 
67
VendorID	0x100C, 'Tseng Labs'
-
 
68
VendorID	0x100E, 'Weitek'
-
 
69
VendorID	0x1010, 'VIDEO LOGIC LTD'
-
 
70
VendorID	0x1011, 'Digital Equipment Corporation'
-
 
71
VendorID	0x1013, 'Cirrus Logic'
-
 
72
VendorID	0x1014, 'IBM'
-
 
73
VendorID	0x1017, 'Spea Software AG'
-
 
74
VendorID	0x1018, 'UNISYS CORPORATION'
-
 
75
VendorID	0x1019, 'ELITEGROUP COMPUTER SYS'
-
 
76
VendorID	0x101A, 'NCR Corporation'
-
 
77
VendorID	0x101E, 'AMERICAN MEGATRENDS'
-
 
78
VendorID	0x1020, 'HITACHI COMPUTER PRODUCTS'
-
 
79
VendorID	0x1021, 'OKI ELECTRIC INDUSTRY CO. LTD.'
-
 
80
VendorID	0x1022, 'Advanced Micro Devices'
-
 
81
VendorID	0x1023, 'TRIDENT MICROSYSTEMS'
-
 
82
VendorID	0x1025, 'Acer Incorporated'
-
 
83
VendorID	0x1028, 'DELL COMPUTER CORPORATION'
-
 
84
VendorID	0x102A, 'LSI LOGIC CORPORATION'
-
 
85
VendorID	0x102B, 'MATROX GRAPHICS'
-
 
86
VendorID	0x102C, 'Asiliant (Chips And Technologies)'
-
 
87
VendorID	0x102D, 'Wyse Technologies'
-
 
88
VendorID	0x102F, 'TOSHIBA AMERICA'
-
 
89
VendorID	0x1031, 'miro Computer Products AG'
-
 
90
VendorID	0x1033, 'NEC CORPORATION'
-
 
91
VendorID	0x1036, 'Future Domain'
-
 
92
VendorID	0x1038, 'AMP'
-
 
93
VendorID	0x1039, 'SILICON INTEGRATED SYSTEMS'
-
 
94
VendorID	0x103C, 'Hewlett-Packard Company'
-
 
95
VendorID	0x103F, 'SYNOPSYS/LOGIC MODELING GROUP'
-
 
96
VendorID	0x1042, 'Micron Electronics'
-
 
97
VendorID	0x1043, 'ASUSTEK COMPUTER'
-
 
98
VendorID	0x1044, 'DISTRIBUTED PROCESSING TECHNOLOGY'
-
 
99
VendorID	0x1045, 'OPTI INC.'
-
 
100
VendorID	0x1048, 'ELSA AG'
-
 
101
VendorID	0x1049, 'FOUNTAIN TECHNOLOGIES'
-
 
102
VendorID	0x104A, 'STMicroelectronics'
-
 
103
VendorID	0x104B, 'BusLogic'
-
 
104
VendorID	0x104C, 'TEXAS INSTRUMENTS'
-
 
105
VendorID	0x104D, 'SONY CORPORATION'
-
 
106
VendorID	0x104E, 'Oak Technology'
-
 
107
VendorID	0x104F, 'Co-Time Computer Ltd.'
-
 
108
VendorID	0x1050, 'WINBOND ELECTRONICS CORP'
-
 
109
VendorID	0x1051, 'Anigma Corp.'
-
 
110
VendorID	0x1054, 'HITACHI'
-
 
111
VendorID	0x1055, 'Standard Microsystems Corp.'
-
 
112
VendorID	0x1057, 'Motorola'
-
 
113
VendorID	0x1058, 'ETRI'
-
 
114
VendorID	0x1059, 'TEKNOR INDUSTRIAL COMPUTERS INC'
-
 
115
VendorID	0x105A, 'PROMISE TECHNOLOGY'
-
 
116
VendorID	0x105B, 'FOXCONN INTERNATIONAL INC'
-
 
117
VendorID	0x105D, 'NUMBER 9 VISUAL TECHNOLOGY'
-
 
118
VendorID	0x105F, 'INFOTRONIC AMERICA INC'
-
 
119
VendorID	0x1060, 'United Microelectronics'
-
 
120
VendorID	0x1061, '8x8 Inc.'
-
 
121
VendorID	0x1063, 'OCEAN MANUFACTURING LTD'
-
 
122
VendorID	0x1064, 'ALCATEL'
-
 
123
VendorID	0x1065, 'Texas Microsystems'
-
 
124
VendorID	0x1066, 'Picopower Technology'
-
 
125
VendorID	0x1067, 'MITSUBISHI ELECTRIC AMERICA'
-
 
126
VendorID	0x1068, 'DIVERSIFIED TECHNOLOGY'
-
 
127
VendorID	0x1069, 'MYLEX CORPORATION'
-
 
128
VendorID	0x106B, 'APPLE COMPUTER INC.'
-
 
129
VendorID	0x106C, 'Hyundai Electronics America'
-
 
130
VendorID	0x106D, 'SEQUENT COMPUTER SYSTEMS'
-
 
131
VendorID	0x1070, 'DAEWOO TELECOM LTD'
-
 
132
VendorID	0x1071, 'MITAC'
-
 
133
VendorID	0x1073, 'YAMAHA CORPORATION'
-
 
134
VendorID	0x1074, 'Nexgen Microsystems'
-
 
135
VendorID	0x1076, 'Chaintech Comp.'
-
 
136
VendorID	0x1077, 'QLOGIC  Corporation'
-
 
137
VendorID	0x1078, 'Cyrix Corporation'
-
 
138
VendorID	0x1079, 'I-BUS'
-
 
139
VendorID	0x107B, 'GATEWAY 2000'
-
 
140
VendorID	0x107D, 'Leadtek Research'
-
 
141
VendorID	0x107E, 'INTERPHASE CORPORATION'
-
 
142
VendorID	0x107F, 'Data Technology Corporation'
-
 
143
VendorID	0x1080, 'Cypress Semiconductor'
-
 
144
VendorID	0x1081, 'Radius Inc.'
-
 
145
VendorID	0x1083, 'Forex Computer Corporation'
-
 
146
VendorID	0x1085, 'Tulip Computers International BV'
-
 
147
VendorID	0x1087, 'Cache Computer'
-
 
148
VendorID	0x108A, 'SBS  Operations'
-
 
149
VendorID	0x108D, 'OLICOM'
-
 
150
VendorID	0x108E, 'Sun Microsystems'
-
 
151
VendorID	0x1091, 'Intergraph Corporation'
-
 
152
VendorID	0x1092, 'Diamond Computer Systems'
-
 
153
VendorID	0x1093, 'National Instruments'
-
 
154
VendorID	0x1095, 'SILICON IMAGE (WAS CMD TECHNOLOGY INC)'
-
 
155
VendorID	0x1096, 'ALACRON'
-
 
156
VendorID	0x1097, 'APPIAN Graphics/ETMA'
-
 
157
VendorID	0x1098, 'Quantum Designs Ltd.'
-
 
158
VendorID	0x109A, 'PACKARD BELL NEC'
-
 
159
VendorID	0x109E, 'BROOKTREE CORPORATION'
-
 
160
VendorID	0x109F, 'TRIGEM COMPUTER INC.'
-
 
161
VendorID	0x10A0, 'MEIDENSHA CORPORATION'
-
 
162
VendorID	0x10A2, 'QUANTUM EFFECT DESIGN'
-
 
163
VendorID	0x10A4, 'Globe Manufacturing Sales'
-
 
164
VendorID	0x10A8, 'Sierra Semiconductor'
-
 
165
VendorID	0x10A9, 'SILICON GRAPHICS'
-
 
166
VendorID	0x10AC, 'HONEYWELL IAC'
-
 
167
VendorID	0x10AD, 'Winbond Systems Labs'
-
 
168
VendorID	0x10AF, 'MICRO COMPUTER SYSTEMS INC'
-
 
169
VendorID	0x10B5, 'PLX TECHNOLOGY.'
-
 
170
VendorID	0x10B6, 'MADGE NETWORKS'
-
 
171
VendorID	0x10B7, '3COM Corp, Networking Division'
-
 
172
VendorID	0x10B8, 'Standard Microsystems Corporation'
-
 
173
VendorID	0x10B9, 'ACER LABS Incorp.'
-
 
174
VendorID	0x10BA, 'MITSUBISHI ELECTRIC CORP.'
-
 
175
VendorID	0x10BD, 'Surecom Technology'
-
 
176
VendorID	0x10C2, 'AUSPEX SYSTEMS INC.'
-
 
177
VendorID	0x10C3, 'Samsung Semiconductors'
-
 
178
VendorID	0x10C4, 'Award Software International Inc.'
-
 
179
VendorID	0x10C8, 'NEOMAGIC CORPORATION'
-
 
180
VendorID	0x10CA, 'FUJITSU MICROELECTRONIC'
-
 
181
VendorID	0x10CB, 'OMRON CORPORATION'
-
 
182
VendorID	0x10CD, 'ADVANCED SYSTEM PRODUCTS'
-
 
183
VendorID	0x10CF, 'FUJITSU LIMITED'
-
 
184
VendorID	0x10D1, 'FUTUREPLUS SYSTEMS CORP.'
-
 
185
VendorID	0x10D2, 'MOLEX INCORPORATED'
-
 
186
VendorID	0x10D9, 'Macronix International Co. Ltd.'
-
 
187
VendorID	0x10DB, 'ROHM LSI SYSTEMS'
-
 
188
VendorID	0x10DC, 'CERN-European Lab. for Particle Physics'
-
 
189
VendorID	0x10DD, 'EVANS & SUTHERLAND'
-
 
190
VendorID	0x10DE, 'NVIDIA CORPORATION'
-
 
191
VendorID	0x10DF, 'EMULEX CORPORATION'
-
 
192
VendorID	0x10E1, 'TEKRAM TECHNOLOGY CO.LTD.'
-
 
193
VendorID	0x10E3, 'TUNDRA SEMICONDUCTOR CORP'
-
 
194
VendorID	0x10E5, 'MICRO INDUSTRIES CORPORATION'
-
 
195
VendorID	0x10E8, 'Applied Micro Circuits Corp.'
-
 
196
VendorID	0x10EA, 'Tvia, Inc.'
-
 
197
VendorID	0x10EB, 'Artist Graphics'
-
 
198
VendorID	0x10EC, 'REALTEK SEMICONDUCTOR CORP.'
-
 
199
VendorID	0x10ED, 'Ascii Corporation'
-
 
200
VendorID	0x10EE, 'XILINX'
-
 
201
VendorID	0x10EF, 'Racore Computer Products'
-
 
202
VendorID	0x10F0, 'Curtiss-Wright Controls Embedded Computing'
-
 
203
VendorID	0x10F1, 'TYAN COMPUTER'
-
 
204
VendorID	0x10F4, 'S-Mos Systems'
-
 
205
VendorID	0x10F5, 'NKK CORPORATION'
-
 
206
VendorID	0x10F6, 'Creative Electronic Systems SA'
-
 
207
VendorID	0x10FA, 'Truevision'
-
 
208
VendorID	0x10FB, 'Thesys Microelectronics'
-
 
209
VendorID	0x10FC, 'I-O DATA DEVICE'
-
 
210
VendorID	0x10FE, 'FAST MULTIMEDIA AG'
-
 
211
VendorID	0x1101, 'INITIO CORPORATION'
-
 
212
VendorID	0x1102, 'Creative Labs'
-
 
213
VendorID	0x1105, 'SIGMA DESIGNS'
-
 
214
VendorID	0x1106, 'VIA TECHNOLOGIES'
-
 
215
VendorID	0x1107, 'ASCEND COMMUNICATIONS/Stratus Computer'
-
 
216
VendorID	0x1108, 'Proteon Inc.'
-
 
217
VendorID	0x1109, 'Adaptec/Cogent Data Technologies Inc'
-
 
218
VendorID	0x110A, 'SIEMENS PC SYSTEME GMBH'
-
 
219
VendorID	0x110B, 'Chromatic Research Inc'
-
 
220
VendorID	0x1111, 'SANTA CRUZ OPERATION'
-
 
221
VendorID	0x1112, 'Osicom Technologies Inc.'
-
 
222
VendorID	0x1113, 'ACCTON TECHNOLOGY'
-
 
223
VendorID	0x1114, 'Atmel Corp.'
-
 
224
VendorID	0x1116, 'Media 100, Inc.'
-
 
225
VendorID	0x1117, 'Datacube Inc.'
-
 
226
VendorID	0x1118, 'FCI ELECTRONICS'
-
 
227
VendorID	0x1119, 'ICP-VORTEX COMPUTERSYSTEM GMBH'
-
 
228
VendorID	0x111A, 'EFFICIENT NETWORKS'
-
 
229
VendorID	0x111C, 'Tricord Systems Inc.'
-
 
230
VendorID	0x111D, 'INTEGRATED DEVICE TECH'
-
 
231
VendorID	0x111F, 'Precision Digital Images'
-
 
232
VendorID	0x1120, 'EMC CORPORATION'
-
 
233
VendorID	0x1127, 'FORE SYSTEMS INC'
-
 
234
VendorID	0x112A, 'HERMES ELECTRONICS COMPANY'
-
 
235
VendorID	0x112E, 'Infomedia'
-
 
236
VendorID	0x112F, 'IMAGING TECHNOLOGY'
-
 
237
VendorID	0x1131, 'PHILIPS SEMICONDUCTORS'
-
 
238
VendorID	0x1132, 'MITEL CORP'
-
 
239
VendorID	0x1133, 'Eicon Networks Corporation'
-
 
240
VendorID	0x1134, 'MERCURY COMPUTER SYSTEMS'
-
 
241
VendorID	0x1135, 'FUJI XEROX CO LTD'
-
 
242
VendorID	0x1136, 'MOMENTUM DATA SYSTEMS'
-
 
243
VendorID	0x1137, 'CISCO SYSTEMS INC'
-
 
244
VendorID	0x1138, 'ZIATECH CORPORATION'
-
 
245
VendorID	0x113C, 'CYCLONE MICROSYSTEMS.'
-
 
246
VendorID	0x113E, 'SANYO ELECTRIC CO-Information Systems Division'
-
 
247
VendorID	0x113F, 'Equinox Systems'
-
 
248
VendorID	0x1141, 'CREST MICROSYSTEM INC.'
-
 
249
VendorID	0x1142, 'Alliance Semiconductor CA - USA'
-
 
250
VendorID	0x1144, 'Cincinnati Milacron'
-
 
251
VendorID	0x1145, 'WORKBIT CORPORATION'
-
 
252
VendorID	0x1146, 'FORCE COMPUTERS GMBH'
-
 
253
VendorID	0x1147, 'Interface Corp'
-
 
254
VendorID	0x1148, 'SYSKONNECT/Marvell'
-
 
255
VendorID	0x114A, 'VMIC'
-
 
256
VendorID	0x114C, 'ANNABOOKS'
-
 
257
VendorID	0x114F, 'DIGI INTERNATIONAL'
-
 
258
VendorID	0x1154, 'MELCO INC'
-
 
259
VendorID	0x1155, 'Pine Technology Ltd'
-
 
260
VendorID	0x1158, 'Voarx R&D Inc'
-
 
261
VendorID	0x1159, 'Mutech'
-
 
262
VendorID	0x115C, 'PHOTRON LTD.'
-
 
263
VendorID	0x115D, 'XIRCOM'
-
 
264
VendorID	0x1161, 'PFU LIMITED'
-
 
265
VendorID	0x1163, 'RENDITION'
-
 
266
VendorID	0x1165, 'Imagraph Corporation'
-
 
267
VendorID	0x1166, 'Reliance Computer Corp./ServerWorks'
-
 
268
VendorID	0x1169, 'Centre f/Dev. of Adv. Computing'
-
 
269
VendorID	0x116A, 'Polaris Communications'
-
 
270
VendorID	0x116E, 'ELECTRONICS FOR IMAGING'
-
 
271
VendorID	0x1170, 'INVENTEC CORPORATION'
-
 
272
VendorID	0x1171, 'BLUE WAVE SYSTEMS'
-
 
273
VendorID	0x1172, 'ALTERA CORPORATION'
-
 
274
VendorID	0x1176, 'SBE'
-
 
275
VendorID	0x1178, 'Alfa Inc'
-
 
276
VendorID	0x1179, 'TOSHIBA AMERICA INFO SYSTEMS'
-
 
277
VendorID	0x117B, 'GCE-8320B'
-
 
278
VendorID	0x117E, 'T/R Systems'
-
 
279
VendorID	0x1180, 'RICOH CO LTD'
-
 
280
VendorID	0x1185, 'Dataworld'
-
 
281
VendorID	0x1186, 'D-LINK SYSTEM INC'
-
 
282
VendorID	0x1187, 'ADVANCED TECHNOLOGY LABORATORIES'
-
 
283
VendorID	0x1189, 'MATSUSHITA ELECTIC INDUSTRIAL CO LTD'
-
 
284
VendorID	0x118B, 'PLATYPUS TECHNOLOGY PTY LTD'
-
 
285
VendorID	0x118C, 'Corollary Inc'
-
 
286
VendorID	0x118D, 'BitFlow Inc'
-
 
287
VendorID	0x118E, 'Hermstedt AG'
-
 
288
VendorID	0x1190, 'Tripace'
-
 
289
VendorID	0x1191, 'ACARD TECHNOLOGY'
-
 
290
VendorID	0x1193, 'ZeitNet'
-
 
291
VendorID	0x1195, 'RATOC SYSTEMS INC'
-
 
292
VendorID	0x1197, 'Gage Applied Technologies'
-
 
293
VendorID	0x1199, 'Attachmate Corp.'
-
 
294
VendorID	0x119A, 'MINDSHARE.'
-
 
295
VendorID	0x119B, 'Omega Micro Inc.'
-
 
296
VendorID	0x119D, 'BUG.'
-
 
297
VendorID	0x119E, 'FUJITSU MICROELECTRONICS LTD.'
-
 
298
VendorID	0x119F, 'BULL HN INFORMATION SYSTEMS'
-
 
299
VendorID	0x11A1, 'HAMAMATSU PHOTONICS K.K.'
-
 
300
VendorID	0x11A8, 'Systech Corp.'
-
 
301
VendorID	0x11A9, 'InnoSys Inc.'
-
 
302
VendorID	0x11AA, 'ACTEL'
-
 
303
VendorID	0x11AB, 'GALILEO TECHNOLOGY LTD/Marvell Semiconductor, Inc.'
-
 
304
VendorID	0x11AD, 'LITE-ON COMMUNICATIONS INC'
-
 
305
VendorID	0x11AE, 'SCITEX CORPORATION'
-
 
306
VendorID	0x11AF, 'AVID TECHNOLOGY INC'
-
 
307
VendorID	0x11B0, 'V3 SEMICONDUCTOR INC./Quicklogic Corp'
-
 
308
VendorID	0x11B2, 'EASTMAN KODAK'
-
 
309
VendorID	0x11B3, 'BARR SYSTEMS INC.'
-
 
310
VendorID	0x11B5, 'Radstone Technology Ltd.'
-
 
311
VendorID	0x11B8, 'Xpoint Technologies Inc'
-
 
312
VendorID	0x11B9, 'Pathlight Technology Inc.'
-
 
313
VendorID	0x11BC, 'Network Peripherals Inc'
-
 
314
VendorID	0x11BD, 'Pinnacle Systems Inc.'
-
 
315
VendorID	0x11BF, 'ASTRODESIGN'
-
 
316
VendorID	0x11C1, 'AGERE/LUCENT'
-
 
317
VendorID	0x11C6, 'DAINIPPON SCREEN MFG. CO. LTD'
-
 
318
VendorID	0x11C8, 'DOLPHIN INTERCONNECT SOLUTIONS AS'
-
 
319
VendorID	0x11C9, 'MAGMA'
-
 
320
VendorID	0x11CA, 'LSI SYSTEMS'
-
 
321
VendorID	0x11CB, 'SPECIALIX INTERNATIONAL LTD'
-
 
322
VendorID	0x11CE, 'NETACCESS/Primary Rate Inc'
-
 
323
VendorID	0x11D0, 'LOCKHEED MARTIN-Electronics & Communications'
-
 
324
VendorID	0x11D1, 'AuraVision Corporation'
-
 
325
VendorID	0x11D2, 'INTERCOM INC.'
-
 
326
VendorID	0x11D4, 'Analog Devices, Inc.'
-
 
327
VendorID	0x11D5, 'IKON CORPORATION/Tahoma Technology'
-
 
328
VendorID	0x11D9, 'TOSHIBA TEC CORPORATION'
-
 
329
VendorID	0x11DA, 'NOVELL'
-
 
330
VendorID	0x11DB, 'Sega Enterprises Ltd'
-
 
331
VendorID	0x11DE, 'Zoran Corporation'
-
 
332
VendorID	0x11DF, 'NEW WAVE PDG'
-
 
333
VendorID	0x11E3, 'QUICKLOGIC CORPORATION'
-
 
334
VendorID	0x11EC, 'CORECO INC'
-
 
335
VendorID	0x11EE, 'DOME IMAGING SYSTEMS INC'
-
 
336
VendorID	0x11F0, 'Compu-Shack GmbH'
-
 
337
VendorID	0x11F4, 'Kinetic Systems Corporation'
-
 
338
VendorID	0x11F6, 'Powermatic Data Systems Ltd'
-
 
339
VendorID	0x11F8, 'PMC-SIERRA INC'
-
 
340
VendorID	0x11FE, 'Comtrol Corp'
-
 
341
VendorID	0x1202, 'Network General Corp'
-
 
342
VendorID	0x1203, 'AGFA CORPORATION'
-
 
343
VendorID	0x1206, 'AMDAHL CORPORATION'
-
 
344
VendorID	0x1208, 'Parsytec GmbH'
-
 
345
VendorID	0x1209, 'Sci Systems Inc'
-
 
346
VendorID	0x120E, 'Cyclades Corporation'
-
 
347
VendorID	0x120F, 'ESSENTIAL COMMUNICATIONS'
-
 
348
VendorID	0x1214, 'PERFORMANCE TECHNOLOGIES.'
-
 
349
VendorID	0x1216, 'PURUP-EskoFot A/S'
-
 
350
VendorID	0x1217, 'O2MICRO.'
-
 
351
VendorID	0x121A, '3DFX INTERACTIVE'
-
 
352
VendorID	0x121B, 'VIRATA LTD'
-
 
353
VendorID	0x1220, 'Ariel Corporation'
-
 
354
VendorID	0x1221, 'CONTEC CO. LTD'
-
 
355
VendorID	0x1223, 'ARTESYN COMMUNICATIONS PRODUCTS INC'
-
 
356
VendorID	0x1224, 'Interactive Images'
-
 
357
VendorID	0x1227, 'TECH-SOURCE'
-
 
358
VendorID	0x122C, 'SICAN GMBH'
-
 
359
VendorID	0x122D, 'Aztech System Ltd'
-
 
360
VendorID	0x1232, 'MARCONI COMMUNICATIONS LTD'
-
 
361
VendorID	0x1236, 'Sigma Designs, Inc'
-
 
362
VendorID	0x124C, 'Solitron Technologies Inc.'
-
 
363
VendorID	0x124D, 'Stallion Technologies'
-
 
364
VendorID	0x124F, 'Infortrend Technology Inc'
-
 
365
VendorID	0x1256, 'Perceptive Solutions Inc.'
-
 
366
VendorID	0x1258, 'Gilbarco Inc.'
-
 
367
VendorID	0x125B, 'Asix Electronics Corp.'
-
 
368
VendorID	0x1266, 'Microdyne Corp.'
-
 
369
VendorID	0x1267, 'S.A. Telecommunications'
-
 
370
VendorID	0x1361, 'SOLITON SYSTEMS K.K.'
-
 
371
VendorID	0x123C, 'CENTURY SYSTEMS.'
-
 
372
VendorID	0x123D, 'Engineering Design Team Inc.'
-
 
373
VendorID	0x123F, 'C-CUBE MICROSYSTEMS'
-
 
374
VendorID	0x1242, 'JAYCOR NETWORKS INC./JNI Corporation'
-
 
375
VendorID	0x1244, 'AVM AUDIOVISUELLES MKTG & COMPUTER SYSTEM GMBH'
-
 
376
VendorID	0x124B, 'SBS TECHNOLOGIES'
-
 
377
VendorID	0x1250, 'Hitachi Microcomputer System Ltd.'
-
 
378
VendorID	0x1253, 'GUZIK TECHNICAL ENTERPRISES'
-
 
379
VendorID	0x1255, 'OPTIBASE LTD'
-
 
380
VendorID	0x1259, 'ALLIED TELESYN INTERNATIONAL'
-
 
381
VendorID	0x125C, 'AURORA TECHNOLOGIES.'
-
 
382
VendorID	0x125D, 'ESS TECHNOLOGY, INC.'
-
 
383
VendorID	0x125F, 'CONCURRENT TECHNOLOGIES'
-
 
384
VendorID	0x1260, 'INTERSIL CORP'
-
 
385
VendorID	0x1261, 'MATSUSHITA-KOTOBUKI ELECTRONICS'
-
 
386
VendorID	0x1264, 'AVAL NAGASAKI CORPORATION'
-
 
387
VendorID	0x1268, 'TEKTRONIX'
-
 
388
VendorID	0x126C, 'Nortel Networks Corp.'
-
 
389
VendorID	0x126D, 'SPLASH TECHNOLOGY.'
-
 
390
VendorID	0x126E, 'SUMITOMO METAL INDUSTRIES'
-
 
391
VendorID	0x126F, 'SILICON MOTION.'
-
 
392
VendorID	0x1270, 'OLYMPUS OPTICAL CO. LTD.'
-
 
393
VendorID	0x1274, 'Creative Labs (was Ensoniq, Malvern)'
-
 
394
VendorID	0x1275, 'NETWORK APPLIANCE CORPORATION'
-
 
395
VendorID	0x1278, 'Transtech Parallel Systems'
-
 
396
VendorID	0x1279, 'TRANSMETA CORPORATION'
-
 
397
VendorID	0x127A, 'CONEXANT, ROCKWELL'
-
 
398
VendorID	0x127D, 'VELA RESEARCH LP'
-
 
399
VendorID	0x127F, 'FUJIFILM'
-
 
400
VendorID	0x1281, 'YOKOGAWA ELECTRIC CORPORATION'
-
 
401
VendorID	0x1283, 'Integrated Technology Express Inc.'
-
 
402
VendorID	0x1286, 'MAZET GMBH'
-
 
403
VendorID	0x128B, 'TRANSWITCH CORPORATION'
-
 
404
VendorID	0x128D, 'G2 Networks Inc.'
-
 
405
VendorID	0x128F, 'TATENO DENNOU.'
-
 
406
VendorID	0x1290, 'TOSHIBA PERSONAL COMPUTER SYSTEM CORP.'
-
 
407
VendorID	0x1291, 'NCS COMPUTER ITALIA SRL'
-
 
408
VendorID	0x1292, 'TRITECH MICROELECTRONICS INC'
-
 
409
VendorID	0x1297, 'SHUTTLE COMPUTER'
-
 
410
VendorID	0x1299, 'KNOWLEDGE TECHNOLOGY LAB.'
-
 
411
VendorID	0x129A, 'VMETRO Inc.'
-
 
412
VendorID	0x129E, 'VICTOR COMPANY OF JAPAN'
-
 
413
VendorID	0x12A0, 'ALLEN- BRADLEY COMPANY'
-
 
414
VendorID	0x12A3, 'Lucent Technologies AMR'
-
 
415
VendorID	0x12A7, 'AMO GMBH'
-
 
416
VendorID	0x12A9, 'XIOTECH CORPORATION'
-
 
417
VendorID	0x12AB, 'YUAN YUAN ENTERPRISE CO. LTD.'
-
 
418
VendorID	0x12AE, 'Alteon Networks Inc.'
-
 
419
VendorID	0x12B6, 'NATURAL MICROSYSTEMS'
-
 
420
VendorID	0x12B7, 'COGNEX MODULAR VISION SYSTEMS DIV.-ACUMEN INC.'
-
 
421
VendorID	0x12B9, '3Com  Corp, Modem Division'
-
 
422
VendorID	0x12BC, 'ARRAY MICROSYSTEMS'
-
 
423
VendorID	0x12BE, 'ANCHOR CHIPS INC.'
-
 
424
VendorID	0x12BF, 'Fujifilm Microdevices'
-
 
425
VendorID	0x12C0, 'INFIMED'
-
 
426
VendorID	0x12C3, 'Holtek Microelectronics Inc.'
-
 
427
VendorID	0x12C4, 'Connect Tech Inc'
-
 
428
VendorID	0x12C6, 'Mitan Corporation'
-
 
429
VendorID	0x12C7, 'Dialogic Corp'
-
 
430
VendorID	0x12CA, 'Integrated Computing Engines'
-
 
431
VendorID	0x12CD, 'Aims Lab'
-
 
432
VendorID	0x12D2, 'NVIDIA (WAS: STB,SGS THOMPSON)'
-
 
433
VendorID	0x12D3, 'GE VINGMED ULTRASOUND AS'
-
 
434
VendorID	0x12D4, 'COMVERSE NETWORKS SYSTEM & Ulticom, Inc.'
-
 
435
VendorID	0x12D5, 'Equator Technologies'
-
 
436
VendorID	0x12D6, 'Analogic Corp'
-
 
437
VendorID	0x12D8, 'PERICOM SEMICONDUCTOR'
-
 
438
VendorID	0x12D9, 'Aculab PLC'
-
 
439
VendorID	0x12DA, 'True Time Inc.'
-
 
440
VendorID	0x12DE, 'Rainbow Technologies'
-
 
441
VendorID	0x12DF, 'SBS Technologies Inc'
-
 
442
VendorID	0x12E0, 'Chase Research PLC'
-
 
443
VendorID	0x12E2, 'Datum Inc. Bancomm-Timing Division'
-
 
444
VendorID	0x12E4, 'Brooktrout Technology Inc'
-
 
445
VendorID	0x12E7, 'Sebring Systems'
-
 
446
VendorID	0x12EA, 'Real Vision'
-
 
447
VendorID	0x12EB, 'Aureal Semiconductor'
-
 
448
VendorID	0x12EC, '3A'
-
 
449
VendorID	0x12F0, 'PENTEK'
-
 
450
VendorID	0x12F7, 'COGNEX INC.'
-
 
451
VendorID	0x12FB, 'Spectrum Signal Processing'
-
 
452
VendorID	0x12FC, 'CAPITAL EQUIPMENT CORP'
-
 
453
VendorID	0x12FE, 'ESD Electronic System Design GmbH'
-
 
454
VendorID	0x1304, 'Juniper Networks Inc.'
-
 
455
VendorID	0x1307, 'Computer Boards'
-
 
456
VendorID	0x1308, 'LEVEL ONE COMMUNICATIONS/Jato Technologies Inc.'
-
 
457
VendorID	0x130A, 'Mitsubishi Electric MicroComputer'
-
 
458
VendorID	0x130B, 'Colorgraphic Communications Corp'
-
 
459
VendorID	0x130F, 'Advanet Inc'
-
 
460
VendorID	0x1310, 'GESPAC'
-
 
461
VendorID	0x1313, 'YASKAWA ELECTRIC CO.'
-
 
462
VendorID	0x1316, 'TERADYNE INC.'
-
 
463
VendorID	0x1317, 'ADMTEK INC'
-
 
464
VendorID	0x1318, 'Packet Engines Inc.'
-
 
465
VendorID	0x1319, 'ForteMedia'
-
 
466
VendorID	0x131F, 'SIIG Inc'
-
 
467
VendorID	0x1325, 'SALIX TECHNOLOGIES INC'
-
 
468
VendorID	0x1326, 'SeaChange International'
-
 
469
VendorID	0x1331, 'RadiSys Corp.'
-
 
470
VendorID	0x133D, 'PRISA NETWORKS'
-
 
471
VendorID	0x133F, 'SCM MICROSYSTEMS'
-
 
472
VendorID	0x1342, 'PROMAX SYSTEMS INC'
-
 
473
VendorID	0x1344, 'MICRON TECHNOLOGY INC'
-
 
474
VendorID	0x134A, 'Domex'
-
 
475
VendorID	0x134B, 'ARK RESEARCH CORP.'
-
 
476
VendorID	0x134C, 'CHORI JOHO SYSTEM CO. LTD'
-
 
477
VendorID	0x134D, 'PC-TEL INC'
-
 
478
VendorID	0x135A, 'BRAIN BOXES LIMITED'
-
 
479
VendorID	0x135C, 'QUATECH INC'
-
 
480
VendorID	0x135E, 'SEALEVEL SYSTEMS INC'
-
 
481
VendorID	0x135F, 'I-DATA INTERNATIONAL A-S'
-
 
482
VendorID	0x1360, 'MEINBERG FUNKUHREN'
-
 
483
VendorID	0x1363, 'PHOENIX TECHNOLOGIES LTD'
-
 
484
VendorID	0x1365, 'HYPERCOPE'
-
 
485
VendorID	0x1367, 'HITACHI ZOSEN CORPORATION'
-
 
486
VendorID	0x1368, 'SKYWARE CORPORATION'
-
 
487
VendorID	0x1369, 'DIGIGRAM'
-
 
488
VendorID	0x136B, 'KAWASAKI STEEL CORPORATION'
-
 
489
VendorID	0x136C, 'ADTEK SYSTEM SCIENCE CO LTD'
-
 
490
VendorID	0x1375, 'BOEING-SUNNYVALE'
-
 
491
VendorID	0x1376, 'LAN Media Corporation'
-
 
492
VendorID	0x1377, 'ELECTRONIC EQUIPMENT PRODUCTION & DISTRIBUTION'
-
 
493
VendorID	0x137A, 'MARK OF THE UNICORN INC'
-
 
494
VendorID	0x137B, 'PPT VISION'
-
 
495
VendorID	0x137C, 'IWATSU ELECTRIC CO LTD'
-
 
496
VendorID	0x137D, 'DYNACHIP CORPORATION'
-
 
497
VendorID	0x1380, 'SANRITZ AUTOMATION CO LTC'
-
 
498
VendorID	0x1381, 'BRAINS CO. LTD'
-
 
499
VendorID	0x1383, 'CONTROLNET INC'
-
 
500
VendorID	0x1384, 'STELLAR SEMICONDUCTOR INC'
-
 
501
VendorID	0x1385, 'NETGEAR'
-
 
502
VendorID	0x1387, 'SYSTRAN CORP'
-
 
503
VendorID	0x1388, 'HITACHI INFORMATION TECHNOLOGY CO LTD'
-
 
504
VendorID	0x1389, 'APPLICOM INTERNATIONAL'
-
 
505
VendorID	0x138A, 'SITERA'
-
 
506
VendorID	0x138B, 'TOKIMEC INC'
-
 
507
VendorID	0x138E, 'BASLER GMBH'
-
 
508
VendorID	0x138F, 'PATAPSCO DESIGNS INC'
-
 
509
VendorID	0x1393, 'MOXA TECHNOLOGIES CO LTD'
-
 
510
VendorID	0x1394, 'LEVEL ONE COMMUNICATIONS'
-
 
511
VendorID	0x1395, 'AMBICOM INC'
-
 
512
VendorID	0x1396, 'CIPHER SYSTEMS INC'
-
 
513
VendorID	0x1397, 'COLOGNE CHIP DESIGNS GMBH'
-
 
514
VendorID	0x1398, 'CLARION CO. LTD'
-
 
515
VendorID	0x1399, 'RIOS SYSTEMS CO LTD'
-
 
516
VendorID	0x139A, 'ALACRITECH INC'
-
 
517
VendorID	0x139C, 'QUANTUM 3D INC'
-
 
518
VendorID	0x139D, 'XSTREAMS PLC/ EPL LIMITED'
-
 
519
VendorID	0x139E, 'ECHOSTAR DATA NETWORKS'
-
 
520
VendorID	0x139F, 'AETHRA S.R.L.'
-
 
521
VendorID	0x13A0, 'CRYSTAL GROUP INC'
-
 
522
VendorID	0x13A1, 'KAWASAKI HEAVY INDUSTRIES LTD'
-
 
523
VendorID	0x13A2, 'OSITECH COMMUNICATIONS INC'
-
 
524
VendorID	0x13A4, 'RASCOM INC'
-
 
525
VendorID	0x13A7, 'TELES AG'
-
 
526
VendorID	0x13A8, 'EXAR CORP.'
-
 
527
VendorID	0x13A9, 'SIEMENS MEDICAL SYSTEMS'
-
 
528
VendorID	0x13AA, 'NORTEL NETWORKS-BWA DIVISION'
-
 
529
VendorID	0x13AF, 'T.SQWARE'
-
 
530
VendorID	0x13B1, 'TAMURA CORPORATION'
-
 
531
VendorID	0x13B4, 'WELLBEAN CO INC'
-
 
532
VendorID	0x13B5, 'ARM Ltd'
-
 
533
VendorID	0x13B6, 'DLoG GMBH'
-
 
534
VendorID	0x13B8, 'NOKIA TELECOMMUNICATIONS OY'
-
 
535
VendorID	0x13BD, 'SHARP CORPORATION'
-
 
536
VendorID	0x13BF, 'SHAREWAVE INC'
-
 
537
VendorID	0x13C0, 'Microgate Corp.'
-
 
538
VendorID	0x13C1, '3ware Inc.'
-
 
539
VendorID	0x13C2, 'TECHNOTREND SYSTEMTECHNIK GMBH'
-
 
540
VendorID	0x13C3, 'JANZ COMPUTER AG'
-
 
541
VendorID	0x13C6, 'CONDOR ENGINEERING INC'
-
 
542
VendorID	0x13C7, 'BLUE CHIP TECHNOLOGY LTD'
-
 
543
VendorID	0x13CA, 'IOMEGA CORPORATION'
-
 
544
VendorID	0x13CC, 'METHEUS CORPORATION'
-
 
545
VendorID	0x13CF, 'STUDIO AUDIO & VIDEO LTD'
-
 
546
VendorID	0x13D0, 'B2C2'
-
 
547
VendorID	0x13D1, 'ABOCOM SYSTEMS'
-
 
548
VendorID	0x13D2, 'SHARK MULTIMEDIA INC'
-
 
549
VendorID	0x13D3, 'IMC NETWORKS'
-
 
550
VendorID	0x13D4, 'GRAPHICS MICROSYSTEMS INC'
-
 
551
VendorID	0x13D6, 'K.I. TECHNOLOGY CO LTD'
-
 
552
VendorID	0x13D7, 'TOSHIBA ENGINEERING CORPORATION'
-
 
553
VendorID	0x13D8, 'PHOBOS CORPORATION'
-
 
554
VendorID	0x13D9, 'APEX INC'
-
 
555
VendorID	0x13DC, 'NETBOOST CORPORATION'
-
 
556
VendorID	0x13DE, 'ABB ROBOTICS PRODUCTS'
-
 
557
VendorID	0x13DF, 'E-TECH INC'
-
 
558
VendorID	0x13E0, 'GVC CORPORATION'
-
 
559
VendorID	0x13E3, 'NEST INC'
-
 
560
VendorID	0x13E4, 'CALCULEX INC'
-
 
561
VendorID	0x13E5, 'TELESOFT DESIGN LTD'
-
 
562
VendorID	0x13E9, 'INTRASERVER TECHNOLOGY INC'
-
 
563
VendorID	0x13EA, 'DALLAS SEMICONDUCTOR'
-
 
564
VendorID	0x13F0, 'SUNDANCE TECHNOLOGY INC'
-
 
565
VendorID	0x13F1, 'OCE-TECHNOLOGIES B.V.'
-
 
566
VendorID	0x13F2, 'FORD MICROELECTRONICS INC'
-
 
567
VendorID	0x13F4, 'TROIKA NETWORKS INC'
-
 
568
VendorID	0x13F6, 'C-MEDIA ELECTRONICS INC'
-
 
569
VendorID	0x13F9, 'NTT ADVANCED TECHNOLOGY CORP.'
-
 
570
VendorID	0x13FB, 'AYDIN CORP'
-
 
571
VendorID	0x13FD, 'MICRO SCIENCE INC'
-
 
572
VendorID	0x1400, 'ARTX INC'
-
 
573
VendorID	0x1402, 'Meilhaus Electronic GmbH Germany'
-
 
574
VendorID	0x1404, 'FUNDAMENTAL SOFTWARE INC'
-
 
575
VendorID	0x1406, 'OCE PRINTING SYSTEMS GmbH'
-
 
576
VendorID	0x1407, 'LAVA COMPUTER MFG INC'
-
 
577
VendorID	0x1408, 'ALOKA CO. LTD'
-
 
578
VendorID	0x140A, 'DSP RESEARCH INC'
-
 
579
VendorID	0x140B, 'RAMIX INC'
-
 
580
VendorID	0x140D, 'MATSUSHITA ELECTRIC WORKS LTD'
-
 
581
VendorID	0x1412, 'ICEnsemble'
-
 
582
VendorID	0x1413, 'ADDONICS'
-
 
583
VendorID	0x1415, 'OXFORD SEMICONDUCTOR LTD'
-
 
584
VendorID	0x1418, 'KYUSHU ELECTRONICS SYSTEMS INC'
-
 
585
VendorID	0x1419, 'EXCEL SWITCHING CORP'
-
 
586
VendorID	0x141B, 'ZOOM TELEPHONICS INC'
-
 
587
VendorID	0x141E, 'FANUC LTD'
-
 
588
VendorID	0x1420, 'PSION DACOM PLC'
-
 
589
VendorID	0x1428, 'EDEC CO LTD'
-
 
590
VendorID	0x1429, 'UNEX TECHNOLOGY CORP'
-
 
591
VendorID	0x142A, 'KINGMAX TECHNOLOGY INC'
-
 
592
VendorID	0x142B, 'RADIOLAN'
-
 
593
VendorID	0x142C, 'MINTON OPTIC INDUSTRY CO LTD'
-
 
594
VendorID	0x142D, 'PIXSTREAM INC'
-
 
595
VendorID	0x1430, 'ITT AEROSPACE/COMMUNICATIONS DIVISION'
-
 
596
VendorID	0x1433, 'ELTEC ELEKTRONIK GMBH'
-
 
597
VendorID	0x1436, 'CIS TECHNOLOGY INC'
-
 
598
VendorID	0x1437, 'NISSIN INC CO'
-
 
599
VendorID	0x1438, 'ATMEL-DREAM'
-
 
600
VendorID	0x143F, 'LIGHTWELL CO LTD-ZAX DIVISION'
-
 
601
VendorID	0x1441, 'AGIE SA'
-
 
602
VendorID	0x1445, 'LOGICAL CO LTD'
-
 
603
VendorID	0x1446, 'GRAPHIN CO. LTD'
-
 
604
VendorID	0x1447, 'AIM GMBH'
-
 
605
VendorID	0x144A, 'ADLINK Technology Inc'
-
 
606
VendorID	0x144B, 'LORONIX INFORMATION SYSTEMS INC'
-
 
607
VendorID	0x144D, 'SAMSUNG ELECTRONICS CO LTD'
-
 
608
VendorID	0x1450, 'OCTAVE COMMUNICATIONS IND.'
-
 
609
VendorID	0x1451, 'SP3D CHIP DESIGN GMBH'
-
 
610
VendorID	0x1453, 'MYCOM INC'
-
 
611
VendorID	0x1455, 'LOGIC PLUS PLUS INC'
-
 
612
VendorID	0x1458, 'GIGA-BYTE TECHNOLOGY'
-
 
613
VendorID	0x145C, 'CRYPTEK'
-
 
614
VendorID	0x145F, 'BALDOR ELECTRIC COMPANY'
-
 
615
VendorID	0x1460, 'DYNARC INC'
-
 
616
VendorID	0x1461, 'AVERMEDIA Tech.'
-
 
617
VendorID	0x1462, 'MICRO-STAR INTERNATIONAL CO LTD'
-
 
618
VendorID	0x1463, 'FAST CORPORATION'
-
 
619
VendorID	0x1464, 'INTERACTIVE CIRCUITS & SYSTEMS LTD'
-
 
620
VendorID	0x1465, 'GN NETTEST TELECOM DIV.'
-
 
621
VendorID	0x1468, 'AMBIT MICROSYSTEMS CORP.'
-
 
622
VendorID	0x1469, 'CLEVELAND MOTION CONTROLS'
-
 
623
VendorID	0x146C, 'RUBY TECH CORP.'
-
 
624
VendorID	0x146D, 'TACHYON'
-
 
625
VendorID	0x146E, 'WILLIAMS ELECTRONICS GAMES.'
-
 
626
VendorID	0x1471, 'INTEGRATED TELECOM EXPRESS INC'
-
 
627
VendorID	0x1473, 'ZAPEX TECHNOLOGIES INC'
-
 
628
VendorID	0x1474, 'DOUG CARSON & ASSOCIATES'
-
 
629
VendorID	0x1477, 'NET INSIGHT'
-
 
630
VendorID	0x1478, 'DIATREND CORPORATION'
-
 
631
VendorID	0x147B, 'ABIT Computer'
-
 
632
VendorID	0x147F, 'NIHON UNISYS'
-
 
633
VendorID	0x1482, 'ISYTEC-Integrierte Systemtechnik Gmbh'
-
 
634
VendorID	0x1483, 'LABWAY COPORATION'
-
 
635
VendorID	0x1485, 'ERMA-ELECTRONIC GMBH'
-
 
636
VendorID	0x1489, 'KYE SYSTEMS CORPORATION'
-
 
637
VendorID	0x148A, 'OPTO 22'
-
 
638
VendorID	0x148B, 'INNOMEDIALOGIC INC.'
-
 
639
VendorID	0x148E, 'OSI PLUS CORPORATION'
-
 
640
VendorID	0x148F, 'PLANT EQUIPMENT.'
-
 
641
VendorID	0x1490, 'TC LABS PTY LTD.'
-
 
642
VendorID	0x1493, 'MAKER COMMUNICATIONS'
-
 
643
VendorID	0x1495, 'TOKAI COMMUNICATIONS INDUSTRY CO. LTD'
-
 
644
VendorID	0x1496, 'JOYTECH COMPUTER CO. LTD.'
-
 
645
VendorID	0x1497, 'SMA REGELSYSTEME GMBH'
-
 
646
VendorID	0x1499, 'EMTEC CO. LTD'
-
 
647
VendorID	0x149A, 'ANDOR TECHNOLOGY LTD'
-
 
648
VendorID	0x149B, 'SEIKO INSTRUMENTS INC'
-
 
649
VendorID	0x149C, 'OVISLINK CORP.'
-
 
650
VendorID	0x149D, 'NEWTEK INC'
-
 
651
VendorID	0x149E, 'MAPLETREE NETWORKS INC.'
-
 
652
VendorID	0x149F, 'LECTRON CO LTD'
-
 
653
VendorID	0x14A0, 'SOFTING GMBH'
-
 
654
VendorID	0x14A1, 'SYSTEMBASE CO LTD'
-
 
655
VendorID	0x14A2, 'MILLENNIUM ENGINEERING INC'
-
 
656
VendorID	0x14A3, 'MAVERICK NETWORKS'
-
 
657
VendorID	0x14A4, 'GVC/BCM ADVANCED RESEARCH'
-
 
658
VendorID	0x14A5, 'XIONICS DOCUMENT TECHNOLOGIES INC.'
-
 
659
VendorID	0x14A6, 'INOVA COMPUTERS GMBH & CO KG'
-
 
660
VendorID	0x14A8, 'FEATRON TECHNOLOGIES CORPORATION'
-
 
661
VendorID	0x14A9, 'HIVERTEC INC.'
-
 
662
VendorID	0x14AB, 'MENTOR GRAPHICS CORP.'
-
 
663
VendorID	0x14AC, 'NOVAWEB TECHNOLOGIES INC'
-
 
664
VendorID	0x14AD, 'TIME SPACE RADIO AB'
-
 
665
VendorID	0x14AE, 'CTI PET Systems'
-
 
666
VendorID	0x14AF, 'GUILLEMOT CORPORATION'
-
 
667
VendorID	0x14B0, 'BST COMMUNICATION TECHNOLOGY LTD'
-
 
668
VendorID	0x14B1, 'NEXTCOM K.K.'
-
 
669
VendorID	0x14B2, 'ENNOVATE NETWORKS INC'
-
 
670
VendorID	0x14B3, 'XPEED INC.'
-
 
671
VendorID	0x14B4, 'PHILIPS BUSINESS ELECTRONICS B.V.'
-
 
672
VendorID	0x14B5, 'CREAMWARE GMBH'
-
 
673
VendorID	0x14B6, 'QUANTUM DATA CORP.'
-
 
674
VendorID	0x14B7, 'PROXIM INC'
-
 
675
VendorID	0x14B8, 'TECHSOFT TECHNOLOGY CO LTD'
-
 
676
VendorID	0x14B9, 'AIRONET WIRELESS COMMUNICATIONS'
-
 
677
VendorID	0x14BA, 'INTERNIX INC.'
-
 
678
VendorID	0x14BB, 'SEMTECH CORPORATION'
-
 
679
VendorID	0x14BC, 'GLOBESPAN SEMICONDUCTOR INC.'
-
 
680
VendorID	0x14BD, 'CARDIO CONTROL N.V.'
-
 
681
VendorID	0x14BE, 'L3 COMMUNICATIONS'
-
 
682
VendorID	0x14BF, 'SPIDER COMMUNICATIONS INC.'
-
 
683
VendorID	0x14C0, 'COMPAL ELECTRONICS INC'
-
 
684
VendorID	0x14C1, 'MYRICOM INC.'
-
 
685
VendorID	0x14C2, 'DTK COMPUTER'
-
 
686
VendorID	0x14C3, 'MEDIATEK CORP.'
-
 
687
VendorID	0x14C4, 'IWASAKI INFORMATION SYSTEMS CO LTD'
-
 
688
VendorID	0x14C5, 'ABB AUTOMATION PRODUCTS'
-
 
689
VendorID	0x14C6, 'DATA RACE INC'
-
 
690
VendorID	0x14C7, 'MODULAR TECHNOLOY HOLDINGS LTD'
-
 
691
VendorID	0x14C8, 'TURBOCOMM TECH. INC.'
-
 
692
VendorID	0x14C9, 'ODIN TELESYSTEMS INC'
-
 
693
VendorID	0x14CA, 'PE LOGIC CORP.'
-
 
694
VendorID	0x14CB, 'Billionton Systems Inc./Cadmus Micro Inc.'
-
 
695
VendorID	0x14CC, 'NAKAYO TELECOMMUNICATIONS INC'
-
 
696
VendorID	0x14CD, 'UNIVERSAL SCIENTIFIC IND'
-
 
697
VendorID	0x14CE, 'WHISTLE COMMUNICATIONS'
-
 
698
VendorID	0x14CF, 'TEK MICROSYSTEMS INC.'
-
 
699
VendorID	0x14D0, 'ERICSSON AXE R & D'
-
 
700
VendorID	0x14D1, 'COMPUTER HI-TECH CO LTD'
-
 
701
VendorID	0x14D2, 'TITAN ELECTRONICS INC'
-
 
702
VendorID	0x14D3, 'CIRTECH (UK) LTD'
-
 
703
VendorID	0x14D4, 'PANACOM TECHNOLOGY CORP'
-
 
704
VendorID	0x14D5, 'NITSUKO CORPORATION'
-
 
705
VendorID	0x14D6, 'ACCUSYS'
-
 
706
VendorID	0x14D7, 'HIRAKAWA HEWTECH CORP'
-
 
707
VendorID	0x14D8, 'HOPF ELEKTRONIK GMBH'
-
 
708
VendorID	0x14D9, 'ALPHA PROCESSOR INC'
-
 
709
VendorID	0x14DA, 'NATIONAL AEROSPACE LABORATORIES'
-
 
710
VendorID	0x14DB, 'AVLAB TECHNOLOGY INC'
-
 
711
VendorID	0x14DC, 'AMPLICON LIVELINE LTD'
-
 
712
VendorID	0x14DD, 'IMODL INC.'
-
 
713
VendorID	0x14DE, 'APPLIED INTEGRATION CORPORATION'
-
 
714
VendorID	0x14DF, 'BASIS COMMUNICATIONS CORP'
-
 
715
VendorID	0x14E1, 'INVERTEX'
-
 
716
VendorID	0x14E2, 'INFOLIBRIA'
-
 
717
VendorID	0x14E3, 'AMTELCO'
-
 
718
VendorID	0x14E4, 'BROADCOM CORPORATION'
-
 
719
VendorID	0x14E5, 'PIXELFUSION LTD'
-
 
720
VendorID	0x14E6, 'SHINING TECHNOLOGY INC'
-
 
721
VendorID	0x14E7, '3CX'
-
 
722
VendorID	0x14E8, 'RAYCER INC'
-
 
723
VendorID	0x14E9, 'GARNETS SYSTEM CO LTD'
-
 
724
VendorID	0x14EA, 'PLANEX COMMUNICATIONS INC'
-
 
725
VendorID	0x14EB, 'SEIKO EPSON CORPORATION'
-
 
726
VendorID	0x14EC, 'ACQIRIS'
-
 
727
VendorID	0x14ED, 'DATAKINETICS LTD'
-
 
728
VendorID	0x14EE, 'MASPRO KENKOH CORP'
-
 
729
VendorID	0x14EF, 'CARRY COMPUTER ENG. CO LTD'
-
 
730
VendorID	0x14F0, 'CANON RESEACH CENTRE FRANCE'
-
 
731
VendorID	0x14F1, 'Conexant Systems, Inc'
-
 
732
VendorID	0x14F2, 'Mobility Electronics, Inc.'
-
 
733
VendorID	0x14F3, 'BROADLOGIC'
-
 
734
VendorID	0x14F4, 'TOKYO ELECTRONIC INDUSTRY CO LTD'
-
 
735
VendorID	0x14F5, 'SOPAC LTD'
-
 
736
VendorID	0x14F6, 'COYOTE TECHNOLOGIES LLC'
-
 
737
VendorID	0x14F7, 'WOLF TECHNOLOGY INC'
-
 
738
VendorID	0x14F8, 'AUDIOCODES INC'
-
 
739
VendorID	0x14F9, 'AG COMMUNICATIONS'
-
 
740
VendorID	0x14FA, 'WAVETEK WANDEL & GOLTERMANN'
-
 
741
VendorID	0x14FB, 'TRANSAS MARINE (UK) LTD'
-
 
742
VendorID	0x14FC, 'QUADRICS SUPERCOMPUTERS WORLD'
-
 
743
VendorID	0x14FD, 'JAPAN COMPUTER INDUSTRY INC.'
-
 
744
VendorID	0x14FE, 'ARCHTEK TELECOM CORP.'
-
 
745
VendorID	0x14FF, 'TWINHEAD INTERNATIONAL CORP'
-
 
746
VendorID	0x1500, 'LANTECH COMPUTER COMPANY'
-
 
747
VendorID	0x1501, 'BANKSOFT CANADA LTD'
-
 
748
VendorID	0x1502, 'MITSUBISHI ELECTRIC LOGISTICS SUPPORT CO'
-
 
749
VendorID	0x1503, 'KAWASAKI LSI USA INC'
-
 
750
VendorID	0x1504, 'KAISER ELECTRONICS'
-
 
751
VendorID	0x1505, 'ITA INGENIEURBURO FUR TESTAUFGABEN GMBH'
-
 
752
VendorID	0x1506, 'CHAMELEON SYSTEMS INC'
-
 
753
VendorID	0x1507, 'HTEC LTD'
-
 
754
VendorID	0x1508, 'HONDA CONNECTORS/MHOTRONICS INC'
-
 
755
VendorID	0x1509, 'FIRST INTERNATIONAL COMPUTER INC'
-
 
756
VendorID	0x150A, 'FORVUS RESEARCH INC'
-
 
757
VendorID	0x150B, 'YAMASHITA SYSTEMS CORP'
-
 
758
VendorID	0x150C, 'KYOPAL CO LTD'
-
 
759
VendorID	0x150D, 'WARPSPPED INC'
-
 
760
VendorID	0x150E, 'C-PORT CORPORATION'
-
 
761
VendorID	0x150F, 'INTEC GMBH'
-
 
762
VendorID	0x1510, 'BEHAVIOR TECH COMPUTER CORP'
-
 
763
VendorID	0x1511, 'CENTILLIUM TECHNOLOGY CORP'
-
 
764
VendorID	0x1512, 'ROSUN TECHNOLOGIES INC'
-
 
765
VendorID	0x1513, 'RAYCHEM'
-
 
766
VendorID	0x1514, 'TFL LAN INC'
-
 
767
VendorID	0x1515, 'ICS ADVENT'
-
 
768
VendorID	0x1516, 'MYSON TECHNOLOGY INC'
-
 
769
VendorID	0x1517, 'ECHOTEK CORPORATION'
-
 
770
VendorID	0x1518, 'PEP MODULAR COMPUTERS GMBH'
-
 
771
VendorID	0x1519, 'TELEFON AKTIEBOLAGET LM Ericsson'
-
 
772
VendorID	0x151A, 'GLOBETEK INC'
-
 
773
VendorID	0x151B, 'COMBOX LTD'
-
 
774
VendorID	0x151C, 'DIGITAL AUDIO LABS INC'
-
 
775
VendorID	0x151D, 'FUJITSU COMPUTER PRODUCTS OF AMERICA'
-
 
776
VendorID	0x151E, 'MATRIX CORP.'
-
 
777
VendorID	0x151F, 'TOPIC SEMICONDUCTOR CORP'
-
 
778
VendorID	0x1520, 'CHAPLET SYSTEM INC'
-
 
779
VendorID	0x1521, 'BELL CORPORATION'
-
 
780
VendorID	0x1522, 'MAINPINE LIMITED'
-
 
781
VendorID	0x1523, 'MUSIC SEMICONDUCTORS'
-
 
782
VendorID	0x1524, 'ENE TECHNOLOGY INC'
-
 
783
VendorID	0x1525, 'IMPACT TECHNOLOGIES'
-
 
784
VendorID	0x1526, 'ISS'
-
 
785
VendorID	0x1527, 'SOLECTRON'
-
 
786
VendorID	0x1528, 'ACKSYS'
-
 
787
VendorID	0x1529, 'AMERICAN MICROSYSTEMS INC'
-
 
788
VendorID	0x152A, 'QUICKTURN DESIGN SYSTEMS'
-
 
789
VendorID	0x152B, 'FLYTECH TECHNOLOGY CO LTD'
-
 
790
VendorID	0x152C, 'MACRAIGOR SYSTEMS LLC'
-
 
791
VendorID	0x152D, 'QUANTA COMPUTER INC'
-
 
792
VendorID	0x152E, 'MELEC INC'
-
 
793
VendorID	0x152F, 'PHILIPS-CRYPTO'
-
 
794
VendorID	0x1530, 'ACQIS TECHNOLOGY'
-
 
795
VendorID	0x1531, 'CHRYON CORP.'
-
 
796
VendorID	0x1532, 'ECHELON CORPORATION'
-
 
797
VendorID	0x1533, 'BALTIMORE'
-
 
798
VendorID	0x1534, 'ROAD CORPORATION'
-
 
799
VendorID	0x1535, 'EVERGREEN TECHNOLOGIES INC'
-
 
800
VendorID	0x1537, 'DATALEX COMMUNCATIONS'
-
 
801
VendorID	0x1538, 'ARALION INC.'
-
 
802
VendorID	0x1539, 'ATELIER INFORMATIQUES et ELECTRONIQUE ETUDES S.A.'
-
 
803
VendorID	0x153A, 'ONO SOKKI'
-
 
804
VendorID	0x153B, 'TERRATEC ELECTRONIC GMBH'
-
 
805
VendorID	0x153C, 'ANTAL ELECTRONIC'
-
 
806
VendorID	0x153D, 'FILANET CORPORATION'
-
 
807
VendorID	0x153E, 'TECHWELL INC'
-
 
808
VendorID	0x153F, 'MIPS DENMARK'
-
 
809
VendorID	0x1540, 'PROVIDEO MULTIMEDIA CO LTD'
-
 
810
VendorID	0x1541, 'TELOSITY INC.'
-
 
811
VendorID	0x1542, 'VIVID TECHNOLOGY INC'
-
 
812
VendorID	0x1543, 'SILICON LABORATORIES'
-
 
813
VendorID	0x1544, 'DCM DATA SYSTEMS'
-
 
814
VendorID	0x1545, 'VISIONTEK'
-
 
815
VendorID	0x1546, 'IOI TECHNOLOGY CORP.'
-
 
816
VendorID	0x1547, 'MITUTOYO CORPORATION'
-
 
817
VendorID	0x1548, 'JET PROPULSION LABORATORY'
-
 
818
VendorID	0x1549, 'INTERCONNECT SYSTEMS SOLUTIONS'
-
 
819
VendorID	0x154A, 'MAX TECHNOLOGIES INC.'
-
 
820
VendorID	0x154B, 'COMPUTEX CO LTD'
-
 
821
VendorID	0x154C, 'VISUAL TECHNOLOGY INC.'
-
 
822
VendorID	0x154D, 'PAN INTERNATIONAL INDUSTRIAL CORP'
-
 
823
VendorID	0x154E, 'SERVOTEST LTD'
-
 
824
VendorID	0x154F, 'STRATABEAM TECHNOLOGY'
-
 
825
VendorID	0x1550, 'OPEN NETWORK CO LTD'
-
 
826
VendorID	0x1551, 'SMART ELECTRONIC DEVELOPMENT GMBH'
-
 
827
VendorID	0x1552, 'RACAL AIRTECH LTD'
-
 
828
VendorID	0x1553,  'CHICONY ELECTRONICS CO LTD'
-
 
829
VendorID	0x1554, 'PROLINK MICROSYSTEMS CORP.'
-
 
830
VendorID	0x1555, 'GESYTEC GMBH'
-
 
831
VendorID	0x1556, 'PLD APPLICATIONS'
-
 
832
VendorID	0x1557, 'MEDIASTAR CO. LTD'
-
 
833
VendorID	0x1558, 'CLEVO/KAPOK COMPUTER'
-
 
834
VendorID	0x1559, 'SI LOGIC LTD'
-
 
835
VendorID	0x155A, 'INNOMEDIA INC'
-
 
836
VendorID	0x155B, 'PROTAC INTERNATIONAL CORP'
-
 
837
VendorID	0x155C, 'CEMAX-ICON INC'
-
 
838
VendorID	0x155D, 'MAC SYSTEM CO LTD'
-
 
839
VendorID	0x155E, 'LP ELEKTRONIK GMBH/KUKA Controls GmbH'
-
 
840
VendorID	0x155F, 'PERLE SYSTEMS LIMITED'
-
 
841
VendorID	0x1560, 'TERAYON COMMUNICATIONS SYSTEMS'
-
 
842
VendorID	0x1561, 'VIEWGRAPHICS INC'
-
 
843
VendorID	0x1562, 'Symbol Technologies, Inc.'
-
 
844
VendorID	0x1563, 'A-TREND'
-
 
845
VendorID	0x1564, 'YAMAKATSU ELECTRONICS INDUSTRY CO LTD'
-
 
846
VendorID	0x1565, 'BIOSTAR MICROTECH INT CORP'
-
 
847
VendorID	0x1566, 'ARDENT TECHNOLOGIES INC'
-
 
848
VendorID	0x1567, 'JUNGSOFT'
-
 
849
VendorID	0x1568, 'DDK ELECTRONICS INC'
-
 
850
VendorID	0x1569, 'PALIT MICROSYSTEMS INC'
-
 
851
VendorID	0x156A, 'AVTEC SYSTEMS'
-
 
852
VendorID	0x156B, '2WIRE'
-
 
853
VendorID	0x156C, 'VIDAC ELECTRONICS GMBH'
-
 
854
VendorID	0x156D, 'ALPHA-TOP CORP'
-
 
855
VendorID	0x156E, 'ALFA INC'
-
 
856
VendorID	0x156F, 'M-SYSTEMS FLASH DISK PIONEERS LTD'
-
 
857
VendorID	0x1570, 'LECROY CORPORATION'
-
 
858
VendorID	0x1571, 'CONTEMPORARY CONTROLS'
-
 
859
VendorID	0x1572, 'OTIS ELEVATOR COMPANY'
-
 
860
VendorID	0x1573, 'LATTICE-VANTIS'
-
 
861
VendorID	0x1574, 'FAIRCHILD SEMICONDUCTOR'
-
 
862
VendorID	0x1575, 'VOLTAIRE ADVANCED DATA SECURITY LTD'
-
 
863
VendorID	0x1576, 'VIEWCAST COM'
-
 
864
VendorID	0x1578, 'HITT'
-
 
865
VendorID	0x1579, 'DUAL TECHNOLOGY CORPORATION'
-
 
866
VendorID	0x157A, 'JAPAN ELECRONICS IND. INC'
-
 
867
VendorID	0x157B, 'STAR MULTIMEDIA CORP.'
-
 
868
VendorID	0x157C, 'EUROSOFT (UK) LTD'
-
 
869
VendorID	0x157D, 'GEMFLEX NETWORKS'
-
 
870
VendorID	0x157E, 'TRANSITION NETWORKS'
-
 
871
VendorID	0x157F, 'PX INSTRUMENTS TECHNOLOGY LTD'
-
 
872
VendorID	0x1580, 'PRIMEX AEROSPACE CO.'
-
 
873
VendorID	0x1581, 'SEH COMPUTERTECHNIK GMBH'
-
 
874
VendorID	0x1582, 'CYTEC CORPORATION'
-
 
875
VendorID	0x1583, 'INET TECHNOLOGIES INC'
-
 
876
VendorID	0x1584, 'UNIWILL COMPUTER CORP'
-
 
877
VendorID	0x1585, 'LOGITRON'
-
 
878
VendorID	0x1586, 'LANCAST INC'
-
 
879
VendorID	0x1587, 'KONICA CORPORATION'
-
 
880
VendorID	0x1588, 'SOLIDUM SYSTEMS CORP'
-
 
881
VendorID	0x1589, 'ATLANTEK MICROSYSTEMS PTY LTD'
-
 
882
VendorID	0x158A, 'DIGALOG SYSTEMS INC'
-
 
883
VendorID	0x158B, 'ALLIED DATA TECHNOLOGIES'
-
 
884
VendorID	0x158C, 'HITACHI SEMICONDUCTOR & DEVICES SALES CO LTD'
-
 
885
VendorID	0x158D, 'POINT MULTIMEDIA SYSTEMS'
-
 
886
VendorID	0x158E, 'LARA TECHNOLOGY INC'
-
 
887
VendorID	0x158F, 'DITECT COOP'
-
 
888
VendorID	0x1590, '3PARDATA'
-
 
889
VendorID	0x1591, 'ARN'
-
 
890
VendorID	0x1592, 'SYBA TECH LIMITED'
-
 
891
VendorID	0x1593, 'BOPS INC'
-
 
892
VendorID	0x1594, 'NETGAME LTD'
-
 
893
VendorID	0x1595, 'DIVA SYSTEMS CORP.'
-
 
894
VendorID	0x1596, 'FOLSOM RESEARCH INC'
-
 
895
VendorID	0x1597, 'MEMEC DESIGN SERVICES'
-
 
896
VendorID	0x1598, 'GRANITE MICROSYSTEMS'
-
 
897
VendorID	0x1599, 'DELTA ELECTRONICS INC'
-
 
898
VendorID	0x159A, 'GENERAL INSTRUMENT'
-
 
899
VendorID	0x159B, 'FARADAY TECHNOLOGY CORP'
-
 
900
VendorID	0x159C, 'STRATUS COMPUTER SYSTEMS'
-
 
901
VendorID	0x159D, 'NINGBO HARRISON ELECTRONICS CO LTD'
-
 
902
VendorID	0x159E, 'A-MAX TECHNOLOGY'
-
 
903
VendorID	0x159F, 'GALEA NETWORK SECURITY'
-
 
904
VendorID	0x15A0, 'COMPUMASTER SRL'
-
 
905
VendorID	0x15A1, 'GEOCAST NETWORK SYSTEMS INC'
-
 
906
VendorID	0x15A2, 'CATALYST ENTERPRISES INC'
-
 
907
VendorID	0x15A3, 'ITALTEL'
-
 
908
VendorID	0x15A4, 'X-NET OY'
-
 
909
VendorID	0x15A5, 'TOYOTA MACS INC'
-
 
910
VendorID	0x15A6, 'SUNLIGHT ULTRASOUND TECHNOLOGIES LTD'
-
 
911
VendorID	0x15A7, 'SSE TELECOM INC'
-
 
912
VendorID	0x15A8, 'SHANGHAI COMMUNICATIONS TECHNOLOGIES CENTER'
-
 
913
VendorID	0x15AA, 'MORETON BAY'
-
 
914
VendorID	0x15AB, 'BLUESTEEL NETWORKS INC'
-
 
915
VendorID	0x15AC, 'NORTH ATLANTIC INSTRUMENTS'
-
 
916
VendorID	0x15AD, 'VMware Inc.'
-
 
917
VendorID	0x15AE, 'AMERSHAM PHARMACIA BIOTECH'
-
 
918
VendorID	0x15B0, 'ZOLTRIX INTERNATIONAL LIMITED'
-
 
919
VendorID	0x15B1, 'SOURCE TECHNOLOGY INC'
-
 
920
VendorID	0x15B2, 'MOSAID TECHNOLOGIES INC.'
-
 
921
VendorID	0x15B3, 'MELLANOX TECHNOLOGY'
-
 
922
VendorID	0x15B4, 'CCI/TRIAD'
-
 
923
VendorID	0x15B5, 'CIMETRICS INC'
-
 
924
VendorID	0x15B6, 'TEXAS MEMORY SYSTEMS INC'
-
 
925
VendorID	0x15B7, 'SANDISK CORP.'
-
 
926
VendorID	0x15B8, 'ADDI-DATA GMBH'
-
 
927
VendorID	0x15B9, 'MAESTRO DIGITAL COMMUNICATIONS'
-
 
928
VendorID	0x15BA, 'IMPACCT TECHNOLOGY CORP'
-
 
929
VendorID	0x15BB, 'PORTWELL INC'
-
 
930
VendorID	0x15BC, 'AGILENT TECHNOLOGIES'
-
 
931
VendorID	0x15BD, 'DFI INC.'
-
 
932
VendorID	0x15BE, 'SOLA ELECTRONICS'
-
 
933
VendorID	0x15BF, 'HIGH TECH COMPUTER CORP (HTC)'
-
 
934
VendorID	0x15C0, 'BVM LIMITED'
-
 
935
VendorID	0x15C1, 'QUANTEL'
-
 
936
VendorID	0x15C2, 'NEWER TECHNOLOGY INC'
-
 
937
VendorID	0x15C3, 'TAIWAN MYCOMP CO LTD'
-
 
938
VendorID	0x15C4, 'EVSX'
-
 
939
VendorID	0x15C5, 'PROCOMP INFORMATICS LTD'
-
 
940
VendorID	0x15C6, 'TECHNICAL UNIVERSITY OF BUDAPEST'
-
 
941
VendorID	0x15C7, 'TATEYAMA SYSTEM LABORATORY CO LTD'
-
 
942
VendorID	0x15C8, 'PENTA MEDIA CO. LTD'
-
 
943
VendorID	0x15C9, 'SEROME TECHNOLOGY INC'
-
 
944
VendorID	0x15CA, 'BITBOYS OY'
-
 
945
VendorID	0x15CB, 'AG ELECTRONICS LTD'
-
 
946
VendorID	0x15CC, 'HOTRAIL INC.'
-
 
947
VendorID	0x15CD, 'DREAMTECH CO LTD'
-
 
948
VendorID	0x15CE, 'GENRAD INC.'
-
 
949
VendorID	0x15CF, 'HILSCHER GMBH'
-
 
950
VendorID	0x15D1, 'INFINEON TECHNOLOGIES AG'
-
 
951
VendorID	0x15D2, 'FIC (FIRST INTERNATIONAL COMPUTER INC)'
-
 
952
VendorID	0x15D3, 'NDS TECHNOLOGIES ISRAEL LTD'
-
 
953
VendorID	0x15D4, 'IWILL CORPORATION'
-
 
954
VendorID	0x15D5, 'TATUNG CO.'
-
 
955
VendorID	0x15D6, 'ENTRIDIA CORPORATION'
-
 
956
VendorID	0x15D7, 'Rockwell-Collins Inc'
-
 
957
VendorID	0x15D8, 'CYBERNETICS TECHNOLOGY CO LTD'
-
 
958
VendorID	0x15D9, 'SUPER MICRO COMPUTER INC'
-
 
959
VendorID	0x15DA, 'CYBERFIRM INC.'
-
 
960
VendorID	0x15DB, 'APPLIED COMPUTING SYSTEMS INC.'
-
 
961
VendorID	0x15DC, 'LITRONIC INC'
-
 
962
VendorID	0x15DD, 'SIGMATEL INC.'
-
 
963
VendorID	0x15DE, 'MALLEABLE TECHNOLOGIES INC'
-
 
964
VendorID	0x15DF, 'INFINILINK CORP.'
-
 
965
VendorID	0x15E0, 'CACHEFLOW INC'
-
 
966
VendorID	0x15E1, 'VOICE TECHNOLOGIES GROUP INC'
-
 
967
VendorID	0x15E2, 'QUICKNET TECHNOLOGIES INC'
-
 
968
VendorID	0x15E3, 'NETWORTH TECHNOLOGIES INC'
-
 
969
VendorID	0x15E4, 'VSN SYSTEMEN BV'
-
 
970
VendorID	0x15E5, 'VALLEY TECHNOLOGIES INC'
-
 
971
VendorID	0x15E6, 'AGERE INC.'
-
 
972
VendorID	0x15E7, 'GET ENGINEERING CORP.'
-
 
973
VendorID	0x15E8, 'NATIONAL DATACOMM CORP.'
-
 
974
VendorID	0x15E9, 'PACIFIC DIGITAL CORP.'
-
 
975
VendorID	0x15EA, 'TOKYO DENSHI SEKEI K.K.'
-
 
976
VendorID	0x15EB, 'DRSEARCH GMBH'
-
 
977
VendorID	0x15EC, 'BECKHOFF GMBH'
-
 
978
VendorID	0x15ED, 'MACROLINK INC'
-
 
979
VendorID	0x15EE, 'IN WIN DEVELOPMENT INC.'
-
 
980
VendorID	0x15EF, 'INTELLIGENT PARADIGM INC'
-
 
981
VendorID	0x15F0, 'B-TREE SYSTEMS INC'
-
 
982
VendorID	0x15F1, 'TIMES N SYSTEMS INC'
-
 
983
VendorID	0x15F2, 'DIAGNOSTIC INSTRUMENTS INC'
-
 
984
VendorID	0x15F3, 'DIGITMEDIA CORP.'
-
 
985
VendorID	0x15F4, 'VALUESOFT'
-
 
986
VendorID	0x15F5, 'POWER MICRO RESEARCH'
-
 
987
VendorID	0x15F6, 'EXTREME PACKET DEVICE INC'
-
 
988
VendorID	0x15F7, 'BANCTEC'
-
 
989
VendorID	0x15F8, 'KOGA ELECTRONICS CO'
-
 
990
VendorID	0x15F9, 'ZENITH ELECTRONICS CORPORATION'
-
 
991
VendorID	0x15FA, 'J P AXZAM CORPORATION'
-
 
992
VendorID	0x15FB, 'ZILOG INC.'
-
 
993
VendorID	0x15FC, 'TECHSAN ELECTRONICS CO LTD'
-
 
994
VendorID	0x15FD, 'N-CUBED.NET'
-
 
995
VendorID	0x15FE, 'KINPO ELECTRONICS INC'
-
 
996
VendorID	0x15FF, 'FASTPOINT TECHNOLOGIES INC.'
-
 
997
VendorID	0x1600, 'NORTHROP GRUMMAN-CANADA LTD'
-
 
998
VendorID	0x1601, 'TENTA TECHNOLOGY'
-
 
999
VendorID	0x1602, 'PROSYS-TEC INC.'
-
 
1000
VendorID	0x1603, 'NOKIA WIRELESS BUSINESS COMMUNICATIONS'
-
 
1001
VendorID	0x1604, 'CENTRAL SYSTEM RESEARCH CO LTD'
-
 
1002
VendorID	0x1605, 'PAIRGAIN TECHNOLOGIES'
-
 
1003
VendorID	0x1606, 'EUROPOP AG'
-
 
1004
VendorID	0x1607, 'LAVA SEMICONDUCTOR MANUFACTURING INC.'
-
 
1005
VendorID	0x1608, 'AUTOMATED WAGERING INTERNATIONAL'
-
 
1006
VendorID	0x1609, 'SCIEMETRIC INSTRUMENTS INC'
-
 
1007
VendorID	0x166D, 'Broadcom -SiByte'
-
 
1008
VendorID	0x1695, 'EPOX Computer Co'
-
 
1009
VendorID	0x17F2, 'ALBATRON Corp.'
-
 
1010
VendorID	0x1813, 'AMBIENT TECHNOLOGIES INC'
-
 
1011
VendorID	0x1849, 'ASROCK  Inc'
-
 
1012
VendorID	0x1B13, 'Jaton Corp'
-
 
1013
VendorID	0x2001, 'TEMPORAL RESEARCH LTD'
-
 
1014
VendorID	0x270F, 'CHAINTECH COMPUTER CO. LTD'
-
 
1015
VendorID	0x3388, 'HINT CORP'
-
 
1016
VendorID	0x3411, 'QUANTUM DESIGNS (H.K.) INC.'
-
 
1017
VendorID	0x4005, 'AVANCE LOGIC INC'
-
 
1018
VendorID	0x4033, 'DELTA NETWORKS INC'
-
 
1019
VendorID	0x416C, 'ALADDIN KNOWLEDGE SYSTEMS'
-
 
1020
VendorID	0x4444, 'CONEXANT (WAS ICOMPRESION INC.)'
-
 
1021
VendorID	0x4943, 'GROWTH NETWORKS'
-
 
1022
VendorID	0x4CA1, 'SEANIX TECHNOLOGY INC'
-
 
1023
VendorID	0x4D51, 'MEDIAQ INC.'
-
 
1024
VendorID	0x4D54, 'MICROTECHNICA CO LTD'
-
 
1025
VendorID	0x5136, 'S S TECHNOLOGIES'
-
 
1026
VendorID	0x5333, 'S3 Graphics Co., Ltd.'
-
 
1027
VendorID	0x544C, 'TERALOGIC INC'
-
 
1028
VendorID	0x5555, 'GENROCO INC'
-
 
1029
VendorID	0x6409, 'LOGITEC CORP.'
-
 
1030
VendorID	0x6666, 'DECISION COMPUTER INTERNATIONAL CO.'
-
 
1031
VendorID	0x8086, 'Intel Corp.'
-
 
1032
VendorID	0x8888, 'SILICON MAGIC CORP.'
-
 
1033
VendorID	0x8E0E, 'COMPUTONE CORPORATION'
-
 
1034
VendorID	0x9004, 'Adaptec Inc'
-
 
1035
VendorID	0x919A, 'GIGAPIXEL CORP'
-
 
1036
VendorID	0x9412, 'HOLTEK'
-
 
1037
VendorID	0x9699, 'OMNI MEDIA TECHNOLOGY INC.'
-
 
1038
VendorID	0x9710, 'NetMos'
-
 
1039
VendorID	0xA0A0, 'AOPEN INC.'
-
 
1040
VendorID	0xA259, 'HEWLETT PACKARD'
-
 
1041
VendorID	0xAC1E, 'DIGITAL RECEIVER TECHNOLOGY INC'
-
 
1042
VendorID	0xC0DE, 'MOTOROLA'
-
 
1043
VendorID	0xC0FE, 'MOTION ENGINEERING.'
-
 
1044
VendorID	0xCA50, 'VARIAN AUSTRIALIA PTY LTD'
-
 
1045
VendorID	0xCAFE, 'CHRYSALIS-ITS'
-
 
1046
VendorID	0xCCCC, 'CATAPULT COMMUNICATIONS'
-
 
1047
VendorID	0xD4D4, 'DY4 Systems Inc/Curtiss-Wright Controls Embed. Com'
-
 
1048
VendorID	0xE159, 'TigerJet'
-
 
1049
VendorID	0xE4BF, 'EKF ELEKTRONIK GMBH'
-
 
1050
VendorID	0xEA01, 'EAGLE TECHNOLOGY'
-
 
1051
VendorID	0xFA57, 'FAST SEARCH & TRANSFER ASA'
-
 
1052
VendorID	0xFEDA, 'EPIGRAM INC'
-
 
1053
VendorID	0, 	'Unknown'	; <- terminator
-
 
1054
 
-
 
1055
;--------------------------------------
-
 
1056
Classes:
-
 
1057
; Class, Subclass, [Interface], Name
-
 
1058
ClassID    0,    0,     , 'Prehistoric - misc'
-
 
1059
ClassID    0,    1,     , 'Prehistoric - VGA'
-
 
1060
 
-
 
1061
ClassID    1,    0,     , 'Storage - SCSI'
-
 
1062
ClassID    1,    1,     , 'Storage - IDE'	; intrface may be 0x80, 0x85 & 0x8A
-
 
1063
ClassID    1,    1, 0x8A, 'Storage - IDE (prog. canals)'
-
 
1064
ClassID    1,    2,     , 'Storage - Floppy'
-
 
1065
ClassID    1,    3,     , 'Storage - IPI'
-
 
1066
ClassID    1,    4,     , 'Storage - RAID'
-
 
1067
ClassID    1,    5,     , 'Storage - ATA with DMA'
-
 
1068
ClassID    1,    5, 0x20, 'Storage - ATA c. w/ single DMA'
-
 
1069
ClassID    1,    5, 0x30, 'Storage - ATA c. w/ chained DMA'
-
 
1070
ClassID    1,    6,     , 'Storage - Serial ATA'
-
 
1071
ClassID    1,    7,     , 'Storage - SAS'
-
 
1072
ClassID    1, 0x80,     , 'Storage - misc'
-
 
1073
 
-
 
1074
ClassID    2,    0,     , 'Network - Ethernet'
-
 
1075
ClassID    2,    1,     , 'Network - Token Ring'
-
 
1076
ClassID    2,    2,     , 'Network - FDDI'
-
 
1077
ClassID    2,    3,     , 'Network - ATM'
-
 
1078
ClassID    2,    4,     , 'Network - ISDN'
-
 
1079
ClassID    2,    5,     , 'Network - WorldFip'
-
 
1080
ClassID    2,    6,     , 'Network - PICMG 2.14'
-
 
1081
ClassID    2, 0x80,     , 'Network - misc'
-
 
1082
 
-
 
1083
ClassID    3,    0,     , 'Display - VGA controller'
-
 
1084
ClassID    3,    0,    0, 'Display - VGA-compatible c.'
-
 
1085
ClassID    3,    0,    1, 'Display - 8514-compatible c.'
-
 
1086
ClassID    3,    1,     , 'Display - XGA controller'
-
 
1087
ClassID    3,    2,     , 'Display - 3D controller'
-
 
1088
ClassID    3, 0x80,     , 'Display - misc'
-
 
1089
 
-
 
1090
ClassID    4,    0,     , 'Multimedia - Video'
-
 
1091
ClassID    4,    1,     , 'Multimedia - Audio'
-
 
1092
ClassID    4,    2,     , 'Multimedia - Computer telephony'
-
 
1093
ClassID    4, 0x80,     , 'Multimedia - misc'
-
 
1094
 
-
 
1095
ClassID    5,    0,     , 'Memory - RAM'
-
 
1096
ClassID    5,    1,     , 'Memory - Flash memory'
-
 
1097
ClassID    5, 0x80,     , 'Memory - misc'
-
 
1098
 
-
 
1099
ClassID    6,    0,     , 'Bridge - CPU/PCI'
-
 
1100
ClassID    6,    1,     , 'Bridge - PCI/ISA'
-
 
1101
ClassID    6,    2,     , 'Bridge - PCI/EISA'
-
 
1102
ClassID    6,    3,     , 'Bridge - PCI/MCA'
-
 
1103
ClassID    6,    4,     , 'Bridge - PCI/PCI'
-
 
1104
ClassID    6,    4,    1, 'Bridge - Subtract.Decode PCI/PCI'
-
 
1105
ClassID    6,    5,     , 'Bridge - PCMCIA'
-
 
1106
ClassID    6,    6,     , 'Bridge - NuBus'
-
 
1107
ClassID    6,    7,     , 'Bridge - CarClassIDus'
-
 
1108
ClassID    6,    8,     , 'Bridge - RACEway'
-
 
1109
ClassID    6,    9,     , 'Bridge - Semi-transpar. PCI/PCI'
-
 
1110
ClassID    6,    9, 0x40, 'Bridge - Semi-transp. PCI/PCI 1'
-
 
1111
ClassID    6,    9, 0x80, 'Bridge - Semi-transp. PCI/PCI 2'
-
 
1112
ClassID    6, 0x0a,     , 'Bridge - InfiniBand/PCI'
-
 
1113
ClassID    6, 0x80,     , 'Bridge - misc'
-
 
1114
 
-
 
1115
ClassID    7,    0,     , 'Communication - Serial'
-
 
1116
ClassID    7,    0,    0, 'Communication - Serial (XT)'
-
 
1117
ClassID    7,    0,    1, 'Communication - Serial c.(16450)'
-
 
1118
ClassID    7,    0,    2, 'Communication - Serial c.(16450)'
-
 
1119
ClassID    7,    0,    3, 'Communication - Serial c.(16450)'
-
 
1120
ClassID    7,    0,    4, 'Communication - Serial c.(16450)'
-
 
1121
ClassID    7,    0,    5, 'Communication - Serial c.(16450)'
-
 
1122
ClassID    7,    0,    6, 'Communication - Serial c.(16450)'
-
 
1123
ClassID    7,    1,     , 'Communication - Parallel port'
-
 
1124
ClassID    7,    1,    1, 'Communication - Bi-dir. par.port'
-
 
1125
ClassID    7,    1,    2, 'Communication - ECP 1.X par.port'
-
 
1126
ClassID    7,    1,    3, 'Communication - IEEE1284 c.'
-
 
1127
ClassID    7,    1, 0xfe, 'Communication - IEEE1284 device'
-
 
1128
ClassID    7,    2,     , 'Communication - Multiport Serial'
-
 
1129
ClassID    7,    3,     , 'Communication - Modem'
-
 
1130
ClassID    7,    3,    0, 'Communication - Generic modem'
-
 
1131
ClassID    7,    3,    1, 'Communication - Hayes modem 16450'
-
 
1132
ClassID    7,    3,    2, 'Communication - Hayes modem 16450'
-
 
1133
ClassID    7,    3,    3, 'Communication - Hayes modem 16450'
-
 
1134
ClassID    7,    3,    4, 'Communication - Hayes modem 16450'
-
 
1135
ClassID    7,    4,     , 'Communication - GPIB'
-
 
1136
ClassID    7,    5,     , 'Communication - Smart Card'
-
 
1137
ClassID    7, 0x80,     , 'Communication - misc'
-
 
1138
 
-
 
1139
ClassID    8,    0,     , 'System - PIC'
-
 
1140
ClassID    8,    0,    0, 'System - Generic 8259 PIC'
-
 
1141
ClassID    8,    0,    1, 'System - ISA PIC'
-
 
1142
ClassID    8,    0,    2, 'System - EISA PIC'
-
 
1143
ClassID    8,    0, 0x10, 'System - I/O APIC interrupt c.'
-
 
1144
ClassID    8,    0, 0x20, 'System - I/O(x) APIC interrupt c'
-
 
1145
ClassID    8,    1,     , 'System - DMAC'
-
 
1146
ClassID    8,    1,    0, 'System - Generic 8237 DMA c.'
-
 
1147
ClassID    8,    1,    1, 'System - ISA DMA c.'
-
 
1148
ClassID    8,    1,    2, 'System - EISA DMA c.'
-
 
1149
ClassID    8,    2,     , 'System - Timer'
-
 
1150
ClassID    8,    2,    0, 'System - 8254 system timer'
-
 
1151
ClassID    8,    2,    1, 'System - ISA system timer'
-
 
1152
ClassID    8,    2,    2, 'System - EISA (2 system timers)'
-
 
1153
ClassID    8,    3,     , 'System - RTC'
-
 
1154
ClassID    8,    3,    0, 'System - Generic RTC c.'
-
 
1155
ClassID    8,    3,    1, 'System - ISA RTC c.'
-
 
1156
ClassID    8,    4,     , 'System - PCI Hot-Plug'
-
 
1157
ClassID    8,    5,     , 'System - SDHCI'
-
 
1158
ClassID    8, 0x80,     , 'System - misc'
-
 
1159
 
-
 
1160
ClassID    9,    0,     , 'Input - Keyboard'
-
 
1161
ClassID    9,    1,     , 'Input - Digitazer (pen)'
-
 
1162
ClassID    9,    2,     , 'Input - Mouse'
-
 
1163
ClassID    9,    3,     , 'Input - Scanner'
-
 
1164
ClassID    9,    4,     , 'Input - Gameport'
-
 
1165
ClassID    9,    4,    0, 'Input - Gameport  c. (generic)'
-
 
1166
ClassID    9,    4, 0x10, 'Input - Gameport c. (legacy)'
-
 
1167
ClassID    9, 0x80,     , 'Input - misc'
-
 
1168
 
-
 
1169
ClassID 0x0a,    0,     , 'Docking - Generic station'
-
 
1170
ClassID 0x0a, 0x80,     , 'Docking - misc'
-
 
1171
 
-
 
1172
ClassID 0x0b,    0,     , 'Processor - 386'
-
 
1173
ClassID 0x0b,    1,     , 'Processor - 486'
-
 
1174
ClassID 0x0b,    2,     , 'Processor - Pentium'
-
 
1175
; ClassID 0x0b, 0x10,     , 'Processor - Alpha'		;
-
 
1176
; ClassID 0x0b, 0x20,     , 'Processor - PowerPC'		; it`s realy need for PCIDEV???
-
 
1177
; ClassID 0x0b, 0x30,     , 'Processor - MIPS'		;
-
 
1178
ClassID 0x0b, 0x40,     , 'Processor - Co-processor'
-
 
1179
 
-
 
1180
ClassID 0x0c,    0,     , 'Serial Bus - FireWire'
-
 
1181
ClassID 0x0c,    0,    0, 'Serial Bus - IEEE 1394(FireWire)'
-
 
1182
ClassID 0x0c,    0, 0x10, 'Serial Bus - IEEE 1394(Open HCI)'
-
 
1183
ClassID 0x0c,    1,     , 'Serial Bus - ACCESS.bus'
-
 
1184
ClassID 0x0c,    2,     , 'Serial Bus - SSA'
-
 
1185
ClassID 0x0c,    3,     , 'Serial Bus - USB/USB2'
-
 
1186
ClassID 0x0c,    3,    0, 'Serial Bus - USB Universal HC'
-
 
1187
ClassID 0x0c,    3, 0x10, 'Serial Bus - USB Open HC'
-
 
1188
ClassID 0x0c,    3, 0x20, 'Serial Bus - USB2 Enhanced HC'
-
 
1189
ClassID 0x0c,    3, 0x80, 'Serial Bus - USB w/o specific PI'
-
 
1190
ClassID 0x0c,    3, 0xfe, 'Serial Bus - USB device (not HC)'
-
 
1191
ClassID 0x0c,    4,     , 'Serial Bus - Fibre Channel'
-
 
1192
ClassID 0x0c,    5,     , 'Serial Bus - SMBus'
-
 
1193
ClassID 0x0c,    6,     , 'Serial Bus - InfiniBand'
-
 
1194
ClassID 0x0c,    7,     , 'Serial Bus - IPMI'
-
 
1195
ClassID 0x0c,    7,    0, 'Serial Bus - IPMI SMIC I.'
-
 
1196
ClassID 0x0c,    7,    1, 'Serial Bus - IPMI Kybd CSI'
-
 
1197
ClassID 0x0c,    7,    2, 'Serial Bus - IPMI BTI'
-
 
1198
ClassID 0x0c,    8,     , 'Serial Bus - SERCOS'
-
 
1199
ClassID 0x0c,    9,     , 'Serial Bus - CANbus'
-
 
1200
 
-
 
1201
ClassID 0x0d,    0,     , 'Wireless - iRDA'
-
 
1202
ClassID 0x0d,    1,     , 'Wireless - Consumer IR'
-
 
1203
ClassID 0x0d, 0x10,     , 'Wireless - RF'
-
 
1204
ClassID 0x0d, 0x11,     , 'Wireless - Bluetooth'
-
 
1205
ClassID 0x0d, 0x12,     , 'Wireless - BroaClassIDand'
-
 
1206
ClassID 0x0d, 0x20,     , 'Wireless - Ethernet (802.11a)'
-
 
1207
ClassID 0x0d, 0x21,     , 'Wireless - Ethernet (802.11b)'
-
 
1208
ClassID 0x0d, 0x80,     , 'Wireless - misc'
-
 
1209
 
-
 
1210
ClassID 0x0e,    0,     , 'Intelligent I/O - c.(FIFO @ 40h)'
-
 
1211
ClassID 0x0e,    0,    0, 'Intelligent I/O - I/O c. (I2O 1)'
-
 
1212
 
-
 
1213
ClassID 0x0f,    1,     , 'Satellite Communication - TV'
-
 
1214
ClassID 0x0f,    2,     , 'Satellite Communication - Audio'
-
 
1215
ClassID 0x0f,    3,     , 'Satellite Communication - Voice'
-
 
1216
ClassID 0x0f,    4,     , 'Satellite Communication - Data'
-
 
1217
 
-
 
1218
ClassID 0x10,    0,     , 'En/Decryption - Network&comput.'
-
 
1219
ClassID 0x10, 0x10,     , 'En/Decryption - Entertainment'	; 0x10, 0x01,, ???
-
 
1220
ClassID 0x10, 0x80,     , 'En/Decryption - misc'
-
 
1221
 
-
 
1222
ClassID 0x11,    0,     , 'DSP - DPIO modules'
-
 
1223
ClassID 0x11,    1,     , 'DSP - Performance counters'
-
 
1224
ClassID 0x11, 0x10,     , 'DSP - Sync./Test/Measurement'
-
 
1225
ClassID 0x11, 0x20,     , 'DSP - Managamant card'
-
 
1226
ClassID 0x11, 0x80,     , 'DSP - misc'
-
 
1227