Subversion Repositories Kolibri OS

Rev

Rev 4460 | Go to most recent revision | Blame | Last modification | View Log | Download | RSS feed

  1. ; AUTHOR: Victor Alberto Gil Hancco Laquita <vhanla@gmail.com>
  2. ; This list might content mistakes, plz report it
  3. ; There are 865 Lists of Vendors' Names
  4. ; Date: 8/14/2005
  5. ;
  6. ;  maybe this list is outdated...
  7. ; (the source was from 2004 list)
  8.  
  9. ; changed 11/05/2006: + 3 vendors and no more label 'PREVIOUSVERSIONLIST'
  10. ; so the total quantity of vendors is 875 now (changes by Sergey Kuzmin)
  11.  
  12. ; changed 16/08/2006: + 122 vendors
  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. ; changed ??/03/2010:
  20. ; only few best-known vendors left in this file to reduce the file size
  21. ; the other list is in vendors.add (changes by Artem Jerdev)
  22.  
  23. ; changed 15/01/2014:
  24. ; typo fixes and new subclasses (changes by Sergey Kuzmin)
  25.  
  26. macro VendorID a,b {    ; by mike.dld
  27.         dw a
  28.         dd _vtmp#a
  29.         \iglobal
  30.                 _vtmp#a db b
  31.                 db      0
  32.         \};endg
  33. }
  34.  
  35. macro ClassID a,b,c,d {
  36.         db a
  37.         db b
  38.         local tt
  39.  
  40.         if c eq
  41.                 db 0
  42.                 db 1
  43.                 tt = 'x'
  44.         else
  45.                 db c
  46.                 db 0
  47.                 tt = c
  48.         end if
  49.        
  50.         dd _ctmp#a#b#tt
  51.         \iglobal
  52.                 _ctmp#a#b#tt db d
  53.                 db      0
  54.         \};endg
  55. }
  56.  
  57. ;--------------------------------------
  58. ; to build the full vendors list, include vendors.add
  59. ; to the bottom of this section
  60. ;
  61. VendorsTab:
  62. VendorID        0x0033, 'PARADYNE Corp.'
  63. VendorID        0x003D, 'Lockheed Martin Corp'
  64. VendorID        0x0E11, 'COMPAQ COMPUTER Corp.'
  65. VendorID        0x1000, 'SYMBIOS LOGIC Inc./LSI Logic'
  66. VendorID        0x1002, 'ATI TECHNOLOGIES Inc.'
  67. VendorID        0x100B, 'NATIONAL SEMICONDUCTOR Corp.'
  68. VendorID        0x100C, 'Tseng Labs'
  69. VendorID        0x100E, 'Weitek'
  70. VendorID        0x1010, 'VIDEO LOGIC Ltd.'
  71. VendorID        0x1011, 'Digital Equipment Corp.'
  72. VendorID        0x1013, 'Cirrus Logic'
  73. VendorID        0x1014, 'IBM'
  74. VendorID        0x101A, 'NCR Corp.'
  75. VendorID        0x101E, 'AMERICAN MEGATRENDS'
  76. VendorID        0x1020, 'HITACHI COMPUTER PRODUCTS'
  77. VendorID        0x1021, 'OKI ELECTRIC INDUSTRY Co., Ltd.'
  78. VendorID        0x1022, 'Advanced Micro Devices'
  79. VendorID        0x1023, 'TRIDENT MICROSYSTEMS'
  80. VendorID        0x1025, 'Acer Inc.'
  81. VendorID        0x1028, 'DELL COMPUTER Corp.'
  82. VendorID        0x102A, 'LSI LOGIC Corp.'
  83. VendorID        0x102B, 'MATROX GRAPHICS'
  84. VendorID        0x102F, 'TOSHIBA AMERICA'
  85. VendorID        0x1033, 'NEC Corp.'
  86. VendorID        0x1039, 'SILICON INTEGRATED SYSTEMS'
  87. VendorID        0x103C, 'Hewlett-Packard Company'
  88. VendorID        0x103F, 'SYNOPSYS/LOGIC MODELING GROUP'
  89. VendorID        0x1042, 'Micron Electronics'
  90. VendorID        0x1043, 'ASUSTEK COMPUTER'
  91. VendorID        0x104A, 'STMicroelectronics'
  92. VendorID        0x104B, 'Mylex/Buslogic'
  93. VendorID        0x104C, 'TEXAS INSTRUMENTS'
  94. VendorID        0x104D, 'SONY Corp.'
  95. VendorID        0x104E, 'Oak Technology'
  96. VendorID        0x1054, 'HITACHI'
  97. VendorID        0x1055, 'Standard Microsystems Corp.'
  98. VendorID        0x1057, 'Motorola'
  99. VendorID        0x1067, 'MITSUBISHI ELECTRIC AMERICA'
  100. VendorID        0x106B, 'APPLE COMPUTER Inc.'
  101. VendorID        0x106C, 'Hyundai Electronics America'
  102. VendorID        0x106D, 'SEQUENT COMPUTER SYSTEMS'
  103. VendorID        0x1070, 'DAEWOO TELECOM Ltd.'
  104. VendorID        0x1071, 'MITAC'
  105. VendorID        0x1073, 'YAMAHA Corp.'
  106. VendorID        0x1074, 'Nexgen Microsystems'
  107. VendorID        0x1076, 'Chaintech Comp.'
  108. VendorID        0x1077, 'QLOGIC  Corp.'
  109. VendorID        0x1078, 'Cyrix Corp.'
  110. VendorID        0x1079, 'I-BUS'
  111. VendorID        0x107B, 'GATEWAY 2000'
  112. VendorID        0x107D, 'Leadtek Research'
  113. VendorID        0x107E, 'INTERPHASE Corp.'
  114. VendorID        0x107F, 'Data Technology Corp.'
  115. VendorID        0x1080, 'Cypress Semiconductor'
  116. VendorID        0x108E, 'Sun Microsystems'
  117. VendorID        0x1091, 'Intergraph Corp.'
  118. VendorID        0x1092, 'Diamond Computer Systems'
  119. VendorID        0x1093, 'National Instruments'
  120. VendorID        0x1095, 'SILICON IMAGE (WAS CMD TECHNOLOGY Inc.)'
  121. VendorID        0x10A9, 'SILICON GRAPHICS'
  122. VendorID        0x10AC, 'HONEYWELL IAC'
  123. VendorID        0x10AD, 'Winbond Systems Labs'
  124. VendorID        0x10AF, 'MICRO COMPUTER SYSTEMS Inc.'
  125. VendorID        0x10B5, 'PLX TECHNOLOGY.'
  126. VendorID        0x10B6, 'MADGE NETWORKS'
  127. VendorID        0x10B7, '3COM Corp, Networking Division'
  128. VendorID        0x10B8, 'Standard Microsystems Corp.'
  129. VendorID        0x10B9, 'Acer Labs Inc.'
  130. VendorID        0x10BA, 'MITSUBISHI ELECTRIC Corp.'
  131. VendorID        0x10BD, 'Surecom Technology'
  132. VendorID        0x10C2, 'AUSPEX SYSTEMS Inc.'
  133. VendorID        0x10C3, 'Samsung Semiconductors'
  134. VendorID        0x10C4, 'Award Software International Inc.'
  135. VendorID        0x10C8, 'NEOMAGIC Corp.'
  136. VendorID        0x10CA, 'FUJITSU MICROELECTRONIC'
  137. VendorID        0x10CB, 'OMRON Corp.'
  138. VendorID        0x10CD, 'ADVANCED SYSTEM PRODUCTS'
  139. VendorID        0x10CF, 'FUJITSU LIMITED'
  140. VendorID        0x10DE, 'NVIDIA Corp.'
  141. VendorID        0x10EC, 'REALTEK SEMICONDUCTOR Corp.'
  142. VendorID        0x11AD, 'LITE-ON COMMUNICATIONS Inc.'
  143. VendorID        0x10EE, 'XILINX'
  144. VendorID        0x1102, 'Creative Labs'
  145. VendorID        0x1105, 'SIGMA DESIGNS'
  146. VendorID        0x1106, 'VIA TECHNOLOGIES'
  147. VendorID        0x1114, 'Atmel Corp.'
  148. VendorID        0x1131, 'PHILIPS SEMICONDUCTORS'
  149. VendorID        0x1132, 'MITEL Corp.'
  150. VendorID        0x1133, 'Eicon Networks Corp.'
  151. VendorID        0x1134, 'MERCURY COMPUTER SYSTEMS'
  152. VendorID        0x1135, 'FUJI XEROX Co., Ltd.'
  153. VendorID        0x1137, 'CISCO SYSTEMS Inc.'
  154. VendorID        0x1179, 'TOSHIBA AMERICA INFO SYSTEMS'
  155. VendorID        0x1189, 'MATSUSHITA ELECTIC INDUSTRIAL Co., Ltd.'
  156. VendorID        0x11AA, 'ACTEL'
  157. VendorID        0x12D2, 'NVIDIA (WAS: STB,SGS THOMPSON)'
  158. VendorID        0x11AB, 'GALILEO TECHNOLOGY Ltd./Marvell Semiconductor, Inc.'
  159. VendorID        0x11B2, 'EASTMAN KODAK'
  160. VendorID        0x11C1, 'LSI Corp.'
  161. VendorID        0x11CA, 'LSI SYSTEMS'
  162. VendorID        0x11D0, 'LOCKHEED MARTIN-Electronics & Communications'
  163. VendorID        0x11D4, 'Analog Devices, Inc.'
  164. VendorID        0x11D9, 'TOSHIBA TEC Corp.'
  165. VendorID        0x11DA, 'NOVELL'
  166. VendorID        0x11DB, 'Sega Enterprises Ltd.'
  167. VendorID        0x119E, 'FUJITSU MICROELECTRONICS Ltd.'
  168. VendorID        0x11A1, 'HAMAMATSU PHOTONICS K.K.'
  169. VendorID        0x1217, 'O2Micro Inc.'
  170. VendorID        0x1234, 'Technical Corp.'
  171. VendorID        0x1250, 'Hitachi Microcomputer System Ltd.'
  172. VendorID        0x122D, 'Aztech System Ltd.'
  173. VendorID        0x1261, 'MATSUSHITA-KOTOBUKI ELECTRONICS'
  174. VendorID        0x1260, 'INTERSIL Corp.'
  175. VendorID        0x1274, 'Creative Labs (was Ensoniq, Malvern)'
  176. VendorID        0x12BF, 'Fujifilm Microdevices'
  177. VendorID        0x13B8, 'NOKIA TELECOMMUNICATIONS OY'
  178. VendorID        0x13BD, 'SHARP Corp.'
  179. VendorID        0x149A, 'ANDOR TECHNOLOGY Ltd.'
  180. VendorID        0x149B, 'SEIKO INSTRUMENTS Inc.'
  181. VendorID        0x14E4, 'Broadcom Corp.'
  182. VendorID        0x1521, 'BELL Corp.'
  183. VendorID        0x15AD, 'VMware Inc.'
  184. VendorID        0x15AE, 'AMERSHAM PHARMACIA BIOTECH'
  185. VendorID        0x1603, 'NOKIA WIRELESS BUSINESS COMMUNICATIONS'
  186. VendorID        0x167B, 'ZyDAS Technology Corp.'
  187. VendorID        0x168C, 'Atheros Communications Inc.'
  188. VendorID        0x17F3, 'RDC Semiconductor Co., Ltd.'
  189. VendorID        0x1814, 'Ralink Technology, Corp.'
  190. VendorID        0x1969, 'Atheros Communications Inc.'
  191. VendorID        0x197B, 'JMicron Technology Corp.'
  192. VendorID        0x1AF4, 'Red Hat, Inc.'
  193. VendorID        0x5333, 'S3 Graphics Co., Ltd.'
  194. VendorID        0x6409, 'LOGITEC Corp.'
  195. VendorID        0x8086, 'Intel Corp.'
  196. VendorID        0x80EE, 'Oracle Corp.'
  197. VendorID        0x8888, 'SILICON MAGIC Corp.'
  198. VendorID        0x9004, 'Adaptec Inc.'
  199. VendorID        0xA259, 'HEWLETT PACKARD'
  200. VendorID        0xCA50, 'VARIAN AUSTRIALIA PTY Ltd.'
  201. ;include 'VENDORS.ADD'          ; <-------- uncomment to insert the list of less known vendors
  202. VendorID        0,      'Unknown'       ; <- terminator
  203.  
  204. ;--------------------------------------
  205. Classes:
  206. ; Class, Subclass, [Interface], Name
  207. ClassID    0,    0,     , 'Prehistoric - misc'
  208. ClassID    0,    1,     , 'Prehistoric - VGA'
  209.  
  210. ClassID    1,    0,     , 'Storage - SCSI'
  211. ClassID    1,    1,     , 'Storage - IDE'       ; intrface may be 0x80, 0x85 & 0x8A
  212. ClassID    1,    1, 0x8A, 'Storage - IDE (prog. canals)'
  213. ClassID    1,    2,     , 'Storage - Floppy'
  214. ClassID    1,    3,     , 'Storage - IPI'
  215. ClassID    1,    4,     , 'Storage - RAID'
  216. ClassID    1,    5,     , 'Storage - ATA with DMA'
  217. ClassID    1,    5, 0x20, 'Storage - ATA c. w/ single DMA'
  218. ClassID    1,    5, 0x30, 'Storage - ATA c. w/ chained DMA'
  219. ClassID    1,    6,    0, 'Storage - Serial ATA - vendor sp.'
  220. ClassID    1,    6,    1, 'Storage - Serial ATA - AHCI 1.0'
  221. ClassID    1,    7,     , 'Storage - SAS'
  222. ClassID    1,    8,     , 'Storage - Non-Volatile MC'
  223. ClassID    1, 0x80,     , 'Storage - misc'
  224.  
  225. ClassID    2,    0,     , 'Network - Ethernet'
  226. ClassID    2,    1,     , 'Network - Token Ring'
  227. ClassID    2,    2,     , 'Network - FDDI'
  228. ClassID    2,    3,     , 'Network - ATM'
  229. ClassID    2,    4,     , 'Network - ISDN'
  230. ClassID    2,    5,     , 'Network - WorldFip'
  231. ClassID    2,    6,     , 'Network - PICMG 2.14'
  232. ClassID    2,    7,     , 'Network - InfiniBand c.'
  233. ClassID    2, 0x80,     , 'Network - misc'
  234.  
  235. ClassID    3,    0,     , 'Display - VGA controller'
  236. ClassID    3,    0,    0, 'Display - VGA-compatible c.'
  237. ClassID    3,    0,    1, 'Display - 8514-compatible c.'
  238. ClassID    3,    1,     , 'Display - XGA controller'
  239. ClassID    3,    2,     , 'Display - 3D controller'
  240. ClassID    3, 0x80,     , 'Display - misc'
  241.  
  242. ClassID    4,    0,     , 'Multimedia - Video'
  243. ClassID    4,    1,     , 'Multimedia - Audio'
  244. ClassID    4,    2,     , 'Multimedia - Computer telephony'
  245. ClassID    4,    3,     , 'Multimedia - High Definition Audio'
  246. ClassID    4, 0x80,     , 'Multimedia - misc'
  247.  
  248. ClassID    5,    0,     , 'Memory - RAM'
  249. ClassID    5,    1,     , 'Memory - Flash memory'
  250. ClassID    5, 0x80,     , 'Memory - misc'
  251.  
  252. ClassID    6,    0,     , 'Bridge - CPU/PCI'
  253. ClassID    6,    1,     , 'Bridge - PCI/ISA'
  254. ClassID    6,    2,     , 'Bridge - PCI/EISA'
  255. ClassID    6,    3,     , 'Bridge - PCI/MCA'
  256. ClassID    6,    4,     , 'Bridge - PCI/PCI'
  257. ClassID    6,    4,    1, 'Bridge - Subtract.Decode PCI/PCI'
  258. ClassID    6,    5,     , 'Bridge - PCMCIA'
  259. ClassID    6,    6,     , 'Bridge - NuBus'
  260. ClassID    6,    7,     , 'Bridge - CardBus'
  261. ClassID    6,    8,     , 'Bridge - RACEway'
  262. ClassID    6,    9,     , 'Bridge - Semi-transpar. PCI/PCI'
  263. ClassID    6,    9, 0x40, 'Bridge - Semi-transp. PCI/PCI 1'
  264. ClassID    6,    9, 0x80, 'Bridge - Semi-transp. PCI/PCI 2'
  265. ClassID    6, 0x0a,     , 'Bridge - InfiniBand/PCI'
  266. ClassID    6, 0x80,     , 'Bridge - misc'
  267.  
  268. ClassID    7,    0,     , 'Communication - Serial'
  269. ClassID    7,    0,    0, 'Communication - Serial (XT)'
  270. ClassID    7,    0,    1, 'Communication - Serial c.(16450)'
  271. ClassID    7,    0,    2, 'Communication - Serial c.(16550)'
  272. ClassID    7,    0,    3, 'Communication - Serial c.(16650)'
  273. ClassID    7,    0,    4, 'Communication - Serial c.(16750)'
  274. ClassID    7,    0,    5, 'Communication - Serial c.(16850)'
  275. ClassID    7,    0,    6, 'Communication - Serial c.(16950)'
  276. ClassID    7,    1,     , 'Communication - Parallel port'
  277. ClassID    7,    1,    1, 'Communication - Bi-dir. par.port'
  278. ClassID    7,    1,    2, 'Communication - ECP 1.X par.port'
  279. ClassID    7,    1,    3, 'Communication - IEEE1284 c.'
  280. ClassID    7,    1, 0xfe, 'Communication - IEEE1284 device'
  281. ClassID    7,    2,     , 'Communication - Multiport Serial'
  282. ClassID    7,    3,     , 'Communication - Modem'
  283. ClassID    7,    3,    0, 'Communication - Generic modem'
  284. ClassID    7,    3,    1, 'Communication - Hayes modem 16450'
  285. ClassID    7,    3,    2, 'Communication - Hayes modem 16550'
  286. ClassID    7,    3,    3, 'Communication - Hayes modem 16650'
  287. ClassID    7,    3,    4, 'Communication - Hayes modem 16750'
  288. ClassID    7,    4,     , 'Communication - GPIB'
  289. ClassID    7,    5,     , 'Communication - Smart Card'
  290. ClassID    7, 0x80,     , 'Communication - misc'
  291.  
  292. ClassID    8,    0,     , 'System - PIC'
  293. ClassID    8,    0,    0, 'System - Generic 8259 PIC'
  294. ClassID    8,    0,    1, 'System - ISA PIC'
  295. ClassID    8,    0,    2, 'System - EISA PIC'
  296. ClassID    8,    0, 0x10, 'System - I/O APIC interrupt c.'
  297. ClassID    8,    0, 0x20, 'System - I/O(x) APIC interrupt c'
  298. ClassID    8,    1,     , 'System - DMAC'
  299. ClassID    8,    1,    0, 'System - Generic 8237 DMA c.'
  300. ClassID    8,    1,    1, 'System - ISA DMA c.'
  301. ClassID    8,    1,    2, 'System - EISA DMA c.'
  302. ClassID    8,    2,     , 'System - Timer'
  303. ClassID    8,    2,    0, 'System - 8254 system timer'
  304. ClassID    8,    2,    1, 'System - ISA system timer'
  305. ClassID    8,    2,    2, 'System - EISA (2 system timers)'
  306. ClassID    8,    3,     , 'System - RTC'
  307. ClassID    8,    3,    0, 'System - Generic RTC c.'
  308. ClassID    8,    3,    1, 'System - ISA RTC c.'
  309. ClassID    8,    4,     , 'System - PCI Hot-Plug'
  310. ClassID    8,    5,     , 'System - SDHCI'
  311. ClassID    8,    6,     , 'System - IOMMU'
  312. ClassID    8, 0x80,     , 'System - misc'
  313.  
  314. ClassID    9,    0,     , 'Input - Keyboard'
  315. ClassID    9,    1,     , 'Input - Digitazer (pen)'
  316. ClassID    9,    2,     , 'Input - Mouse'
  317. ClassID    9,    3,     , 'Input - Scanner'
  318. ClassID    9,    4,     , 'Input - Gameport'
  319. ClassID    9,    4,    0, 'Input - Gameport  c. (generic)'
  320. ClassID    9,    4, 0x10, 'Input - Gameport c. (legacy)'
  321. ClassID    9, 0x80,     , 'Input - misc'
  322.  
  323. ClassID 0x0a,    0,     , 'Docking - Generic station'
  324. ClassID 0x0a, 0x80,     , 'Docking - misc'
  325.  
  326. ClassID 0x0b,    0,     , 'Processor - 386'
  327. ClassID 0x0b,    1,     , 'Processor - 486'
  328. ClassID 0x0b,    2,     , 'Processor - Pentium'
  329. ; ClassID 0x0b, 0x10,     , 'Processor - Alpha'         ;
  330. ; ClassID 0x0b, 0x20,     , 'Processor - PowerPC'               ; it`s realy need for PCIDEV???
  331. ; ClassID 0x0b, 0x30,     , 'Processor - MIPS'          ;
  332. ClassID 0x0b, 0x40,     , 'Processor - Co-processor'
  333.  
  334. ClassID 0x0c,    0,     , 'Serial Bus - FireWire'
  335. ClassID 0x0c,    0,    0, 'Serial Bus - IEEE 1394(FireWire)'
  336. ClassID 0x0c,    0, 0x10, 'Serial Bus - IEEE 1394(Open HCI)'
  337. ClassID 0x0c,    1,     , 'Serial Bus - ACCESS.bus'
  338. ClassID 0x0c,    2,     , 'Serial Bus - SSA'
  339. ClassID 0x0c,    3,     , 'Serial Bus - USB/USB2'
  340. ClassID 0x0c,    3,    0, 'Serial Bus - USB Universal HC'
  341. ClassID 0x0c,    3, 0x10, 'Serial Bus - USB Open HC'
  342. ClassID 0x0c,    3, 0x20, 'Serial Bus - USB2 Enhanced HC'
  343. ClassID 0x0c,    3, 0x80, 'Serial Bus - USB w/o specific PI'
  344. ClassID 0x0c,    3, 0xfe, 'Serial Bus - USB device (not HC)'
  345. ClassID 0x0c,    4,     , 'Serial Bus - Fibre Channel'
  346. ClassID 0x0c,    5,     , 'Serial Bus - SMBus'
  347. ClassID 0x0c,    6,     , 'Serial Bus - InfiniBand'
  348. ClassID 0x0c,    7,     , 'Serial Bus - IPMI'
  349. ClassID 0x0c,    7,    0, 'Serial Bus - IPMI SMIC I.'
  350. ClassID 0x0c,    7,    1, 'Serial Bus - IPMI Kybd CSI'
  351. ClassID 0x0c,    7,    2, 'Serial Bus - IPMI BTI'
  352. ClassID 0x0c,    8,     , 'Serial Bus - SERCOS'
  353. ClassID 0x0c,    9,     , 'Serial Bus - CANbus'
  354.  
  355. ClassID 0x0d,    0,     , 'Wireless - iRDA'
  356. ClassID 0x0d,    1,     , 'Wireless - Consumer IR'
  357. ClassID 0x0d, 0x10,     , 'Wireless - RF'
  358. ClassID 0x0d, 0x11,     , 'Wireless - Bluetooth'
  359. ClassID 0x0d, 0x12,     , 'Wireless - Broadband'
  360. ClassID 0x0d, 0x20,     , 'Wireless - Ethernet (802.11a)'
  361. ClassID 0x0d, 0x21,     , 'Wireless - Ethernet (802.11b)'
  362. ClassID 0x0d, 0x80,     , 'Wireless - misc'
  363.  
  364. ClassID 0x0e,    0,     , 'Intelligent I/O - c.(FIFO @ 40h)'
  365. ClassID 0x0e,    0,    0, 'Intelligent I/O - I/O c. (I2O 1)'
  366.  
  367. ClassID 0x0f,    1,     , 'Satellite Communication - TV'
  368. ClassID 0x0f,    2,     , 'Satellite Communication - Audio'
  369. ClassID 0x0f,    3,     , 'Satellite Communication - Voice'
  370. ClassID 0x0f,    4,     , 'Satellite Communication - Data'
  371.  
  372. ClassID 0x10,    0,     , 'En/Decryption - Network&comput.'
  373. ClassID 0x10, 0x10,     , 'En/Decryption - Entertainment'       ; 0x10, 0x01,, ???
  374. ClassID 0x10, 0x80,     , 'En/Decryption - misc'
  375.  
  376. ClassID 0x11,    0,     , 'DSP - DPIO modules'
  377. ClassID 0x11,    1,     , 'DSP - Performance counters'
  378. ClassID 0x11, 0x10,     , 'DSP - Sync./Test/Measurement'
  379. ClassID 0x11, 0x20,     , 'DSP - Management card'
  380. ClassID 0x11, 0x80,     , 'DSP - misc'
  381.  
  382. ClassID 0xff, 0xff,     , 'Unknown'     ; <- terminator
  383.