diff options
Diffstat (limited to 'share/misc')
-rw-r--r-- | share/misc/Makefile | 14 | ||||
-rw-r--r-- | share/misc/ascii | 50 | ||||
-rw-r--r-- | share/misc/birthtoken | 14 | ||||
-rw-r--r-- | share/misc/bsd-family-tree | 564 | ||||
-rw-r--r-- | share/misc/committers-doc.dot | 127 | ||||
-rw-r--r-- | share/misc/committers-ports.dot | 337 | ||||
-rw-r--r-- | share/misc/committers-src.dot | 439 | ||||
-rw-r--r-- | share/misc/eqnchar | 90 | ||||
-rw-r--r-- | share/misc/flowers | 48 | ||||
-rw-r--r-- | share/misc/init.ee | 3 | ||||
-rw-r--r-- | share/misc/iso3166 | 520 | ||||
-rw-r--r-- | share/misc/iso639 | 525 | ||||
-rw-r--r-- | share/misc/latin1 | 40 | ||||
-rw-r--r-- | share/misc/man.template | 8 | ||||
-rw-r--r-- | share/misc/mdoc.template | 35 | ||||
-rw-r--r-- | share/misc/operator | 21 | ||||
-rw-r--r-- | share/misc/organization.dot | 120 | ||||
-rw-r--r-- | share/misc/pci_vendors | 9713 | ||||
-rw-r--r-- | share/misc/scsi_modes | 358 | ||||
-rw-r--r-- | share/misc/usb_hid_usages | 1730 |
20 files changed, 14756 insertions, 0 deletions
diff --git a/share/misc/Makefile b/share/misc/Makefile new file mode 100644 index 000000000000..305baf6f9c07 --- /dev/null +++ b/share/misc/Makefile @@ -0,0 +1,14 @@ +# From: @(#)Makefile 8.1 (Berkeley) 6/8/93 +# $FreeBSD$ + +.PATH: ${.CURDIR}/../../sys/dev/usb + +FILES= ascii birthtoken bsd-family-tree committers-doc.dot committers-ports.dot \ + committers-src.dot eqnchar flowers init.ee \ + iso3166 iso639 latin1 man.template mdoc.template operator pci_vendors \ + scsi_modes usb_hid_usages usbdevs + +NO_OBJ= +FILESDIR= ${BINDIR}/misc + +.include <bsd.prog.mk> diff --git a/share/misc/ascii b/share/misc/ascii new file mode 100644 index 000000000000..b7bcef5c467a --- /dev/null +++ b/share/misc/ascii @@ -0,0 +1,50 @@ +|000 nul|001 soh|002 stx|003 etx|004 eot|005 enq|006 ack|007 bel| +|010 bs |011 ht |012 nl |013 vt |014 np |015 cr |016 so |017 si | +|020 dle|021 dc1|022 dc2|023 dc3|024 dc4|025 nak|026 syn|027 etb| +|030 can|031 em |032 sub|033 esc|034 fs |035 gs |036 rs |037 us | +|040 sp |041 ! |042 " |043 # |044 $ |045 % |046 & |047 ' | +|050 ( |051 ) |052 * |053 + |054 , |055 - |056 . |057 / | +|060 0 |061 1 |062 2 |063 3 |064 4 |065 5 |066 6 |067 7 | +|070 8 |071 9 |072 : |073 ; |074 < |075 = |076 > |077 ? | +|100 @ |101 A |102 B |103 C |104 D |105 E |106 F |107 G | +|110 H |111 I |112 J |113 K |114 L |115 M |116 N |117 O | +|120 P |121 Q |122 R |123 S |124 T |125 U |126 V |127 W | +|130 X |131 Y |132 Z |133 [ |134 \ |135 ] |136 ^ |137 _ | +|140 ` |141 a |142 b |143 c |144 d |145 e |146 f |147 g | +|150 h |151 i |152 j |153 k |154 l |155 m |156 n |157 o | +|160 p |161 q |162 r |163 s |164 t |165 u |166 v |167 w | +|170 x |171 y |172 z |173 { |174 | |175 } |176 ~ |177 del| + +| 00 nul| 01 soh| 02 stx| 03 etx| 04 eot| 05 enq| 06 ack| 07 bel| +| 08 bs | 09 ht | 0a nl | 0b vt | 0c np | 0d cr | 0e so | 0f si | +| 10 dle| 11 dc1| 12 dc2| 13 dc3| 14 dc4| 15 nak| 16 syn| 17 etb| +| 18 can| 19 em | 1a sub| 1b esc| 1c fs | 1d gs | 1e rs | 1f us | +| 20 sp | 21 ! | 22 " | 23 # | 24 $ | 25 % | 26 & | 27 ' | +| 28 ( | 29 ) | 2a * | 2b + | 2c , | 2d - | 2e . | 2f / | +| 30 0 | 31 1 | 32 2 | 33 3 | 34 4 | 35 5 | 36 6 | 37 7 | +| 38 8 | 39 9 | 3a : | 3b ; | 3c < | 3d = | 3e > | 3f ? | +| 40 @ | 41 A | 42 B | 43 C | 44 D | 45 E | 46 F | 47 G | +| 48 H | 49 I | 4a J | 4b K | 4c L | 4d M | 4e N | 4f O | +| 50 P | 51 Q | 52 R | 53 S | 54 T | 55 U | 56 V | 57 W | +| 58 X | 59 Y | 5a Z | 5b [ | 5c \ | 5d ] | 5e ^ | 5f _ | +| 60 ` | 61 a | 62 b | 63 c | 64 d | 65 e | 66 f | 67 g | +| 68 h | 69 i | 6a j | 6b k | 6c l | 6d m | 6e n | 6f o | +| 70 p | 71 q | 72 r | 73 s | 74 t | 75 u | 76 v | 77 w | +| 78 x | 79 y | 7a z | 7b { | 7c | | 7d } | 7e ~ | 7f del| + +| 0 nul| 1 soh| 2 stx| 3 etx| 4 eot| 5 enq| 6 ack| 7 bel| +| 8 bs | 9 ht | 10 nl | 11 vt | 12 np | 13 cr | 14 so | 15 si | +| 16 dle| 17 dc1| 18 dc2| 19 dc3| 20 dc4| 21 nak| 22 syn| 23 etb| +| 24 can| 25 em | 26 sub| 27 esc| 28 fs | 29 gs | 30 rs | 31 us | +| 32 sp | 33 ! | 34 " | 35 # | 36 $ | 37 % | 38 & | 39 ' | +| 40 ( | 41 ) | 42 * | 43 + | 44 , | 45 - | 46 . | 47 / | +| 48 0 | 49 1 | 50 2 | 51 3 | 52 4 | 53 5 | 54 6 | 55 7 | +| 56 8 | 57 9 | 58 : | 59 ; | 60 < | 61 = | 62 > | 63 ? | +| 64 @ | 65 A | 66 B | 67 C | 68 D | 69 E | 70 F | 71 G | +| 72 H | 73 I | 74 J | 75 K | 76 L | 77 M | 78 N | 79 O | +| 80 P | 81 Q | 82 R | 83 S | 84 T | 85 U | 86 V | 87 W | +| 88 X | 89 Y | 90 Z | 91 [ | 92 \ | 93 ] | 94 ^ | 95 _ | +| 96 ` | 97 a | 98 b | 99 c |100 d |101 e |102 f |103 g | +|104 h |105 i |106 j |107 k |108 l |109 m |110 n |111 o | +|112 p |113 q |114 r |115 s |116 t |117 u |118 v |119 w | +|120 x |121 y |122 z |123 { |124 | |125 } |126 ~ |127 del| diff --git a/share/misc/birthtoken b/share/misc/birthtoken new file mode 100644 index 000000000000..9b4a498f1514 --- /dev/null +++ b/share/misc/birthtoken @@ -0,0 +1,14 @@ +# Birthday : Birth Stone : Birth Flower +# @(#)birthtoken 8.1 (Berkeley) 6/8/93 +January:Garnet:Carnation +February:Amethyst:Violet +March:Aquamarine:Jonquil +April:Diamond:Sweetpea +May:Emerald:Lily Of The Valley +June:Pearl:Rose +July:Ruby:Larkspur +August:Peridot:Gladiolus +September:Sapphire:Aster +October:Opal:Calendula +November:Topaz:Chrysanthemum +December:Turquoise:Narcissus diff --git a/share/misc/bsd-family-tree b/share/misc/bsd-family-tree new file mode 100644 index 000000000000..6dc7606dd098 --- /dev/null +++ b/share/misc/bsd-family-tree @@ -0,0 +1,564 @@ +The UNIX system family tree: Research and BSD +--------------------------------------------- + +First Edition (V1) + | +Second Edition (V2) + | +Third Edition (V3) + | +Fourth Edition (V4) + | +Fifth Edition (V5) + | +Sixth Edition (V6) -----* + \ | + \ | + \ | +Seventh Edition (V7) | + \ | + \ 1BSD + 32V | + \ 2BSD---------------* + \ / | + \ / | + \/ | + 3BSD | + | | + 4.0BSD 2.7.9BSD + | | + 4.1BSD --------------> 2.8BSD + | | + 4.1aBSD -----------\ | + | \ | + 4.1bBSD \ | + | \ | + *------ 4.1cBSD --------------> 2.9BSD + / | | +Eighth Edition | 2.9BSD-Seismo + | | | + +----<--- 4.2BSD 2.9.1BSD + | | | + +----<--- 4.3BSD -------------> 2.10BSD + | | / | +Ninth Edition | / 2.10.1BSD + | 4.3BSD Tahoe-----+ | + | | \ | + | | \ | + v | 2.11BSD +Tenth Edition | | + | 2.11BSD rev #430 + 4.3BSD NET/1 | + | v + 4.3BSD Reno + | + *---------- 4.3BSD NET/2 -------------------+-------------* + | | | | +386BSD 0.0 | | BSD/386 ALPHA + | | | | +386BSD 0.1 ------------>+ | BSD/386 0.3.[13] + | \ | 4.4BSD Alpha | + | 386BSD 1.0 | | BSD/386 0.9.[34] + | | 4.4BSD | + | | / | | + | | 4.4BSD-Encumbered | | + | NetBSD 0.8 | BSD/386 1.0 + | | | | +FreeBSD 1.0 NetBSD 0.9 | BSD/386 1.1 + | | .----- 4.4BSD Lite | +FreeBSD 1.1 | / / | \ | + | | / / | \ | +FreeBSD 1.1.5 .---|--------' / | \ | + | / | / | \ | +FreeBSD 1.1.5.1 / | / | \ | + | / NetBSD 1.0 <-' | \ | + | / | | \ | +FreeBSD 2.0 <--' | | BSD/OS 2.0 + | \ | | +FreeBSD 2.0.5 \ | BSD/OS 2.0.1 + | .-----\------------- 4.4BSD Lite2 | + | | \ | | | | | + | | .-----|------Rhapsody | | | | + | | | | NetBSD 1.3 | | | + | | | | OpenBSD 2.3 | | + | | | | BSD/OS 3.0 | +FreeBSD 2.1 | | | | + | | | | NetBSD 1.1 ------. BSD/OS 2.1 + | FreeBSD 2.1.5 | | | \ | + | | | | NetBSD 1.2 \ BSD/OS 3.0 + | FreeBSD 2.1.6 | | | \ OpenBSD 2.0 | + | | | | | \ | | + | FreeBSD 2.1.6.1 | | | \ | | + | | | | | \ | | + | FreeBSD 2.1.7 | | | | | | + | | | | | NetBSD 1.2.1 | | + | FreeBSD 2.1.7.1 | | | | | + | | | | | | + | | | | | | + *-FreeBSD 2.2 | | | | | + | \ | | | | | + | FreeBSD 2.2.1 | | | | | + | | | | | | | + | FreeBSD 2.2.2 | | | OpenBSD 2.1 | + | | | | | | | + | FreeBSD 2.2.5 | | | | | + | | | | | OpenBSD 2.2 | + | | | | NetBSD 1.3 | | + | FreeBSD 2.2.6 | | | | | | + | | | | | NetBSD 1.3.1 | BSD/OS 3.1 + | | | | | | OpenBSD 2.3 | + | | | | | NetBSD 1.3.2 | | + | FreeBSD 2.2.7 | | | | | | + | | | | | | | BSD/OS 4.0 + | v | | | | | | + | FreeBSD 2.2.8 | | | | | | + | | | | | OpenBSD 2.4 | +FreeBSD 3.0 <--------* | | v | | + | | | NetBSD 1.3.3 | | + *---FreeBSD 3.1 | | | | + | | | | | BSD/OS 4.0.1 + | FreeBSD 3.2----* | NetBSD 1.4 OpenBSD 2.5 | + | | | | | | | | | + | | | | | | | | | + | | | | | | | | | + | FreeBSD 3.3 | | | | NetBSD 1.4.1 | | + | | | | | | | OpenBSD 2.6 | + | FreeBSD 3.4 | | | | | | | + | | | | | | | | BSD/OS 4.1 +FreeBSD 4.0 | | | | | NetBSD 1.4.2 | | + | | | | | | | | | + | | | | | | | | | + | FreeBSD 3.5 | | | | | OpenBSD 2.7 | + | | | | | | | | | + | FreeBSD 3.5.1 | | | | | | | + | | | | | | | | + *---FreeBSD 4.1 | | | | | | | + | | | | (?) | | | | + | FreeBSD 4.1.1 | | / | | | | + | | | | / | | | | + | FreeBSD 4.2 Darwin/ | NetBSD 1.4.3 | | + | | Mac OS X | OpenBSD 2.8 BSD/OS 4.2 + | | | | | | + | | | | | | + | | 10.0 NetBSD 1.5 | | + | FreeBSD 4.3 | | | | | + | | | | | OpenBSD 2.9 | + | | | | NetBSD 1.5.1 | | + | | | | | | | + | FreeBSD 4.4-. | | NetBSD 1.5.2 | | + | | | Mac OS X | | | | + | | | 10.1 | | OpenBSD 3.0 | + | FreeBSD 4.5 | | | | | | + | | \ | | | | BSD/OS 4.3 + | FreeBSD 4.6 \ | | | OpenBSD 3.1 | + | | \ | | NetBSD 1.5.3 | | + | FreeBSD 4.6.2 Mac OS X | | | + | | 10.2 | | | + | FreeBSD 4.7 | | | | + | | | NetBSD 1.6 OpenBSD 3.2 | + | FreeBSD 4.8 | | | | | + | | | | NetBSD 1.6.1 | | + | |--------. | | | OpenBSD 3.3 BSD/OS 5.0 + | | \ | | | | | + | FreeBSD 4.9 | | | | OpenBSD 3.4 BSD/OS 5.1 ISE + | | | | | | | + | | | | | NetBSD 1.6.2 | + | | | | | | | + | | | | | | OpenBSD 3.5 + | | | | | v | + | FreeBSD 4.10 | | | | + | | | | | | + | FreeBSD 4.11 | | | | + | | | | | + | `-|------|-----------------|---------------------. + | | | | \ +FreeBSD 5.0 | | | | + | | | | | +FreeBSD 5.1 | | | DragonFly 1.0 + | \ | | | | + | ----- Mac OS X | | | + | 10.3 | | | +FreeBSD 5.2 | | | | + | | | | | | + | FreeBSD 5.2.1 | | | | + | | | | | + *-------FreeBSD 5.3 | | | | + | | | | OpenBSD 3.6 | + | | | NetBSD 2.0 | | + | | | | | | | DragonFly 1.2.0 + | | Mac OS X | | NetBSD 2.0.2 | | + | | 10.4 | | | | | + | FreeBSD 5.4 | | | | | | + | | | | | | OpenBSD 3.7 | + | | | | | NetBSD 2.0.3 | | + | | | | | | | | + *--FreeBSD | | | | v OpenBSD 3.8 | + | 6.0 | | | | | | + | | | | | \ | | + | | | | | NetBSD 2.1 | | + | | | | | | | + | | | | NetBSD 3.0 | | + | | | | | | | | DragonFly 1.4.0 + | | | | | | | OpenBSD 3.9 | + | FreeBSD | | | | | | | + | 6.1 | | | | | | | + | | FreeBSD 5.5 | | | | | | + | | | | | NetBSD 3.0.1 | DragonFly 1.6.0 + | | | | | | | | + | | | | | | OpenBSD 4.0 | + | | | | | NetBSD 3.0.2 | | + | | | | NetBSD 3.1 | | + | FreeBSD 6.2 | | | | + | | | | | DragonFly 1.8.0 + | | | | OpenBSD 4.1 | + | | | | | DragonFly 1.10.0 + | | Mac OS X | | | + | | 10.5 | | | + | | | | OpenBSD 4.2 | + | | | NetBSD 4.0 | | + | FreeBSD 6.3 | | | | + | \ | | | | + *--FreeBSD | | | | DragonFly 1.12.0 + | 7.0 | | | | | + | | | | | OpenBSD 4.3 | + | | | | | | DragonFly 2.0.0 + | | FreeBSD | | OpenBSD 4.4 | + | | 6.4 | | | | + | | | | | | + | FreeBSD 7.1 | | | | + | | | | | DragonFly 2.2.0 + | FreeBSD 7.2 | NetBSD 5.0 OpenBSD 4.5 | + | | | | | | + | V | | | | + | | | | | +FreeBSD 8 -current | NetBSD -current OpenBSD -current | + | | | | | + v v v v v + +Time +---------------- + +Time tolerance +/- 6 months, depending on which book/article you read; if it +was the announcement in Usenet or if it was available as tape. + +[44B] McKusick, Marshall Kirk, Keith Bostic, Michael J Karels, + and John Quarterman. The Design and Implementation of + the 4.4BSD Operating System. +[APL] Apple website [http://www.apple.com/macosx/] +[BSDI] Berkeley Software Design, Inc. +[DFB] DragonFlyBSD Project, The. +[DOC] README, COPYRIGHT on tape. +[FBD] FreeBSD Project, The. +[KB] Keith Bostic. BSD2.10 available from Usenix. comp.unix.sources, + Volume 11, Info 4, April, 1987. +[KKK] Mike Karels, Kirk McKusick, and Keith Bostic. tahoe announcement. + comp.bugs.4bsd.ucb-fixes, June 15, 1988. +[KSJ] Michael J. Karels, Carl F. Smith, and William F. Jolitz. + Changes in the Kernel in 2.9BSD. Second Berkeley Software + Distribution UNIX Version 2.9, July, 1983. +[NBD] NetBSD Project, The. +[OBD] OpenBSD Project, The. +[QCU] Salus, Peter H. A quarter century of UNIX. +[SMS] Steven M. Schultz. 2.11BSD, UNIX for the PDP-11. +[USE] Usenet announcement. +[WRS] Wind River Systems, Inc. +[dmr] Dennis Ritchie, via E-Mail + +Multics 1965 +UNIX Summer 1969 + DEC PDP-7 +First Edition 1971-11-03 [QCU] + DEC PDP-11/20, Assembler +Second Edition 1972-06-12 [QCU] + 10 UNIX installations +Third Edition 1973-02-xx [QCU] + Pipes, 16 installations +Fourth Edition 1973-11-xx [QCU] + rewriting in C effected, + above 30 installations +Fifth Edition 1974-06-xx [QCU] + above 50 installations +Sixth Edition 1975-05-xx [QCU] + port to DEC Vax +Seventh Edition 1979-01-xx [QCU] + first portable UNIX +Eighth Edition 1985-02-xx [QCU] + VAX 11/750, VAX 11/780 [dmr] + descended from 4.1c BSD [dmr] + descended from 4.1 BSD [44B] + scooping-out and replacement of the character-device + and networking part by the streams mechanism + +Ninth Edition 1986-09-xx [QCU] +Tenth Edition 1989-10-xx [QCU] + +1BSD late 1977 + 1978-03-09 [QCU] + PDP-11, Pascal, ex(1) + 30 free copies of 1BSD sent out + 35 tapes sold for 50 USD [QCU] +2BSD mid 1978 [QCU] + 75 2BSD tapes shipped +2.7.9BSD ?? [SMS] +2.8BSD 1981-07-xx [KSJ] + +2.8.1BSD 1982-01-xx [QCU] + set of performance improvements +2.9BSD 1983-07-xx [KSJ] +2.9.1BSD 1983-11-xx +2.9BSD-Seismo 1985-08-xx [SMS] +2.10BSD 1987-04-xx [KKK] +2.10.1BSD 1989-01-xx [SMS] +2.11BSD 1992-02-xx [SMS] +2.11BSD rev #430 1999-12-13 [SMS] + +32V 1978-1[01]-xx [QCU] +3BSD late 1979 [QCU] + virtual memory, page replacement, + demand paging +4.0BSD 1980-10-xx +4.1BSD 1981-07-08 [DOC] +4.1aBSD 1982-04-xx + alpha release, 100 sites, networking [44B] +4.1bBSD internal release, fast filesystem [44B] +4.1cBSD late 1982 + beta release, IPC [44B] +4.2BSD 1983-09-xx [QCU] + 1983-08-03 [DOC] +4.3BSD 1986-06-xx [QCU] + 1986-04-05 [KB], [DOC] +4.3BSD Tahoe 1988-06-15 [QCU], [DOC] +4.3BSD NET/1 1988-11-xx [QCU] + 1989-01-01 [DOC] +4.3BSD Reno 1990-06-29 [QCU], [DOC] +4.3BSD NET/2 1991-06-28 [QCU], [DOC] + +BSD/386 ALPHA 1991-12-xx [BSDI] + first code released to people outside BSDI +386BSD 0.0 1992-02-xx [DOC] +BSD/386 0.3.1 1992-04-xx [BSDI] first ext. beta; B customers +BSD/386 0.3.3 1992-06-xx [BSDI] first CDROM version +386BSD 0.1 1992-07-28 [DOC] +4.4BSD Alpha 1992-07-07 +BSD/386 0.9.3 1992-10-xx [BSDI] + first external gamma; G customers +BSD/386 0.9.4 1992-12-xx [BSDI] + would have been 1.0 except for request + for preliminary injunction +BSD/386 1.0 1993-03-xx [BSDI] + injunction denied; first official release +NetBSD 0.8 1993-04-20 [NBD] +4.4BSD 1993-06-01 [USE] +NetBSD 0.9 1993-08-23 [NBD] +FreeBSD 1.0 1993-11-01 [FBD] +FreeBSD 1.0.2 1993-11-14 [FBD] + supersedes 1.0 13 days after release. +BSD/386 1.1 1994-02-xx [BSDI] +4.4BSD Lite 1994-03-01 [USE] +FreeBSD 1.1 1994-05-07 [FBD] +FreeBSD 1.1.5 1994-06-30 [FBD] +FreeBSD 1.1.5.1 1994-07-05 [FBD] + supersedes 1.1.5 5 days after release. +NetBSD 1.0 1994-10-26 [NBD] +386BSD 1.0 1994-11-12 [USE] +FreeBSD 2.0 1994-11-23 [FBD] +BSD/OS 2.0 1995-01-xx [BSDI] 4.4 lite based +FreeBSD 2.0.5 1995-06-10 [FBD] +BSD/OS 2.0.1 1995-06-xx [BSDI] +4.4BSD Lite Release 2 1995-06-xx [44B] + the true final distribution from the CSRG +FreeBSD 2.1.0 1995-11-19 [FBD] +NetBSD 1.1 1995-11-26 [NBD] +BSD/OS 2.1 1996-01-xx [BSDI] +FreeBSD 2.1.5 1996-07-14 [FBD] +NetBSD 1.2 1996-10-04 [NBD] +OpenBSD 2.0 1996-10-18 [OBD] +FreeBSD 2.1.6 1996-11-16 [FBD] +FreeBSD 2.1.6.1 1996-11-25 [FBD] (sendmail security release) +Rhapsody 1997-xx-xx +FreeBSD 2.1.7 1997-02-20 [FBD] +BSD/OS 3.0 1997-02-xx [BSDI] 4.4 lite2 based +FreeBSD 2.2.0 1997-03-16 [FBD] +FreeBSD 2.2.1 1997-03-25 [FBD] +FreeBSD 2.2.2 1997-05-16 [FBD] +NetBSD 1.2.1 1997-05-20 [NBD] (patch release) +OpenBSD 2.1 1997-06-01 [OBD] +FreeBSD 2.2.5 1997-10-22 [FBD] +OpenBSD 2.2 1997-12-01 [OBD] +NetBSD 1.3 1998-01-04 [NBD] +FreeBSD 2.2.6 1998-03-25 [FBD] +NetBSD 1.3.1 1998-03-09 [NBD] (patch release) +BSD/OS 3.1 1998-03-xx [BSDI] +OpenBSD 2.3 1998-05-19 [OBD] +NetBSD 1.3.2 1998-05-29 [NBD] (patch release) +FreeBSD 2.2.7 1998-07-22 [FBD] +BSD/OS 4.0 1998-08-xx [BSDI] + 2-lock MP support, ELF executables +FreeBSD 3.0 1998-10-16 [FBD] + FreeBSD-3.0 is a snapshot from -current, + while 3.1 and 3.2 are from 3.x-stable which + was branched quite some time after 3.0-release +FreeBSD 2.2.8 1998-11-29 [FBD] +OpenBSD 2.4 1998-12-01 [OBD] +NetBSD 1.3.3 1998-12-23 [NBD] (patch release) +FreeBSD 3.1 1999-02-15 [FBD] +BSD/OS 4.0.1 1999-03-xx [BSDI] +NetBSD 1.4 1999-05-12 [NBD] +FreeBSD 3.2 1999-05-17 [FBD] +OpenBSD 2.5 1999-05-19 [OBD] +NetBSD 1.4.1 1999-08-26 [NBD] (patch release) +FreeBSD 3.3 1999-09-17 [FBD] +OpenBSD 2.6 1999-12-01 [OBD] +FreeBSD 3.4 1999-12-20 [FBD] +BSD/OS 4.1 1999-12-xx [BSDI] +FreeBSD 4.0 2000-03-13 [FBD] +NetBSD 1.4.2 2000-03-19 [NBD] (patch release) +OpenBSD 2.7 2000-06-15 [OBD] +FreeBSD 3.5 2000-06-24 [FBD] +FreeBSD 4.1 2000-07-27 [FBD] +FreeBSD 3.5.1 2000-07-28 [FBD] +FreeBSD 4.1.1 2000-09-25 [FBD] (a network-only patch release) +FreeBSD 4.2 2000-11-21 [FBD] +NetBSD 1.4.3 2000-11-25 [NBD] (patch release) +BSD/OS 4.2 2000-11-29 [BSDI] +OpenBSD 2.8 2000-12-01 [OBD] +NetBSD 1.5 2000-12-06 [NBD] +Mac OS X 10.0 2001-03-24 [APL] +FreeBSD 4.3 2001-04-20 [FBD] +OpenBSD 2.9 2001-06-01 [OBD] +NetBSD 1.5.1 2001-07-11 [NBD] (patch release) +NetBSD 1.5.2 2001-09-13 [NBD] (patch release) +FreeBSD 4.4 2001-09-18 [FBD] +Mac OS X 10.1 2001-09-29 [APL] +OpenBSD 3.0 2001-12-01 [OBD] +FreeBSD 4.5 2002-01-29 [FBD] +BSD/OS 4.3 2002-03-14 [WRS] +OpenBSD 3.1 2002-05-19 [OBD] +FreeBSD 4.6 2002-06-15 [FBD] +NetBSD 1.5.3 2002-07-22 [NBD] (patch release) +FreeBSD 4.6.2 2002-08-15 [FBD] (patch release) +Mac OS X 10.2 2002-08-23 [APL] +NetBSD 1.6 2002-09-14 [NBD] +FreeBSD 4.7 2002-10-08 [FBD] +OpenBSD 3.2 2002-11-01 [OBD] +FreeBSD 5.0 2003-01-17 [FBD] + FreeBSD 5.0 is a separate branch off of + -current, similar to 3.0. +FreeBSD 4.8 2003-04-03 [FBD] +NetBSD 1.6.1 2003-04-21 [NBD] (patch release) +OpenBSD 3.3 2003-05-01 [OBD] +BSD/OS 5.0 2003-05-?? [WRS] +FreeBSD 5.1 2003-06-09 [FBD] +Mac OS X 10.3 2003-10-24 [APL] +FreeBSD 4.9 2003-10-28 [FBD] +BSD/OS 5.1 ISE 2003-10-?? [WRS] (final version) +OpenBSD 3.4 2003-11-01 [OBD] +FreeBSD 5.2 2004-01-12 [FBD] +FreeBSD 5.2.1 2004-02-22 [FBD] (patch release) +NetBSD 1.6.2 2004-03-01 [NBD] (patch release) +OpenBSD 3.5 2004-04-01 [OBD] +FreeBSD 4.10 2004-05-27 [FBD] +DragonFly 1.0 2004-07-12 [DFB] +OpenBSD 3.6 2004-10-29 [OBD] +FreeBSD 5.3 2004-11-06 [FBD] +NetBSD 2.0 2004-12-09 [NBD] +FreeBSD 4.11 2005-01-25 [FBD] +DragonFly 1.2.0 2005-04-08 [DFB] +NetBSD 2.0.2 2005-04-14 [NBD] (security/critical release) +Mac OS X 10.4 2005-04-29 [APL] +FreeBSD 5.4 2005-05-09 [FBD] +OpenBSD 3.7 2005-05-19 [OBD] +NetBSD 2.0.3 2005-10-31 [NBD] (security/critical release) +OpenBSD 3.8 2005-11-01 [OBD] +FreeBSD 6.0 2005-11-01 [FBD] +NetBSD 2.1 2005-11-02 [NBD] +NetBSD 3.0 2005-12-23 [NBD] +DragonFly 1.4.0 2006-01-08 [DFB] +OpenBSD 3.9 2006-05-01 [OBD] +FreeBSD 6.1 2006-05-08 [FBD] +FreeBSD 5.5 2006-05-25 [FBD] +NetBSD 3.0.1 2006-07-24 [NBD] (security/critical release) +DragonFly 1.6.0 2006-07-24 [DFB] +OpenBSD 4.0 2006-11-01 [OBD] +NetBSD 3.0.2 2006-11-04 [NBD] (security/critical release) +NetBSD 3.1 2006-11-04 [NBD] +FreeBSD 6.2 2007-01-15 [FBD] +DragonFly 1.8.0 2007-01-30 [DFB] +OpenBSD 4.1 2007-05-01 [OBD] +DragonFly 1.10.0 2007-08-06 [DFB] +Mac OS X 10.5 2007-10-26 [APL] +OpenBSD 4.2 2007-11-01 [OBD] +NetBSD 4.0 2007-12-19 [NBD] +FreeBSD 6.3 2008-01-18 [FBD] +DragonFly 1.12.0 2008-02-26 [DFB] +FreeBSD 7.0 2008-02-27 [FBD] +OpenBSD 4.3 2008-05-01 [OBD] +DragonFly 2.0.0 2008-07-21 [DFB] +OpenBSD 4.4 2008-11-01 [OBD] +FreeBSD 6.4 2008-11-28 [FBD] +FreeBSD 7.1 2009-01-04 [FBD] +DragonFly 2.2.0 2009-02-17 [DFB] +NetBSD 5.0 2009-04-29 [NBD] +OpenBSD 4.5 2009-05-01 [OBD] +FreeBSD 7.2 2009-05-04 [FBD] + +Bibliography +------------------------ + +Leffler, Samuel J., Marshall Kirk McKusick, Michael J Karels and John +Quarterman. The Design and Implementation of the 4.3BSD UNIX Operating +System. Reading, Mass. Addison-Wesley, 1989. ISBN 0-201-06196-1 + +Salus, Peter H. A quarter century of UNIX. Addison-Wesley Publishing +Company, Inc., 1994. ISBN 0-201-54777-5 + +McKusick, Marshall Kirk, Keith Bostic, Michael J Karels, and John +Quarterman. The Design and Implementation of the 4.4BSD Operating +System. Reading, Mass. Addison-Wesley, 1996. ISBN 0-201-54979-4 + +McKusick, Marshall Kirk, George Neville-Neil. The Design and +Implementation of the FreeBSD Operating System. +Addison-Wesley Professional, Published: Aug 2, 2004. ISBN 0-201-70245-2 + +Doug McIlroy. Research Unix Reader. + +Michael G. Brown. The Role of BSD in the Development of Unix. +Presented to the Tasmanian Unix Special Interest Group of the +Australian Computer Society, Hobart, August 1993. + +Peter H. Salus. Unix at 25. Byte Magazine, October 1994. +URL: http://www.byte.com/art/9410/sec8/art3.htm + +Andreas Klemm, Lars Köller. If you're going to San Francisco ... +Die freien BSD-Varianten von Unix. c't April 1997, page 368ff. + +BSD Release Announcements collection. +URL: http://www.de.FreeBSD.org/de/ftp/releases/ + +BSD Hypertext Man Pages +URL: http://www.FreeBSD.org/cgi/man.cgi + +UNIX history graphing project +URL: http://minnie.tuhs.org/Unix_History/index.html + +UNIX history +URL: http://www.levenez.com/unix/ + +James Howard: The BSD Family Tree +URL: http://ezine.daemonnews.org/200104/bsd_family.html +("what are the differences between FreeBSD, NetBSD, and OpenBSD?") + + +Acknowledgments +--------------- + +Josh Gilliam for suggestions, bug fixes, and finding very old +original BSD announcements from Usenet or tapes. + +Steven M. Schultz for providing 2.8BSD, 2.10BSD, 2.11BSD manual pages. + +-- +Copyright (c) 1997-2007 Wolfram Schneider <wosch@FreeBSD.ORG> +URL: http://cvsweb.freebsd.org/src/share/misc/bsd-family-tree + +$FreeBSD$ diff --git a/share/misc/committers-doc.dot b/share/misc/committers-doc.dot new file mode 100644 index 000000000000..083800feef42 --- /dev/null +++ b/share/misc/committers-doc.dot @@ -0,0 +1,127 @@ +# $FreeBSD$ + +# This file is meant to list all FreeBSD doc+www committers and describe the +# mentor-mentee relationships between them. +# The graphical output can be generated from this file with the following +# command: +# $ dot -T png -o file.png committers-doc.dot +# +# The dot binary is part of the graphics/graphviz port. + +digraph doc { + +# Node definitions follow this example: +# +# foo [label="Foo Bar\nfoo@FreeBSD.org\n????/??/??"] +# +# ????/??/?? is the date when the commit bit was obtained, usually the one you +# can find looking at CVS logs for the access (or avail) file under CVSROOT. +# Use YYYY/MM/DD format. +# +# For returned commit bits, the node definition will follow this example: +# +# foo [label="Foo Bar\nfoo@FreeBSD.org\n????/??/??\n????/??/??"] +# +# The first date is the same as for an active committer, the second date is +# the date when the commit bit has been returned. Again, check CVS logs. + +node [color=grey62, style=filled, bgcolor=black]; + +# Alumni go here. Try to keep things sorted. + +node [color=lightblue2, style=filled, bgcolor=black]; + +# Current doc committers go here. Try to keep things sorted. + +ache [label="Andrey Chernov\nache@FreeBSD.org\n1997/06/13"] +ale [label="Alex Dupre\nale@FreeBSD.org\n2003/12/22"] +blackend [label="Marc Fonvieille\nblackend@FreeBSD.org\n2002/06/16"] +bmah [label="Bruce A. Mah\nbmah@FreeBSD.org\n2000/08/22"] +brd [label="Brad Davis\nbrd@FreeBSD.org\n2005/06/01"] +brueffer [label="Christian Brueffer\nbrueffer@FreeBSD.org\n2003/01/13"] +bvs [label="Vitaly Bogdanov\nbvs@FreeBSD.org\n2005/10/03"] +ceri [label="Ceri Davies\nceri@FreeBSD.org\n2002/03/17"] +chinsan [label="Chinsan Huang\nchinsan@FreeBSD.org\n2006/09/20"] +danger [label="Daniel Gerzo\ndanger@FreeBSD.org\n2006/08/20"] +den [label="Denis Peplin\nden@FreeBSD.org\n2003/09/13"] +delphij [label="Xin Li\ndelphij@FreeBSD.org\n2004/09/14"] +gabor [label="Gabor Kovesdan\ngabor@FreeBSD.org\n2007/02/02"] +ganbold [label="Ganbold Tsagaankhuu\nganbold@FreeBSD.org\n2008/02/26"] +garys [label="Gary W. Swearingen\ngarys@FreeBSD.org\n2005/08/21"] +jcamou [label="Jesus R. Camou\njcamou@FreeBSD.org\n2005/03/02"] +jesusr [label="Jesus Rodriguez Cuesta\njesusr@FreeBSD.org\n1998/12/10"] +jim [label="Jim Mock\njim@FreeBSD.org\n1999/08/11\n2003/12/15"] +jkois [label="Johann Kois\njkois@FreeBSD.org\n2004/11/11"] +joel [label="Joel Dahl\njoel@FreeBSD.org\n2005/04/05"] +josef [label="Josef El-Rayes\njosef@FreeBSD.org\n2004/01/15"] +keramida [label="Giorgos Keramidas\nkeramida@FreeBSD.org\n2001/10/12"] +loader [label="Fukang Chen\nloader@FreeBSD.org\n2007/07/30"] +linimon [label="Mark Linimon\nlinimon@FreeBSD.org\n2004/03/31"] +manolis [label="Manolis Kiagias\nmanolis@FreeBSD.org\n2008/05/24"] +marcel [label="Marcel Moolenaar\nmarcel@FreeBSD.org\n1999/07/03"] +marck [label="Dmitry Morozovsky\nmarck@FreeBSD.org\n2004/08/10"] +miwi [label="Martin Wilke\nmiwi@FreeBSD.org\n2007/10/26"] +murray [label="Murray Stokely\nmurray@FreeBSD.org\n2000/04/05"] +nik [label="Nik Clayton\nnik@FreeBSD.org\n1998/02/26"] +pav [label="Pav Lucistnik\npav@FreeBSD.org\n2005/08/12"] +pgj [label="Gabor Pali\npgj@FreeBSD.org\n2008/04/21"] +remko [label="Remko Lodder\nremko@FreeBSD.org\n2004/10/16"] +rene [label="Rene Ladan\nrene@FreeBSD.org\n2008/11/03"] +roam [label="Peter Pentchev\nroam@FreeBSD.org\n2003/02/14"] +simon [label="Simon L. Nielsen\nsimon@FreeBSD.org\n2003/07/20"] +trhodes [label="Tom Rhodes\ntrhodes@FreeBSD.org\n2002/03/25"] + +# Here are the mentor/mentee relationships. +# Group together all the mentees for a particular mentor. +# Keep the list sorted by mentor login. + +blackend -> ale + +brueffer -> joel + +ceri -> brd +ceri -> brueffer +ceri -> linimon +ceri -> roam +ceri -> simon + +den -> marck + +delphij -> chinsan +delphij -> loader + +gabor -> pgj +gabor -> manolis + +jesusr -> jcamou + +jim -> trhodes + +jkois -> miwi + +keramida -> blackend +keramida -> danger +keramida -> gabor +keramida -> ganbold +keramida -> garys +keramida -> pav + +marck -> bvs + +mheinen -> jkois + +murray -> ceri +murray -> delphij + +nik -> bmah +nik -> keramida + +remko -> jkois +remko -> rene + +simon -> josef +simon -> remko + +trhodes -> danger +trhodes -> jcamou +} diff --git a/share/misc/committers-ports.dot b/share/misc/committers-ports.dot new file mode 100644 index 000000000000..978ae3db06de --- /dev/null +++ b/share/misc/committers-ports.dot @@ -0,0 +1,337 @@ +# $FreeBSD$ + +# This file is meant to list all FreeBSD ports committers and describe the +# mentor-mentee relationships between them. +# The graphical output can be generated from this file with the following +# command: +# $ dot -T png -o file.png committers-ports.dot +# +# The dot binary is part of the graphics/graphviz port. + +digraph ports { + +# Node definitions follow this example: +# +# foo [label="Foo Bar\nfoo@FreeBSD.org\n????/??/??"] +# +# ????/??/?? is the date when the commit bit was obtained, usually the one you +# can find looking at CVS logs for the access (or avail) file under CVSROOT. +# +# For returned commit bits, the node definition will follow this example: +# +# foo [label="Foo Bar\nfoo@FreeBSD.org\n????/??/??\n????/??/??"] +# +# The first date is the same as for an active committer, the second date is +# the date when the commit bit has been returned. Again, check CVS logs. + +node [color=grey62, style=filled, bgcolor=black]; + +# Alumni go here.. Try to keep things sorted. + +adamw [label="Adam Weinberger\nadamw@FreeBSD.org\n2002/10/16\n2006/09/25"] +asami [label="Satoshi Asami\nasami@FreeBSD.org\n1994/11/18\n2001/09/11"] +billf [label="Bill Fumerola\nbillf@FreeBSD.org\n1998/11/11\n2006/12/14"] +bmah [label="Bruce A. Mah\nbmah@FreeBSD.org\n2000/08/23\n2006/12/19"] +jmallett [label="Juli Mallett\njmallett@FreeBSD.org\n2003/01/16\n2006/08/10"] +marcel [label="Marcel Moolenaar\nmarcel@FreeBSD.org\n1999/07/03\n2007/07/01"] +steve [label="Steve Price\nsteve@FreeBSD.org\nxxxx/xx/xx\nxxxx/xx/xx"] +will [label="Will Andrews\nwill@FreeBSD.org\n2000/03/20\n2006/09/01"] + +node [color=lightblue2, style=filled, bgcolor=black]; + +# Current ports committers go here. Try to keep things sorted. + +ache [label="Andrey Chernov\nache@FreeBSD.org\n1994/11/15"] +acm [label="Jose Alonso Cardenas Marquez\nacm@FreeBSD.org\n2006/07/18"] +ahze [label="Michael Johnson\nahze@FreeBSD.org\n2004/10/29"] +ale [label="Alex Dupre\nale@FreeBSD.org\n2004/01/12"] +alepulver [label="Alejandro Pulver\nalepulver@FreeBSD.org\n2006/04/01"] +alexbl [label="Alexander Botero-Lowry\nalexbl@FreeBSD.org\n2006/09/11"] +amdmi3 [label="Dmitry Marakasov\namdmi3@FreeBSD.org\n2008/06/19"] +anray [label="Andrey Slusar\nanray@FreeBSD.org\n2005/12/11"] +araujo [label="Marcelo Araujo\naraujo@FreeBSD.org\n2007/04/26"] +arved [label="Tilman Linneweh\narved@FreeBSD.org\n2002/10/15"] +az [label="Andrej Zverev\naz@FreeBSD.org\n2005/10/03"] +beat [label="Beat Gaetzi\nbeat@FreeBSD.org\n2009/01/28"] +beech [label="Beech Rintoul\nbeech@FreeBSD.org\n2007/05/30"] +bland [label="Alexander Nedotsukov\nbland@FreeBSD.org\n2003/08/14"] +brix [label="Henrik Brix Andersen\nbrix@FreeBSD.org\n2007/10/31"] +brooks [label="Brooks Davies\nbrooks@FreeBSD.org\n2004/05/03"] +bsam [label="Boris Samorodov\nbsam@FreeBSD.org\n2006/07/20"] +chinsan [label="Chinsan Huang\nchinsan@FreeBSD.org\n2007/06/12"] +clement [label="Clement Laforet\nclement@FreeBSD.org\n2003/12/17"] +clsung [label="Cheng-Lung Sung\nclsung@FreeBSD.org\n2004/8/18"] +cperciva [label="Colin Percival\ncperciva@FreeBSD.org\n2006/01/31"] +daichi [label="Daichi Goto\ndaichi@FreeBSD.org\n2002/10/17"] +danfe [label="Alexey Dokuchaev\ndanfe@FreeBSD.org\n2004/08/20"] +db [label="Diane Bruce\ndb@FreeBSD.org\n2007/01/18"] +delphij [label="Xin Li\ndelphij@FreeBSD.org\n2006/05/01"] +demon [label="Dmitry Sivachenko\ndemon@FreeBSD.org\n2000/11/13"] +dryice [label="Dryice Dong Liu\ndryice@FreeBSD.org\n2006/12/25"] +edwin [label="Edwin Groothuis\nedwin@FreeBSD.org\n2002/10/22"] +ehaupt [label="Emanuel Haupt\nehaupt@FreeBSD.org\n2005/10/03"] +eik [label="Oliver Eikemeier\neik@FreeBSD.org\n2003/11/12"] +erwin [label="Erwin Lansing\nerwin@FreeBSD.org\n2003/06/04"] +farrokhi [label="Babak Farrokhi\nfarrokhi@FreeBSD.org\n2006/11/07"] +fjoe [label="Max Khon\nfjoe@FreeBSD.org\n2001/08/06"] +flz [label="Florent Thoumie\nflz@FreeBSD.org\n2005/03/01"] +gabor [label="Gabor Kovesdan\ngabor@FreeBSD.org\n2006/12/05"] +gahr [label="Pietro Cerutti\ngahr@FreeBSD.org\n2008/02/20"] +garga [label="Renato Botelho\ngarga@FreeBSD.org\n2005/07/11"] +gerald [label="Gerald Pfeifer\gerald@FreeBSD.org\n2002/04/03"] +glewis [label="Greg Lewis\nglewis@FreeBSD.org\n2002/04/08"] +hq [label="Herve Quiroz\nhq@FreeBSD.org\n2004/08/05"] +ijliao [label="Ying-Chieh Liao\nijliao@FreeBSD.org\n2001/01/20"] +itetcu [label="Ion-Mihai Tetcu\nitetcu@FreeBSD.org\n2006/06/07"] +jadawin [label="Philippe Audeoud\njadawin@FreeBSD.org\n2008/03/02"] +jkim [label="Jung-uk Kim\njkim@FreeBSD.org\n2007/09/12"] +jmelo [label="Jean Milanez Melo\njmelo@FreeBSD.org\n2006/03/31"] +joerg [label="Joerg Wunsch\njoerg@FreeBSD.org\n1994/08/22"] +johans [label="Johan Selst\njohans@FreeBSD.org\n2006/04/01"] +josef [label="Josef El-Rayes\njosef@FreeBSD.org\n2004/12/20"] +jpaetzel [label="Josh Paetzel\njpaetzel@FreeBSD.org\n2008/09/05"] +jylefort [label="Jean-Yves Lefort\njylefort@FreeBSD.org\n2005/04/12"] +kevlo [label="Kevin Lo\nkevlo@FreeBSD.org\n2003/02/21"] +knu [label="Akinori Musha\nknu@FreeBSD.org\n2000/03/22"] +krion [label="Kirill Ponomarew\nkrion@FreeBSD.org\n2003/07/20"] +kwm [label="Koop Mast\nkwm@FreeBSD.org\n2004/09/14"] +koitsu [label="Jeremy Chadwick\nkoitsu@FreeBSD.org\n2006/11/10"] +laszlof [label="Frank Laszlo\nlaszlof@FreeBSD.org\n2006/11/07"] +lawrance [label="Sam Lawrance\nlawrance@FreeBSD.org\n2005/04/11\n2007/02/21"] +lbr [label="Lars Balker Rasmussen\nlbr@FreeBSD.org\n2006/04/30"] +leeym [label="Yen-Ming Lee\nleeym@FreeBSD.org\n2002/08/14"] +lev [label="Lev Serebryakov\nlev@FreeBSD.org\n2003/06/17"] +linimon [label="Mark Linimon\nlinimon@FreeBSD.org\n2003/10/23"] +lioux [label="Mario Sergio Fujikawa Ferriera\nlioux@FreeBSD.org\n2000/10/14"] +lippe [label="Felippe de Meirelles Motta\nlippe@FreeBSD.org\n2008/03/08"] +lth [label="Lars Thegler\nlth@FreeBSD.org\n2004/05/04"] +lwhsu [label="Li-Wen Hsu\nlwhsu@FreeBSD.org\n2007/04/03"] +lx [label="David Thiel\nlx@FreeBSD.org\n2006/11/29"] +maho [label="Maho Nakata\nmaho@FreeBSD.org\n2002/10/17"] +makc [label="Max Brazhnikov\makc@FreeBSD.org\n2008/08/25"] +marcus [label="Joe Marcus Clarke\nmarcus@FreeBSD.org\n2002/04/05"] +markus [label="Markus Brueffer\nmarkus@FreeBSD.org\n2004/02/21"] +mat [label="Mathieu Arnold\nmat@FreeBSD.org\n2003/08/15"] +mezz [label="Jeremy Messenger\nmezz@FreeBSD.org\n2004/04/30"] +miwi [label="Martin Wilke\nmiwi@FreeBSD.org\n2006/06/04"] +mm [label="Martin Matuska\nmm@FreeBSD.org\n2007/04/04"] +mnag [label="Marcus Alves Grando\nmnag@FreeBSD.org\n2005/09/15"] +nemoliu [label="Tong Liu\nnemoliu@FreeBSD.org\n2007/04/25"] +netchild [label="Alexander Leidinger\nnetchild@FreeBSD.org\n2002/03/19"] +nobutaka [label="Nobutaka Mantani\nnobutaka@FreeBSD.org\n2001/11/02"] +nork [label="Norikatsu Shigemura\nnork@FreeBSD.org\n2002/04/01"] +novel [label="Roman Bogorodskiy\nnovel@FreeBSD.org\n2005/03/07"] +nox [label="Juergen Lock\nnox@FreeBSD.org\n2006/12/22"] +obrien [label="David E. O'Brien\nobrien@FreeBSD.org\n1996/10/29"] +mharo [label="Michael Haro\nmharo@FreeBSD.org\n1999/04/13"] +osa [label="Sergey A. Osokin\nosa@FreeBSD.org\n2003/06/04"] +pat [label="Patrick Li\npat@FreeBSD.org\n2001/11/14"] +pav [label="Pav Lucistnik\npav@FreeBSD.org\n2003/11/12"] +pgj [label="Gabor Pali\npgj@FreeBSD.org\n2009/04/12"] +philip [label="Philip Paeps\nphilip@FreeBSD.org\n2005/10/19"] +pgollucci [label="Philip M. Gollucci\npgollucci@FreeBSD.org\n2008/07/21"] +rafan [label="Rong-En Fan\nrafan@FreeBSD.org\n2006/06/23"] +rnoland [label="Robert Noland\nrnoland@FreeBSD.org\n2008/07/21"] +sat [label="Andrew Pantyukhin\nsat@FreeBSD.org\n2006/05/06"] +sem [label="Sergey Matveychuk\nsem@FreeBSD.org\n2004/07/07"] +sergei [label="Sergei Kolobov\nsergei@FreeBSD.org\n2003/10/21"] +shaun [label="Shaun Amott\nshaun@FreeBSD.org\n2006/06/19"] +simon [label="Simon L. Nielsen\nsimon@FreeBSD.org\n2005/01/08"] +skreuzer [label="Steven Kreuzer\nskreuzer@FreeBSD.org\n2009/03/25"] +sobomax[label="Maxim Sobolev\nsobomax@FreeBSD.org\n2000/05/17"] +stas [label="Stanislav Sedov\nstas@FreeBSD.org\n2006/09/18"] +stefan [label="Stefan Walter\nstefan@FreeBSD.org\n2006/05/07"] +tabthorpe [label="Thomas Abthorpe\ntabthorpe@FreeBSD.org\n2007/08/20"] +tdb [label="Tim Bishop\ntdb@FreeBSD.org\n2005/11/30"] +timur [label="Timur Bakeyev\ntimur@FreeBSD.org\n2007/06/07"] +tota [label="TAKATSU Tomonari\ntota@FreeBSD.org\n2009/03/30"] +trasz [label="Edward Tomasz Napierala\ntrasz@FreeBSD.org\n2007/04/12"] +trhodes [label="Tom Rhodes\ntrhodes@FreeBSD.org\n2004/07/06"] +thierry [label="Thierry Thomas\nthierry@FreeBSD.org\n2004/03/15"] +tmclaugh [label="Tom McLaughlin\ntmclaugh@FreeBSD.org\n2005/09/15"] +vd [label="Vasil Dimov\nvd@FreeBSD.org\n2006/01/19"] +wxs [label="Wesley Shields\nwxs@FreeBSD.org\n2008/01/03"] +xride [label="Soeren Straarup\nxride@FreeBSD.org\n2006/09/27"] +znerd [label="Ernst de Haan\nznerd@FreeBSD.org\n2001/11/15"] + +# Here are the mentor/mentee relationships. +# Group together all the mentees for a particular mentor. +# Keep the list sorted by mentor login. + +adamw -> ahze +adamw -> jylefort +adamw -> mezz +adamw -> pav + +ade -> jpaetzel + +ahze -> shaun +ahze -> tmclaugh + +araujo -> lippe +araujo -> pgollucci + +arved -> markus +arved -> stefan + +asami -> obrien + +beech -> glarkin +beech -> mva + +billf -> sobomax +billf -> will + +clement -> tdb +clement -> lawrance + +clsung -> lwhsu +clsung -> tabthorpe + +delphij -> nemoliu +delphij -> rafan + +demon -> mat + +edwin -> cperciva +edwin -> erwin +edwin -> linimon +edwin -> lx + +ehaupt -> db + +eik -> sem +eik -> trhodes + +erwin -> brix +erwin -> clement +erwin -> gabor +erwin -> lbr +erwin -> lth +erwin -> simon + +fjoe -> danfe +fjoe -> krion +fjoe -> osa + +flz -> garga +flz -> johans +flz -> laszlof + +gabor -> lippe +gabor -> pgj + +garga -> acm +garga -> alepulver +garga -> mm +garga -> rnoland +garga -> vd +garga -> wxs +garga -> xride + +glewis -> hq +glewis -> jkim + +ijliao -> leeym + +itetcu -> araujo +itetcu -> dryice + +joerg -> netchild + +knu -> daichi +knu -> maho +knu -> nobutaka +knu -> nork + +krion -> brooks +krion -> miwi +krion -> novel +krion -> philip +krion -> sat +krion -> sem +krion -> sergei + +lawrance -> itetcu + +leeym -> clsung + +lioux -> pat + +maho -> tota + +marcus -> ahze +marcus -> bland +marcus -> eik +marcus -> jmallett + +mat -> thierry + +mezz -> tmclaugh + +miwi -> amdmi3 +miwi -> beat +miwi -> farrokhi +miwi -> gahr +miwi -> makc +miwi -> mva +miwi -> nox +miwi -> tabthorpe +miwi -> trasz + +mnag -> jmelo + +netchild -> bsam + +nork -> ale + +novel -> alexbl +novel -> ehaupt + +obrien -> mharo +obrien -> gerald + +pat -> adamw + +pav -> ahze +pav -> flz +pav -> josef +pav -> kwm +pav -> mnag + +philip -> koitsu + +rafan -> chinsan + +sat -> beech + +sem -> az +sem -> anray +sem -> delphij +sem -> stas + +shaun -> timur + +sobomax -> demon +sobomax -> glewis +sobomax -> lev +sobomax -> marcus +sobomax -> znerd + +stas -> araujo + +steve -> netchild + +tabthorpe -> jadawin +tabthorpe -> pgj + +thierry -> jadawin + +tmclaugh -> itetcu +tmclaugh -> xride + +will -> lioux + +wxs -> skreuzer + +} diff --git a/share/misc/committers-src.dot b/share/misc/committers-src.dot new file mode 100644 index 000000000000..1b9f22cdc1b1 --- /dev/null +++ b/share/misc/committers-src.dot @@ -0,0 +1,439 @@ +# $FreeBSD$ + +# This file is meant to list all FreeBSD src committers and describe the +# mentor-mentee relationships between them. +# The graphical output can be generated from this file with the following +# command: +# $ dot -T png -o file.png committers-src.dot +# +# The dot binary is part of the graphics/graphviz port. + +digraph src { + +# Node definitions follow this example: +# +# foo [label="Foo Bar\nfoo@FreeBSD.org\n????/??/??"] +# +# ????/??/?? is the date when the commit bit was obtained, usually the one you +# can find looking at CVS logs for the access (or avail) file under CVSROOT. +# +# For returned commit bits, the node definition will follow this example: +# +# foo [label="Foo Bar\nfoo@FreeBSD.org\n????/??/??\n????/??/??"] +# +# The first date is the same as for an active committer, the second date is +# the date when the commit bit has been returned. Again, check CVS logs. + +node [color=grey62, style=filled, bgcolor=black]; + +# Alumni go here.. Try to keep things sorted. + +adrian [label="Adrian Chadd\nadrian@FreeBSD.org\n2000/07/03\n2006/05/30"] +alm [label="Andrew Moore\nalm@FreeBSD.org\n1993/06/12\n????/??/??"] +archie [label="Archie Cobbs\narchie@FreeBSD.org\n1998/11/06\n2006/06/09"] +asmodai [label="Jeroen Ruigrok\nasmodai@FreeBSD.org\n1999/12/16\n2001/11/16"] +cjc [label="Crist J. Clark\ncjc@FreeBSD.org\n2001/06/01\n2006/12/29"] +furuta [label="Atsushi Furuta\nfuruta@FreeBSD.org\n2000/06/21\n????/??/??"] +jtc [label="J.T. Conklin\njtc@FreeBSD.org\n1993/06/12\n????/??/??"] +keichii [label="Michael Wu\nkeichii@FreeBSD.org\n2001/03/07\n2006/04/28"] +mb [label="Maxim Bolotin\nmb@FreeBSD.org\n2000/04/06\n????/??/??"] +nate [label="Nate Willams\nnate@FreeBSD.org\n1993/06/12\n2003/12/15"] +non [label="Noriaki Mitsnaga\nnon@FreeBSD.org\n2000/06/19\n2007/03/06"] +rgrimes [label="Rod Grimes\nrgrimes@FreeBSD.org\n1993/06/12\n????/??/??"] +shafeeq [label="Shafeeq Sinnamohideen\nshafeeq@FreeBSD.org\n2000/06/19\n????/??/??"] +sheldonh [label="Sheldon Hearn\nsheldonh@FreeBSD.org\n1999/06/14\n2006/05/13"] +shin [label="Yoshinobu Inoue\nshin@FreeBSD.org\n1999/07/29\n2003/03/08"] +tmm [label="Thomas Moestl\ntmm@FreeBSD.org\n2001/03/07\n2006/07/12"] +toshi [label="Toshihiko Arai\ntoshi@FreeBSD.org\n2000/07/06\n????/??/??"] +tshiozak [label="Takuya SHIOZAKI\ntshiozak@FreeBSD.org\n2001/04/25\n2003/03/08"] +uch [label="UCHIYAMA Yasushi\nuch@FreeBSD.org\n2000/06/21\n????/??/??"] + +node [color=lightblue2, style=filled, bgcolor=black]; + +# Current src committers go here. Try to keep things sorted. + +ache [label="Andrey Chernov\nache@FreeBSD.org\n1993/10/31"] +akiyama [label="Shunsuke Akiyama\nakiyama@FreeBSD.org\n2000/06/19"] +ambrisko [label="Doug Ambrisko\nambrisko@FreeBSD.org\n2001/12/19"] +andre [label="Andre Oppermann\nandre@FreeBSD.org\n2003/11/12"] +anholt [label="Eric Anholt\nanholt@FreeBSD.org\n2002/04/22"] +antoine [label="Antoine Brodin\nantoine@FreeBSD.org\n2008/02/03"] +ariff [label="Ariff Abdullah\nariff@FreeBSD.org\n2005/11/14"] +avg [label="Andriy Gapon\navg@FreeBSD.org\n2009/02/18"] +benjsc [label="Benjamin Close\nbenjsc@FreeBSD.org\n2007/02/09"] +benno [label="Benno Rice\nbenno@FreeBSD.org\n2000/11/02"] +bmah [label="Bruce A. Mah\nbmah@FreeBSD.org\n2002/01/29"] +bmilekic [label="Bosko Milekic\nbmilekic@FreeBSD.org\n????/??/??"] +bms [label="Bruce M Simpson\nbms@FreeBSD.org\n2003/08/06"] +brian [label="Brian Somers\nbrian@FreeBSD.org\n1996/12/16"] +brooks [label="Brooks Davis\nbrooks@FreeBSD.org\n2001/06/21"] +brueffer [label="Christian Brueffer\nbrueffer@FreeBSD.org\n2006/02/28"] +bruno [label="Bruno Ducrot\nbruno@FreeBSD.org\n2005/07/18"] +bz [label="Bjoern A. Zeeb\nbz@FreeBSD.org\n2004/07/27"] +ceri [label="Ceri Davies\nceri@FreeBSD.org\n2006/11/07"] +cokane [label="Coleman Kane\ncokane@FreeBSD.org\n2000/06/19"] +cperciva [label="Colin Percival\ncperciva@FreeBSD.org\n2004/01/20"] +csjp [label="Christian S.J. Peron\ncsjp@FreeBSD.org\n2004/05/04"] +davidxu [label="David Xu\ndavidxu@FreeBSD.org\n2002/09/02"] +dds [label="Diomidis Spinellis\ndds@FreeBSD.org\n2003/06/20"] +delphij [label="Xin Li\ndelphij@FreeBSD.org\n2004/09/14"] +des [label="Dag-Erling Smorgrav\ndes@FreeBSD.org\n1998/04/03"] +dg [label="David Greenman\ndg@FreeBSD.org\n1993/06/14"] +dhartmei [label="Daniel Hartmeier\ndhartmei@FreeBSD.org\n2004/04/06"] +dmlb [label="Duncan Barclay\ndmlb@FreeBSD.org\n2001/12/14"] +dwmalone [label="David Malone\ndwmalone@FreeBSD.org\n2000/07/11"] +ed [label="Ed Schouten\ned@FreeBSD.org\n2008/05/22"] +edwin [label="Edwin Groothuis\nedwin@FreeBSD.org\n2007/06/25"] +eik [label="Oliver Eikemeier\neik@FreeBSD.org\n2004/05/20"] +emaste [label="Ed Maste\nemaste@FreeBSD.org\n2005/10/04"] +emax [label="Maksim Yevmenkin\nemax@FreeBSD.org\n2003/10/12"] +eri [label="Ermal Luci\neri@FreeBSD.org\n2008/06/11"] +fabient [label="Fabien Thomas\nfabient@FreeBSD.org\n2009/03/16"] +fanf [label="Tony Finch\nfanf@FreeBSD.org\n2002/05/05"] +fjoe [label="Max Khon\nfjoe@FreeBSD.org\n2001/08/06"] +flz [label="Florent Thoumie\nflz@FreeBSD.org\n2006/03/30"] +gad [label="Garance A. Drosehn\ngad@FreeBSD.org\n2000/10/27"] +gallatin [label="Andrew Gallatin\ngallatin@FreeBSD.org\n????/??/??"] +gibbs [label="Justin T. Gibbs\ngibbs@FreeBSD.org\n????/??/??"] +glebius [label="Gleb Smirnoff\nglebius@FreeBSD.org\n2004/07/14"] +gnn [label="George V. Neville-Neil\ngnn@FreeBSD.org\n2004/10/11"] +grehan [label="Peter Grehan\ngrehan@FreeBSD.org\n2002/08/08"] +grog [label="Greg Lehey\ngrog@FreeBSD.org\n1998/08/30"] +gshapiro [label="Gregory Shapiro\ngshapiro@FreeBSD.org\n2000/07/12"] +iedowse [label="Ian Dowse\niedowse@FreeBSD.org\n2000/12/01"] +imp [label="Warner Losh\nimp@FreeBSD.org\n1996/09/20"] +ivoras [label="Ivan Voras\nivoras@FreeBSD.org\n2008/06/10"] +jake [label="Jake Burkholder\njake@FreeBSD.org\n2000/05/16"] +jamie [label="Jamie Gritton\njamie@FreeBSD.org\n2009/01/28"] +jayanth [label="Jayanth Vijayaraghavan\njayanth@FreeBSD.org\n2000/05/08"] +jilles [label="Jilles Tjoelker\njilles@FreeBSD.org\n2009/05/22"] +jinmei [label="JINMEI Tatuya\njinmei@FreeBSD.org\n2007/03/17"] +jdp [label="John Polstra\njdp@FreeBSD.org\n????/??/??"] +jhb [label="John Baldwin\njhb@FreeBSD.org\n1999/08/23"] +jkh [label="Jordan K. Hubbard\njkh@FreeBSD.org\n1993/06/12"] +jkim [label="Jung-uk Kim\njkim@FreeBSD.org\n2005/07/06"] +jkoshy [label="A. Joseph Koshy\njkoshy@FreeBSD.org\n1998/05/13"] +jls [label="Jordan Sissel\njls@FreeBSD.org\n2006/12/06"] +joe [label="Josef Karthauser\njoe@FreeBSD.org\n1999/10/22"] +joerg [label="Joerg Wunsch\njoerg@FreeBSD.org\n1993/11/14"] +jon [label="Jonathan Chen\njon@FreeBSD.org\n2000/10/17"] +julian [label="Julian Elischer\njulian@FreeBSD.org\n1993/??/??"] +kaiw [label="Kai Wang\nkaiw@FreeBSD.org\n2007/09/26"] +kensmith [label="Ken Smith\nkensmith@FreeBSD.org\n2004/01/23"] +kevlo [label="Kevin Lo\nkevlo@FreeBSD.org\n2006/07/23"] +kmacy [label="Kip Macy\nkmacy@FreeBSD.org\n2005/06/01"] +le [label="Lukas Ertl\nle@FreeBSD.org\n2004/02/02"] +linimon [label="Mark Linimon\nlinimon@FreeBSD.org\n2006/09/30"] +lstewart [label="Lawrence Stewart\nlstewart@FreeBSD.org\n2008/10/06"] +lulf [label="Ulf Lilleengen\nlulf@FreeBSD.org\n2007/10/24"] +marcel [label="Marcel Moolenaar\nmarcel@FreeBSD.org\n1999/07/03"] +markm [label="Mark Murray\nmarkm@FreeBSD.org\n199?/??/??"] +marks [label="Mark Santcroos\nmarks@FreeBSD.org\n2004/03/18"] +markus [label="Markus Brueffer\nmarkus@FreeBSD.org\n2006/06/01"] +matteo [label="Matteo Riondato\nmatteo@FreeBSD.org\n2006/01/18"] +mav [label="Alexander Motin\nmav@FreeBSD.org\n2007/04/12"] +maxim [label="Maxim Konovalov\nmaxim@FreeBSD.org\n2002/02/07"] +mjacob [label="Matt Jacob\nmjacob@FreeBSD.org\n1997/08/13"] +mlaier [label="Max Laier\nmlaier@FreeBSD.org\n2004/02/10"] +mr [label="Michael Reifenberger\nmr@FreeBSD.org\n2001/09/30"] +murray [label="Murray Stokely\nmurray@FreeBSD.org\n2000/04/05"] +netchild [label="Alexander Leidinger\nnetchild@FreeBSD.org\n2005/03/31"] +njl [label="Nate Lawson\nnjl@FreeBSD.org\n2002/08/07"] +nwhitehorn [label="Nathan Whitehorn\nnwhitehorn@FreeBSD.org\n2008/07/03"] +obrien [label="David E. O'Brien\nobrien@FreeBSD.org\n1996/10/29"] +olli [label="Oliver Fromme\nolli@FreeBSD.org\n2008/02/14"] +onoe [label="Atsushi Onoe\nonoe@FreeBSD.org\n2000/07/21"] +peadar [label="Peter Edwards\npeadar@FreeBSD.org\n2004/03/08"] +peter [label="Peter Wemm\npeter@FreeBSD.org\n????/??/??"] +philip [label="Philip Paeps\nphilip@FreBSD.org\n2004/01/21"] +phk [label="Poul-Henning Kamp\nphk@FreeBSD.org\n1994/02/21"] +pho [label="Peter Holm \npho@FreeBSD.org\n2008/11/16"] +pjd [label="Pawel Jakub Dawidek\npjd@FreeBSD.org\n2004/02/02"] +ps [label="Paul Saab\nps@FreeBSD.org\n2000/02/23"] +qingli [label="Qing Li\nqingli@FreeBSD.org\n2005/04/13"] +rafan [label="Rong-En Fan\nrafan@FreeBSD.org\n2007/01/31"] +remko [label="Remko Lodder\nremko@FreeBSD.org\n2007/02/23"] +rik [label="Roman Kurakin\nrik@FreeBSD.org\n2003/12/18"] +rink [label="Rink Springer\nrink@FreeBSD.org\n2006/01/16"] +rnoland [label="Robert Noland\nrnoland@FreeBSD.org\n2008/09/15"] +roberto [label="Ollivier Robert\nroberto@FreeBSD.org\n1995/02/22"] +rpaulo [label="Rui Paulo\nrpaulo@FreeBSD.org\n2007/09/25"] +rrs [label="Randall R Stewart\nrrs@FreeBSD.org\n2007/02/08"] +rse [label="Ralf S. Engelschall\nrse@FreeBSD.org\n1997/07/31"] +ru [label="Ruslan Ermilov\nru@FreeBSD.org\n1999/05/27"] +rwatson [label="Robert N. M. Watson\nrwatson@FreeBSD.org\n1999/12/16"] +sam [label="Sam Leffler\nsam@FreeBSD.org\n2002/07/02"] +sanpei [label="MIHIRA Sanpei Yoshiro\nsanpei@FreeBSD.org\n2000/06/19"] +scf [label="Sean C. Farley\nscf@FreeBSD.org\n2007/06/24"] +schweikh [label="Jens Schweikhardt\nschweikh@FreeBSD.org\n2001/04/06"] +sepotvin [label="Stephane E. Potvin\nsepotvin@FreeBSD.org\n2007/02/15"] +shiba [label="Takeshi Shibagaki\nshiba@FreeBSD.org\n2000/06/19"] +simon [label="Simon L. Nielsen\nsimon@FreeBSD.org\n2006/03/07"] +sobomax [label="Maxim Sobolev\nsobomax@FreeBSD.org\n2001/07/25"] +snb [label="Nick Barkas\nsnb@FreeBSD.org\n2009/05/05"] +sson [label="Stacey Son\nsson@FreeBSD.org\n2008/07/08"] +suz [label="SUZUKI Shinsuke\nsuz@FreeBSD.org\n2002/03/26"] +syrinx [label="Shteryana Shopova\nsyrinx@FreeBSD.org\n2006/10/07"] +takawata [label="Takanori Watanabe\ntakawata@FreeBSD.org\n2000/07/06"] +thompsa [label="Andrew Thompson\nthompsa@FreeBSD.org\n2005/05/25"] +ticso [label="Bernd Walter\nticso@FreeBSD.org\n2002/01/31"] +trasz [label="Edward Tomasz Napierala\ntrasz@FreeBSD.org\n2008/08/22"] +trhodes [label="Tom Rhodes\ntrhodes@FreeBSD.org\n2002/05/28"] +ume [label="Hajimu UMEMOTO\nume@FreeBSD.org\n2000/02/26"] +vanhu [label="Yvan Vanhullebus\nvanhu@FreeBSD.org\n2008/07/21"] +versus [label="Konrad Jankowski\nversus@FreeBSD.org\n2008/10/27"] +weongyo [label="Weongyo Jeong\nweongyo@FreeBSD.org\n2007/12/21"] +wes [label="Wes Peters\nwes@FreeBSD.org\n1998/11/25"] +wilko [label="Wilko Bulte\nwilko@FreeBSD.org\n2000/01/13"] +wsalamon [label="Wayne Salamon\nwsalamon@FreeBSD.org\n2005/06/25"] +yar [label="Yar Tikhiy\nyar@FreeBSD.org\n2001/03/25"] +yongari [label="Pyun YongHyeon\nyongari@FreeBSD.org\n2004/08/01"] +zec [label="Marko Zec\nzec@FreeBSD.org\n2008/06/22"] + +# Pseudo target representing rev 1.1 of commit.allow +day1 [label="Birth of FreeBSD"] + +# Here are the mentor/mentee relationships. +# Group together all the mentees for a particular mentor. +# Keep the list sorted by mentor login. + +day1 -> jtc +day1 -> jkh +day1 -> nate +day1 -> rgrimes +day1 -> alm +day1 -> dg + +andre -> qingli + +anholt -> jkim + +benno -> grehan + +billf -> dougb +billf -> gad +billf -> jedgar +billf -> jhb +billf -> shafeeq + +bmilekic -> csjp + +bms -> dhartmei +bms -> mlaier +bms -> thompsa + +brian -> joe + +brooks -> bushman +brooks -> jamie + +bz -> jamie +bz -> syrinx + +cperciva -> flz +cperciva -> simon + +csjp -> bushman + +delphij -> rafan + +des -> anholt +des -> hmp +des -> mike +des -> olli +des -> ru + +dds -> versus + +dwmalone -> fanf +dwmalone -> peadar +dwmalone -> snb + +ed -> jilles + +eivind -> des +eivind -> rwatson + +emax -> markus + +gallatin -> ticso + +gibbs -> mjacob +gibbs -> njl + +glebius -> mav + +gnn -> jinmei +gnn -> rrs +gnn -> ivoras +gnn -> vanhu +gnn -> lstewart + +grog -> edwin +grog -> le + +imp -> akiyama +imp -> ambrisko +imp -> bmah +imp -> bruno +imp -> dmlb +imp -> emax +imp -> furuta +imp -> joe +imp -> jon +imp -> keichii +imp -> mb +imp -> mr +imp -> non +imp -> onoe +imp -> remko +imp -> rik +imp -> rink +imp -> sanpei +imp -> shiba +imp -> takawata +imp -> toshi +imp -> uch + +jake -> bms +jake -> gordon +jake -> harti +jake -> jeff +jake -> kmacy +jake -> robert +jake -> yongari + +jb -> sson + +jdp -> fjoe + +jhb -> arr +jhb -> avg +jhb -> jeff +jhb -> kbyanc +jhb -> rnoland + +jkh -> imp +jkh -> jlemon +jkh -> joerg +jkh -> phk +jkh -> wes +jkh -> yar + +jkoshy -> kaiw +jkoshy -> fabient + +jlemon -> bmilekic +jlemon -> brooks + +joerg -> brian +joerg -> eik +joerg -> le +joerg -> netchild + +julian -> glebius +julian -> davidxu +julian -> archie +julian -> adrian +julian -> zec + +kib -> lulf + +kmacy -> lstewart + +marcel -> arun +marcel -> marius +marcel -> nwhitehorn + +markm -> sheldonh + +mdodd -> jake + +mlaier -> benjsc +mlaier -> dhartmei +mlaier -> thompsa +mlaier -> eri + +msmith -> cokane +msmith -> scottl + +murray -> delphij + +netchild -> ariff + +njl -> marks +njl -> philip +njl -> rpaulo +njl -> sepotvin + +obrien -> benno +obrien -> groudier +obrien -> gshapiro +obrien -> kan +obrien -> sam + +peter -> asmodai +peter -> jayanth +peter -> ps + +philip -> jls +philip -> matteo + +pjd -> lulf + +rgrimes -> markm + +rpaulo -> avg + +ru -> ceri +ru -> cjc +ru -> eik +ru -> maxim +ru -> sobomax + +rwatson -> adrian +rwatson -> antoine +rwatson -> bmah +rwatson -> brueffer +rwatson -> bz +rwatson -> cperciva +rwatson -> emaste +rwatson -> gnn +rwatson -> kensmith +rwatson -> kmacy +rwatson -> linimon +rwatson -> shafeeq +rwatson -> tmm +rwatson -> trasz +rwatson -> trhodes +rwatson -> wsalamon + +sam -> andre +sam -> benjsc +sam -> sephe + +schweikh -> dds + +scottl -> pjd +scottl -> sah +scottl -> yongari + +sheldonh -> dwmalone +sheldonh -> iedowse + +shin -> ume + +sos -> marcel + +thompsa -> weongyo +thompsa -> eri + +ume -> jinmei +ume -> suz +ume -> tshiozak + +wes -> scf + +wollman -> gad + +} diff --git a/share/misc/eqnchar b/share/misc/eqnchar new file mode 100644 index 000000000000..b9339746d1eb --- /dev/null +++ b/share/misc/eqnchar @@ -0,0 +1,90 @@ +.EQ +tdefine ciplus % "\o'\(pl\(ci'" % +ndefine ciplus % O+ % +tdefine citimes % "\o'\(mu\(ci'" % +ndefine citimes % Ox % +tdefine =wig % "\(eq\h'-\w'\(eq'u-\w'\s-2\(ap'u/2u'\v'-.4m'\s-2\z\(ap\(ap\s+2\v'.4m'\h'\w'\(eq'u-\w'\s-2\(ap'u/2u'" % +ndefine =wig % ="~" % +tdefine bigstar % "\o'\(pl\(mu'" % +ndefine bigstar % X|- % +tdefine =dot % "\z\(eq\v'-.6m'\h'.2m'\s+2.\s-2\v'.6m'\h'.1m'" % +ndefine =dot % = dot % +tdefine orsign % "\s-2\v'-.15m'\z\e\e\h'-.05m'\z\(sl\(sl\v'.15m'\s+2" % +ndefine orsign % \e/ % +tdefine andsign % "\s-2\v'-.15m'\z\(sl\(sl\h'-.05m'\z\e\e\v'.15m'\s+2" % +ndefine andsign % /\e % +tdefine =del % "\v'.3m'\z=\v'-.6m'\h'.3m'\s-1\(*D\s+1\v'.3m'" % +ndefine =del % = to DELTA % +tdefine oppA % "\s-2\v'-.15m'\z\e\e\h'-.05m'\z\(sl\(sl\v'-.15m'\h'-.75m'\z-\z-\h'.2m'\z-\z-\v'.3m'\h'.4m'\s+2" % +ndefine oppA % V- % +tdefine oppE %"\s-3\v'.2m'\z\(em\v'-.5m'\z\(em\v'-.5m'\z\(em\v'.55m'\h'.9m'\z\(br\z\(br\v'.25m'\s+3" % +ndefine oppE % E/ % +tdefine incl % "\s-1\z\(or\h'-.1m'\v'-.45m'\z\(em\v'.7m'\z\(em\v'.2m'\(em\v'-.45m'\s+1" % +ndefine incl % C_ % +tdefine nomem % "\o'\(mo\(sl'" % +ndefine nomem % C-/ % +tdefine angstrom % "\fR\zA\v'-.3m'\h'.2m'\(de\v'.3m'\fP\h'.2m'" % +ndefine angstrom % A to o % +tdefine star %{ roman "\v'.5m'\s+3*\s-3\v'-.5m'"}% +ndefine star % * % +tdefine || % \(or\(or % +tdefine <wig % "\z<\v'.4m'\(ap\v'-.4m'" % +ndefine <wig %{ < from "~" }% +tdefine >wig % "\z>\v'.4m'\(ap\v'-.4m'" % +ndefine >wig %{ > from "~" }% +tdefine langle % "\s-3\b'\(sl\e'\s0" % +ndefine langle %<% +tdefine rangle % "\s-3\b'\e\(sl'\s0" % +ndefine rangle %>% +tdefine hbar % "\zh\v'-.6m'\h'.05m'\(ru\v'.6m'" % +ndefine hbar % h\u-\d % +ndefine ppd % _| % +tdefine ppd % "\o'\(ru\s-2\(or\s+2'" % +tdefine <-> % "\o'\(<-\(->'" % +ndefine <-> % "<-->" % +tdefine <=> % "\s-2\z<\v'.05m'\h'.2m'\z=\h'.55m'=\h'-.6m'\v'-.05m'>\s+2" % +ndefine <=> % "<=>" % +tdefine |< % "\o'<\(or'" % +ndefine |< % <| % +tdefine |> % "\o'>\(or'" % +ndefine |> % |> % +tdefine ang % "\v'-.15m'\z\s-2\(sl\s+2\v'.15m'\(ru" % +ndefine ang % /_ % +tdefine rang % "\z\(or\h'.15m'\(ru" % +ndefine rang % L % +tdefine 3dot % "\v'-.8m'\z.\v'.5m'\z.\v'.5m'.\v'-.2m'" % +ndefine 3dot % .\u.\u.\d\d % +tdefine thf % ".\v'-.5m'.\v'.5m'." % +ndefine thf % ..\u.\d % +tdefine quarter % roman \(14 % +ndefine quarter % 1/4 % +tdefine 3quarter % roman \(34 % +ndefine 3quarter % 3/4 % +tdefine degree % \(de % +ndefine degree % nothing sup o % +tdefine square % \(sq % +ndefine square % [] % +tdefine circle % \(ci % +ndefine circle % O % +tdefine blot % "\fB\(sq\fP" % +ndefine blot % HIX % +tdefine bullet % \(bu % +ndefine bullet % oxe % +tdefine -wig % "\(~=" % +ndefine -wig % - to "~" % +tdefine wig % \(ap % +ndefine wig % "~" % +tdefine prop % \(pt % +ndefine prop % oc % +tdefine empty % \(es % +ndefine empty % O/ % +tdefine member % \(mo % +ndefine member % C- % +tdefine cup % \(cu % +ndefine cup % U % +define cap % \(ca % +define subset % \(sb % +define supset % \(sp % +define !subset % \(ib % +define !supset % \(ip % +.EN diff --git a/share/misc/flowers b/share/misc/flowers new file mode 100644 index 000000000000..107551c1907d --- /dev/null +++ b/share/misc/flowers @@ -0,0 +1,48 @@ +# Flower : Meaning +# @(#)flowers 8.1 (Berkeley) 6/8/93 +# +# Upside down reverses the meaning. +African violet:Such worth is rare. +Apple blossom:Preference. +Bachelor's button:Celibacy. +Bay leaf:I change but in death. +Camelia:Reflected loveliness. +Chrysanthemum, other color:Slighted love. +Chrysanthemum, red:I love. +Chrysanthemum, white:Truth. +Clover:Be mine. +Crocus:Abuse not. +Daffodil:Innocence. +Forget-me-not:True love. +Fuchsia:Fast. +Gardenia:Secret, untold love. +Honeysuckle:Bonds of love. +Ivy:Friendship, fidelity, marriage. +Jasmine:Amiability, transports of joy, sensuality. +Leaves (dead):Melancholy. +Lilac:Youthful innocence. +Lilly of the valley:Return of happiness. +Lilly:Purity, sweetness. +Magnolia:Dignity, perseverance. +Marigold:Jealousy. +Mint:Virtue. +Orange blossom:Your purity equals your loveliness. +Orchid:Beauty, magnificence. +Pansy:Thoughts. +Peach blossom:I am your captive. +Petunia:Your presence soothes me. +Poppy:Sleep. +Rose, any color:Love. +Rose, deep red:Bashful shame. +Rose, single, pink:Simplicity. +Rose, thornless, any color:Early attachment. +Rose, white:I am worthy of you. +Rose, yellow:Decrease of love, rise of jealousy. +Rosebud, white:Girlhood, and a heart ignorant of love. +Rosemary:Remembrance. +Sunflower:Haughtiness. +Tulip, red:Declaration of love. +Tulip, yellow:Hopeless love. +Violet, blue:Faithfulness. +Violet, white:Modesty. +Zinnia:Thoughts of absent friends. diff --git a/share/misc/init.ee b/share/misc/init.ee new file mode 100644 index 000000000000..cc1534ed6ce8 --- /dev/null +++ b/share/misc/init.ee @@ -0,0 +1,3 @@ +emacs +noexpand +nomargins diff --git a/share/misc/iso3166 b/share/misc/iso3166 new file mode 100644 index 000000000000..2e952b348d6a --- /dev/null +++ b/share/misc/iso3166 @@ -0,0 +1,520 @@ +# $FreeBSD$ +# +# ISO 3166 country codes +# This includes many places that are not legally independent countries, +# but which is it convenient to refer to separately from their +# parent lands. +# +# The original information in this file comes from ftp.ripe.net, +# which got it from DIN, the official keeper of these codes. +# The file format used by RIPE was not suitable, so it has been +# rearranged to put the two-letter country code first. The country +# names were capitalized, and most parenthetical designations have +# been deleted unless necessary to distinguish two countries. +# +# The ISO3166 Maintenance Agency can be found at: +# http://www.iso.org/iso/country_codes.htm +# +# two three number name +AF AFG 004 Afghanistan +AL ALB 008 Albania +AX ALA 248 Aland Islands +DZ DZA 012 Algeria +AS ASM 016 American Samoa +AD AND 020 Andorra +AO AGO 024 Angola +AI AIA 660 Anguilla +AQ ATA 010 Antarctica +AG ATG 028 Antigua and Barbuda +AR ARG 032 Argentina +AM ARM 051 Armenia +AW ABW 533 Aruba +AU AUS 036 Australia +AT AUT 040 Austria +AZ AZE 031 Azerbaijan +BS BHS 044 Bahamas +BH BHR 048 Bahrain +BD BGD 050 Bangladesh +BB BRB 052 Barbados +BY BLR 112 Belarus +BE BEL 056 Belgium +BZ BLZ 084 Belize +BJ BEN 204 Benin +BM BMU 060 Bermuda +BT BTN 064 Bhutan +BO BOL 068 Bolivia +BA BIH 070 Bosnia and Herzegovina +BW BWA 072 Botswana +BV BVT 074 Bouvet Island +BR BRA 076 Brazil +IO IOT 086 British Indian Ocean Territory +BN BRN 096 Brunei Darussalam +BG BGR 100 Bulgaria +BF BFA 854 Burkina Faso +BI BDI 108 Burundi +KH KHM 116 Cambodia +CM CMR 120 Cameroon +CA CAN 124 Canada +CV CPV 132 Cape Verde +KY CYM 136 Cayman Islands +CF CAF 140 Central African Republic +TD TCD 148 Chad +CL CHL 152 Chile +CN CHN 156 China +CX CXR 162 Christmas Island +CC CCK 166 Cocos (Keeling) Islands +CO COL 170 Colombia +KM COM 174 Comoros +CG COG 178 Congo +CD COD 180 Congo, the Democratic Republic of the +CK COK 184 Cook Islands +CR CRI 188 Costa Rica +CI CIV 384 Cote d'Ivoire +HR HRV 191 Croatia +CU CUB 192 Cuba +CY CYP 196 Cyprus +CZ CZE 203 Czech Republic +DK DNK 208 Denmark +DJ DJI 262 Djibouti +DM DMA 212 Dominica +DO DOM 214 Dominican Republic +TL TLS 626 Timor-Leste +EC ECU 218 Ecuador +EG EGY 818 Egypt +SV SLV 222 El Salvador +GQ GNQ 226 Equatorial Guinea +ER ERI 232 Eritrea +EE EST 233 Estonia +ET ETH 231 Ethiopia +FK FLK 238 Falkland Islands (Malvinas) +FO FRO 234 Faroe Islands +FJ FJI 242 Fiji +FI FIN 246 Finland +FR FRA 250 France +GF GUF 254 French Guiana +PF PYF 258 French Polynesia +TF ATF 260 French Southern Territories +GA GAB 266 Gabon +GM GMB 270 Gambia +GE GEO 268 Georgia +DE DEU 276 Germany +GH GHA 288 Ghana +GI GIB 292 Gibraltar +GR GRC 300 Greece +GL GRL 304 Greenland +GD GRD 308 Grenada +GP GLP 312 Guadeloupe +GU GUM 316 Guam +GT GTM 320 Guatemala +GG GGY 831 Guernsey +GN GIN 324 Guinea +GW GNB 624 Guinea-Bissau +GY GUY 328 Guyana +HT HTI 332 Haiti +HM HMD 334 Heard Island and McDonald Islands +HN HND 340 Honduras +HK HKG 344 Hong Kong +HU HUN 348 Hungary +IS ISL 352 Iceland +IN IND 356 India +ID IDN 360 Indonesia +IR IRN 364 Iran, Islamic Republic of +IQ IRQ 368 Iraq +IE IRL 372 Ireland +IM IMN 833 Isle of Man +IL ISR 376 Israel +IT ITA 380 Italy +JM JAM 388 Jamaica +JP JPN 392 Japan +JE JEY 832 Jersey +JO JOR 400 Jordan +KZ KAZ 398 Kazakhstan +KE KEN 404 Kenya +KI KIR 296 Kiribati +KP PRK 408 Korea, Democratic People's Republic of +KR KOR 410 Korea, Republic of +KW KWT 414 Kuwait +KG KGZ 417 Kyrgyzstan +LA LAO 418 Lao People's Democratic Republic +LV LVA 428 Latvia +LB LBN 422 Lebanon +LS LSO 426 Lesotho +LR LBR 430 Liberia +LY LBY 434 Libyan Arab Jamahiriya +LI LIE 438 Liechtenstein +LT LTU 440 Lithuania +LU LUX 442 Luxembourg +MO MAC 446 Macao +MK MKD 807 Macedonia, the Former Yugoslav Republic of +MG MDG 450 Madagascar +MW MWI 454 Malawi +MY MYS 458 Malaysia +MV MDV 462 Maldives +ML MLI 466 Mali +MT MLT 470 Malta +MH MHL 584 Marshall Islands +MQ MTQ 474 Martinique +MR MRT 478 Mauritania +MU MUS 480 Mauritius +YT MYT 175 Mayotte +MX MEX 484 Mexico +FM FSM 583 Micronesia, Federated States of +MD MDA 498 Moldova, Republic of +MC MCO 492 Monaco +MN MNG 496 Mongolia +ME MNE 499 Montenegro +MS MSR 500 Montserrat +MA MAR 504 Morocco +MZ MOZ 508 Mozambique +MM MMR 104 Myanmar +NA NAM 516 Namibia +NR NRU 520 Nauru +NP NPL 524 Nepal +NL NLD 528 Netherlands +AN ANT 530 Netherlands Antilles +NC NCL 540 New Caledonia +NZ NZL 554 New Zealand +NI NIC 558 Nicaragua +NE NER 562 Niger +NG NGA 566 Nigeria +NU NIU 570 Niue +NF NFK 574 Norfolk Island +MP MNP 580 Northern Mariana Islands +NO NOR 578 Norway +OM OMN 512 Oman +PK PAK 586 Pakistan +PW PLW 585 Palau +PS PSE 275 Palestinian Territory, Occupied +PA PAN 591 Panama +PG PNG 598 Papua New Guinea +PY PRY 600 Paraguay +PE PER 604 Peru +PH PHL 608 Philippines +PN PCN 612 Pitcairn +PL POL 616 Poland +PT PRT 620 Portugal +PR PRI 630 Puerto Rico +QA QAT 634 Qatar +RE REU 638 Reunion +RO ROU 642 Romania +RU RUS 643 Russian Federation +RW RWA 646 Rwanda +BL BLM 652 Saint Barthelemy +KN KNA 659 Saint Kitts and Nevis +LC LCA 662 Saint Lucia +MF MAF 663 Saint Martin +VC VCT 670 Saint Vincent and the Grenadines +WS WSM 882 Samoa +SM SMR 674 San Marino +ST STP 678 Sao Tome and Principe +SA SAU 682 Saudi Arabia +SN SEN 686 Senegal +RS SRB 688 Serbia +SC SYC 690 Seychelles +SL SLE 694 Sierra Leone +SG SGP 702 Singapore +SK SVK 703 Slovakia +SI SVN 705 Slovenia +SB SLB 090 Solomon Islands +SO SOM 706 Somalia +ZA ZAF 710 South Africa +GS SGS 239 South Georgia and the South Sandwich Islands +ES ESP 724 Spain +LK LKA 144 Sri Lanka +SH SHN 654 Saint Helena +PM SPM 666 Saint Pierre and Miquelon +SD SDN 736 Sudan +SR SUR 740 Suriname +SJ SJM 744 Svalbard and Jan Mayen +SZ SWZ 748 Swaziland +SE SWE 752 Sweden +CH CHE 756 Switzerland +SY SYR 760 Syrian Arab Republic +TW TWN 158 Taiwan, Province of China +TJ TJK 762 Tajikistan +TZ TZA 834 Tanzania, United Republic of +TH THA 764 Thailand +TG TGO 768 Togo +TK TKL 772 Tokelau +TO TON 776 Tonga +TT TTO 780 Trinidad and Tobago +TN TUN 788 Tunisia +TR TUR 792 Turkey +TM TKM 795 Turkmenistan +TC TCA 796 Turks and Caicos Islands +TV TUV 798 Tuvalu +UG UGA 800 Uganda +UA UKR 804 Ukraine +AE ARE 784 United Arab Emirates +GB GBR 826 United Kingdom +US USA 840 United States +UM UMI 581 United States Minor Outlying Islands +UY URY 858 Uruguay +UZ UZB 860 Uzbekistan +VU VUT 548 Vanuatu +VA VAT 336 Holy See (Vatican City State) +VE VEN 862 Venezuela +VN VNM 704 Viet Nam +VG VGB 092 Virgin Islands, British +VI VIR 850 Virgin Islands, U.S. +WF WLF 876 Wallis and Futuna +EH ESH 732 Western Sahara +YE YEM 887 Yemen +ZM ZMB 894 Zambia +ZW ZWE 716 Zimbabwe +# +# Revision history: +# +# +# List of changes applied, as specified in registration newsletters: +# +# Newsletter III-1, 1989-12-5: +# Burma deleted, Myanmar added (same numeric value, change of country name) +# +# Newsletter III-2, 1990-07-16 +# Namibia, changing information not included in this file +# +# Newsletter III-3, 1990-08-14 +# Afghanistan, changing information not included in this file +# +# Newsletter III-4, 1990-08-14 +# Ethiopia, changing information not included in this file +# +# Newsletter III-5, 1990-08-14 +# Fiji, changing information not included in this file +# +# Newsletter III-6, 1990-08-14 +# Hungary, changing information not included in this file +# +# Newsletter III-7, 1990-08-14 +# Unification of Yemen, under new numeric code +# +# Newsletter III-8, 1990-08-14 +# Romania, changing information not included in this file +# +# Newsletter III-9, 1990-08-14 +# Poland, changing information not included in this file +# +# Newsletter III-10, 1990-08-14 +# Kampuchea deleted, Cambodia added (same numeric value, change of name) +# +# Newsletter III-11, 1990-08-14 +# Benin, changing information not included in this file +# +# Newsletter III-12, 1990-12-04 +# Czechoslovakia, changing information not included in this file +# +# Newsletter III-13, 1990-10-30 +# Germany unified (DDR deleted, new name and numeric code for unified Germany) +# +# Newsletter III-14 1991-02-10 +# Mozambique, changing information not included in this file +# +# Newsletter III-15 1991-02-10 +# Bulgaria, changing information not included in this file +# +# Newsletter III-16 1992-06-15 +# ESTONIA added (EE, EST, 233) +# +# Newsletter III-17 1992-06-15 +# LATVIA added (LV, LVA, 428) +# +# Newsletter III-18 1992-06-15 +# Lithuania added +# +# Newsletter III-19 1992-06-15 +# Belarus, named and 3c changed +# +# Newsletter III-20 1992-04-06 +# Albania, changing information not included in this file +# +# Newsletter III-21 1992-04-06 +# Congo, changing information not included in this file +# +# Newsletter III-22 1992-04-19 +# Micronesia, name changed to Micronesia (Federated States of) +# +# Newsletter III-23 1992-04-19 +# Ukraine, name changed +# +# Newsletter III-24 1993-06-18 +# France, Metropolitan (FX) added (European part of France thus excluding: +# GF, GP, MQ, NC, PF, PM, RE, TF, WF, YT) +# +# Newsletter III-25, 1991-12-18 +# Pitcairn, changing information not included in this file +# +# Newsletter III-26, 1992-06-15 +# Croatia, added NR, HRV, 191 +# +# Newsletter III-27, 1992-06-15 +# Armenia, added AM, ARM, 051 +# +# Newsletter III-28, 1992-08-28 +# Georgia added +# +# Newsletter III-29, 1992-06-15 +# Russian Federation added +# +# Newsletter III-30, 1992-06-15 +# Turkmenistan added +# +# Newsletter III-31, 1992-06-15 +# Kazakhstan added +# +# Newsletter III-32, 1992-06-15 +# Kyrgyzstan added +# +# Newsletter III-33, 1992-06-15 +# Tajikistan added +# +# Newsletter III-34, 1992-06-15 +# Uzbekistan added +# +# Newsletter III-35, 1992-06-15 +# Azerbaijan added +# +# Newsletter III-36 1992-06-15 +# MOLDOVA, REPUBLIC OF added (MD, MDA, 498) +# +# Newsletter III-37 1992-08-30 +# USSR deleted +# +# Newsletter III-38, 1993-06-15 +# Slovenia, number code 705 assigned +# +# Newsletter III-39 (undated) +# BOSNIA AND HERZEGOWINA added (BA, BIH, 070) +# +# Newsletter III-40 1993-07-12 +# YEMEN, REPUBLIC OF changed to YEMEN +# +# Newsletter III-41 1993-07-28 +# MAURITIUS, changes outside this document +# +# Newletter III-42 1993-07-12 +# SAINT VINCENT AND THE GRENADINES, changes outside this document +# +# Newsletter III-43 1993-07-12 +# MONGOLIA, changes outside this document +# +# Newsletter III-44 1993-07-22 +# PANAMA, changed numeric code from 590 to 591 +# +# Newsletter III-45 1993-07-28 +# YUGOSLAVIA changed numeric code from 890 to 891 +# +# Newsletter III-46 1993-07-12 +# NEUTRAL ZONE deleted +# +# Newsletter III-47 1993-07-12 +# NETHERLANDS ANTILLES changed numeric code from 532 to 530 +# +# Newsletter III-48, 1993-07-12 +# Added MAYOTTE +# +# Newsletter III-49, 1993-06-15 +# Slovakia added +# +# Newsletter III-50, 1993-06-15 +# Czech Republic added +# +# Newsletter III-51, 1993-06-15 +# Czechoslovakia officially deleted +# +# Newsletter III-52, 1993-07-02 +# Angola, changing information not included in this file. Offical name +# change to Republic of Angola +# +# Newsletter III-53, 1993-07-12 +# Madagascar, changing information not included in this file. Official +# name change to Republic of Madagascar +# +# Newsletter III-54, 1993-07-23 +# South Georgia and the South Sandwich Islands, previously covered by +# Falkland Islands +# +# Newsletter III-55, 1993-07-16 +# Ethiopia, numeric code change to 231 +# +# Newsletter III-56, 1993-07-16 +# Eritrea, changing information not included in this file +# Previously covered by the entry ET +# +# Newsletter III-57, 1993-07-16 +# Macedonia, the former Yugoslav Republic of, +# Previously covered by the entry YU +# +# Newsletter III-58, 1993-07-16 +# Afghanistan, changing information not included in this file +# Official name change to Islamic State of Afghanistan +# +# Newsletter III-32, 1993-07-25 ammendment +# Kyrgyzstan, changing information not included in this file. Offical name +# change to Kyrgyz Republic +# +# Newsletter III-59, 1994-01-26 +# Andorra, changing information not included in this file. Offical name +# change to Pricipality of Andorra +# +# Newsletter III-60, 1994-01-26 +# Cambodia, changing information not included in this file. Offical name +# change to Kingdom of Cambodia +# +# Thu Feb 10 1994 +# At this point the fourth edition of ISO 3166 appears. It can *now* be +# ordered from national standards institutions. The RIPE NCC will continue +# tracking changes. +# +# [deletia] +# Newsletter IV-2 1997-07-14 +# ZAIRE (ZA) changed to CONGO, THE DEMOCRATIC REPUBLIC OF THE (CD) +# change of name, alpha-2 and alpha-3, numeric remains 180 +# +# Newsletter V-3 2002-02-01 +# ROMANIA (RO) changed alpha-3 code from ROM to ROU. Numeric remains 642. +# +# Newsletter V-4 2002-05-20 +# KAZAKSTAN (KZ) changed short name to KAZAKHSTAN (no change in this file, +# which already had the `h' spelling). MACAU (MO) changed short name to +# MACAO (again). Numeric, alpha-2, and alpha-3 codes remain unchanged. +# AFGHANISTAN (AF), AZERBAIJAN (AZ), BAHRAIN (BH), BOSNIA AND HERZEGOVINA +# (BA), FIJI (FJ), HONG KONG (HK), KIRIBATI (KI), NIUE (NU), SOMALIA (SO), +# and VENEZUELA (VE) all changed official names, which are not included in +# this file. +# +# Newsletter V-5 2002-05-20 +# EAST TIMOR changed alpha-2 code from TP to TL and alpha-3 from TMP to TLS. +# Numeric remains 626. +# +# Newsletter V-6 2002-11-15 +# EAST TIMOR (TL) changed short name to TIMOR-LESTE. Codes unchanged. +# +# Newsletter V-7 2003-01-14 +# COMOROS (KM) changed official name, not included in this file. +# +# Newsletter V-8 2003-07-23 +# YUGOSLAVIA (YU) changed official name, short name, alpha-2, and alpha-3. +# +# Newsletter V-9 2004-02-13 +# ALAND ISLANDS (AX) added as a new entry. In the official newsletter, +# this territory is shown with the correct (Swedish) orthography. As this +# file is restricted to the ASCII character set, we have substituted the +# letter `A' for the Swedish letter U+00C5. (The Finnish name for this +# semi-autonomous territory is Ahvenanmaa, but the official place-names +# in the territory are Swedish-only.) Note that the standard collation +# order for Swedish in Finland would sort this letter after Z. +# +# Newsletter V-10 2004-04-26 +# Name changes not relevant to this file. +# +# Newsletter V-11 2006-03-29 +# GUERNSEY (GG), ISLE OF MAN (IM), and JERSEY (JE) added as new entries. +# These territories were previously included as a part of the UNITED +# KINGDOM (GB). +# +# Newsletter V-12 2006-09-26 +# Removed SERBIA AND MONTENEGRO (CS). Added SERBIA (RS) and MONTENEGRO (ME). +# +# Newsletter VI-1 2007-09-21 +# Added SAINT BARTHELEMY (BL) and SAINT MARTIN (MF). diff --git a/share/misc/iso639 b/share/misc/iso639 new file mode 100644 index 000000000000..467add4ac06c --- /dev/null +++ b/share/misc/iso639 @@ -0,0 +1,525 @@ +# $FreeBSD$ +# +# ISO 639-2 language codes +# +# From http://www.loc.gov/standards/iso639-2/ : +# +# The Library of Congress has been designated the ISO 639-2/RA for the +# purpose of processing requests for alpha-3 language codes comprising the +# International Standard, Codes for the representation of names of +# languages -- Part 2: alpha-3 code. The ISO 639-2/RA receives and reviews +# applications for requesting new language codes and for the change of +# existing ones according to criteria indicated in the standard. It +# maintains an accurate list of information associated with registered +# language codes, processes updates of registered language codes, and +# distributes them on a regular basis to subscribers and other parties. +# +# This is the official site of the ISO 639-2 Registration Authority and thus +# is the only one authorized by ISO. If you have questions concerning ISO +# 639-2 please contact us at: +# +# Library of Congress +# Network Development and MARC Standards Office +# Washington, DC 20540-4402 +# E-mail: iso639-2@loc.gov +# Phone: +1 202 707 6237 +# FAX: +1 202 707 0115 +# +# For general discussion about ISO language codes, write to: iso639@dkuug.dk + +# +# Download the file http://www.loc.gov/standards/iso639-2/ISO-639-2_utf-8.txt +# and run head/tools/tools/iso/check-iso639.pl to see if everything is up +# to date. +# + +# a2: ISO 639-1 Alpha-2 code +# bib: ISO 639-2/B bibliographic code +# term: ISO 639-2/B terminology code + +# a2 bib term name +aa aar aar Afar +ab abk abk Abkhazian + ace ace Achinese + ach ach Acoli + ada ada Adangme + ady ady Adyghe; Adygei + afa afa Afro-Asiatic languages + afh afh Afrihili +af afr afr Afrikaans + ain ain Ainu +ak aka aka Akan + akk akk Akkadian +sq alb sqi Albanian + ale ale Aleut + alg alg Algonquian languages + alt alt Southern Altai +am amh amh Amharic + ang ang English, Old (ca.450-1100) + anp anp Angika + apa apa Apache languages +ar ara ara Arabic + arc arc Official Aramaic (700-300 BCE); Imperial Aramaic (700-300 BCE) +an arg arg Aragonese +hy arm hye Armenian + arn arn Mapudungun; Mapuche + arp arp Arapaho + art art Artificial languages + arw arw Arawak +as asm asm Assamese + ast ast Asturian; Bable; Leonese; Asturleonese + ath ath Athapascan languages + aus aus Australian languages +av ava ava Avaric +ae ave ave Avestan + awa awa Awadhi +ay aym aym Aymara +az aze aze Azerbaijani + bad bad Banda languages + bai bai Bamileke languages +ba bak bak Bashkir + bal bal Baluchi +bm bam bam Bambara + ban ban Balinese +eu baq eus Basque + bas bas Basa + bat bat Baltic languages + bej bej Beja; Bedawiyet +be bel bel Belarusian + bem bem Bemba +bn ben ben Bengali + ber ber Berber languages + bho bho Bhojpuri +bh bih bih Bihari + bik bik Bikol + bin bin Bini; Edo +bi bis bis Bislama + bla bla Siksika + bnt bnt Bantu (Other) +bs bos bos Bosnian + bra bra Braj +br bre bre Breton + btk btk Batak languages + bua bua Buriat + bug bug Buginese +bg bul bul Bulgarian +my bur mya Burmese + byn byn Blin; Bilin + cad cad Caddo + cai cai Central American Indian languages + car car Galibi Carib +ca cat cat Catalan; Valencian + cau cau Caucasian languages + ceb ceb Cebuano + cel cel Celtic languages +ch cha cha Chamorro + chb chb Chibcha +ce che che Chechen + chg chg Chagatai +zh chi zho Chinese + chk chk Chuukese + chm chm Mari + chn chn Chinook jargon + cho cho Choctaw + chp chp Chipewyan; Dene Suline + chr chr Cherokee +cu chu chu Church Slavic; Old Slavonic; Church Slavonic; Old Bulgarian; Old Church Slavonic +cv chv chv Chuvash + chy chy Cheyenne + cmc cmc Chamic languages + cop cop Coptic +kw cor cor Cornish +co cos cos Corsican + cpe cpe Creoles and pidgins, English based + cpf cpf Creoles and pidgins, French-based + cpp cpp Creoles and pidgins, Portuguese-based +cr cre cre Cree + crh crh Crimean Tatar; Crimean Turkish + crp crp Creoles and pidgins + csb csb Kashubian + cus cus Cushitic languages +cs cze ces Czech + dak dak Dakota +da dan dan Danish + dar dar Dargwa + day day Land Dayak languages + del del Delaware + den den Slave (Athapascan) + dgr dgr Dogrib + din din Dinka +dv div div Divehi; Dhivehi; Maldivian + doi doi Dogri + dra dra Dravidian languages + dsb dsb Lower Sorbian + dua dua Duala + dum dum Dutch, Middle (ca.1050-1350) +nl dut nld Dutch; Flemish + dyu dyu Dyula +dz dzo dzo Dzongkha + efi efi Efik + egy egy Egyptian (Ancient) + eka eka Ekajuk + elx elx Elamite +en eng eng English + enm enm English, Middle (1100-1500) +eo epo epo Esperanto +et est est Estonian +ee ewe ewe Ewe + ewo ewo Ewondo + fan fan Fang +fo fao fao Faroese + fat fat Fanti +fj fij fij Fijian + fil fil Filipino; Pilipino +fi fin fin Finnish + fiu fiu Finno-Ugrian languages + fon fon Fon +fr fre fra French + frm frm French, Middle (ca.1400-1600) + fro fro French, Old (842-ca.1400) + frr frr Northern Frisian + frs frs Eastern Frisian +fy fry fry Western Frisian +ff ful ful Fulah + fur fur Friulian + gaa gaa Ga + gay gay Gayo + gba gba Gbaya + gem gem Germanic languages +ka geo kat Georgian +de ger deu German + gez gez Geez + gil gil Gilbertese +gd gla gla Gaelic; Scottish Gaelic +ga gle gle Irish +gl glg glg Galician +gv glv glv Manx + gmh gmh German, Middle High (ca.1050-1500) + goh goh German, Old High (ca.750-1050) + gon gon Gondi + gor gor Gorontalo + got got Gothic + grb grb Grebo + grc grc Greek, Ancient (to 1453) +el gre ell Greek, Modern (1453-) +gn grn grn Guarani + gsw gsw Swiss German; Alemannic; Alsatian +gu guj guj Gujarati + gwi gwi Gwich'in + hai hai Haida +ht hat hat Haitian; Haitian Creole +ha hau hau Hausa + haw haw Hawaiian +he heb heb Hebrew +hz her her Herero + hil hil Hiligaynon + him him Himachali +hi hin hin Hindi + hit hit Hittite + hmn hmn Hmong +ho hmo hmo Hiri Motu +hr hrv hrv Croatian + hsb hsb Upper Sorbian +hu hun hun Hungarian + hup hup Hupa + iba iba Iban +ig ibo ibo Igbo +is ice isl Icelandic +io ido ido Ido +ii iii iii Sichuan Yi; Nuosu + ijo ijo Ijo languages +iu iku iku Inuktitut +ie ile ile Interlingue; Occidental + ilo ilo Iloko +ia ina ina Interlingua (International Auxiliary Language Association) + inc inc Indic languages +id ind ind Indonesian + ine ine Indo-European languages + inh inh Ingush +ik ipk ipk Inupiaq + ira ira Iranian languages + iro iro Iroquoian languages +it ita ita Italian +jv jav jav Javanese + jbo jbo Lojban +ja jpn jpn Japanese + jpr jpr Judeo-Persian + jrb jrb Judeo-Arabic + kaa kaa Kara-Kalpak + kab kab Kabyle + kac kac Kachin; Jingpho +kl kal kal Kalaallisut; Greenlandic + kam kam Kamba +kn kan kan Kannada + kar kar Karen languages +ks kas kas Kashmiri +kr kau kau Kanuri + kaw kaw Kawi +kk kaz kaz Kazakh + kbd kbd Kabardian + kha kha Khasi + khi khi Khoisan languages +km khm khm Central Khmer + kho kho Khotanese; Sakan +ki kik kik Kikuyu; Gikuyu +rw kin kin Kinyarwanda +ky kir kir Kirghiz; Kyrgyz + kmb kmb Kimbundu + kok kok Konkani +kv kom kom Komi +kg kon kon Kongo +ko kor kor Korean + kos kos Kosraean + kpe kpe Kpelle + krc krc Karachay-Balkar + krl krl Karelian + kro kro Kru languages + kru kru Kurukh +kj kua kua Kuanyama; Kwanyama + kum kum Kumyk +ku kur kur Kurdish + kut kut Kutenai + lad lad Ladino + lah lah Lahnda + lam lam Lamba +lo lao lao Lao +la lat lat Latin +lv lav lav Latvian + lez lez Lezghian +li lim lim Limburgan; Limburger; Limburgish +ln lin lin Lingala +lt lit lit Lithuanian + lol lol Mongo + loz loz Lozi +lb ltz ltz Luxembourgish; Letzeburgesch + lua lua Luba-Lulua +lu lub lub Luba-Katanga +lg lug lug Ganda + lui lui Luiseno + lun lun Lunda + luo luo Luo (Kenya and Tanzania) + lus lus Lushai +mk mac mkd Macedonian + mad mad Madurese + mag mag Magahi +mh mah mah Marshallese + mai mai Maithili + mak mak Makasar +ml mal mal Malayalam + man man Mandingo +mi mao mri Maori + map map Austronesian languages +mr mar mar Marathi + mas mas Masai +ms may msa Malay + mdf mdf Moksha + mdr mdr Mandar + men men Mende + mga mga Irish, Middle (900-1200) + mic mic Mi'kmaq; Micmac + min min Minangkabau + mis mis Uncoded languages + mkh mkh Mon-Khmer languages +mg mlg mlg Malagasy +mt mlt mlt Maltese + mnc mnc Manchu + mni mni Manipuri + mno mno Manobo languages + moh moh Mohawk +mn mon mon Mongolian + mos mos Mossi + mul mul Multiple languages + mun mun Munda languages + mus mus Creek + mwl mwl Mirandese + mwr mwr Marwari + myn myn Mayan languages + myv myv Erzya + nah nah Nahuatl languages + nai nai North American Indian languages + nap nap Neapolitan +na nau nau Nauru +nv nav nav Navajo; Navaho +nr nbl nbl Ndebele, South; South Ndebele +nd nde nde Ndebele, North; North Ndebele +ng ndo ndo Ndonga + nds nds Low German; Low Saxon; German, Low; Saxon, Low +ne nep nep Nepali + new new Nepal Bhasa; Newari + nia nia Nias + nic nic Niger-Kordofanian languages + niu niu Niuean + nog nog Nogai + non non Norse, Old +no nor nor Norwegian +nn nno nno Norwegian Nynorsk; Nynorsk, Norwegian +nb nob nob BokmĂĄl, Norwegian; Norwegian BokmĂĄl + nqo nqo N'Ko + nso nso Pedi; Sepedi; Northern Sotho + nub nub Nubian languages + nwc nwc Classical Newari; Old Newari; Classical Nepal Bhasa +ny nya nya Chichewa; Chewa; Nyanja + nym nym Nyamwezi + nyn nyn Nyankole + nyo nyo Nyoro + nzi nzi Nzima +oc oci oci Occitan (post 1500); Provençal +oj oji oji Ojibwa +or ori ori Oriya +om orm orm Oromo + osa osa Osage +os oss oss Ossetian; Ossetic + ota ota Turkish, Ottoman (1500-1928) + oto oto Otomian languages + paa paa Papuan languages + pag pag Pangasinan + pal pal Pahlavi + pam pam Pampanga; Kapampangan +pa pan pan Panjabi; Punjabi + pap pap Papiamento + pau pau Palauan + peo peo Persian, Old (ca.600-400 B.C.) +fa per fas Persian + phi phi Philippine languages + phn phn Phoenician +pi pli pli Pali +pl pol pol Polish + pon pon Pohnpeian +pt por por Portuguese + pra pra Prakrit languages + pro pro Provençal, Old (to 1500) +ps pus pus Pushto; Pashto + qaa-qtz qaa-qtz Reserved for local use +qu que que Quechua + raj raj Rajasthani + rap rap Rapanui + rar rar Rarotongan; Cook Islands Maori + roa roa Romance languages +rm roh roh Romansh + rom rom Romany +ro rum ron Romanian; Moldavian; Moldovan +rn run run Rundi + rup rup Aromanian; Arumanian; Macedo-Romanian +ru rus rus Russian + sad sad Sandawe +sg sag sag Sango + sah sah Yakut + sai sai South American Indian (Other) + sal sal Salishan languages + sam sam Samaritan Aramaic +sa san san Sanskrit + sas sas Sasak + sat sat Santali + scn scn Sicilian + sco sco Scots + sel sel Selkup + sem sem Semitic languages + sga sga Irish, Old (to 900) + sgn sgn Sign Languages + shn shn Shan + sid sid Sidamo +si sin sin Sinhala; Sinhalese + sio sio Siouan languages + sit sit Sino-Tibetan languages + sla sla Slavic languages +sk slo slk Slovak +sl slv slv Slovenian + sma sma Southern Sami +se sme sme Northern Sami + smi smi Sami languages + smj smj Lule Sami + smn smn Inari Sami +sm smo smo Samoan + sms sms Skolt Sami +sn sna sna Shona +sd snd snd Sindhi + snk snk Soninke + sog sog Sogdian +so som som Somali + son son Songhai languages +st sot sot Sotho, Southern +es spa spa Spanish; Castilian +sc srd srd Sardinian + srn srn Sranan Tongo +sr srp srp Serbian + srr srr Serer + ssa ssa Nilo-Saharan languages +ss ssw ssw Swati + suk suk Sukuma +su sun sun Sundanese + sus sus Susu + sux sux Sumerian +sw swa swa Swahili +sv swe swe Swedish + syc syc Classical Syriac + syr syr Syriac +ty tah tah Tahitian + tai tai Tai languages +ta tam tam Tamil +tt tat tat Tatar +te tel tel Telugu + tem tem Timne + ter ter Tereno + tet tet Tetum +tg tgk tgk Tajik +tl tgl tgl Tagalog +th tha tha Thai +bo tib bod Tibetan + tig tig Tigre +ti tir tir Tigrinya + tiv tiv Tiv + tkl tkl Tokelau + tli tli Tlingit + tlh tlh Klingon; tlhIngan-Hol + tmh tmh Tamashek + tog tog Tonga (Nyasa) +to ton ton Tonga (Tonga Islands) + tpi tpi Tok Pisin + tsi tsi Tsimshian +tn tsn tsn Tswana +ts tso tso Tsonga +tk tuk tuk Turkmen + tum tum Tumbuka + tup tup Tupi languages +tr tur tur Turkish + tut tut Altaic languages + tvl tvl Tuvalu +tw twi twi Twi + tyv tyv Tuvinian + udm udm Udmurt + uga uga Ugaritic +ug uig uig Uighur; Uyghur +uk ukr ukr Ukrainian + umb umb Umbundu + und und Undetermined +ur urd urd Urdu +uz uzb uzb Uzbek + vai vai Vai +ve ven ven Venda +vi vie vie Vietnamese +vo vol vol VolapĂĽk + vot vot Votic + wak wak Wakashan languages + wal wal Walamo + war war Waray + was was Washo +cy wel cym Welsh + wen wen Sorbian languages +wa wln wln Walloon +wo wol wol Wolof + xal xal Kalmyk; Oirat +xh xho xho Xhosa + yao yao Yao + yap yap Yapese +yi yid yid Yiddish +yo yor yor Yoruba + ypk ypk Yupik languages + zap zap Zapotec + zbl zbl Blissymbols; Blissymbolics; Bliss + zen zen Zenaga +za zha zha Zhuang; Chuang + znd znd Zande languages +zu zul zul Zulu + zun zun Zuni + zxx zxx No linguistic content; Not applicable + zza zza Zaza; Dimili; Dimli; Kirdki; Kirmanjki; Zazaki diff --git a/share/misc/latin1 b/share/misc/latin1 new file mode 100644 index 000000000000..a4144e678dfc --- /dev/null +++ b/share/misc/latin1 @@ -0,0 +1,40 @@ +# $FreeBSD$ + +|240 nbs|241 ˇ |242 ˘ |243 Ł |244 ¤ |245 Ą |246 ¦ |247 § | +|250 ¨ |251 © |252 Ş |253 « |254 ¬ |255 |256 ® |257 Ż | +|260 ° |261 ± |262 ˛ |263 ł |264 ´ |265 µ |266 ¶ |267 · | +|270 ¸ |271 ą |272 ş |273 » |274 Ľ |275 ˝ |276 ľ |277 ż | +|300 Ŕ |301 Á |302  |303 Ă |304 Ä |305 Ĺ |306 Ć |307 Ç | +|310 Č |311 É |312 Ę |313 Ë |314 Ě |315 Í |316 Î |317 Ď | +|320 Đ |321 Ń |322 Ň |323 Ó |324 Ô |325 Ő |326 Ö |327 × | +|330 Ř |331 Ů |332 Ú |333 Ű |334 Ü |335 Ý |336 Ţ |337 ß | +|340 ŕ |341 á |342 â |343 ă |344 ä |345 ĺ |346 ć |347 ç | +|350 č |351 é |352 ę |353 ë |354 ě |355 í |356 î |357 ď | +|360 đ |361 ń |362 ň |363 ó |364 ô |365 ő |366 ö |367 ÷ | +|370 ř |371 ů |372 ú |373 ű |374 ü |375 ý |376 ţ |377 ˙ | + +| a0 nbs| a1 ˇ | a2 ˘ | a3 Ł | a4 ¤ | a5 Ą | a6 ¦ | a7 § | +| a8 ¨ | a9 © | aa Ş | ab « | ac ¬ | ad | ae ® | af Ż | +| b0 ° | b1 ± | b2 ˛ | b3 ł | b4 ´ | b5 µ | b6 ¶ | b7 · | +| b8 ¸ | b9 ą | ba ş | bb » | bc Ľ | bd ˝ | be ľ | bf ż | +| c0 Ŕ | c1 Á | c2  | c3 Ă | c4 Ä | c5 Ĺ | c6 Ć | c7 Ç | +| c8 Č | c9 É | ca Ę | cb Ë | cc Ě | cd Í | ce Î | cf Ď | +| d0 Đ | d1 Ń | d2 Ň | d3 Ó | d4 Ô | d5 Ő | d6 Ö | d7 × | +| d8 Ř | d9 Ů | da Ú | db Ű | dc Ü | dd Ý | de Ţ | df ß | +| e0 ŕ | e1 á | e2 â | e3 ă | e4 ä | e5 ĺ | e6 ć | e7 ç | +| e8 č | e9 é | ea ę | eb ë | ec ě | ed í | ee î | ef ď | +| f0 đ | f1 ń | f2 ň | f3 ó | f4 ô | f5 ő | f6 ö | f7 ÷ | +| f8 ř | f9 ů | fa ú | fb ű | fc ü | fd ý | fe ţ | ff ˙ | + +|160 nbs|161 ˇ |162 ˘ |163 Ł |164 ¤ |165 Ą |166 ¦ |167 § | +|168 ¨ |169 © |170 Ş |171 « |172 ¬ |173 |174 ® |175 Ż | +|176 ° |177 ± |178 ˛ |179 ł |180 ´ |181 µ |182 ¶ |183 · | +|184 ¸ |185 ą |186 ş |187 » |188 Ľ |189 ˝ |190 ľ |191 ż | +|192 Ŕ |193 Á |194  |195 Ă |196 Ä |197 Ĺ |198 Ć |199 Ç | +|200 Č |201 É |202 Ę |203 Ë |204 Ě |205 Í |206 Î |207 Ď | +|208 Đ |209 Ń |210 Ň |211 Ó |212 Ô |213 Ő |214 Ö |215 × | +|216 Ř |217 Ů |218 Ú |219 Ű |220 Ü |221 Ý |222 Ţ |223 ß | +|224 ŕ |225 á |226 â |227 ă |228 ä |229 ĺ |230 ć |231 ç | +|232 č |233 é |234 ę |235 ë |236 ě |237 í |238 î |239 ď | +|240 đ |241 ń |242 ň |243 ó |244 ô |245 ő |246 ö |247 ÷ | +|248 ř |249 ů |250 ú |251 ű |252 ü |253 ý |254 ţ |255 ˙ | diff --git a/share/misc/man.template b/share/misc/man.template new file mode 100644 index 000000000000..228de3d32e74 --- /dev/null +++ b/share/misc/man.template @@ -0,0 +1,8 @@ +.TH NAME SECTION local +.SH NAME +.SH SYNOPSIS +.SH DESCRIPTION +.SH FILES +.SH SEE ALSO +.SH DIAGNOSTICS +.SH BUGS diff --git a/share/misc/mdoc.template b/share/misc/mdoc.template new file mode 100644 index 000000000000..1ecacfc7909a --- /dev/null +++ b/share/misc/mdoc.template @@ -0,0 +1,35 @@ +.\" $FreeBSD$ +.\" +.\" The following requests are required for all man pages. +.Dd Month day, year +.Os [OPERATING_SYSTEM] [version/release] +.Dt DOCUMENT_TITLE [section number] [architecture/volume] +.Sh NAME +.Nm name +.Nd one line description of name +.\" This next request is for sections 2 and 3 only. +.\" .Sh LIBRARY +.Sh SYNOPSIS +.Sh DESCRIPTION +.\" The following requests should be uncommented and used where appropriate. +.\" .Sh IMPLEMENTATION NOTES +.\" This next request is for sections 2, 3 and 9 function return values only. +.\" .Sh RETURN VALUES +.\" This next request is for sections 1, 6, 7 and 8 only. +.\" .Sh ENVIRONMENT +.\" .Sh FILES +.\" This next request is for sections 1, 6, 7 and 8 only +.\" (command return values (to shell)). +.\" .Sh EXIT STATUS +.\" .Sh EXAMPLES +.\" This next request is for sections 1, 6, 7, 8 and 9 only +.\" (fprintf/stderr type diagnostics). +.\" .Sh DIAGNOSTICS +.\" .Sh COMPATIBILITY +.\" This next request is for sections 2, 3 and 9 error and signal handling only. +.\" .Sh ERRORS +.\" .Sh SEE ALSO +.\" .Sh STANDARDS +.\" .Sh HISTORY +.\" .Sh AUTHORS +.\" .Sh BUGS diff --git a/share/misc/operator b/share/misc/operator new file mode 100644 index 000000000000..758737ba14f0 --- /dev/null +++ b/share/misc/operator @@ -0,0 +1,21 @@ +Operator Associativity +------------------------------------------------------------- +() [] -> . left to right +! ~ ++ -- - (type) * & sizeof new delete right to left +->* .* left to right +* / % left to right ++ - left to right +<< >> left to right +< <= > >= left to right +== != left to right +& left to right +^ left to right +| left to right +&& left to right +|| left to right +?: right to left += += -= *= /= %= <<= >>= &= ^= |= throw right to left +?: (C++, third operand) right to left +, left to right + +$FreeBSD$ diff --git a/share/misc/organization.dot b/share/misc/organization.dot new file mode 100644 index 000000000000..5b65bed42f54 --- /dev/null +++ b/share/misc/organization.dot @@ -0,0 +1,120 @@ +# $FreeBSD$ + +# This file is meant to show the infrastructural organization of the +# FreeBSD Project; what kind of teams we have and how they relate to +# each other. +# For a detailed description of the responsibilities and duties of the listed +# teams, please see our Administration page at +# http://www.freebsd.org/administration.html . +# +# The graphical output can be generated from this file with the following +# command: +# $ dot -T png -o file.png organization.dot +# +# The dot binary is part of the graphics/graphviz port. + +digraph org { + +node [color=lightblue2, style=filled, bgcolor=black]; + +# Meta-categories go here + +_devel [label="FreeBSD Developers"] +_admin [label="FreeBSD Infrastructure Administrators"] +_misc [label="Miscellaneous Hats"] + +# Development teams go here alphabetically sorted + +core [label="Core Team\ncore@FreeBSD.org\nwilko, brooks, keramida, imp,\ngnn, wes, hrs, murray,\nrwatson"] +coresecretary [label="Core Team Secretary\ncore-secretary@FreeBSD.org\njoel"] +doccommitters [label="Doc/www Committers\ndoc-committers@FreeBSD.org"] +doceng [label="Documentation Engineering Team\ndoceng@FreeBSD.org\nnik, blackend, hrs,\nmurray"] +portscommitters [label="Ports Committers\nports-committers@FreeBSD.org"] +portmgr [label="Port Management Team\nportmgr@FreeBSD.org\nmarcus, kris, erwin,\nlinimon, pav, krion"] +portmgrsecretary [label="Port Management Team Secretary\nportmgr-secretary@FreeBSD.org\nerwin"] +re [label="Primary Release Engineering Team\nre@FreeBSD.org\nmux, bmah, hrs, kensmith,\nmurray, rwatson, dwhite"] +realpha [label="FreeBSD/alpha Release Engineering Team\nre-alpha@FreeBSD.org\nwilko, murray, rwatson"] +reamd64 [label="FreeBSD/amd64 Release Engineering Team\nre-amd64@FreeBSD.org\nobrien"] +rei386 [label="FreeBSD/i386 Release Engineering Team\nre-i386@FreeBSD.org\nmurray, rwatson"] +reia64 [label="FreeBSD/ia64 Release Engineering Team\nre-ia64@FreeBSD.org\nmarcel"] +repc98 [label="FreeBSD/pc98 Release Engineering Team\nre-pc98@FreeBSD.org\nnyan"] +reppc [label="FreeBSD/ppc Release Engineering Team\nre-ppc@FreeBSD.org\ngrehan"] +resparc64 [label="FreeBSD/sparc64 Release Engineering Team\nre-sparc64@FreeBSD.org\njake, phk, tmm, obrien,\nkensmith, murray, rwatson"] +secteam [label="Security Team\nsecteam@FreeBSD.org\nmnag, remko, gnn, simon, philip,\ncperciva, csjp, des,\nnectar, rwatson"] +secteamsecretary [label="Security Team Secretary\nsecteam-secretary@FreeBSD.org\nremko"] +securityofficer [label="Security Officer Team\nsecurity-officer@FreeBSD.org\ncperciva, simon, nectar"] +srccommitters [label="Src Committers\nsrc-committers@FreeBSD.org"] + +# Admin teams go here alphabetically sorted + +accounts [label="Accounts Team\naccounts@FreeBSD.org\nmarkm, simon, kensmith,\ndhw"] +backups [label="Backup Administrators\nbackups@FreeBSD.org\nsimon, kensmith,\ndhw"] +bugmeister [label="Bugmeister Team\nbugmeister@FreeBSD.org\nceri, linimon, remko"] +clusteradm [label="Cluster Administrators\nclusteradm@FreeBSD.org\nbillf, simon, ps,\nkensmith, peter"] +cvsupmaster [label="CVSup Mirror Site Coordinators\ncvsup-master@FreeBSD.org\nkuriyama, jdp,\nkensmith"] +dcvs [label="CVS doc/www Repository Managers\ndcvs@FreeBSD.org\njoe, kuriyama, markm,\nsimon"] +dnsadm [label="DNS Administrators\ndnsadm@FreeBSD.org\nbillf, dg, ps,\nkensmith, peter"] +mirroradmin [label="FTP/WWW Mirror Site Coordinators\nmirror-admin@FreeBSD.org\nkuriyama, kensmith"] +ncvs [label="CVS src Repository Managers\nncvs@FreeBSD.org\njoe, kuriyama, markm,\nsimon, peter"] +pcvs [label="CVS ports Repository Managers\npcvs@FreeBSD.org\nmarcus, joe, kuriyama,\nmarkm, simon"] +perforceadmin [label="Perforce Repository Administrators\nperforce-admin@FreeBSD.org\nscottl, kensmith, gordon,\nrwatson, peter, dhw"] +postmaster [label="Postmaster Team\npostmaster@FreeBSD.org\njmb, brd, dhw"] +refadm [label="Reference Systems Administrators\nrefadm@FreeBSD.org\njake, billf, markm, simon,\nobrien, ps, kensmith,\npeter, dhw"] +webmaster [label="Webmaster Team\nwebmaster@FreeBSD.org\nnik, kuriyama, simon,\njesusr, wosch"] + +# Misc hats go here alphabetically sorted + +donations [label="Donations Team\ndonations@FreeBSD.org\nwilko, brueffer,\nobrien, trhodes, ds,\nrwatson"] +marketing [label="Marketing Team\nmarketing@FreeBSD.org\nSteven Beedle, Denise Ebery, deb,\njkoshy, Dru Lavigne, mwlucas, imp,\nKris Moore, murray, mattt,\nJeremy C. Reed, rwatson"] +vendorrelations [label="Vendor Relations Team\nvendor-relations@FreeBSD.org\nbrueffer, gioria, jmg, rik,\nphilip, hmp, marks,\nmurray"] + +# Here are the team relationships. +# Group together all the entries for the superior team. +# Keep the list sorted by the superior team entry. + +_admin -> accounts +_admin -> backups +_admin -> bugmeister +_admin -> clusteradm +_admin -> ncvs +_admin -> pcvs +_admin -> dcvs +_admin -> cvsupmaster +_admin -> dnsadm +_admin -> mirroradmin +_admin -> perforceadmin +_admin -> refadm +_admin -> postmaster +_admin -> webmaster + +_devel -> core + +_misc -> donations +_misc -> marketing +_misc -> vendorrelations + +core -> coresecretary +core -> doceng +core -> portmgr +core -> re +core -> securityofficer +core -> srccommitters + +doceng -> doccommitters + +portmgr -> portmgrsecretary +portmgr -> portscommitters + +re -> realpha +re -> reamd64 +re -> rei386 +re -> reia64 +re -> repc98 +re -> reppc +re -> resparc64 + +securityofficer -> secteam + +secteam -> secteamsecretary + +} diff --git a/share/misc/pci_vendors b/share/misc/pci_vendors new file mode 100644 index 000000000000..dff35950841d --- /dev/null +++ b/share/misc/pci_vendors @@ -0,0 +1,9713 @@ +; $FreeBSD$ +; +; Automatically generated by src/tools/tools/pciid/mk_pci_vendors.pl +; (with the -l option), using the following source lists: +; +; http://www.pcidatabase.com/reports.php?type=tab-delimeted +; http://members.datafast.net.au/dft0802/downloads/pcidevs.txt +; +; Manual edits on this file will be lost! +; +0000 Gammagraphx Inc +001A Ascend Communications Inc +0033 Paradyne Corp. +003D Real 3D (Was: Lockheed Martin-Marietta Corp) + 00D1 i740 PCI Graphics Accelerator +0070 Hauppauge Computer Works Inc. + 4000 WinTV PVR-350 + 4001 WinTV PVR-250 (v1) + 4009 WinTV PVR-250 + 4801 WinTV PVR-250 MCE +0071 Nebula Electronics Ltd +0100 Ncipher Corp. Ltd +0123 General Dynamics +0246 Addtron(??) +0315 SK - Electronics Co., Ltd. +0357 TTTech AG + 000A TTP-Monitoring Card V2.0 +0403 Future Technology Devices International Ltd +0432 SCM Microsystems Inc + 0001 Pluto2 DVB-T Receiver for PCMCIA [EasyWatch MobilSet] +045E Microsoft + 006E MN-510 802.11b wireless USB paddle + 00C2 MN-710 wireless USB paddle +0482 Kyocera +04CF Myson Century Inc + 8818 CS8818 USB2.0-to-ATAPI Bridge Controller with Embedded PHY +050D Belkin + 001A FSD7000 802.11g PCI Wireless card + 0109 F5U409-CU USB/Serial Portable Adapter + 7050 F5D7050 802.11g Wireless USB Adapter + 705C F5D7050 v4 +05A9 OmniVision + 8519 OV519 series +05E3 CyberDoor + 0701 CBD516 +066F Sigmatel Inc + 3410 SMTP3410 + 3500 SMTP3500 +0675 Dynalink + 1700 IS64PH ISDN Adapter + 1702 IS64PH ISDN Adapter + 1703 ISDN Adapter (PCI Bus, DV, W) + 1704 ISDN Adapter (PCI Bus, D, C) +067B Prolific Technology Inc + 2303 PL-2303 USB-to-Serial Converter + 3507 PL-3507 Hi-Speed USB & IEEE 1394 Combo to IDE Bridge Controller +069D Hughes Network Systems (HNS) +0700 Stream Machine +0721 Sapphire Inc +07CA AVerMedia Technologies Inc + B808 AVerTV DVB-T Volar (USB 2.0) +0815 LinTech GmbH + 0002 ELKA SO-PCI +0871 Berkom + FFA1 A1T HCF-PCI Card + FFA2 T-Concept HCF-PCI Card + FFA4 A4T + FFA8 Scitel Quadro +09C1 Arris + 0704 CM 200E Cable Modem +0A89 BREA Technologies Inc. +0B0B Rhino Equiment Corp. + 0105 Rhino R1T1 + 0205 Rhino R4FXO + 0206 RCB4FXO 4-channel FXO analog telphony card + 0305 Rhino R4T1 + 0405 Rhino R8FXX + 0406 RCB8FXX 8-channel modular analog telphony card + 0505 Rhino R24FXX + 0506 RCB24FXS 24-Channel FXS analog telphony card + 0605 Rhino R2T1 + 0705 Rhino R24FXS + 0706 RCB24FXO 24-Channel FXO analog telphony card + 0905 R1T3 Single T3 Digital Telephony Card + 0906 RCB24FXX 24-channel modular analog telphony card + 0A06 RCB672FXX 672-channel modular analog telphony card +0B49 ASCII Corporation + 064F Trance Vibrator +0E11 Compaq Computer Corp (Now owned by Hewlett-Packard) + 0001 PCI to EISA Bridge + 0002 PCI to ISA Bridge + 000F CPQB1A9 StorageWorks Library Adapter (HVD) + 0012 686P7 686P7 + 0046 Smart Array 64xx Controller + 0049 NC7132 Gigabit Upgrade Module + 004A NC6136 Gigabit Server Adapter + 007C NC7770 1000BaseTX + 007D NC6770 1000BaseTX + 0085 NC7780 1000BaseTX + 00BB NC7760 + 00C0 AIC-7899G 64-bit, 66MHz Dual Channel Wide Ultra3 SCSI Controller + 00CA NC7771 + 00CB NC7781 + 00CF NC7772 + 00D0 NC7782 + 00D1 NC7783 + 00E3 NC7761 + 0508 Netelligent 4/16 TR PCI UTP/STP Controller + 1000 Triflex/Pentium Bridge, Model 1000 + 2000 Triflex/Pentium Bridge, Model 2000 + 3032 QVision 1280/p v0 GUI Accelerator + 3033 QVision 1280/p v1 GUI Accelerator + 3034 QVision 1280/p v2 GUI Accelerator + 4000 Triflex Model 4000 Pentium Bridge + 4030 SMART-2/P + 4031 SMART-2SL + 4032 Smart Array 3200 + 4033 Smart Array 3100ES + 4034 Smart Array 221 + 4040 Integrated Array + 4048 Compaq Raid LC2 + 4050 Smart Array 4200 + 4051 Smart Array 4250ES + 4058 Smart Array 431 + 4070 Smart Array 5300 + 4080 Smart Array 5i + 4082 Smart Array 532 + 4083 Smart Array 5312 + 4091 Smart Array 6i + 409A Smart Array 641 + 409B Smart Array 642 + 409C Smart Array 6400 + 409D Smart Array 6400 EM + 6010 Model 6010 HotPlug PCI Bridge + 7020 USB Controller + A0EC Original Compaq fibre Channel HBA + A0F0 Advanced System Management Controller + A0F3 Triflex PCI to ISA PnP Bridge + A0F7 PCI Hot Plug Controller + A0F8 ZFMicro USB Open Host Controller + A0FC HPFC-5166A Tachyon TL 64-bit/66MHz Fibre Channel Adapter + AE10 Smart-2 Array Controller + AE29 MIS-L PCI to ISA Bridge + AE2A MPC CPU to PCI Bridge + AE2B MIS-E PCI to ISA PnP Bridge + AE31 System Management Controller + AE32 Netelligent 10/100 TX PCI UTP TLAN 2.3 + AE33 Triflex Dual EIDE Controller + AE34 Netelligent 10 T PCI UTP TLAN 2.3 + AE35 Integrated NetFlex 3/P TLAN 2.3 + AE40 Dual-port Netelligent 10/100 TX PCI TLAN 3.03 + AE43 Integrated Netelligent 10/100 TX PCI TLAN 2.3 + AE69 CETUS-L PCI to ISA Bridge + AE6C DRACO PCI Bridge + AE6D NorthStar CPU to PCI Bridge + B011 Dual Port Netelligent 10/100 TX + B012 Netelligent 10 T/2 UTP/Coax PCI + B01E NC3120 Fast Ethernet NIC + B01F NC3122 Fast Ethernet NIC + B02F NC1120 Ethernet NIC + B030 Netelligent WS 1500 10/100TX Embedded UTP/Coax Controller + B04A 699209-003 10/100TX WOL UTP Controller + B060 CISS SMART2 Array Controller + B0C6 NC3161 Fast Ethernet Embedded Controller with WOL + B0C7 NC3160 Fast Ethernet NIC + B0D7 NC3121 Fast Ethernet NIC (Rev A & B) + B0DD NC3131 Fast Ethernet NIC + B0DE NC3132 Fast Ethernet Module + B0DF NC6132 Gigabit Module + B0E0 NC6133 Gigabit Module + B0E1 NC3133 Fast Ethernet Module + B123 NC6134 Gigabit NIC + B134 NC3163 Fast Ethernet NIC + B13C NC3162 Fast Ethernet NIC + B144 NC3123 Fast Ethernet NIC + B163 NC3134 Fast Ethernet NIC + B164 NC3135 Fast Ethernet Upgrade Module + B178 CISSB SMART2 Array Controller + B196 0230 Conexant SoftK56 Modem + B1A4 NC7131 Gigabit Server Adapter + B200 Memory Hot-Plug Controller + B203 iLo Integrated Lights Out Processor + B204 iLo Integrated Lights Out Processor + F095 FCA2101 HP StorageWorks 2 Gb, 64-Bit/66-MHz PCI-to-Fibre Channel Host Bus Adapter for Windows 2000, Windows + F130 ThunderLAN 1.0 NetFlex-3/P + F150 ThunderLAN 2.3 NetFlex-3/P with BNC + F700 LP7000 Compaq/Emulex Fibre Channel HBA + F800 LP8000 64-bit Compaq/Emulex Fibre Channel HBA +0E55 HaSoTec GmbH +1000 LSI Logic (Was: Symbios Logic, NCR) + 0001 LSI53C810/A/AE PCI-SCSI I/O Processor + 0002 53C820 820 Fast-Wide-SCSI Adapter + 0003 LSI53C825/A/AE PCI to SCSI I/O Processor (Fast Wide) + 0004 53C815 815X Fast-SCSI Adapter + 0005 53C810AP,810ASP, 2081X Fast/Ultra/Wide SCSI Adapter + 0006 LSI53C860/860E PCI to Ultra SCSI I/O Processor + 000A LSI53C1510 PCI to Dual Channel Wide Ultra2 SCSI Controller (Nonintelligent mode) + 000B LSI53C896/7 PCI to Dual Channel Ultra2 SCSI Multifunction Controller + 000C LSI53C895 PCI to Ultra2 SCSI I/O Processor with LVD Link + 000D 53C885 Ultra Wide SCSI, Ethernet + 000F LSI53C875/E,LSI53C876/E PCI to Ultra SCSI I/O Processor + 0010 LSI53C1510 I2O-Ready PCI RAID Ultra2 SCSI Controller (Intelligent mode) + 0012 LSI53C895A PCI to Ultra2 SCSI Controller + 0013 LSI53C875A PCI to Ultra SCSI Controller + 0020 LSI53C1010-33 PCI to Dual Channel Ultra160 SCSI Multifunction Controller + 0021 LSI53C1000/1000R/1010R/1010-66 PCI to Ultra160 SCSI Controller + 0030 LSI53C1020/1030 PCI-X to Ultra320 SCSI Controller + 0031 LSI53C1030ZC PCI-X SCSI Controller + 0032 LSI53C1035 PCI-X to Ultra320 SCSI Controller + 0033 1030ZC_53c1035 PCI-X Fusion-MPT Dual Ultra320 SCSI + 0035 LSI53C1035 PCI-X SCSI Controller + 0040 LSI53C1035 LSI53C1035 PCI-X to Ultra320 SCSI Controller (RAID mode) + 0041 53C1035ZC PCI-X Fusion-MPT Dual Ultra320 SCSI + 0050 SAS 3000 series, 4-port with 1064 -StorPort + 0054 SAS 3000 series, 8-port with 1068 -StorPort + 0056 SAS 3000 series, 4-port with 1064E -StorPort + 0058 SAS 3000 series, 8-port with 1068E -StorPort + 005A SAS 3000 series, 6-port with 1066E -StorPort + 005C SAS1064A PCI-X Fusion-MPT SAS + 005E SAS 3000 series, 6-port with 1066 -StorPort + 0060 MegaRAID SAS 1078 + 0062 LSISAS1078 PCI-Express Fusion-MPT SAS + 008F 53C810 LSI 53C8xx SCSI host adapter chip + 0407 MegaRAID + 0408 MegaRAID + 0409 MegaRAID Family RAID Controller + 0411 MegaRAID Family RAID Controller + 0621 LSIFC909 Fibre Channel I/O Processor + 0622 LSIFC929 Dial Channel Fibre Channel I/O Processor + 0623 LSIFC929 Dual Channel Fibre Channel I/O Processor + 0624 LSIFC919 Single Channel Fibre Channel I/O Processor + 0625 LSIFC919 Single Channel Fibre Channel I/O Processor + 0626 LSIFC929X Dual Channel Fibre Channel I/O Processor + 0627 LSIFC929X Dual Channel Fibre Channel I/O Processor + 0628 LSIFC919X Single Channel Fibre Channel I/O Processor + 0629 LSIFC919X Single Channel Fibre Channel I/O Processor + 0630 LSIFC920 Fibre Channel I/O Processor + 0640 LSIFC949X Fibre Channel Adapter + 0642 LSIFC939X Fibre Channel Adapter + 0646 LSIFC949ES Fibre Channel Adapter + 0701 53C885 NT50 DigitalScape Fast Ethernet Adapter + 0702 Yellowfin G-NIC Gigabit Ethernet Controller + 0804 SA2010 + 0805 SA2010ZC + 0806 SA2020 + 0807 SA2020ZC + 0901 61C102 USB Controller + 1000 63C815 Fast SCSI Controller + 1001 53C895 Symbios Ultra2 SCSI controller + 1010 LSI 53C102000 Single channel SCSI controller + 1960 MegaRAID +1001 Kolter Electronic - Germany + 0010 PCI1616 Measurement Card with 32 digital I/O lines + 0011 ispLSI1032E OPTO-PCI, 16 IN / 16 OUT 24 VDC + 0012 ispLSI1032E PCI-AD, PCI-ADDA analog I/O-card + 0013 ispLSI1032E PCI-OptoRel, PCI-Relais 16 Relais & Opto + 0014 ispLSI1032E Timer, Pulse & Counter-card 16..32 bit + 0015 ispLSI1032E PCI-DAC416, 4 channel D/A16bit precision + 0016 ispLSI1032E PCI-MFB high-speed analog I/O + 0017 ispLSI1032E PROTO-3 PCI, digital I/O with chipselect + 0020 ispLSI1032E Universal digital I/O PCI-Interface +1002 ATI Technologies Inc + 0B12 ati 1900 ati 1900 + 3150 M24 1P Radeon Mobility X600 + 3151 FIREMV 2400 + 3152 Mobility Radeon X300 + 3154 M24 1T FireGL + 3171 FIREMV 2400 Secondary + 3E50 Radeon X600 Series + 3E54 RV380 FireGL V3200 + 3E70 Radeon X600 Series Secondary + 3E74 FIREGL V3200 Secondary + 4136 A3 Radeon IGP 320 + 4137 RS200 Radeon IGP 340 + 4144 Radeon 9500 Series (R300) + 4145 R300 Radeon 9200 (M+X) + 4146 Radeon 9700 (R300) + 4147 Fire GL Z1 AGP/Pro Video Accelerator (128 MB, 4P) + 4148 Radeon 9800 SE (R350) + 4149 Radeon 9500 Family + 414A Radeon 9800 Family + 414B Fire GL X2 + 4150 Radeon 9600 Series (V350) + 4151 Radeon 9600 (RV350) + 4152 Radeon 9600 XT (V350) + 4153 RV350 Radeon 9550 + 4154 Fire GL T2 + 4155 Fire GL T2 + 4156 Fire GL T2 + 4157 Fire GL T2 + 4158 200E17af Mach 32 + 4164 Radeon 9500 Series, secondary R300 (128bit mem bus) + 4165 Radeon 9700 Pro (R300 AE) - Secondary + 4166 Radeon 9600TX - Secondary + 4167 Fire GL Z1 AGP/Pro Secondary Video Accelerator (128 MB, 4P) + 4168 Radeon 9800 SE - Secondary (R350) + 4169 Radeon 9500 Family - Secondary + 4170 Radeon 9600 Series - Secondary + 4171 Radeon 9600 (RV350) - Secondary + 4172 RV360 Radeon 9600 XT - Secondary + 4173 RV350 Radeon 9550 - Secondary + 4174 FireGL T2 - Seocndary + 4175 Radeon 9600 Series Secondary + 4237 Radeon 7000 IGP + 4242 R200AIW All-In-Wonder 8500DV + 4243 Radeon 8500 DV OHCI FireWire Controller + 4336 rs200 Radeon IGP 320M + 4337 RS200M Mobility M6 (U2) + 4341 AD1981 AC'97 Audio Controller + 4342 IXP 150 HUB Bridge + 4345 IXP 150 EHCI USB Controller + 4347 IXP 150 OHCI USB Controller #1 + 4348 IXP 150 OHCI USB Controller #2 + 4349 IXP SB200 ATA Controller + 434C IXP 150 LPC Controller + 434D a75-s226 Agere Systems AC'97 Modem device + 4353 IXP SB200 SMBUS Controller + 4354 Mach64 CT (215CT222) + 4358 216l0sas25 Mach64 CX + 4361 AC'97 Audio Controller + 4363 IXP SB300 SMBUS Controller + 4369 IXP SB300 ATA Controller + 436D IXP SB300 AC'97 Modem Controller + 436E IXP SB300 Serial ATA Controller + 4370 IXP_AUDIO_400 IXP AC'97 Audio Controller + 4371 IXP SB400 PCI-PCI Bridge + 4372 IXP SB400 SMBus + 4373 IXP SB400 EHCI USB 2.0 Controller + 4374 IXP SB400 OHCI USB Controller + 4375 IXP SB400 OHCI USB Controller + 4376 ? Radeo SB400 = RS480 Southbridge/IDE Controller + 4377 IXP SB400 PCI-ISA Bridge + 4378 IXP SB400 AC'97 Modem Controller + 4379 IXP SB400 Serial ATA Controller + 437A IXP SB400 Serial ATA Controller + 437B OEM Intel Corporation& Microsoft UAA Bus Driver for High Definition Audio + 4380 IXP SB600 Serial ATA Controller + 4381 IXP SB600 Serial ATA RAID Controller + 4382 IXP SB600 AC'97 Audio Controller + 4383 IXP SB600 High Definition Audio Controller + 4384 IXP SB600 PCI to PCI Bridge + 4385 IXP SB600 SMBUS Controller + 4386 IXP SB600 USB Controller (EHCI) + 4387 IXP SB600 USB Controller (OHCI0) + 4388 IXP SB600 USB Controller (OHCI1) + 4389 IXP SB600 USB Controller (OHCI2) + 438A IXP SB600 USB Controller (OHCI3) + 438B IXP SB600 USB Controller (OHCI4) + 438C IXP SB600 ATA Controller + 438D IXP SB600 PCI to LPC Bridge + 438E IXP SB600 AC'97 Modem Controller + 4437 Radeon Mobility 7000 IGP + 4554 Mach64 ET + 4654 Mach64 VT 113--34004-104 + 4742 (GT-C2U2) ATI Rage Pro AGP 2X 8mb + 4744 Rage 3D Pro AGP 2x Rage 3D Pro AGP 2x + 4747 Rage 3D Pro GT-C2U2 + 4749 ATI 3D RAGE PRO AGP 2X (GT-C2U2) ATI ALL IN WONDER PRO (8MB) + 474C Rage XC PCI-66 k7 som+ + 474D Rage XL AGP 2x SLAT + 474E Rage XC AGP 2x + 474F Rage XL PCI-66 I Need Driver for the Chip + 4750 ATI 3D Rage Pro 215GP ATI 3D Rage Pro 215GP + 4751 Rage 3D Pro PCI (PQFP Package, Limited 3D) + 4752 Rage XL PCI + 4753 Rage XC PCI + 4754 Mach 64 VT Rage 3D II Graphics Accelerator + 4755 Rage 3D II+pci 3d rage 2 + dvd + 4756 Rage 3D IIC PCI [Mach64 GT IIC] (PQFP Package) + 4757 Rage 3D IIC AGP (BGA Package) + 4758 Mach64 GX (210888GX) + 4759 215r2qzua21 m3d agp card on agp slot + 475A Rage 3D IIC AGP (PQFP Package) + 4964 Radeon 9000 Series (RV250 Id) + 4965 Radeon 9000 Series (RV250 Ie) + 4966 RV250 Radeon 9000/9000 Pro + 4967 Radeon 9000 (RV250) + 496E RV250 Radeon 9000/9000 Pro - Secondary + 496F Radeon 9000 (RV250) - Secondary + 4A48 Radeon X800 Series (R420 JH) + 4A49 R423 Radeon X800 gt + 4A4A Radeon X800 Series + 4A4B Radeon X800 Series + 4A4C Radeon X800 Series (R420 JL) + 4A4D FireGL X3 (R420 JM) + 4A4E Radeon Mobility 9800 (M18 JN) + 4A4F Radeon X800 SE + 4A50 Radeon X800 XT Platinum + 4A54 Radeon X800 VE (R420) + 4A68 Radeon X800 Series Secondary + 4A69 Radeon X800 Series - Secondary + 4A6A Radeon X800 Series - Secondary + 4A6B Radeon X800 - Secondary + 4A6C Radeon X800 Series Secondary + 4A6D FIREGL X3-256 Secondary + 4A6F Radeon X800 SE Secondary + 4A70 Radeon X800 XT Platinum - Secondary + 4A74 Radeon X800 VE (R420) (Secondary) + 4B49 Radeon X850XT + 4B4A Radeon X850 SE + 4B4B Radeon X850 PRO + 4B4C Radeon X850XT-PE + 4B69 Radeon X850XT secondary + 4B6A Radeon X850 SE Secondary + 4B6B Radeon X850 PRO secondary + 4B6C Radeon X850XT-PE Secondary + 4C42 Rage 3D LT Pro AGP 133MHz (BGA-312 Package) + 4C44 Rage 3D LT Pro AGP Rage 3D LT Pro AGP 133 MHz + 4C45 Rage Mobility M3 AGP + 4C46 Rage Mobility M3 AGP 2x + 4C47 ati rage pro Rage 3D LT-G + 4C49 Rage 3D LT Pro PCI (BGA-312 Package) + 4C4D 01541014 Rage P/M Mobility AGP 2x + 4C4E 216lo sasa25 Rage Mobility l + 4C50 VEN_1002&DEV_4C50&SUBSYS_4C501002&REV_DC Rage 3D LT Pro PCI + 4C51 Rage 3D LT Pro PCI (BGA-256 Package, Limited 3D) + 4C52 1241243 Rage P/M Mobility agp + 4C53 216L0SASA25 Rage L Mobility PCI + 4C54 Mach64 LT (264LT) + 4C57 fdds Radeon Mobility M7 LW + 4C58 FireGL Mobility + 4C59 Mobility 6 Radeon Mobility M6 LY + 4C5A Radeon Mobility M6 LZ + 4C64 Radeon Mobility M9-GL + 4C65 Radeon Mobility 9000 (R250 Le) + 4C66 ATI MOBILITY RADEON 9000 (Microsoft Corporation - Radeon Mobility M9 + 4C67 Radeon Mobility 9000 (R250 Lg) + 4C6E Radeon Mobility 9000 - Secondary (R250 Ln) + 4D46 Rage Mobility 128 AGP 4x + 4D4C Rage Mobility 128 AGP + 4D50 Unified AVStream Driver + 4D51 Unified AVStream Driver + 4D52 ATI Theater 550 Pro ATI Theater 550 Pro + 4D53 Unified AVStream Driver + 4E44 Radeon 9700/Pro, 9500 Series (R300) + 4E45 Radeon 9700/9500 Series (R300) + 4E46 Radeon 9600TX (R300) + 4E47 Fire GL X1/Z1 AGP/Pro Video Accelerator (R300-WS) + 4E48 Radeon 9800 Pro (R350) + 4E49 Radeon 9800 (R350) (??) + 4E4A Radeon 9800 XT (R350) + 4E4B FGL9800XT ATI FIREGL X2-256T + 4E50 Mobility Radeon 9700 (M10 NP) (RV350) + 4E51 Mobility Radeon 9600 (M10 NQ) + 4E52 Mobility Radeon 9500/9600 (M10) (RV350) + 4E53 Radeon Mobility 9600 (M10 NS) + 4E54 Radeon Mobility M10 NT (RV350-WS) + 4E56 FireGL Mobility T2e (M11 NV) + 4E64 Radeon 9700/Pro, 9500 (R300) Series - Secondary + 4E65 Radeon 9700/9500 Series (R300) - Secondary + 4E66 Radeon 9600TX (R300) - Secondary + 4E67 Fire GL X1/Z1 AGP/Pro Secondary Video Accelerator + 4E68 Radeon 9800 Pro (R350) - Secondary + 4E69 Radeon 9800 (R350) - Secondary + 4E6A Radeon 9800 XT (R350) - Secondary + 4E6B FGL9800XT ATI FIREGL X2-256T Secondary + 4E71 Radeon Mobility 9600 (M10 NQ) (secondary) + 4F72 Radeon 9000 Series (RV250) + 4F73 Radeon 9000 Series (RV250) (Secondary) + 5041 gt Rage 128 Pro PA PCI + 5042 Rage 128 Pro PB AGP 2x + 5043 1231324445 Rage 128 Pro PC AGP 4x + 5044 Rage 128 PD/Pro PCI (TMDS) + 5045 Rage 128 PE/Pro AGP 2x (TMDS) + 5046 Rage 128 PF/Pro AGP 4x (TMDS) + 5047 215R3BUA22 3d Rage pro agp 2x + 5048 Rage 128 Pro PH AGP Rage 128 Pro PH AGP 2x + 5049 bk2.0.2.vr001.001.002.002.004.025.prt3.ty.t Rage 128 Pro PI AGP 4x + 504A Rage 128 Pro PJ PCI Rage 128 Pro PJ PCI (TMDS) + 504B Rage 128 Pro PK AGP Rage 128 Pro PK AGP 2x (TMDS) + 504C Rage 128 Pro PL AGP 4x (TMDS) + 504D Rage 128 Pro PM PCI Rage 128 Pro PM PCI + 504E Rage 128 Pro PN AGP Rage 128 Pro PN AGP 2x + 504F Rage 128 Pro PO AGP Rage 128 Pro PO AGP 4x + 5050 Rage 128 Pro PP PCI Rage 128 Pro PP PCI (TMDS) + 5051 Rage 128 Pro PQ AGP Rage 128 Pro PQ AGP 2x (TMDS) + 5052 Rage 128 Pro PR AGP Rage 128 Pro PR AGP 4x (TMDS) + 5053 Rage 128 Pro PS PCI Rage 128 Pro PS PCI + 5054 Rage 128 Pro PT AGP Rage 128 Pro PT AGP 2x + 5055 rage 128 pro agp 4x tmds rage 128 pro agp 4x tmds + 5056 Rage 128 Pro PV PCI Rage 128 Pro PV PCI (TMDS) + 5057 Rage 128 Pro PW AGP Rage 128 Pro PW AGP 2x (TMDS) + 5058 Rage 128 Pro PX AGP 4x (TMDS) + 5144 Radeon 7200 QD SDR/DDR Radeon 7200 QD SDR/DDR + 5145 Radeon QE + 5146 Radeon QF + 5147 Radeon QG + 5148 R200 Radeon R200 QH + 5149 Radeon R200 QI + 514A Radeon R200 QJ + 514B Radeon R200 QK + 514C R200 Radeon 8500 / 8500LE + 514D Radeon 9100 Series (R200) + 514E Radeon R200 QM + 514F Radeon R200 QN + 5154 Radeon 8500 R200 QT + 5155 Radeon 9100 R200 QU + 5157 Radeon 7500 Series (RV200) + 5158 radeon 9700 or 9200 Radeon 7500 QX + 5159 RV100 Radeon 7000 / Radeon VE + 515A Radeon VE QZ + 515E Radeon ES1000 Radeon ES1000 + 515F ES1000 + 5168 Radeon R200 Qh + 5169 Radeon R200 Qi + 516A Radeon R200 Qj + 516B Radeon R200 Qk + 516C Radeon 8500 / 8500LE + 516D Radeon 9100 Series (R200) - Secondary + 5245 215R46ASA22 Rage 128 GL PCI + 5246 Rage 128 PRO Rage 32MB + 5247 Rage 128 RG + 524B g01080-108 Rage 128 VR RK PCI + 524C Rage 128 VR RL AGP 2x + 5345 Rage 128 4x SE PCI + 5346 Rage 128 SF 4x AGP 2x Rage 128 SF 4x AGP 2x + 5347 Rage 128 SG 4x AGP 4x + 5348 Rage 128 4x SH + 534B Rage 128 SK PCI Rage 128 4x SK PCI + 534C Rage 128 SL AGP 2x Rage 128 4x SL AGP 2x + 534D Rage 128 SM AGP 4x Rage 128 4x SM AGP 4x + 534E Rage 128 4x + 5354 Mach 64 ST + 5446 Rage 128 PRO ULTRA Video Controller (VGA Compatible) + 544C Rage 128 Pro TL + 5452 Rage 128 Pro TR + 5453 Rage 128 Pro Ultra TS + 5454 Rage 128 Pro Ultra TT + 5455 Rage 128 Pro Ultra TU + 5460 RV370 Radeon X300 Mobility (M22) + 5461 Mobility Radeon X300 + 5462 Mobility Radeon X600 SE + 5464 FireGL GL (M22) + 5548 Radeon X800 (R423 UH) + 5549 Radeon X800 Pro + 554A Radeon X800 XT Platinum + 554B Radeon X800 SE + 554C R430 XTP + 554D R430 Radeon X800 XL + 554E Radeon X800 Series + 554F Radeon X800 Series + 5550 FireGL V7100 (R423) + 5551 R423GL-SE ATI FIREGL V5100 PCI-EX Primary + 5552 FireGL V5100 (R423 UR) + 5554 FireGL V7100 (R423 UT) + 5568 Radeon X800 Series Secondary + 5569 Radeon X800 Pro - Secondary + 556A Radeon X800 XT Platinum - Secondary + 556B Radeon X800 SE - Secondary + 556C R430 XTP Secondary + 556D R430 Radeon X800 XL - Secondary + 556E Radeon X800 Series - Secondary + 556F Radeon X800 Series - Secondary + 5570 FIREGL V7100 Secondary + 5571 R423GL-SE ATI FIREGL V5100 PCI-EX Secondary + 564A Mobility FIREGL V5000 (M26) + 564B Mobility FIREGL V5000 + 564F Mobility Radeon X700 XL PCIe (M26) + 5652 Mobility Radeon X700 + 5653 Mobility Radeon X700 + 5654 215VT2CA42 Mach 64 VT VIDEO XPRESSION + 5655 Mach 64 VT3 + 5656 Mach 64 VT4 PCI Mach 64 VT4 PCI + 5657 Radeon X550/X700 Series + 5673 Mobility Radeon X700 Secondary + 5677 Radeon X550/X700 Series Secondary + 5830 RS300/100 Host Bridge + 5831 RS300/133 Host Bridge + 5832 RS300/166 Host Bridge + 5833 Radeon IGP9100 RS300/200 Host Bridge + 5834 RS300 Radeon 9100 IGP + 5835 Mobility Radeon 9100 IGP (RS300M AGP) + 5838 Radeon 9100 IGP AGP Bridge + 5854 Radeon XPRESS 200 Series Secondary + 5874 Radeon XPRESS 200 Series Secondary + 5940 RV280 Radeon 9200 Pro - Secondary + 5941 RV280 ATI Radeon 9200 - Secondary + 5942 Radeon 9000U Family - Secondary + 5944 Radeon 9200SE PCI (RV280) + 5950 RS480 Host Bridge + 5951 Radeon Xpress 200 (RS480/RS482/RX480/RX482) Host bridge + 5952 CrossFire Xpress 3200 (RD580) Chipset Host Bridge + 5954 na ATI Radeon Xpress 200 Series - RS480 + 5955 ??? Mobility Radeon XPRESS 200 + 5956 RD790 GFX Dual Slot + 5957 RX790 GFX Single Slot + 5958 RD780 GFX Dual Slot + 5960 RV280 Radeon 9200 Pro + 5961 RV280 ATI RADEON 9200 se agp + 5962 Radeon 9000U Family + 5964 Radeon 9200 Radeon 9200 SE Series + 5965 Nvidia FireMV 2200 + 5969 ES1000 + 5974 Radeon XPRESS 200 Series + 5975 Radeon XPRESS 200M SERIES + 5978 RD790 PCI to PCI bridge (external gfx0 port A) + 5979 RD790 PCI to PCI bridge (external gfx0 port B) + 597A RD790 PCI to PCI bridge (PCIe gpp port A) + 597B RD790 PCI to PCI bridge (PCIe gpp port B) + 597C RD790 PCI to PCI bridge (PCIe gpp port C) + 597D RD790 PCI to PCI bridge (PCIe gpp port D) + 597E RD790 PCI to PCI bridge (PCIe gpp port E) + 597F RD790 PCI to PCI bridge (PCIe gpp port F) + 5980 RD790 PCI to PCI bridge (external gfx1 port A) + 5981 RD790 PCI to PCI bridge (external gfx1 port B) + 5982 RD790 PCI to PCI bridge (NB-SB link) + 5A10 RD890 GFX dual slot (2x16) PCI-e Hydra + 5A11 RD890 single slot GFX Hydra + 5A12 RD890 dual slot (2x8) PCI-e GFX Hydra + 5A13 RD890 PCI to PCI bridge (external gfx0 port A) + 5A14 RD890 PCI to PCI bridge (external gfx0 port B) + 5A15 RD890 PCI to PCI bridge (PCIe gpp port A) + 5A16 RD890 PCI to PCI bridge (PCIe gpp port B) + 5A17 RD890 PCI to PCI bridge (PCIe gpp port C) + 5A18 RD890 PCI to PCI bridge (PCIe gpp port D) + 5A19 RD890 PCI to PCI bridge (PCIe gpp port E) + 5A1A RD890 PCI to PCI bridge (PCIe gpp port F) + 5A1B RD890 PCI to PCI bridge (PCIe gpp port G) + 5A1C RD890 PCI to PCI bridge (PCIe gpp port H) + 5A1D RD890 PCI to PCI bridge (external gfx1 port A) + 5A1E RD890 PCI to PCI bridge (external gfx1 port B) + 5A1F RD890 PCI to PCI bridge (NB-SB link) + 5A30 RS400/100 Host Bridge + 5A31 RS400/133 Host Bridge + 5A32 RS400/166 Host Bridge + 5A33 RC410 Northbridge: Radeon Xpress 200 + 5A34 RS480 PCI-X Root Port + 5A36 RS480 PCI Bridge + 5A37 RS480 PCI Bridge + 5A38 RS480 PCI Bridge + 5A39 RS480 PCI Bridge + 5A3F RS480 PCI Bridge + 5A41 Radeon XPRESS 200 + 5A42 X200M SUBSYS_11821043&REV_00\4&1CF2FBB4&0&2808 + 5A43 Radeon XPRESS 200 Series Secondary + 5A61 Radeon XPress 200 (RC410) Radeon Xpress 200 (RC410) VGA card + 5A62 Radeon Xpress 200M (RS410) + 5A63 Radeon XPRESS 200 Series Secondary + 5B60 Radeon X300 ATI Technologies Inc RV370 5B60 [Radeon X300 (PCIE)] + 5B61 RV371 + 5B62 RV380 RADEON X600 Series 265MB + 5B63 Radeon X550 Series + 5B64 FireGL V3100 (RV370 5B64) + 5B65 FireGL D1100 (RV370 5B65) + 5B66 RV370X + 5B70 Radeon X300 Series - Secondary + 5B71 RV371 Secondary + 5B72 Radeon X600 Series - Secondary + 5B73 Radeon X550 Series - Secondary + 5B74 FireGL V3100 (RV370)- Secondary + 5B75 FIREMV 2200 Secondary + 5B76 RV370X Secondary + 5C61 bk-ati ver008.016m.085.006 Mobility Radeon 9200 + 5C63 RV280 (M9+) Mobility Radeon 9200 + 5D44 Radeon 9200 SE Series - Secondary (RV280) + 5D45 RV280 ATI FireMV 2200 PCI Secondary + 5D48 Mobility Radeon X800 XT + 5D49 Mobility FireGL V5100 + 5D4A Mobility Radeon X800 PCI-E Graphics adapter from Clevo D900T notebook + 5D4C R480 CONSUMER 4P + 5D4D Radeon XT850 Radeon XT850 + 5D4E Radeon X800 GT + 5D4F r480 x800gto 256 pci-e + 5D50 FIREGL V7200 + 5D52 Radeon X850 Series + 5D57 Radeon X800 XT + 5D6C R480 CONSUMER 4P Secondary + 5D6D Radeon X850 Series - Secondary + 5D6E Radeon X800 GT Secondary + 5D6F Radeon X850 Series - Secondary + 5D70 FIREGL V7200 Secondary + 5D72 Radeon X850 Series - Secondary + 5D77 Radeon X800 XT - Secondary + 5E48 FireGL V5000 (RV410) + 5E49 FireGL V3300 (RV410) + 5E4A Radeon X700 Series + 5E4B Radeon X700 Series + 5E4C Radeon X700 Series + 5E4D Radeon X700 Series + 5E4F Radeon X700 SE + 5E68 FIREGL V5000 Secondary + 5E6A Radeon X700 Series - Secondary + 5E6B Radeon X700 Series - Secondary + 5E6C Radeon X700 Series - Secondary + 5E6D Radeon X700 Series - Secondary + 5E6F Radeon X700 SE - Secondary + 5F57 Radeon X800XT PCIe (R423) + 700F A3/U1 PCI to AGP Bridge + 7010 RS200 PCI to AGP Bridge + 7100 Radeon X1800 Series + 7101 Mobility Radeon X1800 XT + 7102 Radeon Mobility X1800 + 7103 Mobility FireGL V7200 + 7104 FireGL V7200 (R520 GL) + 7105 R520 [FireGL] + 7106 Mobility FireGL V7100 + 7108 Radeon Mobility X1800 + 7109 Radeon X1800 Series - Secondary + 710A Radeon X1800 GTO + 710B Radeon X1800 + 710C Radeon X1800 + 710E FIREGL V7300 + 710F FIREGL V7350 + 7120 Radeon X1800 Series Secondary + 7124 FireGL V7200 (R520 GL) - Secondary + 7125 Radeon X1800 Series Secondary + 7128 Radeon X1800 Series Secondary + 7129 Radeon X1800 Series - Secondary + 712A Radeon X1800 GTO - Secondary + 712B Radeon X1800 Series Secondary + 712C Radeon X1800 Series Secondary + 712E FIREGL V7300 Secondary + 712F FIREGL V7350 Secondary + 7140 Radeon X1300 Series + 7141 RV505 + 7142 N/A Radeon X1300 Pro or X1550 + 7143 Radeon X1550 Series (RV505) + 7145 x1400 PCI\VEN_1002&DEV_7145&SUBSYS_20031028&REV_00\4&1C9EC085&0&0008 + 7146 N/A Radeon X1300 XGE + 7147 Radeon X1550 64-bit (RV505) + 7149 216CZJAKA12FAG ATI Mobility Radeon X1300, M52-64 + 714A Mobility Radeon X1300 + 714B Mobility Radeon X1300 + 714C Mobility Radeon X1300 + 714D Radeon X1300 (RV515) + 714E Radeon X1300 (RV515) + 714F RV505 + 7151 RV505 + 7152 FireGL V3300 (RV515GL) + 7153 FireGL V3350 (RV515GL) + 715E Radeon X1300 Series + 715F Radeon X1300 Series + 7160 Radeon X1300 Series - Secondary + 7161 RV505 Secondary + 7162 Radeon X1300 Series - Secondary + 7163 Radeon X1300 PRO Secondary + 7166 Radeon X1300 Series - Secondary + 7167 Radeon X1300 Series Secondary + 7169 M52 Secondary + 716D Radeon X1300 Series Secondary + 716E Radeon X1300 Series Secondary + 716F RV505 Secondary + 7171 RV505 Secondary + 7172 FireGL V3300 (RV515GL) Secondary + 717E Radeon X1300 Series Secondary + 717F Radeon X1300 Series Secondary + 7180 Radeon X1300 Series + 7181 Radeon X1600 Series (RV516XT) + 7183 RV505 Radeon X1300/X1550 Series + 7186 Mobility Radeon X1450 PCI\VEN_1002&DEV_7186&SUBSYS_12311043&REV_00\4&2D404BB6&0&0008 + 7187 Radeon 1300 Radeon 1300 + 718B Mobility Radeon X1350 + 718C Mobility Radeon X1350 + 718D Mobility Radeon X1450 + 718F Radeon X1300 Series + 7193 Radeon X1550 Series + 7196 Mobility Radeon X1350 + 719F Radeon X1550 Series + 71A0 Radeon X1300 Series Secondary + 71A1 Radeon X1600 Series (RV516XT) Secondary + 71A3 Radeon X1300 Series Secondary + 71A7 Radeon 1300 Radeon 1300 Secondary + 71B3 Radeon X1550 Series Secondary + 71C0 Radeon X1600 Series + 71C1 Radeon X1650 Series + 71C2 ATI X1600 Pro PCI-E ATI X1600 Pro PCI-E + 71C3 Radeon X1600 Series + 71C4 Mobility FIREGL V5200 + 71C5 RV530? Radeon X1600 Mobility + 71C6 Radeon X1650 Series (RV530 LE) + 71CD Radeon X1600 Series + 71CE Radeon X1600 PRO / X1300XT (RV530 VE) + 71D2 FIREGL V3400 + 71D5 Mobility Radeon X1700 (M66-P) + 71D6 Mobility Radeon X1700 (M66-XT) + 71DA FIREGL V5200 + 71DE RV530 SE + 71E0 Radeon X1600 Series Secondary + 71E1 Radeon X1650 Series Secondary + 71E2 Radeon X1600 Series Secondary + 71E3 Radeon X1600 Series Secondary + 71E5 M56 Secondary + 71E6 Radeon X1650 Series Secondary (RV530 LE) + 71ED Radeon X1600 Series Secondary + 71EE Radeon X1600 PRO / X1300XT Secondary (RV530 VE) + 71F2 FIREGL V3400 Secondary + 71FA FIREGL V5200 Secondary + 71FE RV530 SE Secondary + 7240 Radeon X1900 (R580) + 7241 Radeon X1900 (R580) + 7242 Radeon X1900 (R580) + 7243 Radeon X1900 (R580) + 7244 Radeon X1950XT Series + 7245 Radeon X1900 (R580) + 7246 Radeon X1900 (R580) + 7247 Radeon X1900 (R580) + 7248 Radeon X1900 (R580) + 7249 Radeon X1900 Series + 724A Radeon X1900 (R580) + 724B 180636911721 R580LE + 724C Radeon X1900 (R580) + 724D Radeon X1900 (R580) + 724E FireGL V7300/V7350 PCIe (R580) + 724F Radeon X1900 Series + 7260 Radeon X1950 Series Secondary + 7263 Radeon X1900 Series Secondary + 7264 Radeon X1950XT Series Secondary + 7265 Radeon X1900 Series Secondary + 7266 Radeon X1900 Series Secondary + 7267 Radeon X1900 Series Secondary + 7268 Radeon X1950 Series Secondary + 7269 Radeon X1900 Series Secondary + 726A Radeon X1900 Series Secondary + 726B Radeon X1900 Secondary + 726C Radeon X1900 Series Secondary + 726D Radeon X1900 Series Secondary + 726E FireGL V7300/V7350 PCIe (R580) - Secondary + 726F Radeon X1900 Series Secondary + 7280 Radeon X1950 Pro Radeon X1950 Pro Series AGP (0x7280) + 7288 Radeon X1950 GT + 7291 Radeon X1650 XT (PCIe) + 7293 Radeon X1650 Series + 72A0 Radeon X1950 Pro Secondary Radeon X1950 Pro Series AGP (0x72A0) + 72A8 Radeon X1950 GT (Secondary) + 72B1 Radeon X1650 XT (Secondary) (PCIe) + 72B3 Radeon X1650 Series (Secondary) + 7830 RS350/100 Host Bridge + 7831 RS350/133 Host Bridge + 7832 RS350/166 Host Bridge + 7833 RS350 Radeon 9100 Pro + 7834 Radeon 9000/9100 Pro IGP Series + 7835 Radeon Mobility 9200 IGP + 7838 Radeon 9100 IGP PCI/AGP Bridge + 7919 Radeon X1200 Series Audio Controller + 791E Radeon X1200 Series + 791F RS690 ATI Mobility Radeon x1250 + 793F Radeon X1200 Series (Secondary) + 7941 Radeon XPRESS 1300 + 7942 Radeon XPRESS 1300M + 7C37 Radeon 9600 SE (RV350 AQ) + 9876 ATI GTC (GT-C2U2) ATI 3D Rage Pro AGP 2X + CAB0 A3/U1 S2K CPU to PCI Bridge + CAB1 A3/U1 Slot1 CPU to PCI Bridge + CAB2 RS200 CPU to PCI Bridge + CAB3 R200 AGP Bridge [Mobility Radeon 7000 IGP] + CBB2 RS200 CPU to PCI Bridge +1003 ULSI Systems + 0201 0x0201 GUI Accelerator +1004 VLSI Technology + 0005 82C591/2-FC1 CPU Bridge + 0006 82C593 ISA Bridge + 0007 82C594 Wildcat System Controller + 0008 82C596/7 Wildcat PCI to ISA Bridge + 0009 82C597-AFC2 + 000C 82C541 + 000D 82C543 + 0100 dtdftdfz CPU to PCI Bridge for notebook + 0101 82C532 Peripheral Controller + 0102 82C534 PCI to PCI Bridge + 0103 82C538 PCI to ISA Bridge + 0104 82C535 CPU to PCI Bridge + 0105 82C147 IrDA Controller + 0200 82C975 RISC GUI Accelerator + 0280 82C925 RISC GUI Accelerator + 0304 SAA7785 ThunderBird PCI Audio Accelerator + 0305 QSound ThunderBird PCI Audio Gameport + 0306 QSound ThunderBird PCI Audio Support Registers + 0307 Thunderbird Avenger Audio Accelerator + 0308 Thunderbird Avenger GamePort Enumerator + 0702 VAS96011 Golden Gate II + 0703 Tollgate +1005 Advance Logic (ADL) Inc + 2064 ALG2032/2064 + 2128 ALG2364A + 2301 AVL2301 GUI Accelerator + 2302 ALG2302 GUI Accelerator + 2364 ALG2364 GUI Accelerator + 2464 ALG2364A + 2501 ALG2564A/25128A +1006 Reply Group +1007 Netframe Systems Inc. +1008 Epson +100A Phoenix Technologies Ltd. +100B National Semiconductors + 0001 DP83810 10/100 Fast Ethernet Adapter + 0002 PC87415 PCI-IDE DMA Master Mode Interface Ctrlr + 000E PC87560 Legacy I/O Controller + 000F CS4210 OHCI Compliant FireWire Controller + 0011 PC87560 PCI System I/O + 0012 USB Controller + 001B LM4560 Advanced PCI Audio Accelerator + 0020 DP83815/16 Fast Ethernet Adapter (MacPhyter/MacPhyter-II) + 0021 PC82440 PCI to ISA Bridge + 0022 DP83820/1 10/100/1000 Gigabit Ethernet Adapter + 0028 CS5535 Host bridge + 002A CS5535 GeodeLink PCI South Bridge + 002B CS5535 ISA Bridge + 002D 5535 Geode IDE Controller + 002E Castle (CS5535) GEODE - GX3 Audio + 002F Geode USB Controller + 0030 NSC Geode VGA Compatible Device + 0035 DP83065 [Saturn] 10/100/1000 Ethernet Controller + 0500 SCx200 LPC Bridge and GPIO + 0501 SCx200 SMI Status and ACPI + 0502 SC1100/SCx200 IDE Controller + 0503 SC1100/SCx200 XpressAUDIO + 0504 SCx200 Video Processor + 0505 SCx200 X-Bus Expansion Interface + 0510 SC1100 LPC Bridge and GPIO + 0511 SC1100 SMI Status and ACPI + 0515 SC1100 X-Bus Expansion Interface + D001 PC87410 PCI EIDE Controller (Single FIFO) +100C TSENG LABS Inc + 3202 ET4000W32P-A GUI Accelerator + 3205 ET4000W32P-B GUI Accelerator + 3206 ET4000W32P-C GUI Accelerator + 3207 ET4000W32P-D GUI Accelerator + 3208 ET6000 Graphics/Multimedia Engine + 4702 ET6300 +100D AST Research +100E Weitek + 0564 STPC Client Host Bridge + 55CC STPC Client South Bridge + 9000 P9000 WeitekPower GUI Accelerator + 9001 WeitekPower P9000 Viper + 9002 WeitekPower P9000 Viper + 9100 WeitekPower P9100 Viper +1010 Video Logic Ltd. +1011 Digital Equipment Corporation + 0001 DecChip 21050 PCI to PCI Bridge + 0002 DecChip 21040 "Tulip" Ethernet Adapter + 0004 DecChip 21030 "TGA" Graphics Accelerator + 0007 Zephyr NV-RAM + 0008 KZPSA SCSI to SCSI Adapter + 0009 DecChip 21140 Fast Ethernet Adapter + 000A DecChip 21230 Video Codec + 000C DC21130 PCI Integrated Graphics & Video Accel + 000D DecChip TGA2 PDXGB + 000F FDDI "DEFPA" + 0014 DecChip 21041 "Tulip Plus" Ethernet Adapter + 0016 ATM-Controller "DGLPB" + 0017 PV-PCI Graphics Controller (ZLXp-L) + 0019 DC21142/3 PCI/CardBus 10/100 Mbit Ethernet Ctlr + 001A Farallon PN9000SX Gigabit Ethernet + 0021 21052[-AB] PCI-PCI Bridge + 0022 21150-AA PCI to PCI Bridge + 0023 DC21150 PCI to PCI Bridge + 0024 21151/2 PCI to PCI Bridge + 0025 21153 PCI to PCI Bridge + 0026 21154 PCI to PCI Bridge + 0034 Modem56 CardBus + 0045 DC21553 PCI to PCI Bridge + 0046 21554 PCI-to-PCI Bridge + 1065 21285 Core Logic for StongArm SA-110 Microprocessor + 2000 3X-KPCON-AA Fault Mgr (3.3v/5v Universal PCI) +1012 Micronics Computers Inc. +1013 Cirrus Logic + 0038 FW82371EB pci + 0040 CL-GD7555 Flat Panel GUI Accelerator + 004C CL-GD7556 64-bit Accelerated LCD/CRT Controller + 00A0 CL-GD5440 GUI Accelerator + 00A2 CL-GD5432 Alpine GUI Accelerator + 00A4 CL-GD5434 Alpine GUI Accelerator + 00A8 CL-GD5434 Alpine GUI Accelerator + 00AC CL-GD5426 Video card (i guess?) + 00B0 CL-GD5440 + 00B8 CL-GD5446 64-bit VisualMedia Accelerator + 00BC CL-GD5480 64-bit SGRAM GUI accelerator + 00D0 CL-GD5462 Laguna VisualMedia graphics accelerator + 00D2 CL-GD5462 (Laguna I) + 00D4 CL-GD5455 Laguna 3D VisualMedia Graphics Accel + 00D5 CL-GD5464 Laguna BD + 00D6 CL-GD5465 Laguna 3D VisualMedia Graphics Accel + 00E8 CL-GD5436U + 1013 cs4610 accelerator do audio do pci de sound fusion + 1100 CL-PD6729 PCI-to-PC Card host adapter + 1110 CL-PD6832 PCMCIA/CardBus Controller + 1112 CL-PD6834 PCMCIA/CardBus Controller + 1113 CL-PD6833 PCI-to-CardBus Host Adapter + 1200 CL-GD7542 Nordic GUI Accelerator + 1202 CL-GD7543 Viking GUI Accelerator + 1204 CL-GD7541 Nordic-lite VGA Cntrlr + 4000 1085 Ambient CLM Data Fax Voice + 4400 CL-CD4400 Communications Controller + 6001 CS4610 CrystalClear SoundFusion PCI Audio Accelerator + 6003 Crystal CS4610/14/22/24/30 SoundFusion PCI Audio Accelerator + 6004 Crystal CS4615 SoundFusion PCI Audio Accelerator + 6005 Crystal CS4281 SoundFusion PCI Audio Accelerator + 9876 cirrus logic crystal CS 4614 SoundFusion PCI Audio Accelerator +1014 Elektronik + 0002 MCA Bridge MCA Bridge + 0005 Alta Lite CPU Bridge + 0007 Alta MP CPU Bridge + 000A Fire Coral PCI to ISA Bridge with PnP Port + 0017 CPU to PCI Bridge + 0018 Auto LANStreamer TR Auto LANStreamer + 001B GXT-150P Graphics Adapter + 001C Carrera + 001D 82G2675 scsi-2 fast pci adapter + 0020 PCI to MCA Bridge + 0022 82351/2 PCI to PCI Bridge + 002D Python + 002E ServeRAID I/II/3x/4H Coppertime RAID SCSI Adapter + 0031 2 Port Serial Adapter + 0036 Miami/PCI 32-bit LocalBus Bridge + 0037 IBM27-82660 PowerPC to PCI Bridge and Memory Ctrlr + 003A CPU to PCI Bridge + 003C GXT250P/GXT255P Graphics Adapter + 003E 85H9533 16/4 Token Ring Controller UTP/STP + 0045 SSA Adapter + 0046 MPIC Interrupt Controller + 0047 PCI to PCI Bridge + 0048 PCI to PCI Bridge + 0049 Warhead SCSI Controller + 004D IBM 3780IDSP MPEG-2 Decoder + 004E ATM Controller (14104E00) + 004F ATM Controller (14104F00) + 0050 ATM Controller (14105000) + 0053 85h9533 25 MBit ATM controller + 0054 GXT500P/GXT550P Graphics Adapter + 0057 85g1897 MPEG PCI Bridge + 005C i82557B 10/100 PCI Ethernet Adapter + 005D 05J3506 TCP/IP networking device + 005E GXT800P Graphics Adapter + 007C ATM Controller (14107C00) + 007D 3780IDSP MPEG-2 Decoder + 008B EADS PCI to PCI Bridge + 008E GXT3000P Graphics Adapter + 0090 GXT-3000P + 0091 SSA Adapter + 0095 20H2999 PCI Docking Bridge + 0096 Chukar chipset SCSI Controller + 009F PCI 4758 Cryptographic Accelerator + 00A1 PowerNP NPr2.7 ATM support device + 00A5 ATM Controller (1410A500) + 00A6 ATM 155MBPS MM Controller (1410A600) + 00B7 GXT2000 256-bit Graphics Rasterizer (Fire GL1) + 00B8 GXT2000P Graphics Adapter + 00BE ATM 622MBPS Controller (1410be00) + 00CE 02LI537 Adapter 2 Token Ring Adapter + 00DC Advanced Systems Management Adapter (ASMA) + 00F9 CPC700 Memory Controller and PCI Bridge + 00FC CPC710 PCI-64 Bridge + 0104 Gigabit Ethernet-SX Adapter + 0105 CPC710 PCI-32 Bridge + 010F Remote Supervisor+Serial Port+Mouse/Keyboard + 011B Raid controller + 0142 Yotta Video Compositor Input + 0144 Yotta Video Compositor Output + 0156 405GP PLB to PCI Bridge + 015E 622Mbps ATM PCI Adapter + 0160 64bit/66MHz PCI ATM 155 MMF + 016E GXT4000P Graphics Adapter + 0170 RC1000 Rasterizer/IBM GT1000 Geometr + 017D GXT300P Graphics Adapter + 0180 Snipe chipset SCSI Controller + 0188 EADS-X PCI-X to PCI-X Bridge + 01A2 82801 Modem: Intel Corporation 82440MX AC'97 Modem Controller (prog-if 00 [Generic]) + 01A7 IBM 133 PCI-X Bridge R1.1 + 01BD ServeRAID 4/5 Morpheus SCSI RAID Controller + 01C1 64bit/66MHz PCI ATM 155 UTP + 01E6 Cryptographic Accelerator + 01EF 440GP PLB to PCI-X Bridge + 01FF 10/100 Mbps Ethernet + 0219 Multiport Serial Adapter + 021B GXT6500P Graphics Adapter + 021C GXT4500P Graphics Adapter + 0233 GXT135P Graphics Adapter + 0266 PCI-X Dual Channel SCSI + 0268 Gigabit Ethernet-SX Adapter (PCI-X) + 0269 10/100/1000 Base-TX Ethernet Adapter (PCI-X) + 027F 440GX Embedded PowerPC CPU + 028C Citrine chipset SCSI Controller + 0295 NECSCE 11508082 IBM SurePOS Riser Card Function 0 + 0297 NECSCE 11508082 IBM SurePOS Riser Card Function 1 (UARTs) + 02A1 Calgary PCI-X Host Bridge + 0302 PCI-X Host Bridge + 0314 ZISC 036 Neural accelerator Card + 3022 QLA3022 Network Adapter + 4022 QLA3022 Network Adapter + FFFF MPIC 2 Interrupt Controller +1015 LSI Logic Corp of Canada +1016 Fujitsu ICL Personal Systems +1017 Spea Software AG + 5343 v7-mpeg modul SPEA 3D Accelerator +1018 Unisys Corporation +1019 Elitegroup Computer System + 1B10 sis-648D VIA chipset +101A NCR Corporation + 0005 8156 100VG/AnyLAN Adapter + 0009 Altera FLEX ??? Raid Controller ??? + 1DC1 Bynet +101B Vitesse Semiconductor +101C Western Digital + 0193 WD33C193A PCI-SCSI Bridge + 0196 WD33C196A PCI-SCSI Bridge + 0197 WD33C197A PCI-Wide SCSI Bridge + 0296 WD33C296A PCI-Wide SCSI Bridge + 3193 WD7193 Fast SCSI II Host Adapter + 3197 WD7197 Fast Wide SCSI II Host Adapter + 3296 WD7296a Fast Wide SCSI II Host Adapter + 4296 WD34C294 Wide Fast-20 SCSI Host Adapter + 9710 Pipeline 9710 + 9712 Pipeline 9712 + C24A 90C (??) +101E American Megatrends Inc. + 0009 MegaRAID 428 Ultra RAID Controller (rev 03) + 1960 80960RP i960RP Microprocessor + 9010 MegaRAID 428 Ultra Fast Wide SCSI RAID Controller + 9030 EIDE Controller + 9031 EIDE Controller + 9032 EIDE & SCSI Controller + 9033 I960 SCSI Controller + 9040 Multimedia card + 9060 MegaRAID 434 Ultra GT RAID Controller + 9063 MegaRAC Controller +101F PictureTel Corp. +1020 Hitachi Computer Electronics +1021 Oki Electric Industry +1022 Advanced Micro Devices (AMD) + 0058 SSA Adapter [Advanced SerialRAID/X] + 02BD Obsidian chipset SCSI controller + 0308 CalIOC2 PCI-E Root Port + 1100 (K8) Athlon 64/Opteron HyperTransport Technology Configuration + 1101 (K8) Athlon 64/Opteron Address Map + 1102 (K8) Athlon 64/Opteron DRAM Controller + 1103 (K8) Athlon 64/Opteron Miscellaneous Control + 1200 (Family 10h) Athlon 64/Opteron/Sempron HyperTransport Technology Configuration + 1201 (Family 10h) Athlon 64/Opteron/Sempron Address Map + 1202 (Family 10h) Athlon 64/Opteron/Sempron DRAM Controller + 1203 (Family 10h) Athlon 64/Opteron/Sempron Miscellaneous Control + 1204 (Family 10h) Athlon 64/Opteron/Sempron Link Control + 1300 (Family 11h) Athlon 64/Opteron/Sempron HyperTransport Technology Configuration + 1301 (Family 11h) Athlon 64/Opteron/Sempron Address Map + 1302 (Family 11h) Athlon 64/Opteron/Sempron DRAM Controller + 1303 (Family 11h) Athlon 64/Opteron/Sempron Miscellaneous Control + 1304 (Family 11h) Athlon 64/Opteron/Sempron Link Control + 2000 Am79C970/1/2/3/5/6 PCnet LANCE PCI Ethernet Controller + 2001 AM79C978 PCnet Single Chip Home Networking Controller 1/10Mbps + 2003 Am1772 Wireless LAN chipset + 2020 AM53C974 SCSI Bridge (AKA Qlogic Fast!SCSI Basic, Tekram DC-390) + 2040 AM79C974 Ethernet & SCSI Bridge + 2080 Conrad Kostecki + 2081 Unknown GeodeLX graphics adapter + 2082 GX3 Geode GX3 AES Crypto Driver + 208F CS5536 GeodeLink PCI South Bridge + 2090 CS5536 [Geode companion] ISA + 2091 CS5536 [Geode companion] FLASH + 2093 CS5536 CS5536 Audio Controller + 2094 CS5536 CS5536 OHCI USB Host Controller + 2095 CS5536 CS5536 EHCI USB Host Controller + 2096 CS5536 [Geode companion] UDC + 2097 CS5536 [Geode companion] UOC + 209A CS5536 CS5536 IDE Controller + 3000 Elan SC520 MicroController PCI Bus Host Brdge + 4361 AC'97 Audio + 5E4B RV410 Radeon X700 Pro + 7004 AMD-751 (Irongate) CPU to PCI Bridge (SMP Chipset) + 7006 AMD-751 Processor-to-PCI Bridge / Memory Ctrlr + 7007 AMD-751 AGP and PCI-to-PCI Bridge (1x/2x AGP) + 700A AMD-IGR4 AGP Host to PCI Bridge + 700B AMD-IGR4 AGP PCI to PCI Bridge + 700C AMD-762 CPU to PCI Bridge (SMP chipset) + 700D AMD-762 CPU to PCI Bridge (AGP 4x) + 700E AMD-761 CPU to PCI Bridge + 700F AMD-761 CPU to AGP Bridge (AGP 4x) + 7400 AMD-755 (Cobra) PCI to ISA Bridge + 7401 AMD-755 Bus Master IDE Controller + 7403 AMD-755 (Cobra) Power Management Controller + 7404 AMD-755 (Cobra) USB Open Host Controller + 7408 AMD-756 (Viper) PCI to ISA Bridge + 7409 AMD-756 (Viper) EIDE Controller + 740B AMD-756 (Viper) Power Management Controller + 740C AMD-756 (Viper) USB Open Host Controller + 7410 AMD-766 (ViperPlus) PCI to ISA/LPC Bridge + 7411 AMD-766 (ViperPlus) EIDE Controller + 7412 AMD-766 (ViperPlus) USB Controller + 7413 AMD-766 (ViperPlus) Power Management Controller + 7414 AMD-766 (ViperPlus) OpenHCD USB Host Controller + 7440 AMD-768 (Opus) PCI to ISA/LPC Bridge + 7441 AMD-768 (Opus) EIDE Controller + 7443 AMD-768 (Opus) ACPI Controller + 7445 AMD-768 (Opus) AC'97 Audio + 7446 AMD-768 (Opus) AC'97 Modem + 7448 AMD-768 (Opus) PCI Bridge + 7449 AMD-768 (Opus) USB Controller + 7450 AMD-8131 PCI-X Bridge + 7451 AMD-8131 PCI-X IOAPIC + 7454 AMD-8151 AGP Device (System Controller) + 7455 AMD-8151 AGP Bridge + 7458 AMD-8132 PCI-X Bridge + 7459 AMD-8132 PCI-X IOAPIC + 7460 AMD-8111 PCI Bridge + 7461 AMD-8111 USB 2.0 Controller + 7462 AMD-8111 Ethernet Controller + 7463 AMD-8111 USB Enhanced Host Controller + 7464 AMD-8111 USB OpenHCI Host Controller + 7468 AMD-8111 LPC Bridge + 7469 AMD-8111 UltraATA/133 Controller + 746A AMD-8111 SMBus 2.0 Controller + 746B AMD-8111 ACPI System Management Controller + 746D c-media cmi8738 Audio Controller + 746E AMD-8111 AC'97 Modem + 756B AMD-8111 ACPI Controller +1023 Trident Microsystems + 0194 82C194 CardBus Controller + 2000 4DWAVE-DX advanced PCI DirectSound accelerator + 2001 4D WAVE DX SOUND ACCELERATOR PCI Audio + 2100 Cyber-XP4 Video Accelerator + 2200 Volari V3 Video adapter + 8400 CyberBlade i7 sausgauos + 8420 51331071 compaq 100 + 8500 Cyber CyberBlade i1 AGP (51) + 8520 Trident Video Accelerator CyberBlade i1 windows 98 + 8620 CyberBlade-i1 trident + 8820 CyberBlade XP zczxzczx + 9320 TGUI9320 32-bit GUI Accelerator + 9350 TGUI9350 32-bit GUI Accelerator + 9360 Flat panel GUI Accelerator + 9382 Cyber9382 Reference Design + 9383 Cyber9383 Reference Design + 9385 Cyber9385 Reference Design + 9386 Cyber9386 Video Accelerator + 9388 Cyber9388 Video Accelerator + 9397 Cyber9397 Video Accelerator 3D + 939A Cyber9397DVD Video Accelerator + 9420 TGUI9420 DGi GUI Accelerator + 9430 TGUI9430 GUI Accelerator + 9440 TGUI9440 DGi GUI Accelerator + 9460 TGUI9460 32-bit GUI Accelerator + 9470 TGUI9470 + 9520 Cyber9520 Video Accelerator + 9525 Cyber9525 Video Accelerator + 9540 Cyber9540 Video Accelerator + 9660 TGUI9660XGi/968x/938x GUI Accelerator + 9680 TGUI9680 GUI Accelerator + 9682 TGUI9682 Multimedia Accelerator + 9683 TGUI9683 GUI Accelerator + 9685 ProVIDIA 9685 2MB VGA + 9750 3DImage 9750 PCI/AGP trident dgi + 9753 TGUI9753 Video Accelerator + 9754 TGUI9753 Wave Video Accelerator + 9759 TGUI975? Image GUI Accelerator + 9783 TGUI9783 + 9785 TGUI9785 + 9850 3D Image 9850 AGP 4mb + 9880 Blade 3D 9880 gggggg + 9910 00011178 CyberBlade XP + 9930 CyberBlade XPm +1024 Zenith Data Systems +1025 Acer Incorporated + 0028 AC97 ID:SIL REV:0x27, 08 Agere Systems soft modem chip + 1435 M1435 CPU to PCI & PCI to ISA Bridge + 1445 ALI M1445 VL to PCI Bridge & Enhanced IDE Adapter + 1449 ALI M1449 PCI to ISA Bridge + 1451 ALI M1451 Pentium Chipset + 1461 ALI M1461 P54C Chipset + 1489 ALI M1489 486 Chipset + 1511 ALI M1511 Aladdin + 1512 ALI M1512 Aladdin + 1513 ALI M1513 Aladdin + 1521 ALI M1521 Aladdin III CPU Bridge + 1523 ALI M1523 ISA Bridge + 1531 ALI M1531 Aladdin IV/IV+ North Bridge + 1533 ALI M1533 Aladdin IV/V ISA South Bridge + 1535 ALI M1535 Aladdin V+ PCI South Bridge + 1541 ALI M1541 Aladdin V/V+ AGP+PCI North Bridge + 1542 ALI M1542 Aladdin V/V+ AGP+PCI North Bridge + 1543 M1543C PCi South Bridge Aladdin IV+/V + 1561 ALI M1561 Northbridge [Aladdin 7] + 1621 ALI M1621 Aladdin Pro II PCI North Bridge + 1631 ALI M1631 Aladdin Pro III PCI North Bridge + 1641 ALI M1641 Aladdin Pro IV PCI North Bridge + 3141 ALI M3141 GUI Accelerator, 2 MB Video-RAM + 3143 ALI M3143 GUI Accelerator, 2 MB Video-RAM with DAC + 3145 ALI M3145 GUI Accelerator, 2 MB Video-RAM + 3147 ALI M3147 GUI Accelerator, 2 MB Video-RAM with DAC + 3149 ALI M3149 GUI Accelerator, 4 MB Video-RAM + 3151 ALI M3151 GUI Accelerator, 8 MB Video-RAM + 3307 ALI M3307 MPEG-1 Decoder + 3309 ALI M3309 MPEG Decoder + 3321 ALI M3321 MPEG-II Decoder + 5212 ALI M4803 + 5215 M5217 EIDE Controller + 5217 ALI M5217 I/O Controller + 5219 ALI M5219 I/O Controller + 5225 ALI M5225 EIDE Controller + 5229 ALI M5229 EIDE Controller + 5235 ALI M5235 I/O Controller + 5237 M5237 PCI USB Host Controller + 5239 ALI M5273 USB 2.0 Controller + 5240 EIDE Controller + 5241 PCMCIA Bridge + 5242 General Purpose Controller + 5243 PCI to PCI Bridge Controller + 5244 Floppy Disk Controller + 5247 ALI M1541 PCI to PCI Bridge + 5251 ALI M5251 P1394 OHCI Controller + 5427 ALI PCI to AGP Bridge + 5451 ALI M5451 PCI AC-Link Controller Audio Device + 5453 ALI M5453 PCI AC-Link Controller Modem Device + 7101 ALI M7101 PCI PMU Power Management Controller +1028 Dell Computer Corporation + 0001 PowerEdge 2 /Si Expandable RAID Controller (PERC) (SCSI) + 0002 PowerEdge 3/Di Expandable RAID Controller + 0003 PowerEdge 3/Si Expandable RAID Controller + 0004 PowerEdge 3/Si Expandable RAID Controller + 0005 PowerEdge 3/Di Expandable RAID Controller + 0006 PowerEdge 3/Di Expandable RAID Controller + 0007 Remote Assistant Card 3 + 0008 PowerEdge Expandable RAID Controller 3/Di + 000A PowerEdge 3/Di Expandable RAID Controller + 000C Embedded Systems Management Device 4 + 000E 000E PERC 4/DI Raid Controller + 000F PERC 4/Di RAID Controller + 0013 PERC 4e/Si and PERC 4e/Di Expandable RAID Controller + 0015 PERC 5/i RAID Controller Integrated RAID controller + 0287 DELL PERC 320/DC Adaptec 2200S SCSI RAID controller + 1000 FA82537EP A Intel 537 epg v.92 modem repackaged by dell +1029 Siemens Nixdorf AG +102A LSI Logic, Headland Division + 0000 HYDRA Pentium PCI Chipset (MPI) + 0010 ASPEN 486 PCI Chipset + 0310 L64364 ATMizer r II+ ATM-SAR Chip +102B Matrox Electronic Systems Ltd. + 0010 MGA-I (Impression??) + 0518 MGA-PX2085 Atlas GUI Accelerator + 0519 MGA-2064W Storm (Millennium board) + 051A mga-1164sg-a Hurricane/Cyclone 64-bit graphics chip + 051B MGA-2164W Millennium II PCI + 051E MGA-1164SG Mystique 220 AGP + 051F MGA-2164WA Millennium II AGP + 0520 Matrox lnc MGA-G200B Eclipse/Calao + 0521 Matrox lnc MGA-G200B Eclipse/Calao + 0525 MGA G450 Dual Head Chip of G450 graphics card + 0527 Parhelia AGP + 0528 Parhelia Parhelia 128MB/256MB/PCI/HR256 + 0D10 MGA-I Athena (Ultima/Impression board) + 1000 MGA-G100 Chipset PCI + 1001 MGA-G100 Twister AGP + 1525 Fusion G450 AGP + 1527 Fusion Plus G800 AGP + 2007 Mistral GUI+3D Accelerator + 2527 MGA-G550 AGP Chipset + 2537 Parhelia-LX Parhelia Chipset AGP + 2538 Millennium P650 Series + 4536 Meteor 2 STD/MC/Dig Video Capture Card + 6573 Shark 10/100 Multiport Switch NIC + 80A0 RT.x10 Multimedia Device + 9876 RT 2000 Multimedia device +102C Asiliant (Chips And Technologies) + 00B8 64310 Wingine DGX - DRAM Graphics Accelerator + 00C0 69000 AGP/PCI Flat Panel/CRT VGA Accelerator + 00D0 F65545 Flat Panel GUI Accelerator + 00D8 65540 Flat Panel/CRT VGA Controller + 00DC F65548 Flat Panel GUI Accelerator + 00E0 F65550 HiQV32 GUI Accelerator + 00E4 65554 Flat Panel/LCD CRT GUI Accelerator + 00E5 F65555 HiQVPro GUI Accelerator + 00F0 68554 GUI Controller + 00F4 F68554 HiQVision GUI Controller + 00F5 68555 GUI Controller + 01E0 65560 PCI Flat Panel/CRT VGA Accelerator + 0C30 69030 AGP/PCI Flat Panel/CRT VGA Accelerator +102D Wyse Technologies + 50DC 3328 Audio +102E Olivetti Advanced Technology +102F Toshiba America + 0009 r4x00 CPU Bridge + 000A TX3927 CPU Bridge? + 0020 Meteor 155 ATM PCI Adapter + 0030 TC35815CF PCI 10/100 Mbit Ethernet Controller + 0031 TX4938 Integrated 10/100 Mbit Ethernet Controller + 0105 TC86C001FG GOKU-S Bus Master IDE Controller + 0106 TC86C001FG GOKU-S USB Host Controller + 0107 TC86C001FG GOKU-S USB Device Controller + 0108 TC86C001FG GOKU-S I2C Bus/SIO/GPIO Controller + 0180 TX4927 MIPS Processor + 0181 TX4925 MIPS RISC PCI Controller (PCIC) + 0182 TX4937 MIPS RISC PCI Controller (PCIC) +1030 TMC Research +1031 miro Computer Products AG + 5601 MiroVIDEO DC20 Video I/O & JPEG + 5607 2IVDC-PCX1 1250400 033893932 video in and out with motion jpeg compression and deco + 5631 Media 3D + 6057 MiroVIDEO DC10/DC30 DC30D-601601-4.0 +1032 Compaq +1033 NEC Electronics Hong Kong + 0001 upD98409 PCI to 486 like bus Bridge + 0002 PCI to VL98 Bridge + 0003 ATM Controller + 0004 R4000 PCI bus Bridge + 0005 PCI to 486 like peripheral bus Bridge + 0006 GUI Accelerator + 0007 PCI to ux-bus Bridge + 0008 GUI Accelerator (vga equivalent) + 0009 GUI Accelerator for 98 + 001A [Nile II] + 001D uPD98405 NEASCOT-S20 ATM Integrated SAR Controller + 0021 Vrc4373 [Nile I] + 0029 PoverVR PCX1 3D Accelerator + 002A PoverVR 3D Accelerator + 002F NEC D72874GC 1394 Host Controller + 0035 udp9210 Dual OHCI controllers plus Single EHCI controller + 0036 uPD98409 NEASCOT-S40C ATM Light SAR Controller + 003E uPD66369 NAPCCARD CardBus Controller + 0046 PoverVR PCX2 3D Accelerator + 005A Vrc5074 [Nile 4] + 0063 uPD72862 Firewarden OHCI Compliant FireWire Controller + 0067 PowerVR Neon 250 PowerVR series II graphics processor + 0074 56k Voice Modem + 009B Vrc5476 + 00BE VR4122 64-bit CPU with Northbridge + 00CD uPD72870 IEEE1394 1-Chip OHCI Host Controller + 00CE uPD72871/2 IEEE1394 1-Chip OHCI Host Controller + 00E0 uPD720100A/101 USB 2.0 Enhanced Host Controller + 00E7 uPD72874 IEEE1394 OHCI 1.1 2-port PHY-Link Ctrlr + 00F2 D72874GC IEEE1394+OHCI+1.1+3-port+PHY-Link+Ctrlr + 013A Angel Family MPEG Device + 0520 NEC D72874GC 1394 CARD +1034 Burndy/Framatome Connectors USA Ltd +1035 Industrial Technology Research +1036 Future Domain Corp + 0000 TMC-18XX/TMC-3260 SCSI-2 Controller (36c70) +1037 Hitachi Micro Systems Inc +1038 AMP Incorporated +1039 Silicon Integrated Systems (SiS) + 0001 SiS730 Virtual PCI-to-PCI bridge (AGP) + 0002 6202 Virtual PCI to PCI Bridge (AGP) + 0003 SiS760 Virtual PCI to PCI Bridge (AGP) + 0005 Pentium chipset + 0006 SiS 85C501 PCI/ISA Cache Memory Controller (PCMC) + 0008 SiS PCI to ISA Bridge (LPC Bridge) + 0009 SiS600 Power Management Controller + 0016 SiS961/962 SMBus Controller + 0018 SiS950 PCI to ISA Bridge (LPC Bridge) + 0180 SiS180 IDE UDMA Controller + 0181 SiS181 RAID Controller + 0182 SiS182 RAID Controller + 0191 SIS191 SIS191 + 0200 SiS5597/98 Onboard Graphics Controller + 0204 SiS 6215 PCI + 0205 SiS6205 GUI Accelerator with RAM-DAC, UMA-Support + 0300 SiS300/SiS305 GUI Accelerator+3D + 0305 SiS305 2D/3D/Video/DVD Accelerator + 0315 SiS 315 2D/3D Accelerator + 0325 SiS330 2D/3D Accelerator + 0330 SiS330 Xabre 2D/3D Accelerator + 0406 85C501 PCI/ISA Cache Memory Controller (PCMC) + 0496 85C496 CPU to PCI & PCI to ISA Bridge + 0530 SiS530 Host-to-PCI bridge + 0540 SiS540 Host-to-PCI Bridge + 0550 SiS550/1/2 CPU to PCI Bridge + 0596 SiS596 Pentium PCI chipset with IDE + 0597 SiS5513 EIDE Controller (step C) + 0601 SiS83C601 PCI Enhanced IDE Controller + 0620 SiS620 Host-to-PCI Bridge + 0630 SiS630 Host-to-PCI Bridge + 0635 SiS 635 Host-to-PCI Bridge + 0640 SiS 640 Host-to-PCI Bridge + 0645 SiS 645 Host-to-PCI Bridge + 0646 SiS645DX Host-to-PCI Bridge + 0648 SiS648MX Host-to-PCI Bridge + 0649 SiS648FX(??) CPU to PCI Bridge + 0650 SiS961 Host-to-PCI Bridge + 0651 SiS651 Host-to-PCI Bridge + 0652 SiSM650(??) CPU to PCI Bridge + 0655 SiS655 Host-to-PCI Bridge + 0656 ??? CPU to PCI Bridge + 0658 SiS R658 CPU to PCI Bridge + 0659 SiS R659 CPU to PCI Bridge + 0660 Host-to-PCI Bridge + 0661 SiS661FX CPU to PCI Bridge + 0662 ??? CPU to PCI Bridge + 0663 ??? CPU to PCI Bridge + 0730 SiS 730 Host-to-PCI Bridge + 0735 SiS 735 Host-to-PCI Bridge + 0740 SiS740 CPU to PCI Bridge + 0741 SiS741 CPU to PCI Bridge + 0745 SiS745 Host-to-PCI Bridge + 0746 SiS746 Host-to-PCI Bridge + 0748 SiS748 CPU to PCI Bridge + 0750 SiS750 CPU to PCI Bridge + 0755 SiSM650? Host-to-PCI Bridge + 0756 SiS755FX CPU to PCI Bridge + 0760 SiS760 Athlon 64 CPU to PCI Bridge + 0761 ??? Athlon 64 CPU to PCI Bridge + 0762 ??? Athlon 64 CPU to PCI Bridge + 0900 SiS900 sis 900 and integrated lan + 0901 Device ID = 0900 SiS900 SiS900 10/100 Ethernet Adapter + 0962 SiS962 LPC Bridge + 0963 SiS963 PCI to ISA Bridge (LPC Bridge) + 0964 SiS964 LPC Bridge + 0999 sis950 pci\ven_1039&subsys_200b163&rev_a0\3&61aaa01\0&17 + 1039 SiS5597 SiS5597 SVGA + 1182 SiS965/966 182/1182 RAID Controller + 1184 SiS Storport AHCI Controller + 3602 SiS83C602 EIDE Controller + 5107 SiS5107 Hot Docking Controller + 5300 SiS540 PCI Display Adapter + 5315 SiS530/1/2 GUI Accelerator + 5401 SiS5401 486 PCI Chipset + 5511 SiS5511/5512 PCI/ISA System Memory Controller + 5513 SiS5513 EIDE Controller (A,B step) + 5517 SiS5517 Pentium Chipset, CPU to PCI Bridge + 5518 SiS5518 UDMA IDE Controller + 5571 SiS5571 Pentium Chipset, CPU to PCI Bridge + 5581 SiS5581 Pentium Chipset + 5582 SiS5582 PCI to ISA Bridge + 5591 SiS5591/2 CPU to PCI Bridge + 5596 SiS5596 PCI, Memory & VGA Controller + 5597 SiS5597 Host to PCI bridge + 5600 SiS600 Host-to-PCI Bridge + 5630 SiS630 Host-to-PCI Bridge + 6204 SiS6204 Video decoder & MPEG interface + 6205 SiS6206 PCI VGA Controller + 6225 SiS 950 m2284dxs PCI Graphics & Video Accelerator + 6236 SiS6236 AGP GUI Accelerator+3D + 6300 SiS630/730 GUI Accelerator+3D + 6306 SiS530/620 Integrated 3D SVGA Controller + 6325 SiS650/1/GL/GX,740 GUI 2D/3D Accelerator + 6326 1039 AGP/PCI Graphics & Video Accelerator + 6330 SiS661FX/M661FX/760/741/M760/M741 GUI 2D/3D Accelerator + 6342 SiS662/760GX/761/761GX + 7001 SiS5597/8 Universal Serial Bus Controller + 7002 SiS7002 USB 2.0 Enhanced Host Controller + 7005 SiS551/552 Memory Stick Controller + 7007 SiS OHCI Compliant FireWire Controller + 7012 SiS7012 PCI Audio Accelerator + 7013 SiS7013 Smart Link 56K Voice Modem + 7015 SiS550/1/2 Software Modem + 7016 SiS7016 10/100 Ethernet Adapter + 7018 SiS7018 PCI Audio Accelerator + 7019 SiS550/1/2 Hardware Audio + 7300 SiS730 GUI Accelerator + 3D + 9876 sis6215 pci vga card for winxp +103A Seiko Epson Corporation +103B Tatung Corp. Of America +103C Hewlett-Packard Company + 1005 A4977A Visialize EG + 1008 Donner GFX 001 + 100A hpVisualizeFX Hewlett-Packard VisualizeFX Series Video + 1028 Tachyon TL Fibre Channel Adapter + 1029 HPFC-5200B Tachyon XL2 Fibre Channel Adapter + 102A Tach TS Tachyon TS Fibre Channel Host Adapter + 1030 J2585A DeskDirect 10/100VG LAN Adapter + 1031 J2585B222 DeskDirect 10/100 NIC + 1040 J2973A DeskDirect 10BaseT NIC + 1041 J2585B DeskDirect 10/100VG NIC + 1042 J2970A DeskDirect 10BaseT/2 NIC + 1048 SAS + 1049 DIVA1 + 104A DIVA2 + 104B SP2 + 104D J3242A EL-10 Ethernet Adapter + 1064 79C970 PCnet Ethernet Controller + 10C1 NetServer Smart IRQ Router + 10ED TopTools HP Communications Port + 1200 82557B 10/100 NIC + 1219 NetServer PCI Hot-Plug Controller + 121A NetServer SMIC Controller + 121B NetServer Legacy COM Port Decoder + 121C NetServer PCI COM Port Decoder + 1229 zx1 System Bus Adapter + 122A zx1 I/O Controller + 122B zx1 Local Bus Adapter + 12FA Broadcom BCM4306 Broadcom Wireless miniPCI in a HP laptop + 2910 E2910A PCI Bus Exerciser + 2920 Fast Host Interface + 2924 E2924A PCI Host Interface Adapter + 2925 E2925A 32 bit PCI Bus Exerciser and Analyzer + 2926 E2926A 64 bit PCI Bus Exerciser and Analyzer + 2927 E2927A 64 Bit, 66/50MHz PCI Analyzer & Exerciser + 2940 E2940A 64 bit, 66/50MHz CompactPCI Analyzer&Exerciser + 3220 P600 P600 SmartArray Raid Controller + 3222 Smart Array Controller + 3230 Smart Array P400 Controller Smart Array P400 Controller + 3238 Smart Array E200/E200i Controller + 3302 unknown unknown +103E Solliday Engineering +103F Logic Modeling (Synopsys) +1040 AccelGraphics Inc (Kubota Pacific) +1041 Computrend +1042 Micron (Was: PC Technology Inc) + 1000 RZ1000 EIDE Controller + 1001 RZ1001 EIDE Controller + 3000 Samurai 0 CPU to PCI Bridge + 3010 Samurai 1 CPU to PCI Bridge + 3020 Samurai IDE Controller + 3030 MT82P664 Samurai 64M2 North Bridge + 3120 Samurai-DDR CPU to PCI Bridge + 3130 Samurai-DDR AGP Controller +1043 Asustek Computer Inc. + 0675 P4P-800X Cologne Chip +1044 Adaptec (Formerly: Distributed Processing Technology (DPT)) + 1012 Domino RAID Engine + A400 DPT 2124/9X SmartCache III/RAID SCSI Controller + A500 PCI Bridge + A501 I2O SmartRAID V Controller + A511 Raptor SmartRAID Controller +1045 OPTi Inc. + A0F8 82C750 Vendetta Chipset USB Controller + C101 82C264 GUI Accelerator + C178 82C178 pci usb card 2- port + C556 82C556 Viper + C557 82C557/8 Viper-M Pentium Bridge + C558 82C558 Viper PCI to ISA Bridge with PnP + C567 82C750 Vendetta Chipset (Viper Max) CPU to PCI Bridge + C568 82C750 Vendetta Chipset (Viper Max) PCI to ISA Bridge + C569 82C579 Viper XPress+ Chipset, Pentium to PCI Bridge + C621 82C621 IDE Controller (Single FIFO) + C700 82C700 82C700 FireStar PCI to ISA Bridge + C701 82C701 FireStar mobile chipset: host bridge + C814 82C814 FireBridge II Docking Station Controller + C822 82C822 CPU to PCI & PCI to ISA PnP bridge + C824 82C824 FireFox PC-Card CardBus Controller + C825 82C825 function 0 PCI-to-ISA Bridge + C832 82C832 CPU to PCI Bridge and PCI to ISA Bridge + C861 82C861 FireLink PCI-to- 5 x USB Bridge( usb1.1 ) + C881 82C881 FireLink 1394 OHCI Firewire Link Controller + C895 82C895 + C935 82C935 MachOne integrated PCI audio processor + D568 82C825 FireBridge II PCI EIDE Controller + D768 82C750 Vendetta Chipset UDMA EIDE Controller +1046 IPC Corporation LTD +1047 Genoa Systems Corp. +1048 ELSA GmbH + 0253 0x0c92 ELSA GLADIAC 528 + 0C60 Elsa Gladiac MX NVidia Geforce 2 MX + 0C71 Elsa Gladiac 721 NVidia GeForce3 Ti 200 + 1000 Quick Step 1000 ISDN Controller + 3000 QuickStep 3000 ISDN Controller + 8901 ELSA GLoria XL +1049 Fountain Technology +104A ST Microelectronics (SGS Thomson) + 0008 STG 2000X diamond + 0009 STG 1764X + 0010 STG4000 PowerVR KYRO series 3 graphics processor + 0209 STPC Consumer/Industrial North/South Bridge + 020A STPC Atlas/Consumer-S/Consumer-II/Elite North Bridge + 0210 STPC Atlas ISA Bridge + 021A STPC Consumer-S/Elite ISA Bridge + 021B STPC Consumer-II ISA Bridge + 0228 STPC Atlas IDE Controller + 0230 STPC Atlas USB Controller + 0500 ST70137 ADSL + 0981 DEC-Tulip Compatible 10/100 Ethernet Adapter + 1746 STG 1746X + 2774 STE10/100A PCI 10/100 Ethernet Controller with PHY + 3520 MPEG-II Video Decoder +104B Mylex / Buslogic + 0140 BT-946C PCI-SCSI-2 MultiMaster + 1040 BA80c30 PCI-SCSI MultiMaster + 8130 BT-930/932/950/952 FlashPoint LT/DL/LW/DW Ultra(wide) SCSI +104C Texas Instruments (TI) + 014E 4610,4515,4610fm device + 0500 TNETE100A/110A/211 ThunderLAN 100 Mbit LAN Controller + 0508 TI380PCI PCI interface for TI380 compressors + 1000 TI PCI Eagle i/f AS + 104C PCI1510 PC Card CardBus Controller + 3D04 TVP4010 Permedia + 3D07 TVP4020 AGP Permedia 2 + 8000 TSB12LV21 LYNX IEEE1394 FireWire Host Controller + 8009 TSB12LV22 OHCI-Lynx PCI IEEE 1394 Host Controller + 8010 TSB12LV26 OHCI-Lynx IEEE 1394 Host Controller + 8011 PCI4450 OHCI-Lynx IEEE-1394 FireWire Controller + 8017 PCI4410A OHCI-Lynx IEEE-1394 FireWire Controller + 8019 TSB12LV23 OHCI-Lynx PCI IEEE 1394 Host Controller + 8020 TSB12LV26 OHCI-Lynx PCI IEEE 1394 Host Controller + 8021 TSB43AA22xxx 1394a-2000 OHCI PHY/Link Layer Ctrlr xxx + 8022 TSB43AB22 1394a-2000 Controller (PHY/Link) + 8023 TSB43AB21/A IEEE1394a-2000 OHCI PHY/Link-Layer Ctrlr + 8024 TSB43AB23 1394a-2000 OHCI PHY/link-layer Controller + 8025 TSB82AA2 1394b OHCI-Lynx IEEE 1394 Host Controller + 8026 TSB43AB21 1394a-2000 OHCI PHY/link-layer Controller + 8027 PCI4451 OHCI-Lynx IEEE-1394 FireWire Adapter + 8029 ??? OHCI Compliant IEEE-1394 FireWire Controller + 802E PCI7420 1394a-2000 OHCI Two-Port PHY/Link-Layer Controller + 8031 PCIxx21/x515 Cardbus Controller + 8032 OHCI Compliant IEEE-1394 FireWire Controller + 8033 PCIxx11/21 Integrated FlashMedia Controller + 8034 10981734 SDA Standard Compliant SD Host Controller + 8035 N/A PCI GemCore based SmartCard controller + 8038 ff101179 GemCore based SmartCard controller + 8039 PCIxx12 Cardbus Controller + 803A ??? OHCI Compliant IEEE 1394 Host controller + 803B PCIxx12 Integrated Flash Media Controller + 803C PCIxx12 SDA Standard Compliant SD Host Controller + 803D N/A Texas Instruments PCI GemCore based SmartCard controller + 8201 not able to find - where is it? TI UltraMedia Firmware Loader Device + 8204 4610, 4515, 4610FM TI UltraMedia Firmware Loader Device test + 8231 PCIe to PCI Bridge + 8400 PCI-2422 802.11b+ 22Mbps Wireless Adapter + 8401 ACX 100 22Mbps Wireless Interface + 9000 Wireless Interface (??) + 9065 TMX320C6412 Fixed Point Digital Signal Processor + 9066 TNETW1130(ACX111) 802.11b/g Wireless Cardbus/PCI Adapter + A001 TDC1570 64-Bit PCI ATM Interface + A100 TDC1561 32-Bit PCI ATM Interface + A102 TNETA1575 HyperSAR Plus w/PCI Host interface & UTOPIA Interface + A106 TMS320C6205 Fixed Point DSP + A828 PCI2050BPDV PCI-to-PCI Bridge + AC10 PCI1050 PC Card Controller + AC11 PCI1030/1053 PC Card Controller + AC12 PCI1130 PC card CardBus Controller + AC13 PCI104c PCI\VEN_104C&DEV_8038&SUBSYS_01821028&REV_00\4&2FA23535&0&0DF0 + AC15 PCI1131 PC Card CardBus Controller + AC16 PCI1250 PC Card CardBus Controller + AC17 PCI1220 PC Card CardBus Controller + AC18 PCI1260 PC card CardBus Controller + AC19 PCI1221 PC card CardBus Controller + AC1A PCI1210 PC card CardBus Controller + AC1B PCI1450 PC card CardBus Controller + AC1C PCI1225 PC Card CardBus Controller + AC1D PCI1251 PC Card CardBus Controller + AC1E PCI1211 PC Card CardBus Controller + AC1F PCI1251B PC card CardBus Controller + AC20 PCI2030 PCI to PCI Bridge + AC21 PCI2031 PCI to PCI Bridge + AC22 PCI2032 PCI Docking Bridge + AC23 PCI2250 PCI-to-PCI Bridge + AC28 PCI2050/2050I PCI-to-PCI Bridge + AC30 PCI1260 PC card CardBus Controller + AC40 PCI4450 PC card CardBus Controller + AC41 PCI4410 PC card CardBus Controller + AC42 PCI4451 PC card CardBus Controller + AC43 PCI4550 PC card CardBus Controller + AC44 PCI4510SDFSDFSD PC Card Controller SDFSDAFSADFSDAFSDAF + AC46 PCI4520 PC Card CardBus Controller + AC47 PCI7510 PC Card CardBus Controller + AC48 PCI7610 PC Card CardBus Controller + AC49 PCI7410 PC Card CardBus Controller + AC4A PC Card CardBus Controller with SmartCard + AC4B PC Card CardBus Controller with FlashMedia + AC4C PC Card CardBus Controller with FlashMedia + AC50 PCI1410 PC card cardBus Controller + AC51 PCI1420 PC Card CardBus Controller + AC52 PCI1451 PC card CardBus Controller + AC53 PCI1421 PC card CardBus Controller - 5-in-1 Media Card Reader + AC54 PCI1620 PC Card CardBus Controller with UltraMedia + AC55 PCI1520 PC Card CardBus Controller + AC56 PCI1510 PC Card CardBus Controller + AC57 PCI1530 PC Card CardBus Controller + AC58 PCI1515 PC Card CardBus Controller + AC59 PCI1621 PC Card CardBus Controller with UltraMedia + AC5A PCI1610 PC Card CardBus Controller with UltraMedia + AC60 PCI2040 PCI to DSP Bridge Controller + AC8D PCI7620 + AC8E PCI7420 CardBus Controller + AC8F PCI7420/PCI7620 Dual Socket CardBus and Smart Card Cont. w/ 1394a-2000 OHCI Two-Port PHY/Link-Layer Cont. and SD/MS-Pro Sockets + FE00 tsb12lv26 FireWire Host Controller + FE03 12C01A FireWire Host Controller +104D Sony Corporation + 8009 CXD1947 i.LINK FireWire PCI Host Controller + 8039 CXD3222 OHCI i.LINK (IEEE 1394) PCI Host Ctrlr + 8056 0x127a Rockwell HCF 56K Modem + 808A Qc pass Memory Stick Controller +104E Oak Technology Inc + 0017 OTI-64017 + 0107 OTI107 Spitfire VGA Accelerator + 0109 Video Adapter + 0111 OTI-64111 Spitfire + 0217 OTI-64217 + 0317 OTI-64317 + 0611 OTI-610 T9732 +104F Co-Time Computer Ltd. + 104F iatca8262 Multi I/O +1050 Winbond Electronics Corp. + 0000 004005-34c8c8 Ethernet Controller (NE2000 compatible) + 0001 W83769F PCI/IDE controller + 0033 W89C33 Winbond W89C33 mPCI 802.11 Wireless LAN Adapter + 0105 W82C105 Ethernet Adapter + 0628 W83628F/629D PCI to ISA Bridge Set + 0840 W89C840F 100/10Mbps Ethernet Controller + 0940 W89C940 NE2000-Compatible Ethernet Adapter + 1050 W99200F Video capture card + 5A5A W89C940F ELANC-PCI Twisted-pair Ether-LAN Ctrlr + 6692 W6692CF PCI BusISDN S/T-Controller + 9921 W99200AF MPEG1 capture card + 9922 W99200F/W9922PF MPEG1/2 Video Encoder + 9960 W9960CF Video Codec + 9961 W9961CF H.263/H.261 Video Codec + 9970 W9970CF Video Accelerator + 9971 W9971CF W9971CF +1051 Anigma Corp. + 0100 Motorola MC145575 +1052 Young Micro Systems(??) +1053 Young Micro systems(??) +1054 Hitachi Ltd + 0001 PCI Bridge + 0002 PCI Bus Controller + 3505 SH7751 SuperH (SH) 32-Bit RISC MCU/MPU Series +1055 Standard Microsystems Corp (Was: EFAR Microsystems) + 0810 EFAR 486 host Bridge + 0922 Pentium/p54c host Bridge + 0926 I don´t know pentium 133 intel everex setpnot mx ISA Bridge + 9130 SLC90E66 Victory66 UDMA66 EIDE Controller (??) + 9460 SLC90E66 Victory66 PCI to ISA Bridge + 9461 SLC90E66 Victory66 UDMA66 EIDE Controller + 9462 SLC90E66 Victory66 USB Host Controller + 9463 SLC90E66 Victory66 Power Management Controller +1056 ICL +1057 Motorola + 0001 MPC105 PCI Bridge / Memory Controller (PCIB/MC) + 0002 MPC106 PCI Bridge/Memory Controller (PCIB/MC) + 0003 MPC8240 Integrated Processor + 0004 MPC107 PCI Bridge/Memory Controller for PPC + 0006 MPC8245 Integrated Processor + 0008 MPC8540 + 0009 MPC8560 + 0100 MC145575 (HCF-PCI) + 0431 KTI829c 100VG Ethernet Controller + 1801 DSP56301 24-bit Digital Signal Processor + 1802 DSP56305 24-Bit Digital Signal Processor + 18C0 MPC8265A/66 PowerQUICC II PCI Bridge + 18C1 MPC8271/MPC8272 + 3052 SM56 Motorola SM56 Software Speakerphone Modem + 3055 Motorola SM56 Data Fax Modem + 3410 56361 Audio I/O Controller (MIDI) + 3421 56IVMR/Phoenix 56ISMR Modem + 4801 Raven PowerPC Chipset + 4802 Falcon memory control chipset + 4803 Hawk + 4806 CPX8216 + 4809 CPX8216T HotSwap Controller + 4D68 20268 + 5600 WDM MOT8888 SM 56 PCI Speakerphone/Data,Fax Modem + 5602 Motorola SM56 PCI Modem + 5608 Motorola SM56 PCI Fax Voice Modem + 5803 MPC5200 32-Bit Embedded PowerPC Processor + 5806 MCF54 Coldfire + 5808 MPC8220 + 5809 MPC5200B + 6400 MPC190 Security Processor (S1 family, encryption) + 6405 MPC184 Security Processor (S1 family) +1058 Electronics Telecommunication Research Inc (ETRI) +1059 Kontron Canada (Was: Teknor Microsystems) +105A Promise Technology Inc + 0D30 PDC20265R Promise Ultra100 (tm) IDE Controller (PDC20265) + 0D38 PDC20263 FastTrak66 Lite EIDE Controller + 1275 PDC20275 FastTrack TX EIDE Controller + 3318 PDC20318(??) FastTrak SATA150 TX4 Controller + 3319 PDC20319(??) FastTrak SATA150 TX4 Controller + 3371 PDC20371(??) FastTrak SATA150 TX2plus Controller + 3373 PDC20378 FastTrak 378/SATA 378 RAID Controller + 3375 PDC20375(??) FastTrak SATA150 TX2plus Controller + 3376 PDC20376 FastTrak 376 SATA/RAID Controller + 3515 PDC40719 + 3519 PDC40519 FastTrak TX4200 + 3570 PDC20771 FastTrak TX2300 SATA300 Controller + 3571 PDC20571 FastTrak TX2200 + 3574 Promise SATAII150 579 (tm) IDE Controller + 3577 PDC40779 SATA-300 779 + 3D17 PDC40718-GP SATA 300 TX4 Controller + 3D18 Promise SATAII150 518 (tm) IDE Controller + 3D73 PDC20775 SATAII 300 TX2plus IDE Controller + 3D75 PDC20575 SATAII150 TX2plus + 4D30 PDC20267 FastTrack100 EIDE Controller + 4D33 PDC20246 FastTrak Ultra ATA RAID controller + 4D38 PDC20262 FastTrak66 EIDE Controller + 4D68 PDC20268 Ultra100 TX2 EIDE Controller + 4D69 PDC20269 Ultra133 TX2 EIDE Controller + 5275 PDC20276 Ultra133 TX2/FastTrak TX Lite EIDE Controller + 5300 DC5300 EIDE Controller + 6268 PDC20268R FastTrak100 TX2/TX4/LP EIDE controller + 6269 PDC20271 FastTrak TX2000 EIDE controller + 6621 PDC20621 (FastTrak S150 SX4/FastTrak SX4000 lite) + 6622 PDC20621 [SATA150 SX4] 4 Channel IDE RAID Controller + 6624 PDC20621 [FastTrak SX4100] + 6626 PDC20618 (Ultra 618) + 6629 FastTrak TX4000 Controller + 7275 PDC20277 FastTrak TX/SBFastTrak133 Lite EIDE Controller + 8002 SATAII150 SX8 +105B Foxconn International Inc. +105C Wipro Infotech Limited +105D Number Nine Visual Technology + 2309 Imagine 128 GUI Accelerator + 2339 I128s2 Imagine 128 Series 2 + 493D Revolution 3D (T2R) + 5348 Revolution IV Revolution IV +105E Vtech Engineering Canada Ltd. +105F Infotronic America Inc. +1060 United Microelectronics (UMC) + 0001 UM82C881 486 PCI Chipset + 0002 UM82C886 PCI to ISA Bridge + 0101 UM8673F PCI Enhanced IDE Controller + 0881 UM8881 HB4 486 PCI Chipset + 0886 UM8886 PCI to ISA Bridge + 0891 UM82C891 Pentium CPU to PCI bridge + 1001 UM886A IDE Cntrlr (dual function) + 673A UM8886 Enhanced IDE Controller + 673B EIDE Master/DMA + 8710 UM8710 GUI Accelerator + 8821 CPU to PCI Bridge + 8822 PCI to ISA Bridge + 8851 Pentium CPU to PCI Bridge + 8852 Pentium CPU to ISA Bridge + 886A UM8886 PCI to ISA Bridge with EIDE + 8881 UM8881F HB4 486 PCI Chipset + 8886 UM8886 ISA Bridge (w/o IDE support) + 888A UM8886A + 8891 UM8891 586 PCI Chipset + 9017 UM9017F Ethernet + 9018 UM9018 Ethernet + 9026 UM9026 Fast Ethernet + E881 UM8881 486 Chipset (Notebook) + E886 UM8886 PCI to ISA Bridge with EIDE (Notebook) + E88A UM8886N PCI / ISA Bridge + E891 UM8891 Pentium Chipset (Notebook) +1061 I.T.T. (X Tech) + 0001 ITT AGX013/16 GUI Accelerator + 0002 ITT 3204/3501 MPEG Decoder +1062 Maspar Computer Corp. +1063 Ocean Office Automation +1064 Alcatel Cit +1065 Texas Microsystems + 8139 Realtek 8139C Network Card +1066 Picopower Technology (A division of National) + 0000 PT80C826 VL Bridge + 0001 PT86C521 Vesuvius V1-LS System Controller + 0002 PT86C523 Vesuvius V3-LS PCI to ISA Bridge + 0003 PT80C524 PCI to PCI Bridge [Nile] + 0004 PT80C525 PCI to PCI Bridge [Nile-II] + 0005 National PC87550 System Controller + 8002 PT86C523 Vesuvius V3-LS ISA Bridge +1067 Mitsubishi Electronics + 0301 AccelGraphics AccelECLIPSE + 0304 AccelGALAXY A2100 [OEM Evans & Sutherland] + 0308 Tornado 3000 [OEM Evans & Sutherland] + 1002 VG500 [VolumePro Volume Rendering Accelerator] +1068 Diversified Technology +1069 Mylex Corp + 0001 DAC960P Wide-SCSI RAID Controller + 0002 DAC960PD RAID Controller + 0010 DAC960PG/PJ/PR/PT/PTL1/PRL RAID Controller + 0020 DAC960LA + 0050 AcceleRAID Disk Array + B166 AcceleRAID 600/500/400/Sapphire Support Device + BA55 eXtremeRAID support Device + BA56 eXtremeRAID Disk Array + BA57 eXtremeRAID 4000/5000 support Device +106A Aten Research Inc. +106B Apple Computer Inc. + 0001 Bandit PowerPC Host-PCI Bridge + 0002 Grand Central I/O Controller + 0003 Control Video + 0004 PlanB Video-in + 0007 OHare I/O Controller + 000C DOS on Mac + 000E Hydra Mac I/O Controller + 0010 Heathrow Mac I/O Controller + 0017 Paddington Mac I/O Controller + 0018 UniNorth FireWire Controller + 0019 KeyLargo USB + 001E UniNorth Internal PCI + 001F UniNorth Host-PCI bridge + 0020 UniNorth AGP interface + 0021 UniNorth GMAC + 0022 Keylargo Mac I/O Controller + 0024 GMAC Ethernet Controller + 0025 Pangea I/O Controller + 0026 Pangea USB Interface + 0027 Pangea AGP interface + 0028 Pangea CPU to PCI Bridge + 0029 Pangea CPU to PCI Bridge + 002D UniNorth 1.5 AGP Bridge + 002E UniNorth 1.5 PCI Bridge + 002F UniNorth 1.5 Internal PCI + 0030 UniNorth/Pangea FireWire Controller + 0031 UniNorth 2 FireWire + 0032 UniNorth 2 GMAC (Sun GEM) + 0033 UniNorth 2 ATA/100 + 0034 UniNorth 2 AGP + 0035 UniNorth 2 PCI + 0036 UniNorth 2 Internal PCI + 003B Intrepid Integrated ATA Controller + 003E KeyLargo/Intrepid Mac I/O + 003F KeyLargo/Intrepid USB + 0040 K2 KeyLargo USB + 0041 K2 KeyLargo Mac/IO + 0042 K2 FireWire + 0043 K2 ATA/100 + 0045 K2 HT-PCI Bridge + 0046 K2 HT-PCI Bridge + 0047 K2 HT-PCI Bridge + 0048 K2 HT-PCI Bridge + 0049 K2 HT-PCI Bridge + 004B U3 AGP + 004C K2 GMAC (Sun GEM) + 004F Shasta Mac I/O controler + 0050 Shasta IDE controler + 0051 Shasta Sungem ethernet controler + 0052 Shasta Firewire controler + 0053 Shasta PCI Bridge + 0054 Shasta PCI Bridge + 0055 Shasta PCI Bridge + 0058 U3L AGP Bridge + 0059 U3H AGP Bridge + 0066 Intrepid2 AGP Bridge + 0067 Intrepid2 PCI Bridge + 0068 Intrepid2 PCI Bridge + 0069 Intrepid2 ATA/100 + 006A Intrepid2 Firewire + 006B Intrepid2 GMAC (Sun GEM) + 1645 Tigon3 Gigabit Ethernet NIC (BCM5701) +106C Hyundai Electronics America + 8801 Dual Pentium ISA/PCI Motherboard + 8802 P54C Tr8 PowerPC ISA/PCI Motherboard + 8803 Dual Window Graphics Accelerator + 8804 ht019a PCI LAN Controller + 8805 100-BaseT LAN Controller +106D Sequent Computer Systems +106E DFI Inc. + 4362 88E8053 Yukon PCI-E Gigabit Ethernet Controller (copper) +106F City Gate Development LTD +1070 Daewoo Telecom Ltd. +1071 Mitac + 8160 8060B Mobile Platform +1072 GIT Co. Ltd. +1073 Yamaha Corporation + 0001 3D graphics Cntrlr + 0002 YGV615 RPA3 3D-Graphics Controller + 0003 YMF740 PCI Audio Controller + 0004 YMF754B PCI Audio Controller + 0005 DS1 DS1 Audio + 0006 DS1 DS1 Audio + 0008 DS1 DS1 Audio + 000A YMF740 DS-1L PCI Audio Controller + 000C YMF740C DS-1L PCI audio controller + 000D YMF724F Yamaha Onboard Sound System + 0010 YMF744B-V DS-1 PCI audio controller + 0012 YMF754B DS-1E PCI Audio Controller + 0020 744 DS-1 Audio + 1000 SW1000XG Sound system + 2000 DS2416 Digital Mixing Card +1074 Nexgen Microsystems + 4E78 82C500/1 Nx586 Chipset +1075 Advanced Integration Research +1076 Chaintech Computer Co Ltd +1077 QLogic Corporation + 1016 ISP10160 Single Channel Ultra3 SCSI Processor + 1020 QLA1020/104x Fast-Wide-SCSI "Fast!SCSI IQ" Host Adapter + 1022 ISP1022A Fast-Wide-SCSI Host Adapter + 1080 QLA1080 LVD SCSI Host Adapter + 1216 ISP12160 Dual Channel Ultra3 SCSI Processor + 1240 QLA12xx 60-Bit Dual Chanel SCSI Host Adapter + 1280 ISP1280 SCSI Host Adapter + 2020 ISP2020A Fast!SCSI Basic Adapter + 2100 QLA2100 SANblade 2100 64bit FC-AL Adapter + 2200 QLA2200 SANblade 2200 PCI FC-AL Adapter + 2300 QLA2300 SANblade 2300 64-bit FC-AL Adapter + 2312 QLA2312 SANblade 2300 64-bit FC-AL Adapter + 2322 QLA2322 Fibre Channel Adapter + 2422 ISP2422 QLogic PCI to Fibre Channel Host Adapter for QLA2460 + 2432 ISP2432 Dual Channel 4G PCIe Fibre Channel Adapter + 3010 QLA3010 Network Adapter + 3022 QLA3022 Network Adapter + 4000 QLA4000 SANblade 4000 iSCSI Adapter + 4010 QLA4010 SANblade 4000 iSCSI Adapter + 4022 QLA4022 iSCSI TOE Adapter + 5432 QLogic Fibre Channel Adapter + 6312 QLA6312 Fibre Channel Adapter + 6322 QLA6322 Fibre Channel Adapter + 6422 EP2422 4-Gbps Fibre Channel to PCI-X 2.0 266MHz controller for Embedded Applications + 6432 EP2432 4-Gbps Fibre Channel to PCIe controller for Embedded Applications +1078 Cyrix Corp (Now owned by VIA) + 0000 Cx5520 ISA Bridge Rev.0 + 0001 MediaGXm MMX Cyrix Integrated CPU + 0002 Cx5520 ISA Bridge Rev.1 + 0100 5530 Kahula/Geode Legacy ISA Bridge + 0101 Cx5530 SMI status and ACPI timer + 0102 5530 Kahula/Geode IDE Controller + 0103 5530 Kahula/Geode Audio + 0104 Cx5530 Video Controller + 0400 ZFMicro CPU to PCI Bridge + 0401 ZFMicro Power Management Controller + 0402 ZFMicro IDE Controller + 0403 ZFMicro Expansion Bus +1079 I-Bus +107A Networth +107B Gateway 2000 +107C LG Electronics / Goldstar Co Ltd +107D Leadtek Research + 0000 S3-805/P86C850 GUI Accelerator + 204D Winfast PX7800 GTX TDH [GeForce 7800 GTX] + 2134 WinFast 3D S320 II + 2971 WinFast A350 TDH MyViVo [GeForce FX 5900] +107E Interphase Corp + 0001 FLIPPER FRED Local Bus I/F to PCI Peripheral + 0002 100 VG amylan Controller + 0004 5526 Fibre Channel Host Adapter + 0005 x526 Fibre Channel Host Adapter + 0008 4575/5525/5575/6575 (i)chipSAR+ 155 MBit ATM controller + 9003 5535-4P-BRI-ST + 9007 5535-4P-BRI-U + 9008 5535-1P-SR + 900C 5535-1P-SR-ST + 900E 5535-1P-SR-U + 9011 5535-1P-PRI + 9013 5535-2P-PRI + 9023 5535-4P-BRI-ST + 9027 5536-4P-BRI-U + 9031 5535-1P-PRI + 9033 5536-2P-PRI Adapter + 9060 6535 CompactPCI T1/E1/J1 Communications Controller + 9070 4538 PMC T1/E1/J1 Communications Controller + 9080 4532-002/005 PMC ATM Over OC-3/STM-1 Communications Controller + 9081 4532-001/004 PMC ATM Over OC-3/STM-1 Communications Controller + 9082 4532-000/003 PMC ATM Over OC-3/STM-1 Comm Controller + 9090 4531S-000/001 PMC ATM Over T3/E3 Communications Controller + 90A0 4539 PMC Quad T1/E1/J1 Communications Controller +107F Data Technology Corporation + 0802 SL82c105 PCI EIDE Controller + 0803 EIDE Bus Master Controller + 0806 EIDE Controller + 1138 High Speed Parallel Port + 2015 EIDE Controller +1080 Cypress Semiconductor + 0600 82C596/9 CPU to PCI & PCI to ISA Bridge + C691 Cypress CY7c68001 + C693 82C693 PCI to ISA Bridge +1081 Supermac Technology Inc + 0D47 2330 Radius PCI to NuBUS Bridge +1082 EFA Corporation Of America +1083 Forex Computer Corporation + 0001 FR710 PCI Enhanced IDE Adapter + 0613 Host Bridge (??) +1084 Parador +1085 Tulip Computers Int'l BV + 0001 UsbDgn Datalaster Interface for OBD automotive +1086 J. Bond Computer Systems +1087 Cache Computer +1088 Microcomputer Systems (M) Son +1089 Data General Corporation +108A SBS Technologie (Was: Bit3 Computer) + 0001 Model 617 PCI-VME Bus Adapter + 0010 Model 618 VME Bridge + 0040 dataBLIZZARD + 3000 Model 2106 VME Bridge +108C Oakleigh Systems Inc. +108D Olicom + 0001 OC-3136/37 Token-Ring 16/4 PCI Adapter + 0002 OC-3139f Fastload 16/4 PCI/III Token Ring Adapter + 0004 OC-3139/3140 RapidFire Token-Ring 16/4 Adapter + 0005 OC-3250 GoCard Token Ring 16/4 Adapter + 0006 OC-3530 RapidFire Token Ring 100 Adapter + 0007 OC-3141 RapidFire Token Ring 16/4 Adapter + 0008 OC-3540 RapidFire HSTR 100/16/4 Adapter + 000A OC-3150 RapidFire Token-Ring 16/4 PCI Adapter + 0011 OC-2805 Ethernet Controller + 0012 OC-2325 Ethernet PCI/II 10/100 Controller + 0013 OC-2183/2185 PCI/II Ethernet Controller + 0014 OC-2326 Ethernet PCI/II 10/100 Controller + 0019 OC-2327/50 10/100 Ethernet Controller + 0021 OC-6151/52 155 Mbit ATM Adapter + 0022 ATM Adapter +108E Sun Microsystems + 0001 SPARC EBUS + 1000 SPARC EBUS PCIO PCI I/O Controller + 1001 PCIO Happy Meal Ethernet + 1100 RIO EBUS + 1101 RIO GEM + 1102 RIO 1394 + 1103 RIO USB + 1648 [bge] Gigabit Ethernet + 2BAD GEM Sun Gigabit Ethernet Card + 5000 SME2411 UltraSPARC-IIi Advanced PCI Bridge + 5043 SunPCI Co-processor + 7063 SunPCi PCI card with Intel or AMD processor + 8000 STP2223BGA UPA to PCI Bus Interface Module (U2P) + 8001 Schizo PCI Bus Module + 8002 Schizo+ PCI Bus Module + A000 UltraSPARC IIi Sabre + A001 UltraSPARC IIe Hummingbird + A801 Tomatillo PCI Bus Module + ABBA CE (Cassini Ethernet) 10/100/1000 Ethernet adapter +108F Systemsoft Corporation +1090 Encore Computer Corporation +1091 Intergraph Corporation + 0020 3D Graphics Processor + 0021 3D graphics processor w/texturing + 0040 3D graphics frame buffer + 0041 3D graphics frame buffer + 0060 Proprietary bus Bridge + 00E4 Powerstorm 4D50T + 0720 Motion JPEG Codec + 07A0 Sun Expert3D-Lite Graphics Accelerator + 1091 Sun Expert3D Graphics Accelerator +1092 Diamond Multimedia Systems + 00A0 SpeedStar Pro SE GUI Accelerator + 00A8 SpeedStar 64 GUI Accelerator + 0550 Viper V550 + 08D4 Supra 2260 WinModem + 094C SupraExpress 56i Pro SupraExpress 56i Pro + 09C8 SUP2761 SupraExpress 56i Pro VCC + 1002 R6793-12 RS56-pci + 1092 Viper V330 + 6120 Maximum DVD + 8810 Stealth SE GUI Accelerator + 8811 Stealth 64/SE GUI Accelerator + 8880 Stealth Video GUI Accelerator + 8881 Stealth Video GUI Accelerator + 88B0 Stealth 64 Video GUI Accelerator + 88B1 Stealth 64 Video GUI Accelerator + 88C0 Stealth 64 GUI Accelerator + 88C1 Stealth 64 GUI Accelerator + 88D0 Stealth 64 GUI Accelerator + 88D1 Stealth 64 GUI Accelerator + 88F0 Stealth 64 Video GUI Accelerator + 88F1 Stealth 64 Video GUI Accelerator + 9876 Supra Express 56i Pro CW #2 + 9999 Monster Sound Diamand Technology DT0398 +1093 National Instruments + 0160 PCI-DIO-96 data adquisition input and output + 0161 PCI-1200 Multifunction data acquisition board + 0162 PCI-MIO-16XE-50 24MIO 6-03-2 + 1150 PCI-DIO-32HS High Speed Digital I/O Board + 1170 PCI-MIO-16XE-10 + 1180 PCI-MIO-16E-1 + 1190 PCI-MIO-16E-4 + 11B0 PXI-6070E + 11C0 PXI-6040E + 11D0 PXI-6030E + 11E0 PXI-6011E + 1270 PCI-6032E Multifunction Data Acquisition Card + 12B0 PCI-6534 High Speed DIO + 1310 PCI-6602 Data Acquisition Device + 1320 PXI-6533 + 1330 PCI-6031E + 1340 PCI-6033E Multifunction Data Acquisition Card + 1350 PCI-6071E NI PCI-6071E Multifunction I/O & NI-DAQ + 1360 PXI-6602 + 14E0 PCI-6110 + 14F0 PCI-6111 + 17D0 PCI-6503 + 1870 PCI-6713 + 1880 PCI-6711 + 18B0 PCI-6052E + 2410 PCI-6733 + 2890 PCI-6036E + 28B0 NI 6014 I/O Terminal NI-DAQ (Legacy) and NI-DAQmx + 2A60 PCI-6023E + 2A70 PCI-6024E Multifunction Data Acquisition Card + 2A80 PCI-6025E Multifunction Data Acquisition Card + 2C80 PCI-6035E + 2CA0 PCI-6034E Multifunction DAQ + 70A9 PCI-6528 Digital I/O at 60V + 70AF PCI-6221 16-Bit, 250 kS/s, 16 Analog Inputs + 70B8 PCI-6251 M Series High Speed Multifunction DAQ + 715D IMAQ-PCI-1426 + B001 IMAQ-PCI-1408 + B011 IMAQ-PXI-1408 + B021 IMAQ-PCI-1424 + B031 IMAQ-PCI-1413 + B041 IMAQ-PCI-1407 + B051 IMAQ-PXI-1407 + B061 IMAQ-PCI-1411 + B071 IMAQ-PCI-1422 + B081 IMAQ-PXI-1422 + B091 IMAQ-PXI-1411 + C801 PCI-GPIB GPIB Controller Interface Board + C811 PCI-GPIB+ + C821 PXI-GPIB + C831 PMC-GPIB + C840 PCI-GPIB + D130 PCI-232/2 2-port RS-232 Serial Interface Board +1094 First International Computers +1095 Silicon Image Inc (Was: CMD Technology Inc) + 0640 PCI-0640 EIDE Adapter (Single FIFO) + 0641 PCI0640 PCI EIDE Adapter with RAID 1 + 0642 PCI-0642 EIDE Adapter with RAID 1 + 0643 PCI0643 PCI EIDE controller + 0646 PCI-0646 EIDE Adapter (Single FIFO) + 0647 PCI0647 9738 + 0648 PCI-648 Bus Master Ultra DMA PCI-IDE/ATA Chip + 0649 PCI-649 Ultra ATA/100 PCI to IDE/ATA Controller + 0650 PBC-0650A PCI Fast SCSI II Host Adapter + 0670 USB0670 USB Controller + 0673 USB0673 USB Controller + 0680 SiI 0680 (Was: PCI-0680) Ultra ATA133 EIDE Controller + 2455 SI3124 SATALink 4-Port PCI-X Host Controller + 3112 SiI 3112 SATALink/SATARaid Controller + 3114 Sil 3114 SATALink/SATARaid Controller + 3124 SiI 3124 PCI-X to Serial ATA Controller + 3132 SiI 3132 PCI Express (1x) to 2 Port SATA300 + 3512 Sil 3512 SATALink/SATARaid Controller +1096 Alacron + 1106 0x3059 0x47204005&RE +1097 Appian Technology (ETMA) + 0038 EIDE Controller (single FIFO) +1098 Quantum Designs H.K. Ltd + 0001 QD8500 EIDE Controller + 0002 QD8580 EIDE Controller +1099 Samsung Electronics Co. Ltd. +109A Packard Bell +109B Gemlight Computer Ltd. +109C Megachips Corporation +109D Zida Technologies Ltd. +109E Conexant (Was: Brooktree Corp) + 0350 BT848AKPF Bt848AKPF Brooktree Mediastream Controller rev.12 + 0351 Bt849 Video Capture + 0369 Bt878/Fusion878A Video Capture + 036C Bt879(??) Video Capture + 036E Bt878/Fusion 878A Mediastream Controller + 036F Bt878khf Video Capture + 0370 Bt880 Video Capture (10 bit High qualtiy cap) + 0878 7610144D&REV_02\4&1F7DBC9F&0&09F0 TV Video Capture + 0879 Bt879khf Video Capture (Audio Section) + 0880 Bt880 Video Capture (Audio Section) + 109E BT848akpf bus + 2115 BtV 2115 Mera Lun BtV Mediastream Controller 9x + 2125 BtV 2125 BtV Mediastream Controller + 2164 BtV 2164 Display Adapter + 2165 BtV 2165 MediaStream Controller + 8230 BtV 8230 ATM Segment/Reassembly Controller (SRC) + 8471 Bt8471 32 Channel HDLC Controller + 8472 Bt8471/72 32/64-channel HDLC Controllers + 8474 Bt8474 128-channel HDLC Controller +109F Trigem Computer Inc. +10A0 Meidensha Corporation +10A1 Juko Electronics Inc. Ltd. +10A2 Quantum Corporation +10A3 Everex Systems Inc. +10A4 Globe Manufacturing Sales +10A5 Racal Interlan +10A6 Informtech Industrial +10A7 Benchmarq +10A8 Sierra Semiconductor + 0000 ? 64-bit GUI Accelerator +10A9 Silicon Graphics + 0001 Crosstalk to PCI Bridge + 0002 Linc I/O Controller + 0003 IOC3 I/O Controller + 0004 O2 MACE + 0005 RAD Audio + 0006 HPCEX + 0007 RPCEX + 0008 DiVO VIP + 0009 Alteon Gigabit Ethernet + 0010 AMP Video I/O + 0011 GRIP + 0012 SGH PSHAC GSN + 1001 Magic Carpet + 1002 Lithium + 1003 Dual JPEG 1 + 1004 Dual JPEG 2 + 1005 Dual JPEG 3 + 1006 Dual JPEG 4 + 1007 Dual JPEG 5 + 1008 Cesium + 2001 Fibre Channel + 2002 ASDE + 8001 O2 1394 + 8002 G-net NT +10AA ACC Microelectronics + 0000 ACC 2056/2188 CPU to PCI Bridge + 2051 Laptop Chipset CPU Bridge + 5842 Laptop Chipset ISA Bridge +10AB Digicom +10AC Honeywell IASD +10AD Winbond Systems Labs + 0001 W83769F PCI EIDE Controller (Signle FIFO) + 0003 SL82C103 EIDE Controller + 0005 SL82C105 EIDE Busmaster Controller + 0103 sl82c103 PCI-ide mode 4.5 Cntrlr + 0105 W83789F Sonata bus master PCI-IDE controller + 0150 EIDE Controller + 0565 W83C553F/544F ISA Bridge +10AE Cornerstone Technology + 0002 Graphics Controller +10AF Micro Computer Systems Inc. + 0001 IDE Controller +10B0 CardExpert Technology +10B1 Cabletron Systems Inc. +10B2 Raytheon Company +10B3 Databook Inc. + 3106 DB87144 PCI to CardBus Bridge + B106 SMC34C90 PCI to CardBus Bridge +10B4 STB Systems + 1B1D Velocity 128 3D +10B5 PLX Technology Inc. + 0364 PCI9080RDK-RC32364 PCI Reference Design Kit for PCI 9080 + 0401 PCI9080RDK-401B PCI Reference Design Kit for PCI 9080 + 0480 IOP 480 Integrated PowerPC I/O Processor + 0860 PCI9080RDK-860 PCI Reference Design Kit for PCI 9080 + 0960 PCI 9080RDK-960 PCI Reference Design Kit for PCI 9080 + 1030 Gazel R685 ISDN card + 1054 Gazel R697 dual channel ISDN card + 1076 VScom PCI-800S 8 x RS-232 Controller + 1077 VScom PCI-400S 4 x RS-232 Controller + 1078 PCI 9050 Vision Systems VScom PCI-210 + 1103 PCI 9050 Vision Systems VScom PCI-200 + 1146 PCI 9050 Vision Systems VScom PCI-010S + 1147 PCI 9050 Vision Systems VScom PCI-020S + 1151 Gazel R753 ISDN card + 1152 Gazel R753 ISDN card + 1860 PCI9054RDK-860 PCI Reference Design Kit for PCI 9054 + 2021 PCI9080 used in Daktronics VMax Quad Tansmitter Card + 2288 Chrislin Industries Memory + 2724 Thales PCSM Security Card + 3001 PCI9030RDK-LITE PCI Reference Design Kit for PCI 9030 + 30C1 cPCI9030RDK-LITE CompactPCI Reference Design Kit for PCI 9030 + 5406 PCI9054RDK-LITE PCI Bus Master Prototyping Kit for PCI 9054 + 5602 PCI9056RDk-Lite PCI 9056 Rapid Development Kit + 56C2 cPCI9056RDK-860 CompactPCI Rapid Design kit for PCI 9056 + 6466 GBP32 PCI Adaptive Switch Fabric Generator + 6520 PCI6520 PCI-X to PCI-X Bridge + 7709 PCI9080RDK-SH3 PCI Reference Design kit for PCI 9080 + 8111 PEX 8111 PCI Express-to-PCI Bridge + 8516 PEX 8516 Versatile PCI Express Switch + 8532 PEX 8532 Versatile PCI Express Switch + 9030 PCI 9030 PCI SMARTarget I/O Accelerator + 9036 PCI9036 Interface chip - value 1k + 9050 PCI 9050 Target PCI Interface Chip - value 1k + 9052 PCI 9052 PCI 9052 Target PLX PCI Interface Chip + 9054 PCI 9054 PCI I/O Accelerator + 9056 PCI9056 66MHz PCI I/O Accelerator + 9060 PCI9060 PCI Bus Master Interface Chip + 906D PCI 9060SD PCI Bus Master Interface Chip + 906E PCI 9060ES PCI Bus Master Interface Chip + 9080 PCI 9080 High performance PCI to Local Bus chip + 9601 PCI9656RDK-Lite Rapid Development Kit for PCI 9656 + 9610 PCI9610 64 bit 66MHz PCI Master I/O Accelerator + 9656 PCI9656 64 bit 66MHz PCI I/O Accelerator + 96C2 cPCI 9656RDK-860 CompactPCI Rapid Development Kit + A001 GTEK Jetport II 2 port serial adapter + A100 Blackmagic DeckLink + A106 Blackmagic DeckLink + C001 GTEK/Cronyx Omega-PCI 8/16/32 port serial adapter + C860 cPCI 9054RDK-860 CompactPCI Reference Design Kit for PCI 9054 +10B6 Madge Networks + 0001 Smart 16/4 Ringnode (PCI1b) + 0002 Smart 16/4 Ringnode (PCIBM2/CardBus) + 0003 Smart 16/4 Ringnode (Knossos Series) + 0004 Smart 16/4 Ringnode Mk1 (PCIBM1) + 0006 16/4 CardBus Adapter (Eric 2) + 0007 Presto PCI + 0009 Smart 100/16/4 PCi-HS Ringnode + 000A Smart 100/16/4 PCI Ringnode + 000B 16/4 CardBus Adapter Mk2 + 1000 Collage 25 ATM Adapter + 1001 Collage 155 ATM Adapter + 1002 Ambassador ATM Adapter +10B7 3COM Corp, Networking Division + 0001 3C985 1000BaseSX Gigabit Ethernet Adapter + 0013 AR5212 802.11abg NIC (3CRDAG675) + 0910 3C910-A01 + 1000 3C905CX-TXNM 3COM 3C905CX-TXNM with 40-0664-003 ASIC + 1006 14e4:1645 Broadcom Corporation NetXtreme BCM5701 Gigabit Ethernet + 1007 3C556 V.90 Mini-PCI Modem + 1201 3c982-TXM 10/100baseTX Dual Port A [Hydra] + 1202 3c982-TXM 10/100baseTX Dual Port B [Hydra] + 1700 3C940 Gigabit Ethernet PCI CODEC + 1F1F 3CRWE777A AirConnect Wireless LAN PCI Card + 3390 3C339 Token Link Velocity + 3590 3C359 TokenLink Velocity XL Adapter + 4500 3c450 Cyclone/unknown + 5055 3C555 Laptop Hurricane + 5057 3C575 Megahertz 10/100 LAN CardBus PC Card + 5157 3C575B Megahertz 10/100 LAN CardBus PC Card + 5257 3CCFE575CT Cyclone Fast Ethernet CardBus PC Card + 5900 3C590 Ethernet III Bus Fast PCI + 5920 3C592 PCI/EISA 10Mbps Demon/Vortex + 5950 3C595 PCI Ethernet Adapter 100bTX + 5951 3C595 PCI Ethernet Adapter 100bT4 + 5952 3C595 PCI Ethernet Adapter 100b-MII + 5970 3C597 PCI/EISA 10/100 Demon/Vortex + 5B57 3C595 Megahertz 10/100 LAN CardBus + 6000 3CRSHPW796 [OfficeConnect Wireless CardBus] + 6001 3CRWE154G72 [Office Connect Wireless LAN Adapter] + 6055 3C556 10/100 Mini PCI Fast Ethernet Adapter + 6056 3CN3AC1556B MiniPCI 10/100 Ethernet+Modem56k (see devid:1007) + 6560 3CCFE656 Cyclone Ethernet+56k Modem CardBus PC Card + 6561 FEM656 10/100 LAN+56K Modem CardBus PC Card + 6562 3CCFEM656 [id 6562] Cyclone CardBus PC Card + 6563 FEM656B 10/100 LAN+56K Modem CardBus PC Card + 6564 3CCFEM656 Cyclone CardBus PC Card + 6565 3CCFEM656C Global 10/100 Fast Ethernet+56K Modem CardBus PC Card + 7646 3CSOHO100B-TX Hurricane + 7770 ??? AirConnect Wireless PCI + 7940 3c803 FDDILink UTP Controller + 7980 3c804 FDDILink SAS Controller + 7990 3c805 FDDILink DAS Controller + 80EB 3c940B 10/100/1000Base-T + 8811 Token Ring Adapter + 9000 3C900-TPO Fast Etherlink PCI TPO NIC + 9001 3C900-COMBO Fast Etherlink XL PCI Combo NIC + 9004 3C900B-TPO Etherlink XL TPO 10Mb + 9005 3C900B-COMBO Fast Etherlink 10Mbps Combo NIC + 9006 3C900B-TPC EtherLink XL TPC + 900A 3C900B-FL EtherLink PCI Fiber NIC + 9050 3C905B - Combo Fast Etherlink XL PCI 10/100 + 9051 3C905-T4 Fast Etherlink XL 10/100 + 9054 3C905B-TX Fast Etherlink XL PCI + 9055 3C905-TX Fast Etherlink 10/100 PCI TX NIC + 9056 3C905B-T4 Fast EtherLink XL 10/100 + 9058 3C905B-COMBO Deluxe EtherLink 10/100 PCI Combo NIC + 905A 3C905B-FX Fast Etherlink XL Fiber 10/100 + 9200 3C905 CX-TX-M Fast EtherLink for PC Management NIC + 9201 3C920B-EMB Integrated Fast Ethernet Controller + 9202 3C920B-EMB-WNM Integrated Fast Ethernet Controller + 9210 3C920B-EMB-WNM Integrated Fast Ethernet Controller + 9300 3C910 Integrated Fast Ethernet Controller (3CSOHO100B-TX Compatible) + 9800 3C980-TX Fast EtherLink XL Server Adapter2 + 9805 3C980-TX 10/100baseTX NIC [Python-T] + 9900 3C990-TX [Typhoon] + 9902 3CR990-TX-95 EtherLink 10/100 PCI with 3XP Processor + 9903 3CR990-TX-97 EtherLink 10/100 PCI with 3XP Processor + 9904 3CR990B-TM-X Etherlink 10/100 with 3XP Processor + 9905 3C990B-FX 100FX PCI Server NIC w/3XP + 9908 3CR990SVR95 Etherlink 10/100 Server with 3XP Processor + 9909 3CR990SVR97 Etherlink 10/100 Server with 3XP Processor + 990A EC990BSVR Etherlink 10/100 Server with 3XP Processor + 990B 3C990SVR [Typhoon Server] + D004 3C900B-TPO EtherLink XL PCI +10B8 Standard Microsystems Corp (SMC,SMSC) + 0005 LAN83C170QF/171 EPIC/XF 10/100 Mbps Fast Ethernet Ctrlr + 0006 LAN83C175 EPIC/C Ethernet CardBus Integrated Ctrlr + 1000 37C665 FDC + 1001 37C922 FDC + A011 83C170QF Fast ethernet controller + B106 SMC34C90 CardBus Controller +10B9 Acer Labs Incorporated (ALi/ULi) + 0101 CMI8338/C3DX PCI Audio Device (OEM) + 0102 CMI8338/C3DX PCI Audio Device (OEM) + 0111 CMI8738/C3DX C-Media Audio Device (OEM) + 0780 ??? Multi-IO Card + 0782 ??? Multi-IO Card + 10B9 ALI M5273 A1 0539 TS05 CKB42321000B + 1435 ALI M1435 VL to PCI Bridge + 1445 ALI M1445 VL to PCI Bridge & Enhanced IDE Adapter + 1449 ALI M1449 PCI to ISA Bridge + 1451 M1451 Pentium CPU to PCI Bridge + 1461 ALI M1461 Pentium PCI Chipset + 1489 ALI M1489 486 PCI Chipset + 1511 M1511 Aladdin 2 Host Bridge + 1512 ALI M1512 Aladdin + 1513 M1513 Aladdin 2 South Bridge + 1521 ALI M1521 Aladdin III CPU to PCI Bridge + 1523 ALI M1523 ISA Bridge + 1531 ALI M1531 Aladdin IV/IV+ CPU to PCI Bridge + 1533 ALI M1533 Aladdin IV ISA Bridge + 1535 ALI M1535x ISA Bridge + 1541 ALI M1541 Aladdin V/V+ AGP System Controller + 1543 ALI M1543 PCI South Bridge Aladdin IV+/V + 1561 ALI M1561 Aladdin 7 + 1563 ALI M1563 South Bridge with Hypertransport Support + 1567 ALI M1567 South Bridge with Hypertransport Support + 1573 ALI M1573 South Bridge with Hypertransport Support + 1575 ALI M1575 South Bridge with Hypertransport Support + 1621 ALI M1621 Aladdin Pro II AGP System Controller + 1631 ALI M1631 Aladdin Pro III AGP System Controller + 1632 ALI M1632 Aladdin i1 CyberBlade AGP System Controller + 1641 ALI M1641 Aladdin Pro IV AGP System Controller + 1644 ALI M1644 AGP System Controller + 1646 ALI M1646 AGP System Controller + 1647 ALI M1647 ALiMAGiK 1 AGP System Controller + 1651 ALI M1651 Aladdin Pro V AGP System Controller + 1661 ALI M1661 AGP System Controller + 1667 ALI M1667 AGP System Controller + 1671 ALI M1671 AGP System Controller + 1672 ALI M1672 AGP System Controller + 1681 M1681 P4 Nouth Bridge with HyperTransport + 1687 ALI M1687 K8 Northbridge with hypertransport + 1689 ULi M1689 K8 Northbridge with AGP and hypertransport + 1691 ALi M1691 Pentium 4/Pentium M Northbridge + 1695 ULi M1695 K8 Northbridge with PCIe and hypertransport + 3141 ALI M3141 GUI Accelerator 2Mb + 3143 ALI M3143 GUI Accelerator 2Mb + DAC + 3145 ALI M3145 GUI Accelerator 2Mb + 3147 ALI M3147 GUI Accelerator 2Mb + DAC + 3149 ALI M3149 GUI Accelerator 4Mb + 3151 ALI M3151 GUI Accelerator 8Mb + 3307 ALI M3307 MPEG-1 Decoder + 3309 ALI M3309 MPEG Decoder + 5212 ALI M4803 + 5215 ALI MS4803 PCI Enhanced IDE Controller + 5217 ALI M5217 I/O Controller + 5219 M5457 AC-Link Modem Interface Controller + 5225 ALI M5225 EIDE Controller + 5228 M5283 ATA/RAID Controller + 5229 M5229 Southbridge EIDE Controller + 5235 ALI M5235 I/O Controller + 5236 M5273 EHCI USB 2.0 + 5237 M5273 A1 for windows win 98 OpenHCI 1.1 USB to 2.0 + 5239 USB 2.0 Enhanced Host Controller + 5240 EIDE Controller + 5241 PCMCIA Bridge + 5242 General Purpose Controller + 5243 ALI M1541 PCI to AGP Bridge + 5244 Floppy Disk Controller + 5246 ULi AGP 3.0 Controller + 5247 ALI M1621 PCI to AGP Bridge + 5249 M5249 HyperTransport to PCI Bridge + 524B ALi PCIe Bridge + 524C ALi PCIe Bridge + 5251 M5251 IEEE P1394 OpenHCI 1.0 Controller + 5253 M5253 IEEE P1394 OpenHCI 1.0 Controller + 5261 ALI M5261 Fast Ethernet Controller + 5263 ULi M5263 Fast Ethernet Controller + 5281 M5281 ALI M5281 SATA/RAID Controller + 5287 52871849 ALI SATA controller + 5288 M5288 SATA Controller + 5289 ALi M5289 SATA/RAID Controller + 5427 ALI PCI to AGP Bridge + 5450 Agere Systems AC'97 Modem + 5451 ALI M5451 PCI AC-Link Controller Audio Device + 5453 ALI M5453 PCI AC-Link Controller Modem Device + 5455 M1563M Southbridge AC'97 Audio Controller + 5457 M1563M AC97 Modem controller + 5459 56k Voice Modem + 545A 56K Voice Modem + 5461 ?? Microsoft UAA Bus Driver for High Definition Audio + 5471 M1563M Southbridge Memory Stick Host + 5473 M1563M Southbridge MMC/SD controller + 7101 ALI M7101 Power Management Controller + 7471 M1563M Southbridge Memory Stick Host + 9876 mdv92xp xhcth700000b +10BA Mitsubishi Electronics Corp. + 0301 GUI Accelerator + 0304 AccelGALAXY A2100 +10BB Dapha Electronics Corporation +10BC Advanced Logic Research Inc. +10BD Surecom Technology + 0803 MYSON Technology Inc SURECOM EP-320X-S 100/10M Et Ethernet PCI Adapter + 0E34 NE34 Ethernet Adapter (NE2000 PCI clone) + 5240 0055 IDE Cntrlr + 5241 PCMCIA Bridge + 5242 General Purpose Controller + 5243 00000000 Bus Cntrlr + 5244 Floppy Disk Controller + 8139 surecom EP-320X-R adapter with realtek 8139c chip realtek 8139c +10BE Tsenglabs International Corp. +10BF MOST Corp. +10C0 Boca Research Inc. +10C1 ICM Corp. Ltd. +10C2 Auspex Systems Inc. +10C3 Samsung Semiconductor Inc + 1100 SmartEther100 SC1100 LAN Adapter (i82557B) + 8920 KS8920 Fast Ethernet Adapter + 8925 KS8925 Fast Ethernet Adapter (??) +10C4 Award Software International Inc +10C5 Xerox Corporation +10C6 Rambus Inc. +10C7 Media Vision +10C8 Neomagic Corporation + 0000 Graphics Controller + 0001 NM2070 MagicGraph 128 + 0002 NM2090 MagicGraph 128V + 0003 NM2093 MagicGraph 128ZV Video Controller + 0004 NM2160 MagicGraph 128XD + 0005 NM2200 MagicMedia 256AV + 0006 NM2360 MagicMedia 256ZX / 256M6D + 0016 NM2380 MagicMedia 256XL+ + 0025 NM2230 NeoMagic MagicMedia 256AV+ + 0083 NM2097 Graphic Controller NeoMagic MagicGraph128ZV+ + 8005 NM2200 MagicMedia 256AV Audio Device + 8006 NM2360 MagicMedia 256ZX Audio Device + 8016 NM2380 MagicMedia 256XL+ Audio Device +10C9 Dataexpert Corporation +10CA Fujitsu Microelectronic +10CB Omron Corporation +10CC Mentor Arc Inc + 0226 PCI to ISA Bridge + 0257 CPU to PCI Bridge + 0660 Articia S Host Bridge + 0661 Articia S PCI Bridge +10CD Advanced System Products (AdvanSys) + 1100 ASC1100 PCI SCSI Host Adapter + 1200 ASC1200 PCI SCSI Host Adapter (Fast SCSI II) + 1300 ASC1300 PCI SCSI Host Adapter (Fast Wide SCSI II) + 2300 ASC2300 PCI SCSI Hode Adapter (Ultra-Wide SCSI II) + 2500 ASC38C0800/1600 PCI Ultra 80/160 SCSI Controllers + 4000 ASC30c0400 FireWire OHCI Single-Chip Controller +10CE Radius Inc +10CF Fujitsu Ltd. + 10C5 FMV-103 Serial Parallel Card + 2001 MB86605 PCI SCSI Host Adapter (Fast Wide SCSI II) + 2002 MB86606 Fast Wide SCSI Controller + 2005 MB86974 10/100 Fast Ethernet Adapter + 200C MB86974 IEEE1394 OpenHCI Controller + 2010 OHCI FireWire Controller + 2011 MPEG2 R-Engine (MPEG2 Hardware Encoder) + 2019 MB86295 Coral-P Graphics Chip + 201E MB86296 Coral-PA Graphics Chip +10D0 Fujitsu Ltd +10D1 FuturePlus Systems +10D2 Molex Incorporated +10D3 Jabil Circuit Inc. +10D4 Hualon Microelectronics +10D5 Autologic Inc. +10D6 Cetia + FF51 0x0100 C87899D +10D7 BCM Advanced Research +10D8 Advanced Peripherals Labs +10D9 Macronix International Co. Ltd. + 0066 MX86101P sdas + 0431 MX98715 + 0512 MX98713 Fast Ethernet Adapter (PN102TX) + 0531 MX98715/25 Single Chip Fast Ethernet NIC Controller + 0532 MX98723/727 PCI/CardBus Fast Ethernet Controller + 0553 MX987x5 Ethernet Adapter + 8625 MX86250 xiankasqudong + 8626 MX86251+3Dfx Voodoo Rush + 8627 MX86251+3Dfx Voodoo Rush + 8888 MX86250 9619E + C115 lc82c115 +10DA Thomas-Conrad Corp + 0508 TC4048 Token Ring + 3390 Tl3c3x9 Token Ring +10DB Rohm LSI Research +10DC CERN-European Lab. for Particle Physics + 0001 STAR/RD24 PCI-SCI PMC mezzanine + 0002 ATT 2C15-3 (FPGA) SCI bridge on PCI 5 Volt card + 0004 EP20S780 ALTERA STRATIX + 0010 680-1110-150/400 Simple PMC/PCI to S-LINK interface + 0011 680-1110-200/450 Simple S-LINK to PMC/PCI interface + 0012 S32PCI64 32-bit S-LINK to 64-bit PCI interface + 0021 HIPPI destination + 0022 HIPPI source + 0033 EP20KE (APEX-FPGA) ALICE DDL to PCI interface (RORC) + 0101 SL651 7057 C200 Acquisition card for the SPS Orbit System (MACI) + 016A XC4VFX100 CALICE ODR + 10DC ATT 2C15-3 (FPGA) TTC sr first TTC chip receiver PMC +10DD Evans & Sutherland + 0001 3D Graphics Processor (?? Freedom GBbus??) + 0100 Lightning 1200 +10DE Nvidia Corp + 0008 NV1 EDGE 3D Accelerator [NV1] + 0009 NV1 EDGE 3D Multimedia [NV1] + 0010 Mutara V08 [NV2] + 0018 Riva 128 Graphics Accelerator [NV3] + 0019 Riva 128ZX GUI+3D Accelerator [NV3] + 0020 Riva TNT GUI+3D Accelerator [NV4] + 0028 NV5 TNT2 / TNT2 Pro + 0029 RIVA TNT2 Ultra [NVULTRA] + 002A Riva TNT2 [NV5] + 002B Riva TNT2 [NV5] + 002C VANTA / VANTA LT [NVVANTA] + 002D NV5 TNT2 Model 64 / TNT2 Model 64 Pro + 002E Vanta [NV6] + 002F Vanta [NV6] + 0030 nForce4 Intel Edition LPC Bridge + 0034 MCP04 SMBus Controller + 0035 nForce4 Intel Edition Parallel ATA Controller + 0036 nForce4 Intel Edition Serial ATA Controller + 0037 MCP04 Ethernet Controller + 0038 MCP04 Ethernet Controller + 003A MCP04 AC'97 Audio Controller + 003B MCP04 USB Controller + 003C MCP04 USB Controller + 003D MCP04 PCI Bridge + 003E nForce4 Intel Edition Serial ATA Controller + 003F nForce4 Intel Edition HyperTransport Registers + 0040 GeForce 6800 Ultra [NV40.0] + 0041 GeForce 6800 [NV40.1] + 0042 GeForce 6800 LE [NV40.2] + 0043 GeForce 6800 XE [NV40.3] + 0044 GeForce 6800 XT + 0045 GeForce 6800 GT [NV40.5] + 0046 GeForce 6800 GT + 0047 GeForce 6800 GS + 0048 GeForce 6800 XT + 0049 NV40GL ??? + 004D Quadro FX 4000 [NV40GL] + 004E Quadro FX 4000 [NV40GL] + 0050 nForce4 PCI to ISA Bridge + 0051 nForce4 ISA Bridge + 0052 nForce4 SMBus + 0053 NVidia nForce 4 SLI IDE Controller + 0054 NVidia nForce 4 SLI IDE Controller + 0055 NVidia nForce 4 SLI IDE Controller + 0056 nForce4 Ethernet Controller + 0057 nForce4 Ultra NVidia Network Bus Enumerator + 0058 nForce4 AC'97 Modem + 0059 Realtek ALC850 Realtek AC'97 Audio + 005A nForce4 USB Controller + 005B nForce4 USB 2.0 Controller + 005C nForce4 PCI Bridge + 005D nForce4 PCIe Bridge + 005E nForce4 Memory Controller + 005F nForce4 Memory Controller + 0060 nForce MCP2 ISA Bridge + 0064 nForce MCP-T SMBus Controller + 0065 nForce MCP2 EIDE Controller + 0066 nForce MCP-T Ethernet Adapter Chip 10/100/HD/FD-Autosense + 0067 nForce MCP2 OpenHCI USB Controller + 0068 nForce MCP2 EHCI USB 2.0 Controller + 0069 nForce AC'97 Modem + 006A nForce MCP-T Audio Codec Interface + 006B nForce MCP-T? Audio Processing Unit (Dolby Digital) + 006C nForce MCP-T CPU to PCI Bridge + 006D nForce MCP-T Audio Codec Interface + 006E nForce MCP2 OHCI Compliant IEEE 1394 Controller + 006F nForce4 Intel Edition Memory Registers + 0071 nForce4 Intel Edition CPU to PCI Bridge + 0075 nForce4 Intel Edition Memory Registers + 0076 nForce4 Intel Edition Memory Registers + 0078 nForce4 Intel Edition Memory Registers + 0079 nForce4 Intel Edition Memory Registers + 007A nForce4 Intel Edition Memory Registers + 007B nForce4 Intel Edition Memory Registers + 007C nForce4 Intel Edition Memory Registers + 007D nForce4 Intel Edition Memory Registers + 007E nForce4 Intel Edition PCIe Root Hub + 007F nForce4 Intel Edition Memory Registers + 0080 nForce MCP2S PCI to ISA Bridge + 0084 nForce MCP2S PCI System Management + 0085 nForce MCP2S Parallel ATA Controller + 0086 nForce MCP2A Ethernet Controller + 0087 nForce MCP2A USB Controller + 0088 nForce MCP2A USB Controller + 0089 nForce AC'97 Modem + 008A nForce AC'97 Audio Codec Interface + 008B nforce MCP2A PCI Bridge + 008C RLT8201BL Single-Port 10/100M Fast Ethernet PHYceiver + 008E nForce MCP2S Serial ATA Compatible Controller + 0090 GeForce 7800 GTX + 0091 GeForce 7800 GTX + 0092 NV47 (20x1,7vp) GeForce 7800GT + 0093 GeForce 7800 GS + 0095 GeForce 7800 SLI + 0098 GeForce Go 7800 + 0099 GeForce Go 7800 GTX + 009C G70.1 Quadro FX 350M + 009D ? NVIDIA GPU Quadro FX 4500 + 00A0 RIVA TNT2 Aladdin [NVA0] + 00B4 nForce4 Intel Edition Memory Registers + 00C0 GeForce 6800 GS [NV41.0] + 00C1 NV41.1 NVIDIA GeForce 6800 + 00C2 GeForce 6800 LE [NV41.2] + 00C3 GeForce 6800 XT + 00C8 GeForce Go 6800 [NV41.8] + 00C9 GeForce Go 6800 Ultra [NV41.9] + 00CC NV41 Quadro FX 1400 Go + 00CD NV41GL Quadro FX 3450/4000 SDI + 00CE NV41GL NVIDIA Quadro FX1400 + 00D0 nForce 3 LPC Bridge + 00D1 nForce 3 Host Bridge + 00D2 nForce 3? PCI-to-PCI Bridge + 00D3 nForce4 Memory Controller + 00D4 nForce MCp2 SMBus Controller + 00D5 nForce MCP3? Dual Channel PCI IDE Controller + 00D6 nForce MCP3? Networking Controller + 00D7 nForce MCP3? OpenHCD USB Host Controller + 00D8 nForce MCP3? Enhanced PCI to USB Host Controller + 00D9 nForce 3 Agere System PCI Soft Modem + 00DA nForce MCP3 Audio Codec Interface + 00DD nForce MCP3? PCI-to-PCI Bridge + 00DF Marvell 88E1111 Network adapter + 00E0 nForce3 250 LPC Interface Bridge + 00E1 nForce3 250 Host/PCI Bridge + 00E2 nForce3 250 AGP Host to PCI Bridge + 00E3 nForce3 250 Serial ATA Controller + 00E4 nForce3 250 PCI System Management + 00E5 nForce3 250 Parallel ATA Controller + 00E6 nForce3 Ethernet Controller + 00E7 nForce3 250 OpenHCD USB Controller + 00E8 nForce3 250 Enhanced PCI to USB Controller + 00E9 nForce3 AC'97 Modem + 00EA nForce3 AC'97 Audio Codec Interface + 00ED nForce3 250 PCI-PCI Bridge + 00EE nForce3 250 Serial ATA Controller + 00F0 NVBR02 ??? + 00F1 NV43+BR02 GeForce 6600 GT AGP + 00F2 GeForce 6600 [NV43] + 00F3 GeForce 6200 + 00F4 GeForce 6600 LE + 00F5 GeForce 7800 GS + 00F6 NV41 Geforce 6800GS + 00F8 NVBR02 NVIDIA Quadro FX 3400/4400 + 00F9 GeForce 6800 Series GPU [BR02.1] + 00FA NVBR02.2 GeForce PCX 5750 + 00FB NVBR02.3 GeForce PCX 5900 + 00FC NVBR02.4 GeForce PCX 5300 + 00FD NVBR02GL Quadro NVS 280 PCI-E + 00FE NVBR02GL Quadro FX 1300 + 00FF NVBR02.7 GeForce PCX 4300 + 0100 GeForce 256 [NV10] + 0101 GeForce 256 DDR [NV10DDR] + 0102 GeForce 256 Ultra [NV10] + 0103 Quadro (GeForce 256 GL) [NV10GL] + 0110 NV11 GeForce2 MX / MX 400 + 0111 NV11DDR GeForce2 MX 100/200Ă‚Â (DDR) + 0112 NV11 GeForce2 Go / MX Ultra + 0113 NV11GL Quadro2 MXR / EX / Go + 0140 GeForce 6600 GT + 0141 NV43 NVIDIA GeForce 6600 + 0142 GeForce 6600 LE + 0143 GeForce 6600 VE + 0144 GeForce 6600 GO + 0145 NV43 NVIDIA GeForce 6610 XL + 0146 Geforce Go 6600TE/6200TE [NV43] + 0147 GeForce 6700 XL + 0148 GeForce Go 6600 [NV43] + 0149 GeForce Go 6600 [NV43] + 014A Quadro NVS 440 + 014C Quadro FX 540 MXM + 014D Quadro FX 550 + 014E NV43 NVIDIA Quadro FX 540 + 014F NV43 NVIDIA GeForce 6200 + 0150 NV15 GeForce2 GTS / Pro + 0151 GeForce2 Ti (DDR) [NV15DDR] + 0152 GeForce2 Ultra (BladeRunner) [NV15BR] + 0153 Quadro2 Pro [NV15GL] + 0160 GeForce 6500 + 0161 GeForce 6200 TurboCache(TM) + 0162 NV44? GeForce 6200SE TurboCache + 0163 GeForce 6200 LE + 0164 NV44? GeForce FX 6200 Go + 0165 NVS285 Quadro NVS 285 + 0166 GeForce Go 6400 [NV43] + 0167 GeForce Go 6200/6400 + 0168 GeForce Go 6200/6400 [NV43] + 0169 GeForce 6250 + 016A GeForce 7100 GS + 0170 GeForce4 MX 460 [NV17.1] + 0171 GeForce4 MX 440 [NV17.2] + 0172 GeForce4 MX 420 [NV17.3] + 0173 GeForce4 MX 440-SE [NV17.4] + 0174 NV17M GeForce4 440 Go 64MB + 0175 GeForce4 420 Go [NV17M] + 0176 GeForce4 420 Go 32M [NV17M] + 0177 GeForce4 460 Go [NV17M] + 0178 NV17GL.1 Quadro4 500/550 XGL + 0179 GeForce4 440 Go 64M [NV17M] + 017A NV17GL.2 Quadro4 200/400 NVS + 017B Quadro4 550 XGL [NV17GL.3] + 017C Quadro4 500 Go GL [NV17M-GL] + 017D GeForce4 410 Go [NV17] + 0180 GeForce4 MX 440 with AGP 8X [NV18] + 0181 NV18B NVIDIA GeForce MX440 with AGP8X + 0182 GeForce4 MX 440SE with AGP 8X [NV18.3] + 0183 GeForce4 MX 420 with AGP 8X [NV18.4] + 0184 GeForce4 MX [NV18] + 0185 NV18.6 GeForce4 MX 4000 + 0186 GeForce4 448 Go [NV18M] + 0187 nv18m Geforce4 488 Go + 0188 Quadro4 580 XGL [NV18GL.1] + 018A Quadro NVS with AGP 8x [NV18GL.2] + 018B Quadro4 380 XGL [NV18GL.3] + 018C Quadro NVS 50 PCI + 018D GeForce4 448 Go [NV18M] + 0191 G80 Geforce 8800GTX 768MB + 0193 GeForce 8800 GTS + 019D G80 Nvidia Quadro FX 5600 + 019E G80 Nvidia Quadro FX4600 + 01A0 GeForce2 Integrated Graphics [NVCrush11] + 01A4 nForce AGP Controller + 01A5 nForce AGP Controller + 01A6 nForce AGP Controller + 01A8 nForce 220 Memory Controller (SDR) + 01A9 nForce 420 Memory Controller (SDR) + 01AA nForce 220/230 Memory Controller (DDR) + 01AB nForce 415/420/430 Memory Controller (DDR) + 01AC nForce 220/230/415/420/430 Memory Controller + 01AD nForce 220/230/415/420/430 Memory Controller + 01B0 nForce MCP Audio Processing Unit (Dolby Digital) + 01B1 nForce MCP Audio Codec Interface + 01B2 nForce HUB Interface + 01B4 nForce MCP SMBus Controller + 01B7 nForce AGP Bridge + 01B8 nForce PCI Bridge + 01BC nForce MCP ATA Controller + 01C1 nForce PC97 Modem (Intel 537) + 01C2 nForce MCP OHCI USB Controller + 01C3 nForce MCP Networking Adapter + 01D0 GeForce 7350 LE + 01D1 GeForce 7300 LE + 01D3 GeForce 7300 SE + 01D6 GeForce Go 7200 + 01D7 Quadro NVS 110M / GeForce Go 7300 + 01D8 Quadro NVS 120M / GeForce Go 7400 + 01DA Quadro NVS 110M + 01DB Quadro NVS 120M + 01DC nvidia mobile graphics NVIDIA Quadro FX 350M + 01DD GeForce 7500 LE + 01DE Quadro FX 350 + 01DF GeForce 7300 GS + 01E0 nForce2 AGP Controller + 01E1 nForce2 AGP Controller + 01E8 nForce2 AGP Host to PCI Bridge + 01EA nForce2 Memory Controller 0 + 01EB nForce2 Memory Controller 1 + 01EC nForce2 Memory Controller 2 + 01ED nForce2 Memory Controller 3 + 01EE nForce2 Memory Controller 4 + 01EF nForce2 Memory Controller 5 + 01F0 GeForce4 MX Integrated GPU + 0200 GeForce3 [NV20] + 0201 GeForce3 Ti200 [NV20.1] + 0202 GeForce3 Ti500 [NV20.2] + 0203 Quadro DCC [NV20DCC] + 0211 GeForce 6800 + 0212 GeForce 6800 LE + 0215 GeForce 6800 GT + 0218 GeForce 6800 XT + 0221 GeForce 6200 + 0222 GeForce 6200 A-LE + 0240 GeForce 6150 + 0241 NVS 210S nVidia GForce 6150, build in DELL Optiplex 740 (AMD Processor) + 0242 GeForce 6100 + 0243 C51 PCIe Bridge + 0244 C51 PCIe Bridge + 0245 Quadro NVS 210S/GeForce 6150LE + 0246 C51 PCIe Bridge + 0247 GeForce Go 6100 + 0248 C51 PCIe Bridge + 0249 C51 PCIe Bridge + 024A C51 PCIe Bridge + 024B C51 PCIe Bridge + 024C C51 PCIe Bridge + 024D C51 PCIe Bridge + 024E C51 PCIe Bridge + 024F C51 PCIe Bridge + 0250 GeForce4 Ti 4600 [NV25.1] + 0251 GeForce4 Ti 4400 [NV25.2] + 0252 GeForce3 [NV25.3] + 0253 NVIDIA Corporation Geforce4 TI 4200 128 Mo + 0258 Quadro4 900 XGL [NV25GL.1] + 0259 Quadro4 750 XGL [NV25GL.2] + 025B Quadro4 700 XGL [NV25GL.4] + 0260 MCP51 LPC Bridge + 0261 MCP51 LPC Bridge + 0262 MCP51 LPC Bridge + 0263 MCP51 LPC Bridge + 0264 NVIDIA SMB Bus Controller NVIDIA nForce PCI System Management + 0265 MCP51 Parallel ATA Controller + 0266 MCP51 Serial ATA Controller + 0267 MCP51 Serial ATA Controller + 0268 MCP51 Ethernet Controller + 0269 MCP51 Network Bus Enumerator + 026A MCP51 MCI + 026B MCP51 AC'97 Audio Controller + 026C MCP51 High Definition Audio + 026D MCP51 USB Controller + 026E MCP51 USB Controller + 026F MCP51 PCI Bridge + 0270 MCP51 Host Bridge + 0271 MCP51 PMU + 0272 MCP51 Memory Controller 0 + 027E C51 Memory Controller 2 + 027F C51 Memory Controller 3 + 0280 GeForce4 Ti 4800 [NV28.1] + 0281 GeForce4 Ti 4200 with AGP 8x [NV28.2] + 0282 GeForce4 Ti 4800 SE [NV28.3] + 0286 GeForce4 Ti 4200 Go AGP 8x [NV28] + 0288 Quadro4 980 XGL [NV28GL.1] + 0289 Quadro4 780 XGL [NV28GL.2] + 028C NV28GL Quadro4 700 GoGL + 0290 GeForce 7900 GTX + 0291 0x0401 BLISS GeForce 7900 GT bios + 0292 GeForce 7900 GS + 0293 GeForce 7900 GX2 + 0294 GeForce 7950 GX2 + 0295 GeForce 7950 GT + 0297 GeForce Go 7950 GTX + 0298 GeForce Go 7900 GS + 0299 GeForce Go 7900 GTX + 029A Quadro FX 2500M + 029B Quadro FX 1500M + 029C G71 Nvidia Quadro FX 5500 + 029D G71 Quadro FX 3500 + 029E Quadro FX 1500 + 029F Quadro FX 4500 X2 + 02A0 XBOX GeForce3 Integrated GPU [NV2A] + 02E0 ??? GeForce 7600 GT + 02E1 GeForce 7600 GS + 02E2 GeForce 7300 GT + 02F0 C51 Host Bridge + 02F1 C51 Host Bridge + 02F2 C51 Host Bridge + 02F3 C51 Host Bridge + 02F4 C51 Host Bridge + 02F5 C51 Host Bridge + 02F6 C51 Host Bridge + 02F7 C51 Host Bridge + 02F8 C51 Memory Controller 5 + 02F9 C51 Memory Controller 4 + 02FA C51 Memory Controller 0 + 02FB C51 PCIe Bridge + 02FC C51 PCIe Bridge + 02FD C51 PCIe Bridge + 02FE C51 Memory Controller 1 + 02FF C51 Host Bridge + 0300 GeForce FX [NV30.1] + 0301 GeForce FX 5800 Ultra [NV30.2] + 0302 GeForce FX 5800 [NV30.3] + 0308 Quadro FX 2000 [NV30GL.1] + 0309 Quadro FX 1000 [NV30GL.2] + 030A NV30GL ICE FX 2000 + 0311 GeForce FX 5600 Ultra [NV31.1] + 0312 GeForce FX 5600 [NV31.2] + 0313 NV31? ??? + 0314 GeForce FX 5600XT [NV31.4] + 0316 NV31 + 0317 NV31 + 0318 NV31GL.1 ??? + 0319 NV31GL.2 ??? + 031A NV31GL NVIDIA NV31GL + 031B NV31B NVIDIA GeForce FX Go5600 + 031C NV31C NVIDIA Quadro FX Go700 + 031D NV31 + 031E NV31 + 031F NV31 + 0320 GeForce FX 5200 + 0321 GeForce FX 5200 Ultra [NV34.2] + 0322 GeForce FX 5200 [NV34.3] + 0323 GeForce FX 5200LE [NV34.3] + 0324 NV31 nVidia GeForce FX Go 5200, 64MB + 0325 nv36m GeForce FX Go 5700 + 0326 GeForce FX 5500 [NV34.6] + 0327 GeForce FX 5100 [NV34.7] + 0328 GeForce FX Go 5200 32M/64M + 0329 GeForce FX Go 5200 [NV34M] + 032A Quadro NVS 280 PCI [NV34GL.3] + 032B Quadro FX 500/600 [NV34GL.4] + 032C NV34GL NVIDIA NV34GL + 032D GeForce FX Go5100 [NV34M] + 032F NV34GL ??? + 0330 GeForce FX 5900 Ultra [NV35.0] + 0331 GeForce FX 5900 [NV35.1] + 0332 GeForce FX 5900XT [NV35.2] + 0333 GeForce FX 5950 Ultra [NV35.3] + 0334 GeForce FX 5900ZT [NV35.4] + 0338 Quadro FX 3000 [NV35GL] + 033F Quadro FX 700 [NV35GL] + 0341 GeForce FX 5700 Ultra [NV36.1] + 0342 GeForce FX 5700 [NV36.2] + 0343 GeForce FX 5700LE [NV36.3] + 0344 GeForce FX 5700VE [NV36.4] + 0345 NV36.5 ??? + 0347 GeForce FX Go 5700 [NV36] + 0348 GeForce FX Go 5600 [NV36M] + 0349 NV36 + 034B NV36 + 034C Quadro FX Go1000 [NV36] + 034E Quadro FX 1100 [NV36GL] + 034F NV36GL? ??? + 0360 MCP55 LPC Bridge + 0361 MCP55 LPC Bridge + 0362 MCP55 LPC Bridge + 0363 MCP55 LPC Bridge + 0364 MCP55 LPC Bridge + 0365 MCP55 LPC Bridge + 0366 MCP55 LPC Bridge + 0367 MCP55 LPC Bridge + 0368 MCP55 SMBus + 0369 MCP55 Memory Controller + 036A MCP55 Memory Controller + 036B MCP55 SMU + 036C MCP55 USB Controller + 036D MCP55 USB Controller + 036E MCP55 IDE + 036F MCP55 Serial ATA Controller + 0370 MCP55 PCI bridge + 0371 ADI 1988B 8 Channel High Definition Audio + 0372 MCP55 Ethernet + 0373 MCP55 Ethernet + 0374 MCP55 PCIe bridge + 0375 MCP55 PCIe bridge + 0376 MCP55 PCIe bridge + 0377 MCP55 PCIe bridge + 0378 MCP55 PCIe bridge + 037A MCP55 Memory Controller + 037E MCP55 SATA Controller + 037F MCP55 SATA Controller + 0390 GeForce 7650 GS + 0391 GeForce 7600 GT + 0392 GeForce 7600 GS + 0393 GeForce 7300 GT + 0394 GeForce 7600 LE + 0395 GeForce 7300 GT + 0397 GeForce Go 7700 + 0398 ff101179 31b7bfb9 + 039B GeForce Go 7900 SE + 039C Quadro FX 550M + 039E Quadro FX 560 + 03A0 C55 Host Bridge + 03A1 C55 Host Bridge + 03A2 C55 Host Bridge + 03A3 C55 Host Bridge + 03A4 C55 Host Bridge + 03A5 C55 Host Bridge + 03A6 C55 Host Bridge + 03A7 C55 Host Bridge + 03A8 C55 Memory Controller + 03A9 C55 Memory Controller + 03AA C55 Memory Controller + 03AB C55 Memory Controller + 03AC C55 Memory Controller + 03AD C55 Memory Controller + 03AE C55 Memory Controller + 03AF C55 Memory Controller + 03B0 C55 Memory Controller + 03B1 C55 Memory Controller + 03B2 C55 Memory Controller + 03B3 C55 Memory Controller + 03B4 C55 Memory Controller + 03B5 C55 Memory Controller + 03B6 C55 Memory Controller + 03B7 C55 PCIe bridge + 03B8 C55 PCIe bridge + 03B9 C55 PCIe bridge + 03BA C55 Memory Controller + 03BB C55 PCIe bridge + 03D0 GeForce 6100 nForce 430 + 03D1 GeForce 6100 nForce 405 + 03D2 GeForce 6100 nForce 400 + 03D5 GeForce 6100 nForce 420 + 03E0 MCP61 LPC Bridge + 03E1 MCP61 LPC Bridge + 03E2 MCP61 LPC Bridge + 03E3 MCP61 LPC Bridge + 03E4 MCP61 High Definition Audio + 03E5 MCP61 Ethernet + 03E6 MCP61 Ethernet + 03E7 MCP61 SATA Controller + 03E8 MCP61 PCIe bridge + 03E9 MCP61 PCIe bridge + 03EA MCP61 Memory Controller + 03EB MCP61 SMBus + 03EC MCP61 IDE + 03EE MCP61 Ethernet + 03EF MCP61 Ethernet + 03F0 MCP61 High Definition Audio + 03F1 MCP61 USB Controller + 03F2 MCP61 USB Controller + 03F3 MCP61 PCI bridge + 03F4 MCP61 SMU + 03F5 MCP61 Memory Controller + 03F6 MCP61 SATA Controller + 03F7 MCP61 SATA Controller + 0400 GeForce 8600 GTS + 0402 GeForce 8600 GT + 0407 GeForce 8600M GT + 0409 GeForce 8800M GS + 0421 G86 GeForce 8500 GT + 0422 GeForce 8400 GS + 0423 GeForce 8300 GS + 0425 GeForce 8600M GS + 0427 unknown Geforce 8600 + 0428 GeForce 8400M G + 0429 Unknown nVidia Quadro FX 570M + 0440 MCP65 LPC Bridge + 0441 MCP65 LPC Bridge + 0442 MCP65 LPC Bridge + 0443 MCP65 LPC Bridge + 0444 MCP65 Memory Controller + 0445 MCP65 Memory Controller + 0446 MCP65 SMBus + 0447 MCP65 SMU + 0448 MCP65 IDE + 0449 MCP65 PCI bridge + 044A MCP65 High Definition Audio + 044B MCP65 High Definition Audio + 044C MCP65 AHCI Controller + 044D MCP65 AHCI Controller + 044E MCP65 AHCI Controller + 044F MCP65 AHCI Controller + 0450 MCP65 Ethernet + 0451 MCP65 Ethernet + 0452 MCP65 Ethernet + 0453 MCP65 Ethernet + 0454 MCP65 USB Controller + 0455 MCP65 USB Controller + 0456 MCP65 USB Controller + 0457 MCP65 USB Controller + 0458 MCP65 PCIe bridge + 0459 MCP65 PCIe bridge + 045A MCP65 PCIe bridge + 045C MCP65 SATA Controller + 045D MCP65 SATA Controller + 045E MCP65 SATA Controller + 045F MCP65 SATA Controller + 053A GeForce 7050 PV / nForce 630a + 053B GeForce 7050 PV / nForce 630a + 053E GeForce 7025 / nForce 630a + 10DE NV3 Riva 128 +10DF Emulex Corporation + 10DF Light Pulse Fibre Channel Adapter + 1AE5 LP6000 LightPulse Fibre Channel Host Adapter + 1AE6 LP 8000 Fibre Channel Host Adapter Alternate ID (JX1:2-3, JX2:1-2) + 1AE7 LP 8000 Fibre Channel Host Adapter Alternate ID (JX1:2-3, JX2:2-3) + F005 LP1150e Fibre Channel Host Adapter + F085 LightPulse PCI Fibre Channel Host Adapter + F095 LightPulse PCI Fibre Channel Host Adapter + F098 LightPulse PCI Fibre Channel Host Adapter + F0A1 LightPulse PCI Fibre Channel Host Adapter + F0A5 PL1050Ex Emulex 1050EX FC HBA - 2GB PCI-EXPRESS + F0B5 Viper LightPulse Fibre Channel Host Adapter + F0D1 Helios LightPulse Fibre Channel Host Adapter + F0D5 LP1150 Fibre Channel Host Adapter + F0E1 Zephyr LightPulse Fibre Channel Host Adapter + F0E5 Zephyr LightPulse Fibre Channel Host Adapter + F0F5 Neptune LightPulse Fibre Channel Host Adapter + F0F6 LPX000 Fibre Channel Storport Driver + F0F7 LPX000 Fibre Channel Storport Driver + F100 LP11000e Fibre Channel Host Adapter + F700 LP7000 LightPulse Fibre Channel Host Adapter + F701 LP7000 Fibre Channel Host Adapter Alternate ID (JX1:2-3, JX2:1-2) + F800 LP8000 LightPulse Fibre Channel Host Adapter + F801 LP8000 Fibre Channel Host Adapter Alternate ID (JX1:2-3, JX2:1-2) + F900 LightPulse PCI Fibre Channel Host Adapter + F901 LP9000 Fibre Channel Host Adapter Alternate ID (JX1:2-3, JX2:1-2) + F980 LP9802 / DC LP9802 & LP9802DC HBA adapter + F981 LP9802 Fibre Channel Host Adapter Alternate ID + F982 LP9802 Fibre Channel Host Adapter Alternate ID + FA00 LightPulse PCI Fibre Channel Host Adapter + FA01 LP101 Fibre Channel Host Adapter + FB00 LightPulse PCI Fibre Channel Host Adapter + FC00 Thor-X LightPulse Fibre Channel Host Adapter + FC10 Helios-X LightPulse Fibre Channel Host Adapter + FC20 Zephyr-X LightPulse Fibre Channel Host Adapter + FD00 L2A2860 HELIOS v1.11 Emulex LP11002 + FD11 LPX000 Fibre Channel Storport Driver + FD12 LPX000 Fibre Channel Storport Driver + FE00 Zephyr-X LightPulse Fibre Channel Host Adapter + FE04 LPX000 Fibre Channel Storport Driver + FE11 LPX000 Fibre Channel Storport Driver + FE12 LPX000 Fibre Channel Storport Driver + FF00 Neptune LightPulse Fibre Channel Host Adapter +10E0 Integrated Micro Solutions + 5026 IMS5026/27/28 P54C "Diamond" PCI Chipset + 5027 IMS5027 + 5028 IMS5028 ISA Bridge + 8849 IMS8849/8 386/486 PCI Chipset + 8853 IMS8853 ATM Network Adapter + 9128 IMS9129 TwinTurbo 128 GUI Accelerator + 9135 IMS9135 TwinTurbo 128-3D Display Adapter +10E1 Tekram Technology Corp. Ltd. + 0391 TRM-S1040 + 690C DC-690c + DC20 DC-290 EIDE Controller + DC29 DC-290 +10E2 Aptix Corporation +10E3 Tundra Semiconductor Corp. + 0000 CA91C042/142 Universe/II VMEbus Bridge + 0108 Tsi108 Host Bridge for Single PowerPC + 0148 Tundra Tsi148 PCI/X-to-VME Bridge + 0513 Tsi320 Dual-Mode PCI-to-PCI Bus Bridge + 0850 Tsi850 Power PC Dual PCI Host Bridge + 0854 Tsi850 Power PC Single PCI Host Bridge + 0860 CA91C860 Qspan PCI to Motorola Processor Bridge + 0862 CA91L862A QSpan II PCI to Motorola Processor Bridge + 8260 CA91L8200/8260 PowerSpan II PowerPC-to-PCI Bus Switch + 8261 CA91L8200/8260 PowerSpan II PowerPC to PCI Bus Switch (Single PCI Bus) + A108 Tsi109 Host Bridge for Dual PowerPC +10E4 Tandem Computers +10E5 Micro Industries Corporation +10E6 Gainbery Computer Products Inc. +10E7 Vadem +10E8 Applied Micro Circuits Corp. + 2011 Q-Motion pci 264 Video Capture/Edit board + 4750 S5930/33/35 "Matchmaker" PCI Controller + 5920 S5920 32-Bit PCI Bus target interface + 8001 S5933 Daktronics VMax transmitter Card + 8033 BBK-PCI light Transputer Link Interface + 8043 LANai4.x Myrinet LANai interface chip + 8062 S5933 Parastation + 807D S5933 PCI44 + 8088 FS Kingsberg Spacetec Format Synchronizer + 8089 SOB Kingsberg Spacetec Serial Output Board + 809C S5933 Traquair HEPC3 + 80B1 Data Fire Basic 4MB PCI Active ISDN Controller + 80D7 PCI-9112 Data Acquisition Card (ADLINK) + 80D8 PCI-7200 40MB/s 32-channels Digital I/O card (ADLINK) + 80D9 PCI-9118 Data Acquisition Card (ADLINK) + 80DA PCI-9812 + 811A PCI-DSlink PCI-IEEE1355-DS-DE interface + 814C Fastcom ESCC-PCI (Commtech, Inc) + 8170 S5933 "Matchmaker" PCI Chipset Development Tool + 81B7 S5933 AJAVideo NTV ITU-R.601 Video stillstore + 81E6 Multimedia video controller + 8291 Fastcom 232/8-PCI (Commtech, Inc) + 82AF CQ2240 Data Aquisition Card + 82C4 Fastcom 422/4-PCI (Commtech, Inc) + 82C5 Fastcom 422/2-PCI (Commtech, Inc) + 82C6 Fastcom IG422/1-PCI (Commtech, Inc) + 82C7 Fastcom IG232/2-PCI (Commtech, Inc) + 82CA Fastcom 232/4-PCI (Commtech, Inc) + 82DB AJA HDNTV HD SDI Framestore + 82E2 Fastcom DIO24H-PCI (Commtech, Inc) + 8851 S5933 on Innes Corp FM Radio Capture card +10E9 Alps Electronic Corp. Ltd. +10EA Tvia Inc (Was: InterGraphics Systems (IGS)) + 1680 IGA-1680 svga + 1682 IGA-1682 video + 1683 IGA-1683 + 2000 CyberPro 2010 TV output ram 2MB Cyberpro2010 + 2010 CyberPro 20xx/2000A vbcvbcvbcvb + 5000 CyberPro 5000 + 5050 CyberPro 5050 + 5202 CyberPro 5202 + 5252 CyberPro 5252 +10EB Artists Graphics + 0101 3GA 64 bit graphics processor + 8111 Twist3 Frame Grabber +10EC Realtek Semiconductor + 0139 rtl8139B ethernet 10/100 + 0260 RTL260 Driver MS UAA for HD Audio + 0262 ALC882 Realtek High Definition Audio + 0880 al880 REALTEK ALC880 + 0885 ALC885 7.1+2 Channel High-Performance HDA Codec with Content Protection + 8021 RTL8029AS NIC + 8029 RTL8029(as)pci ethernet nic windot XPse + 8119 10 32BIT Card Bus 10/100 (10EC-8119) + 8129 RTL8129 10/100 Fast Ethernet Controller + 8131 LFE8139ATX + 8136 RTL8139/810x Family Fast Ethernet NIC + 8138 RT8139 (B/C) CardBus Fast Ethernet Adapter + 8139 RT8139 (A/B/C/810x/813x/C+) Fast Ethernet Adapter + 8167 RTL8169/8110 Family Gigabit Ethernet NIC + 8168 RTL8168/8111 PCI-E Gigabit Ethernet NIC + 8169 RTL8110SB Single-Chip Gigabit LOM Ethernet Controller + 8180 RTL8180L IEEE 802.11b Wireless MAC and Baseband Processor + 8185 Extensible 802.11b/g Wireless Device + 8197 HSP56 MR Modem +10ED Ascii Corporation + 7310 V7310 VGA Video Overlay Adapter +10EE Xilinx Corporation + 0205 Wildcard TE205P + 0210 Wildcard TE210P + 0314 Spartan XC2S50E Communications Controller + 0405 Wildcard TE405P (2nd Gen) + 0410 Wildcard TE410P (2nd Gen) + 3FC0 RME Digi96 + 3FC1 RME Digi96/8 + 3FC2 RME Digi 96/8 Pro + 3FC3 RME Digi96/8 Pad RME Digi96/8 Pad + 3FC4 RME Digi9652 Hammerfall DSP + 3FC5 RME Digi9652 Hammerfall DSP + 3FC6 RME Hammerfall DSP MADI + 5343 Seamont SC100 Security Adapter + 8130 Durango PMC Virtex-II Bridge, XC2V1000-4FG456C + 8381 Ellips Santos Frame Grabber + D154 Copley Controls CAN card (PCI-CAN-02) +10EF Racore Computer Products + 8154 M815x Token Ring Adapter +10F0 Curtiss-Wright Controls Embedded Computing + A800 VCL-P Graphics board + B300 VCL-M graphics board +10F1 Tyan Computer + 1566 IDE/SCSI + 1677 Multimedia + 2013 RS-56 sp-pci Conexant RS-56 PCI Modem + 2865 Tyan Thunder K8E S2865 +10F2 Achme Computer Inc. - GONE !!!! +10F3 Alaris Inc. +10F4 S-Mos Systems + 1300 rev1.1 PCI to S5U13x06B0B Bridge Adapter +10F5 NKK Corporation + A001 NDR4000 NR4600 Bridge +10F6 Creative Electronic Systems SA + 0111 CMI8738/C3DX CMI8738/C3DX Multimedia Audio Controller +10F7 Matsushita Electric Industrial Corp Ltd +10F8 Altos India Ltd. +10F9 PC Direct +10FA Truevision + 0000 BT848KPF GUI Accelerator + 0001 GUI Accelerator + 0002 GUI Accelerator + 0003 GUI Accelerator + 0004 GUI Accelerator + 0005 GUI Accelerator + 0006 GUI Accelerator + 0007 GUI Accelerator + 0008 GUI Accelerator + 0009 GUI Accelerator + 000A GUI Accelerator + 000B GUI Accelerator + 000C Targa 1000 Video Capture & Editing card + 000D GUI Accelerator + 000E GUI Accelerator + 000F GUI Accelerator + 0010 GUI Accelerator + 0011 GUI Accelerator + 0012 GUI Accelerator + 0013 GUI Accelerator + 0014 GUI Accelerator + 0015 GUI Accelerator +10FB Thesys Microelectronic's + 186F TH 6255 +10FC I-O Data Device Inc. + 0003 Cardbus IDE Controller + 0005 Cardbus SCSI CBSC II + 8139 4020011B 10 +10FD Soyo Technology Corp. Ltd. +10FE Fast Electronic GmbH +10FF N-Cube +1100 Jazz Multimedia + 3044 VT6306L IEEE1394 Firewire 3 Port PCI Card +1101 Initio Corporation + 0002 INI-920 Ultra SCSI Adapter + 1060 INI-A100U2W Orchid Ultra-2 SCSI Controller + 134A Ultra SCSI Adapter + 1622 inic1620 S-ATA Adapter + 9100 INI-9010/9010W Fast Wide SCSI Controller + 9400 INIC-940 Fast Wide SCSI Controller + 9401 INIC-935 Fast Wide SCSI Controller + 9500 INIC-950 SCSI Controller + 9502 INIC-950P Ultrawide SCSI controller + 9700 Fast Wide SCSI Controller +1102 Creative Technology LTD. + 0002 t4780010004541 Sound Blaster Live! (Also Live! 5.1) - OEM from DELL - CT4780 + 0003 EMU8008 AWE64D OEM (CT4600) + 0004 Creative SB Audigy 2 ZS (WDM) Audigy Audio Processor + 0005 SB0460 SoundBlaster X-FI XtremeMusic + 0006 emu10k1x Soundblaster Live! 5.1 + 0007 C6SB0410515017656A Audigy SE + 0008 Audigy Audio Processor + 1017 CT6760 3D Blaster Banshee PCI CT6760 + 1020 NV5 3D Blaster RIVA TNT2 + 1047 3D Blaster Annihilator 2 + 1371 ES1371-3 ES1371, ES1373 AudioPCI + 2898 es2898 es56t-p1 + 4001 EMU10K1 Audigy IEEE1394a Firewire Controller + 647D AC'97 Audio Device + 7002 EMU10000 Game Port + 7003 EMU10K2 Creative Labs SB Audigy MIDI/Game port + 7004 ??????? Game port for SB Live! Series + 7005 ??? Audigy LS Series Game Port + 7802 EMU1OK1-NGF Environmental Audio (SB Live) + 8064 SB0100 (SBLive! 5.1 OEM) + 8938 EV1938 Sound + 9838 Ectiva EV1938 +1103 Triones Technologies Inc. (HighPoint) + 0003 HPT343/5/6,HPT363 UDMA EIDE Controller + 0004 HPT3xx UDMA66/100/133 EIDE Controller + 0005 HPT372x UDMA/ATA133 RAID Controller + 0006 HPT302N UDMA/ATA133 RAID Controller + 0007 HPT371/N UDMA/ATA133 EIDE Controller + 0008 HPT374 Rocket 154x/1640, RocketRAID 154x/1640 RAID EIDE Controller + 0009 HPT372N UDMA/ATA133 RAID Controller (OEM) + 2300 RocketRAID 230x SATA Controller + 2310 RocketRAID 231x SATA Controller +1104 Rasterops +1105 Sigma Designs Inc. + 1105 REALmagic XCard MPEG 1/2/3/4 DVD Decoder + 5000 Multimedia + 8300 EM8300 MPEG-2 Decoder (REALmagic Hollywood Plus) + 8400 EM8400 MPEG-2 Decoder + 8401 EM8401 REALmagic DVD/MPEG-2 A/V Decoder + 8470 EM8470 REALmagic DVD/MPEG-4 A/V Decoder + 8471 EM8471 REALmagic DVD/MPEG-4 A/V Decoder + 8475 EM8475 MPEG-1/2/4 Decoder Card for Video & Audio + 8476 EM8476 REALmagic DVD/MPEG-4 A/V Decoder + 8485 EM8485 REALmagic DVD/MPEG-4 A/V Decoder + 8486 EM8486 REALmagic DVD/MPEG-4 A/V Decoder +1106 VIA Technologies Inc + 0102 Embedded VIA Ethernet Controller + 0130 VT6305 VIA Fire 1394.A OHCI Link Layer Ctrlr + 0198 P4X600 CPU to PCI Bridge + 0204 K8M400 CPU to PCI Bridge + 0208 PT890 Standard Host Bridge + 0238 K8T890 CPU to PCI Bridge + 0258 PT880 CPU to PCI Bridge + 0259 PM880 CPU to PCI Bridge + 0269 KT880 CPU to PCI Bridge + 0282 K8T880Pro CPU to PCI Bridge + 0290 K8M890 Standard Host Bridge + 0293 PM896 Host Bridge + 0296 P4M800 Standard Host Bridge + 0305 VT8363/5 KT133/KM133 System Controller + 0308 PT894 Standard Host Bridge + 0314 CN700/VN800/P4M800CE/Pro Host Bridge + 0324 CX700 Host Bridge + 0327 P4M890 Standard Host Bridge + 0336 K8M890CE Host Bridge + 0340 PT900 Host Bridge + 0351 VT3351 Host Bridge + 0364 P4M900 Host Bridge + 0391 VT8371 KX133 System Controller + 0501 VT8501 Apollo MVP4 System Controller + 0505 VT82C505 VL to PCI Bridge + 0561 VT82C570 MV IDE Controller (Single FIFO) + 0571 VT82C586A/B/VT82C686/A/B/VT823x/A/C Bus Master IDE Controller + 0576 VT82C57x MV System Controller + 0581 Bus Master IDE Controller; CX700/VX700 RAID Controller + 0585 VT82C585 Apollo VP,VPX,VPX-97 System Controller + 0586 VT82C586/A/B PCI to ISA Bridge + 0591 VT8237A VIA VT8237A SATA RAID Controller + 0595 VT82C595 Apollo VP2,VP2-97 System Controller + 0596 VT82C596/A/B "Mobile South" PCI to ISA Bridge + 0597 VT82C597/597AT/598MVP Apollo VP3/MVP3 System Controller + 0598 VT82C598MVP Apollo MVP3 System Controller + 0601 VT8601 Apollo PLE133 CPU to PCI Bridge + 0605 VT8605 ProSavage PM133 System Controller + 0680 VT82C680 Apollo P6 + 0686 VT82C686/A/B "Super South" PCI to ISA Bridge + 0691 VT82C691/693A/694X Apollo Pro/133/133A System Controller + 0692 Apollo Pro/BX Chipset + 0693 VT82C693 Apollo Pro Plus CPU to PCI Bridge + 0698 VT82C693A Apollo Pro133 AGP + 0926 VT86C926 Amazon NE2000-Compatible PCI Ethernet Controller + 1000 VT82C570 MV System Controller + 1106 VT82C570 MV IDE Controller + 1204 K8M400 CPU to PCI Bridge + 1208 PT890 Standard Host Bridge + 1238 K8T890 CPU to PCI Bridge + 1258 PT880 CPU to PCI Bridge + 1259 CN400/PM880 CPU to PCI Bridge + 1269 KT880 CPU to PCI Bridge + 1282 K8T880Pro CPU to PCI Bridge + 1290 K8M890 Standard Host Bridge + 1293 PM896 Host Bridge + 1296 P4M800 Standard Host Bridge + 1308 PT894 Standard Host Bridge + 1314 CN700/VN800/P4M800CE/Pro Standard Host Bridge + 1324 CX700 Host Bridge + 1327 P4M890 Standard Host Bridge + 1336 K8M890CE Host Bridge + 1340 PT900 Host Bridge + 1351 VT3351 Host Bridge + 1364 P4M900 Host Bridge + 1571 VT82C416 IDE Controller + 1595 VT82C595 Apollo VP2,VP2-97 System Controller + 1708 0x1708 VEN_1106&DEV_1708 + 2006 VT6105M VIA Rhine III VT6105M Fast Ethernet controller + 2204 K8M400 CPU to PCI Bridge + 2208 PT890 Standard Host Bridge + 2238 K8T890 CPU to PCI Bridge + 2258 PT880 CPU to PCI Bridge + 2259 PM880 CPU to PCI Bridge + 2269 KT880 CPU to PCI Bridge + 2282 K8T880Pro CPU to PCI Bridge + 2290 K8M890 Standard Host Bridge + 2293 PM896 Host Bridge + 2296 P4M800 Standard Host Bridge + 2308 PT894 Standard Host Bridge + 2314 CN700/VN800/P4M800CE/Pro Standard Host Bridge + 2324 CX700 Host Bridge + 2327 P4M890 Standard Host Bridge + 2336 K8M890CE Host Bridge + 2340 PT900 Host Bridge + 2351 VT3351 Host Bridge + 2364 P4M900 Host Bridge + 287A VT8251 Standard PCI to PCI Bridge + 287B VT8251 Standard PCI to PCIe Bridge + 287C VT8251 Standard PCIe Root Port + 287D VT8251 Standard PCIe Root Port + 287E VT8251 Ultra VLINK Controller + 3022 CLE266 + 3038 VT83C572, VT6202 VIA Rev 5 or later USB Universal Host Controller + 3040 VT83C572, VT86C586/A/B Power Management Controller + 3041 82C570MV ISA Bridge w/IDE + 3043 VT86C100A Rhine 10/100 Ethernet Adapter + 3044 VT6306 VIA Fire II IEEE-1394 OHCI Link Layer Controller + 3050 VT82C596/596A/596 Power Management and SMBus Controller + 3051 Power Management Controller + 3053 VT6105M Rhine III Management Adapter + 3057 VT82C686A/B ACPI Power Management Controller + 3058 VT8237 AC97 Audio Codec (All VIA Chipsets) + 3059 VT8237 AC97 Enhanced Audio Controller - the 8251 controller is different + 3065 VT6102 Rhine II PCI Fast Ethernet Controller||Used by GERICOM in laptop Webengine Advanced + 3068 VT82C686 ECS HSP56 VIA AC97 Modem riser + 3074 VT8233 PCI to ISA Bridge + 3086 VT82C686 Power Management Controller (??) + 3091 VT8633 Apollo Pro 266 CPU to PCI Bridge + 3099 VT8366/A,VT8367 Apollo KT266/A,KT333 CPU to PCI Bridge + 3101 VT8653 Apollo Pro 266T CPU to PCI Bridge + 3102 VT8362 ProSavage KN133 CPU to PCI Bridge + 3103 VT8615 CPU to PCI Bridge + 3104 VT6202/12 USB 2.0 Enhanced Host Controller + 3106 VT6105M/LOM Rhine III PCI Fast Ethernet Controller + 3107 VT8233/A AC97' Enhance Audio Controller PCI to ISA Bridge + 3108 Unknown Via Unichrome S3 VGA - part of a VIA Northbridge + 3109 VT8233/A AC97' Enhance Audio Controller PCI to ISA Bridge + 3112 VT8361 Apollo KLE133 System Controller + 3113 VPX/VPX2 PCI to PCI Bridge + 3116 VT8375 ProSavageDDR PM266/KM266 CPU to PCI Bridge + 3118 VIA/S3 Unichrome Pro VGA Adapter + 3119 VT6120/VT6121/VT6122 'Velocity' Gigabit Ethernet Controllers + 3122 VT8623 Apollo CLE266 CastleRock AGP 8X Controller + 3123 VT8623 Apollo CLE266 CastleRock CPU to PCI Bridge + 3128 VT8753 Apollo P4X266 System Controller + 3133 VT3133 CPU to PCI Bridge + 3147 VT8233A PCI to ISA Bridge + 3148 VT8751 ProSavageDDR P4M266 System Controller + 3149 VT8237 VT6410 SATA RAID Controller + 3156 VT8372 ProSavageDDR PN266/KN266 CPU to PCI Bridge + 3158 ProSavageDDR P4N266 CPU to PCI Bridge + 3164 VT6410 VIA VT6410 RAID Controller + 3168 VT8374 P4X400 Host Controller/AGP Bridge + 3177 VT8235 PCI to ISA Bridge + 3178 ProSavageDDR P4N333 CPU to PCI Bridge + 3188 Apollo K8T800 CPU to PCI Bridge + 3189 VT8377 Apollo KT400/A/600 CPU to PCI Bridge + 3198 ProSavageDDR P4X600 CPU to PCI Bridge + 3202 K8N400 CPU to PCI Bridge + 3204 1394 i2c CPU to PCI Bridge + 3205 KM400 CPU to PCI Bridge + 3208 P4X800 CPU to PCI Bridge + 3209 P4M400 CPU to PCI Bridge + 3213 VPX/VPX2 PCI to PCI Bridge + 3218 K8T800M CPU to PCI Bridge + 3227 VT8237 PCI-to-ISA Bridge + 3230 K8N890CE Display Driver Integrated Graphics + 3238 K8T890 CPU-to-PCI Bridge + 3249 VT6421 VIA VT6421 RAID Controller + 324A CX700 PCI to PCI Bridge + 324B CX700 Host Bridge + 324E CX700 Internal Module Bus + 3258 PT880 CPU-to-PCI Bridge + 3259 PM880 CPU to PCI Bridge + 3269 KT880 CPU to PCI Bridge + 3282 K8T880Pro CPU to PCI Bridge + 3287 VT8251 Standard PCI to ISA Bridge + 3288 ??? VIA VT8251/8237A High Definition Audio Controller - HDA Codec Realtek ALC660 + 3290 K8M890 Standard Host Bridge + 3296 P4M800 Standard Host Bridge + 3324 CX700 Host Bridge + 3327 P4M890 Host Bridge + 3336 K8M890CE Host Bridge + 3337 VT8237A Standard PCI to ISA Bridge + 3340 PT900 Host Bridge + 3343 VIA/S3G UniChromePro IGP + 3344 P4M800PRO&8237R VIA/S3G UniChrome Pro IGP + 3349 VT8251 VIA VT8251 AHCI RAID Controller + 3351 VT3351 Host Bridge + 3364 P4M900 Host Bridge + 337A VT8237A Standard PCI to PCI Bridge + 337B VT8237A Standard PCI to PCIe Bridge + 4149 VT6420 ATA/ATAPI Host Controller + 4204 K8M400 CPU to PCI Bridge + 4208 PT890 Standard Host Bridge + 4238 K8T890 CPU to PCI Bridge + 4258 PT880 CPU to PCI Bridge + 4259 CN400/PM880 CPU to PCI Bridge + 4269 KT880 CPU to PCI Bridge + 4282 K8T880Pro CPU to PCI Bridge + 4290 K8M890 Standard Host Bridge + 4293 PM896 Host Bridge + 4296 P4M800 Standard Host Bridge + 4308 PT894 Standard Host Bridge + 4314 CN700/VN800/P4M800CE/Pro Host Bridge + 4324 CX700 Host Bridge + 4327 P4M890 Host Bridge + 4336 K8M890CE Host Bridge + 4340 PT900 Host Bridge + 4351 VT3351 Host Bridge + 4364 P4M900 Host Bridge + 5030 VT82C596 ACPI Power Management Controller + 5208 PT890 I/O APIC Interrupt Controller + 5238 K8T890 I/O APIC Interrupt Controller + 5287 Serial ATA Controller + 5290 K8M890 I/O APIC Interrupt Controller + 5308 PT894 I/O APIC Interrupt Controller + 5324 CX700M2 Bus Master IDE Controller + 5327 P4M890 I/O APIC Interrupt Controller + 5336 K8M890CE I/O APIC Interrupt Controller + 5337 Serial ATA Controller + 5340 PT900 I/O APIC Interrupt Controller + 5351 VT3351 I/O APIC Interrupt Controller + 5364 P4M900 I/O APIC Interrupt Controller + 6010 VT86C100A Rhine II Fast Etheenet Adapter (Error??) + 6100 VIA VT86C100A Rhine II PCI Fast SATA and ethernet controller + 6287 VT8251 AHCI Controller + 6327 P4M890 Security Device + 6340 Security Device + 6364 P4M900 Security Device + 7204 K8M400 CPU to PCI Bridge + 7205 KM400 VIA Technologies, Inc. VT8378 [S3 UniChrome] Graphics Adapter + 7208 PT890 Standard Host Bridge + 7238 K8T890 CPU to PCI Bridge + 7258 PT880 CPU to PCI Bridge + 7259 PM880 CPU to PCI Bridge + 7269 KT880 CPU to PCI Bridge + 7282 K8T880Pro CPU to PCI Bridge + 7290 K8M890 Standard Host Bridge + 7293 PM896 Host Bridge + 7296 P4M800 Standard Host Bridge + 7308 PT894 Standard Host Bridge + 7314 CN700/VN800/P4M800CE/Pro Host Bridge + 7324 CX700 Host Bridge + 7327 P4M890 Standard Host Bridge + 7336 K8M890CE Host Bridge + 7340 PT900 Host Bridge + 7351 VT3351 Host Bridge + 7364 P4M900 Host Bridge + 8208 PT890 (??) PCI to AGP Bridge + 8231 VT8231 PCI to ISA Bridge + 8235 VT8751 Power Management Controller + 8237 VT8237 AC97 Enhanced Audio Controller - the 8251 controller is different + 8305 VT8363/5 Apollo KT133/KM133 PCI to AGP Bridge + 8324 CX700 PCI to ISA Bridge + 8391 VT8371 Apollo KX133 PCI to AGP Bridge + 8501 VT8501 Apollo MVP4 PCI to AGP Bridge + 8596 VT82C596 Apollo Pro PCI to AGP Bridge + 8597 VT82C597 Apollo VP3 PCI to AGP Bridge + 8598 VT82C598MVP/694x Apollo MVP3/Pro133x PCI to AGP Bridge + 8601 VT82C601 Apollo PLE133 CPU to AGP Bridge + 8602 CPU to AGP Bridge + 8605 VT8605 ProSavage PM133 CPU to AGP Bridge + 8691 VT82C691/693A/694X Apollo Pro/133/133A PCI to PCI Bridge + 8693 VT82C693 Apollo Pro Plus PCI to PCI Bridge + 9238 K8T890 I/O APIC + 9398 VT8601 2D/3D Graphics Accelerator + 9876 VT8233/A AC97' Enhance Audio Controller PCI to ISA Bridge + A208 PT890 PCI-to-PCI Bridge + A238 K8T890 PCI-to-PCI Bridge + A327 P4M890 PCI to PCI Bridge Controller + A364 P4M900 PCI to PCI Bridge Controller + B091 VT8633 Apollo Pro 266 CPU to AGP Controller + B099 VT8366/A,VT8367 Apollo KT266/A,KT333 PCI to AGP Bridge + B101 VT8653 Apollo Pro 266T CPU to AGP Controller + B102 VT8362 PCI-to-PCI Bridge (AGP) + B103 VT8615 PCI-to-PCI Bridge (AGP) + B112 VT8361 Apollo KLE133 CPU to AGP Controller + B113 VPX/VPX2 I/O APIC + B115 VT8363/5 KT/KM133 CPU to AGP Controller + B116 VT8375 ProSavageDDR PM266/KM266 PCI to AGP Bridge + B133 vt686b CPU to AGP Controller + B148 VT8751 ProSavageDDR P4M266 CPU to AGP Bridge + B156 VT8372 ProSavageDDR PN266/KN266 PCI to AGP Bridge + B158 ProSavageDDR P4N266 PCI to AGP Bridge + B168 ProSavageDDR P4X333 CPU to AGP 2.0/3.0 Bridge + B188 VT8237 K8HTB CPU to AGP 2.0/3.0 Bridge + B198 ProSavageDDR P4X600,Apollo KT400/A/600 CPU to AGP Bridge + B213 VPX/VPX2 I/O APIC + B999 K8T890 PCI Bridge + C208 PT890 PCI-to-PCI Bridge + C238 K8T890 PCI-to-PCI Bridge + C327 P4M890 PCI to PCI Bridge Controller + C340 PT900 PCI to PCI Bridge Controller + C364 P4M900 PCI to PCI Bridge Controller + D104 VT8237 Integrated Fast Ethernet Controller + D208 PT890 PCI-to-PCI Bridge + D213 VPX/VPX2 PCI to PCI Bridge + D238 K8T890 PCI-to-PCI Bridge + D340 PT900 PCI to PCI Bridge Controller + E208 PT890 PCI-to-PCI Bridge + E238 K8T890 PCI-to-PCI Bridge + E340 PT900 PCI to PCI Bridge Controller + F208 PT890 PCI-to-PCI Bridge + F238 K8T890 PCI-to-PCI Bridge + F340 PT900 PCI to PCI Bridge Controller +1107 Stratus Computer + 8576 PCI Host Bridge +1108 Proteon Inc. + 0100 P1690Plus-AA Single Port Token Ring Adapter + 0101 P1690Plus-AB Dual Port Token Ring Adapter + 0105 P1690Plus Token Ring Adapter + 0108 P1690Plus Token Ring Adapter + 0138 P1690Plus Token Ring Adapter + 0139 P1690Plus Token Ring Adapter + 013C P1690Plus Token Ring Adapter + 013D P1690Plus Token Ring Adapter +1109 Adaptec/Cogent Data Technologies + 1400 EM110TX EX110TX PCI Fast Ethernet Adapter +110A Siemens PC Systeme GmBH + 0002 Piranha PCI-EIDE-Adapter (2 Port) + 0005 Tulip-Controller, Power-Management, Switch Extender + 0006 PINC + 0015 Multiprocessor Interrupt Controller (MINT) + 0017 PCI-WAN Adapter (SiemensCard PWAN) + 001D Copernicus Management Controller + 113C FPGA-CPTR Hardware Tracer for CP113C/CP113D + 113E FPGA-CPTRE Hardware Tracer for CP113E + 2101 PEB 20321 Multichannel Network Interface Controller for HDLC + 2102 PEB 20534 DMA supported serial communication controller with 4 channels + 2103 PEB 20324 MUNICH128X Multichannel NIC for HDLC + Extensions + 2104 PSB 4600/4610 PCI Interface for Telephony Applications (PITA) + 2106 PEB 20256E Multichannel NIC for HDLC/PPP (256 Channels) + 2108 PEB 20256M E MUNICH256FM NIC for HDLC/PPP (256 Channels) + 3141 01 PROFIBUS Communication Processor CP5611 A2 + 3160 MCCA Pentium-PCI Host Bridge Core ASIC + 4942 FPGA I-Bus Tracer for MBD + 6120 SZB6120 Multimedia Adapter +110B CHROMATIC Research Inc / Xenon Microsystems + 0001 Mpact Media Processor + 0002 GM90C7110VX MPACT DVD decoder. + 0004 Mpact2 3DVD Media Processor +110C Mini-Max Technology Inc. +110D ZNYX Corporation +110E CPU Technology +110F Ross Technology +1110 Powerhouse Systems + 6037 Firepower Powerized SMP I/O ASIC + 6073 Firepower Powerized SMP I/O ASIC +1111 Caldera Systems Inc (Was: Santa Cruz Operation) +1112 Osicom Technologies Inc. + 2200 2200 FDDI adapter + 2300 2300 Fast Ethernet adapter + 2340 4 Port Fast Ethernet Adapter + 2400 2400 ATM adapter +1113 Accton Technology Corporation + 1211 EN-1207D Fast Ethernet Adapter + 1216 EN-5251 Based Fast Ethernet Adapter + 1217 EN-2242 Ethernet Adapter + 5105 10Mbps Network Card + 9211 EN-1207D Fast Ethernet Adapter + 9511 SMC en5251be 0250tabgv27065.1 + 9876 EN5251BE Ethernet Controller/ drivers +1114 Atmel Corp. + 0506 AT76C506 802.11b Wireless Network Adaptor + 3202 AT97SC3202 TPM - Trusted Platform Module +1115 Dupont Pixel Systems Ltd +1116 Media 100 Inc (Was: Data Translation) + 0022 DT3001 + 0023 DT3002 + 0024 DT3003 + 0025 DT3004 + 0026 Dt3005 + 0027 DT3001-PGL + 0028 DT3003-PGL +1117 Datacube Inc. + 9500 max-lc SVGA card + 9501 MaxPCI image processing board +1118 Berg Electronics +1119 ICP vortex Computersysteme GmbH + 0000 GDT6000/6020/6050 PCI SCSI RAID Controller + 0001 GDT6000B/6010 PCI 1-Channel SCSI RAID Controller + 0002 GDT6110/6510 PCI 1-channel SCSI RAID Controller + 0003 GDT6120/6520 PCI 2-channel SCSI RAID Controller + 0004 GDT6530 PCI 3-channel SCSI RAID Controller + 0005 GDT6550 PCI 5-channel SCSI RAID Controller + 0006 GDT6117/6517 Wide Ultra SCSI Controller + 0007 GDT6127/6527 Wide Ultra SCSI Controller + 0008 GDT6537 Wide Ultra SCSI Controller + 0009 GDT6557/6557-ECC Wide Ultra SCSI Controller + 000A GDT6115/6515 Ultra SCSI Controller + 000B GDT6125/6525 Wide SCSI Controller + 000C GDT6535 Wide SCSI Controller + 000D GDT6555/6555-ECC Wide SCSI Controller + 0100 GDT6117RP/6517RP 2 Channel Wide Ultra SCSI + 0101 GDT6127RP/6527RP Wide Ultra SCSI HBA + 0102 GDT6537RP Wide Ultra SCSI HBA + 0103 GDT6557RP Wide Ultra SCSI HBA + 0104 GDT6111RP/6511RP Ultra SCSI HBA + 0105 GDT6121RP/6521RP Ultra SCSI HBA + 0110 GDT6117RD/6517RD Wide Ultra SCSI HBA + 0111 GDT6127RD/6527RD Wide Ultra SCSI HBA + 0112 GDT6537RD Wide Ultra SCSI HBA + 0113 GDT6557RD Wide Ultra SCSI HBA + 0114 GDT6111RD/6511RD Ultra SCSI HBA + 0115 GDT6127RD/6527RD Ultra SCSI HBA + 0118 GDT6x18RD Wide Ultra2 SCSI HBA + 0119 GDT6x28RD Wide Ultra2 SCSI HBA + 011A GDT6538RD/6638RD Wide Ultra2 SCSI HBA + 011B GDT6558RD/6658RD Wide Ultra2 SCSI HBA + 0120 GDT6117RP2/6517RP2 + 0121 GDT6127RP2/6527RP2 + 0122 GDT6537RP2 + 0123 GDT6557RP2 + 0124 GDT6111RP2/6511RP2 + 0125 GDT6127RP2/6527RP2 + 0136 GDT 6113RS/6513RS + 0137 GDT 6x23RS Disk Array Controller + 0138 GDT 6118RS/6518RS/6618RS + 0139 GDT 6128RS/6528RS/6628RS + 013A GDT 6538RS/6638RS + 013B GDT 6558RS/6658RS + 013C GDT 6533RS/6633RS + 013D GDT 6543RS/6643RS + 013E GDT 6553RS/6653RS + 013F GDT 6563RS/6663RS + 0166 GDT 7113RN/7513RN/7613RN + 0167 GDT 7123RN/7523RN/7623RN + 0168 GDT7x18RN 64-bit PCI Wide Untra2 SCSI HBA + 0169 GDT7x28RN 64-bit PCI Wide Ultra2 SCSI HBA + 016A GDT7538RN/7638RN 64-bit PCI Wide Ultra2 SCSI HBA + 016B GDT7558RN/7658RN 64-bit PCI Wide Ultra2 SCSI HBA + 016C GDT 7533RN/7633RN + 016D GDT 7543RN/7643RN + 016E GDT 7553RN/7653RN + 016F GDT 7563RN/7663RN + 01D6 GDT 4x13RZ + 01D7 GDT 4x23RZ + 01F6 GDT 8x13RZ + 01F7 GDT 8x23RZ + 01FC GDT 8x33RZ + 01FD GDT 8x43RZ + 01FE GDT 8x53RZ + 01FF GDT 8x63RZ + 0210 GDT6519RD/6619RD Fibre Channel HBA + 0211 GDT6529RD/6629RD Fibre Channel HBA + 0260 GDT7519RN/7619RN 64-bit PCI Fibre Channel HBA + 0261 GDT7529RN/7629RN 64-bit PCI Fibre Channel HBA + 02F6 GDT8x22RZ Disk Array Controller + 0300 GDT Rx Controller +111A Efficient Networks Inc + 0000 155P-MF1 (FPGA) + 0002 155P-MF1 (ASCI) + 0003 ENI-25P ATM Adapter + 0005 SpeedStream ENI-30x0 ATM Adapter + 0007 SpeedStream ADSL +111B Teledyne Electronic Systems +111C Tricord Systems Inc. + 0001 Powerbus Bridge +111D Integrated Device Technology Inc. + 0001 IDT77201/211 NICStAR ATM Adapter + 0003 IDT77222/252 MICRO ABR SAR PCI ATM Controller + 0004 IDT77V252 MICRO ABR SAR PCI ATM Controller +111E Eldec Corp +111F Precision Digital Images + 4A47 Precision MX Video engine interface + 5243 Frame Capture Bus Interface +1120 EMC Corp. +1121 Zilog +1122 Multi-Tech Systems Inc +1123 Excellent Design Inc. +1124 Leutron Vision AG +1125 Eurocore/Vigra +1126 Vigra +1127 FORE Systems Inc + 0200 ForeRunner PCA-200 ATM Adapter + 0210 PCA-200PC ATM Adapter + 0250 ATM + 0300 PCA-200EPC ATM Adapter + 0310 ATM + 0400 ForeRunner HE ATM Adapter +1129 Firmworks +112A Hermes Electronics Co. Ltd. +112B Linotype - Hell AG +112C Zenith Data Systems +112D Ravicad +112E Infomedia Microelectronics + 0000 EIDE/hdd and IDE/cd-rom Ctrlr + 000B EIDE/hdd and IDE/cd-rom Ctrlr +112F Imaging Technlogy Inc + 0000 MVC IC-PCI + 0001 Video Frame Grabber / Processor +1130 Computervision + F211 0x010 USB Audio Sound Card +1131 Philips Semiconductors + 1131 7130 01384E428 + 1201 PTD3000 VPN IPSEC coprocessor + 1234 EHCI USB 2.0 Controller + 1301 PTD3210 SSL Accelerator + 1562 ISP1561 EHCI USB 2.0 Controller + 2780 TDA2780AQ TV deflection controller + 3400 UCB1500 Modem Device + 3401 UCB1500 Multimedia Audio Device + 5400 TriMedia TM1000/1100 Multimedia processor + 5402 TriMedia TM-1300EH Media Processor + 7130 SAA7135HL Bus 2, pĂ©riphĂ©rique 11, fonction 0 Philips SAA7130HL Multimedia Capture Device + 7133 Philips SAA7135hl ENLTV TV/Radio Tuner + 7134 SAA7134HL Multimedia Capture Device + 7135 SAA???? Multimedia Device(??) + 7145 SAA7145ah Multimedia audio controler + 7146 SAA7146 Multimedia Bridge Scaler + 7162 SAA7162 Hybrid Capture Device + 9730 SAA9730 Ethernet controller +1132 Mitel Corp. +1133 Eicon Networks Corp (Was: Eicon Technology) + 7711 EiconCard C91 + 7901 EiconCard S90 + 7902 EiconCard S90 + 7911 EiconCard S91 + 7912 EiconCard S91 + 7941 EiconCard S94 + 7942 EiconCard S94 + 7943 EiconCard S94 + 7944 EiconCard S94 + 7945 EiconCard S94 + 7948 EiconCard S94 64-bit/66MHz + 9711 EiconCard C91 rev 2.0 + B921 EiconCard P92 + B922 EiconCard P92 + B923 EiconCard P92 + E001 DIVA Pro 2.0 S/T + E002 DIVA 2.0 S/T + E003 DIVA Pro 2.0 U + E004 DIVA 2.0 U + E005 DIVA 2.01 S/T Eicon ISDN card using Siemens IPAC chip + E006 Diva CT S/T PCI + E007 Diva CT U PCI + E008 Diva CT Lite S/T PCI + E009 Diva CT Lite U PCI + E00A Diva ISDN+V.90 PCI + E00B DIVA ISDN 2.02 PCI Eicon ISDN card using Infineon chip + E00C Diva 2.02 PCI U + E00D Diva ISDN Pro 3.0 PCI + E00E Diva ISDN+CT S/T PCI Rev 2 + E010 Maestra DIVA Server BRI-2M + E011 Diva Server BRI 2.0 + E012 MaestraQ DIVA Server BRI-8M + E013 MaestraQ-U DIVA Server 4BRI/PCI + E014 MaestraP DIVA Server PRI-30M + E015 Diva Server PRI-30M PCI v.2 + E016 Diva Server Voice 4BRI PCI + E017 Diva Server Voice 4BRI PCI Rev 2 + E018 DIVA Server BRI-2M/-2F + E019 DIVA Server Voice PRI 2.0 PCI + E01A Diva Server 2FX + E01B Diva Server BRI-2M Voice Revision 2 + E01C Diva Server PRI Rev 3.0 + E01E Diva Server 2PRI + E020 Diva Server 4PRI + E022 Diva Server Analog-2P + E024 Diva Server Analog-4P + E028 Diva Server Analog-8P + E02A Diva Server IPM-300 + E02C Diva Server IPM-600 +1134 Mercury Computer Systems Inc. + 0001 Raceway Bridge + 0002 DPRB Dual PCI to RapidIO Bridge +1135 Fuji Xerox Co Ltd + 0001 Printer Controller +1136 Momentum Data Systems +1137 Cisco Systems Inc +1138 Ziatech Corporation + 8905 8905 STD 32 Bridge +1139 Dynamic Pictures Inc + 0001 VGA Compatable 3D Graphics +113A FWB Inc +113B Network Computing Devices +113C Cyclone Microsystems Inc. + 0000 PCI9060 i960 Bridge + 0001 PCI9060 i960 Bridge / Evaluation Platform + 0911 PCI911 i960Jx I/O Controller + 0912 PCI912 i960Cx I/O Controller + 0913 PCI913 i960Hx I/O Controller + 0914 PCI914 I/O Controller with secondary PCI bus +113D Leading Edge Products Inc +113E Sanyo Electric Co +113F Equinox Systems + 0808 SST-64P Adapter + 1010 SST-128P Adapter + 80C0 SST-16P Adapter + 80C4 SST-16P Adapter + 80C8 SST-16P Adapter + 80D0 SST-16P Adapter + 8888 SST-4P Adapter + 9090 SST-8P Adapter +1140 Intervoice Inc +1141 Crest Microsystem Inc + 0001 EIDE/ATAPI super adapter +1142 Alliance Semiconductor + 3210 ProMotion 3210(6410?) VGA and AVI Playback Accelerator + 6410 6410 6422 GUI Accelerator + 6412 GUI Accelerator + 6420 GUI Accelerator + 6422 ProMotion-6422 ProMotion-6422 + 6424 ProVideo 6424 ProMotion AT24 GUI Accelerator + 6425 ProMotion AT25 0752 20005 + 6426 GUI Accelerator + 643D AT25 ProMotion-AT3D + 9876 ProMotion AT25 139K76B 9808 +1143 Netpower Inc +1144 Vickers Inc/Cincinnati Milacron + 0001 Noservo Controller +1145 Workbit Corp + 8007 NinjaSCSI-32 Workbit + F007 NinjaSCSI-32 KME + F010 NinjaSCSI-32 Workbit + F012 NinjaSCSI-32 Logitec + F013 NinjaSCSI-32 Logitec + F015 NinjaSCSI-32 Melco + F020 CardBus ATAPI Host Adapter + F021 NPATA32 CardBus CompactFlash Adapter + F024 NPATA-32 CardBus CompactFlash Adapter +1146 Force Computers +1147 Interface Corp + 1123 123 131dq +1148 Marvell Semiconductor Germany GmbH + 4000 SK-NET FDDI adapter + 4200 Token Ring Adapter + 4300 SysKonnect Genesis SK-NET Gigabit Ethernet Adapter + 4320 Marvell Yukon SysKonnect Gigabit Ethernet SK-98xx Version 2.0 + 4400 SK-9Dxx Gigabit Ethernet Adapter + 4500 SK-9Mxx Gigabit Ethernet Adapter + 9000 Marvell Yukon II PCI-X PCI-X 10/100/1000Base-T Server + 9843 [Fujitsu] Gigabit Ethernet + 9E00 Marvell Yukon EC PCI Express 10/100/1000Base-T Desktop +1149 Win System Corporation +114A VMIC + 5565 VMIPCI-5565 Ultrahigh-Speed Fiber-Optics Reflective Memory w/ Interrupts + 5579 VMIPCI-5579 Reflective Memory Card + 5587 VMIPCI-5587 Reflective Memory Card + 5588 VMICPCI5588 VMICPCI5588 Reflective Memory Card + 6504 VMICPCI-7755 FPGA + 7587 VMIVME-7587 +114B Canopus corporation +114C Annabooks +114D IC Corporation + 2189 0x1002114D PCTel HSP56 PCI Modem +114E Nikon Systems Inc +114F Digi International + 0002 AccelePort EPC/X + 0003 RightSwitch SE-6 + 0004 AccelePort Xem + 0005 AccelePort Xr EIA-232 + 0006 AccelePort C/X + 0007 DataFire PCI 1 S/T Digi Data Fire PCI 1 S/T + 0009 AccelePort Xr/J EIA-232 + 000A AccelePort EPC/J + 000C DataFirePRIme T1 (1-port) + 000D SyncPort 2-Port (x.25/FR) + 0011 AccelePort 8r EIA-232 (IBM) + 0012 AccelePort 8r EIA-422 + 0013 AccelePort Xr EIA-232 + 0014 AccelePort 8r EIA-422 + 0015 AccelePort Xem + 0016 AccelePort EPC/X + 0017 AccelePort C/X + 0019 Datafire PCI 1 U (Multifunction) + 001A DataFirePRIme E1 (1-port) + 001B AccelePort C/X (IBM) + 001D DataFire RAS T1/E1/PRI + 001F ClydeNonCsu6034 + 0020 ClydeNonCsu6032 + 0021 ClydeNonCsu4 + 0022 ClydeNonCsu2 + 0023 AccelePort RAS + 0024 DataFire RAS B4 ST/U + 0026 AccelePort 4r 920 + 0027 AccelePort 8r 920 + 0028 ClassicBoard 4 + 0029 DigiClassic PCI + 0034 AccelePort 2r 920 + 0035 DataFire DSP T1/E1/PRI, Compact PCI + 0040 AccelePort Xp + 0042 AccelePort 2p PCI + 0043 AccelePort 4p + 0044 AccelePort 8p + 0045 AccelePort 16p + 004E AccelePort 32p + 0070 Datafire Micro V IOM2 (Europe) + 0071 Datafire Micro V (Europe) + 0072 Datafire Micro V IOM2 (North America) + 0073 Datafire Micro V (North America) + 0081 DataFire SYNC 2000 2P Adapter + 00B0 Digi Neo 4 + 00B1 Digi Neo 8 + 00C8 Digi Neo 2 DB9 + 00C9 Digi Neo 2 DB9 PRI + 00CA Digi Neo 2 RJ45 + 00CB Digi Neo 2 RJ45 PRI + 00D0 ClassicBoard 4 422 + 00D1 ClassicBoard 8 422 + 5012 DataFire Sync/570i 2P PCI Adapter + 5013 DataFire Sync/570i 4P PCI Adapter + 6001 Avanstar +1150 Thinking Machines Corporation +1151 JAE Electronics Inc. +1152 Megatek +1153 Land Win Electronic Corp +1154 Melco Inc +1155 Pine Technology Ltd + 0810 486 CPU/PCI Bridge + 0922 2838 Pentium CPU/PCI Bridge + 0926 PCI/ISA Bridge +1156 Periscope Engineering +1157 Avsys Corporation +1158 Voarx R&D Inc + 3011 Tokenet/vg 1001/10m anylan + 9050 Lanfleet/Truevalue + 9051 Lanfleet/Truevalue +1159 MuTech Corp + 0001 MV-1000 + 0002 MV-1500 Frame Grabber +115A Harlequin Ltd +115B Parallax Graphics +115C Photron Ltd. +115D Xircom + 0003 RBEM56G-100 Cardbus Ethernet 10/100+Modem 56 + 0005 CardBus Ethernet 10/100 + 0007 CardBus Ethernet 10/100 + 000B CardBus Ethernet 10/100 + 000C MPCI 3A56GSP-100 PA Mini-PCI V.90 56k Modem + 000F CardBus Ethernet 10/100 + 0016 MPCI Modem 56 + 0022 MPCI Modem 56 + 0029 MPCI Modem 56 + 002B Winmodem built into NEC Versa VXi + 0076 Xircom MPCI3B-56G (Lucent SCORPIO) Soft + 00D3 2333333333333 Xircom MPCI Modem 56 + 00D4 MPCI Modem 56k + 0101 CardBus 56k Modem + 0103 CardBus Ehternet + 56k Modem + 0104 RealPort2 CardBus Modem 56 +115E Peer Protocols Inc +115F Maxtor Corporation +1160 Megasoft Inc +1161 PFU Ltd + 0001 Host Bridge +1162 OA Laboratory Co Ltd +1163 Rendition Inc + 0001 Verite 1000 3D Blaster + 2000 Verite 2000/2100/2200 +1164 Advanced Peripherals Tech +1165 Imagraph Corporation + 0001 Motion JPEG Recorder/Player with Audio +1166 ServerWorks (Was: Reliance Computer Corp) + 0000 CMIC-LE + 0005 NB6536 (CNB20-LE) PCI to PCI Bridge, bus/dev/func 0/0/1 + 0006 NB6536 (CNB20-HE) Host Bridge, function 2 and function 3 + 0007 NB6635 (CNB20-LE/HE) CPU to PCI Bridge + 0008 NB6536 (CNB20-HE) Hostbridge & MCH, bus/dev/func 0/0/0 + 0009 NB6536 (CNB20-LE) AGP interface + 0010 CIOB30 + 0011 CMIC-HE + 0012 CMIC-LE + 0013 CNB20-HE CPU to PCI Bridge & MCH + 0014 CNB20-HE Host Bridge + 0015 CMIC-GC CPU to PCI Bridge & MCH + 0016 CMIC-GC Host Bridge + 0017 CMIC-SL + 0036 HT1000 PCI/PCI-X bridge + 0101 CIOB-X2 + 0103 BCM5715 Broadcom dual gigabit, pci bridge + 0104 HT1000 PCI/PCI-X bridge + 0110 CIOB-E I/O Bridge with Gigabit Ethernet ServerWorks Grand Champion + 0130 HT1000 PCI-X bridge + 0132 HT1000 PCIe bridge + 0140 HT2100 PCIe Bridge + 0141 HT2100 PCIe Bridge + 0142 HT2100 PCIe Bridge + 0200 OSB4 PCI to ISA Bridge + 0201 CSB5 PCI to ISA Bridge + 0203 CSB6 PCI to ISA Bridge + 0205 HT1000 Legacy South Bridge + 0211 OSB4 PCI EIDE Controller + 0212 CSB5 PCI EIDE Controller + 0213 OSB6/CSB6 PCI EIDE Controller + 0214 HT1000 Legacy IDE controller + 0217 OSB6 PCI EIDE Controller (Tertiary) + 0220 OSB4 OpenHCI Compliant USB Controller + 0221 OSB6 OHCI Compliant USB Controller + 0223 0x0223 USB controller + 0225 CSB5 PCI Bridge + 0227 CSB6 PCI Bridge + 0230 ??? PCI to ISA bridge + 0234 HT1000 LPC Bridge + 0235 Keypad Controller + 0236 Local Display Controller + 0237 NVRAM Controller + 0240 K2 SATA + 0241 BC4852 8-Channel RAIDCore™ SATA RAID Host Bus Adapter + 0242 RAIDCore BC4000 + 024A BCM5785 (HT1000) SATA Native SATA Mode + 024B BCM5785 (HT1000) PATA/IDE Mode +1167 Mutoh Industries Inc +1168 Thine Electronics Inc +1169 Centre for Development of Advanced Computing + 0102 QL5032 32 Channel Digital Input Card Interface + 0202 QL5032 16 Channel Digital Output, 16 Channel Digital Input Interface + 0302 QL5032 32 Channel Analog Input Interface + 0402 QL5032 16 Channel Analog Output / Analog Input Interface + 0502 QL5232 8 Channel Timer Counter Interface + 0902 QL5232 PCI to TigerSHARC FPGA Interface + 2001 Ql5032-33APQ208C PCI to C-DAC RTU bus interface FPGA +116A Polaris Communications + 6100 Bus/Tag Channel + 6800 Escon Channel + 7100 Bus/Tag Channel + 7800 Escon Channel +116B Connectware Inc +116C Intelligent Resources +116D Martin-Marietta +116E Electronics for Imaging + 0500 Vx500 Printer ASIC +116F Workstation Technology +1170 Inventec Corporation +1171 Loughborough Sound Images +1172 Altera Corporation + 0001 EPF6016ATC144-2 S CCA5000243A + 0004 - Multi-serial card +1173 Adobe Systems +1174 Bridgeport Machines +1175 Mitron Computer Inc. +1176 One Stop Systems (Was: SBE Inc; Bought out) + 8474 42000133 Conexant Multichannel Synchronous Communications Controller (MUSYCC) +1177 Silicon Engineering +1178 Alfa Inc + AFA1 Fast Ethernet Adapter +1179 Toshiba America Information Systems + 0102 toshiba america info systems Extended PCI IDE Controller + 0103 Extended PCI IDE Controller Type-B + 0404 DVD Decoder Card + 0406 Tecra Video Capture device + 0407 DVD Decoder Card (Version 2) + 0601 Pentium Host Bridge for Notebooks + 0602 PCI to ISA Bridge for Notebooks + 0603 ToPIC95 PCI to CardBus Bridge for Notebooks + 0604 PCI to PCI Bridge for Notebooks + 0605 PCI to ISA Bridge for Notebooks + 0606 PCI to ISA Bridge for Notebooks + 0609 PCI to PCI Bridge for Notebooks + 060A ToPIC95B Toshiba ToPIC95 CardBus Controller + 060F ToPIC97 CardBus Controller + 0611 PCI to ISA Bridge + 0617 ToPIC100 PCI to CardBus Bridge with ZV support + 0618 CPU to PCI and PCI to ISA Bridge + 0701 vt82c693 PCI Communication Device + 0804 0x0804 Toshiba Smart Media Host Controller + 0805 PCI\VEN_1180&DEV_0592&SUBSYS_828D1033&REV_06\4&5A9 SD Card Controller + 0D01 0x0D01 FIR Port Type-O + 13A8 XR17C158/154/152 Multi-channel PCI UART +117A A-Trend Technology +117B LG (Lucky Goldstar) Electronics Inc. + 8320 GCE-8320B CD-R/RW Drive +117C Atto Technology + 0030 Ultra320 SCSI Host Adapter +117D Becton & Dickinson +117E T/R Systems + 0001 Printer Host +117F Integrated Circuit Systems +1180 Ricoh Company, Ltd. + 0465 RL5c465 CardBus Controller + 0466 RL5c466 CardBus Controller + 0475 RL5c475 Cardbus Controller + 0476 unknown Ricoh R/RL/5C476(II) + 0477 RL5c477 CardBus Controller + 0478 RL5c478 CardBus Controller + 0511 R5C511 + 0522 R5C522 IEEE-1394 Controller + 0551 R5C551 IEEE-1394 Controller + 0552 RL5c552 IEEE-1394 Controller + 0554 R5C554 + 0575 SD Bus Host Adapter + 0576 SD Bus Host Adapter + 0592 13871043 Ricoh Memory Stick Host Controller + 0811 R5C811 + 0822 R5C832, R5C843 SDA Standard Compliant SD Host Controller + 0832 unknown IEEE 1394 (4 pin firewire) chip) + 0841 R5C841 CardBus/SD/SDIO/MMC/MS/MSPro/xD/IEEE1394 + 0843 unknown Ricoh MMC Host Controller + 0852 unknown Ricoh xD-Picture Card Host Controller + 5551 Unknown IEEE 1394 Controller +1181 Telmatics International +1183 Fujikura Ltd +1184 Forks Inc +1185 Dataworld International Ltd + 8929 EIDE Controller +1186 D-Link System Inc + 0100 DEC DC21041-Based Ethernet Adapter + 1002 DFE-550TX/580TX/DFE-550FX Fast Ethernet Adapter + 1025 DWL-G650 AirPlus Xtreme G Adapter + 1026 DWL-AG650 AirXpert Wireless CardBus Adapter + 1043 DWL-AG650 AirXpert Wireless CardBus Adapter + 1100 DFE-??? Fast Ethernet Adapter + 1300 DL 10038C or 10038D (Remark of Realtek RTL-8139) Fast Ethernet Adapter + 1301 DFE-530TX Fast Ethernet Adapter + 1340 DFE-690TXD CardBus Fast Ethernet Adapter + 1405 DFE-520TX Fast Ethernet PCI Adapter + 1541 DFE-680TXD CardBus PC Card + 1561 DRP-32TXD CardBus PC Card + 2027 DWL-G520 AirPlus Xtreme G Adapter + 3065 14001186 D-Link DFE-500Tx PCI fast Ethernet adapter Rev.A + 3106 DFE 530TX+ rev E1 Fast Ethernet Adapter + 3203 DWL-G520 AirPlus Xtreme G Adapter + 3300 D-Link Air Wireless Network (DWL-G510) IEEE 802.11g PCI card + 3A03 DWL-A650 AirPro Wireless CardBus Adapter(rev.B) + 3A04 DWL-AB650 AirPro Multimode Wireless CardBus Adapter + 3A05 DWL-AB520 AirPro Multimode Wireless PCI Adapter + 3A07 DWL-AG650 AirXpert Wireless CardBus Adapter + 3A08 DWL-AG520 AirXpert Wireless PCI Adapter + 3A10 DWL-AG650 AirXpert Wireless CardBus Adapter(rev.B) + 3A11 DWL-AG520 AirXpert Wireless PCI Adapter(rev.B) + 3A12 DWL-G650 AirPlus Wireless CardBus Adapter(rev.C) + 3A13 DWL-G520 AirPlus Wireless PCI Adapter(rev.B) + 3A14 DWL-AG530 AirPremier Wireless PCI Adapter + 3A63 DWL-AG660 AirXpert Wireless CardBus Adapter + 3B00 0x3b001186 D-LINK DWL-650+ + 3B05 DWL-G650+ CardBus PC Card + 4000 DL2000 Gigabit Ethernet Adapter + 4001 DFE-650TX D Link Fast Ethernet PCMCIA Card + 4300 dlg10028 Used on DGE-528T Gigabit adaptor + 4346 DGE-560SX Single Fiber Gigabit Ethernet PCI-E Adapter V.A1 + 4B00 DGE-560T PCIe Gigabit Ethernet Adapter + 4B01 DGE-530T V.B1 Gigabit Ethernet Adapter (rev 11) + 4B02 DGE-560SX PCIe Gigabit Ethernet Adapter + 4B03 DGE-550T Gigabit Ethernet Adapter V.B1 + 4C00 DGE-530T Gigabit Ethernet Adapter + 8400 DWL-650+ CardBus PC Card +1187 Advanced Technology Laboratories +1188 Shima Seiki Manufacturing Ltd. +1189 Matsushita Electronics Co + 1592 VL/PCI Bridge +118A Hilevel Technology +118B Hypertec Pty Ltd +118C Corollary Inc + 0014 PCIB C-bus II to PCI bus host bridge chip + 1117 MAC-94C201B3 Profusion Memory Controller Chip [Xeon 8-way SMP] +118D BitFlow Inc + 0001 n/a Raptor-PCI framegrabber + 0012 Model 12 Road Runner Frame Grabber + 0014 Model 14 Road Runner Frame Grabber + 0024 Model 24 Road Runner Frame Grabber + 0044 Model 44 Road Runner Frame Grabber + 0112 Model 12 Road Runner Frame Grabber + 0114 Model 14 Road Runner Frame Grabber + 0124 Model 24 Road Runner Frame Grabber + 0144 Model 44 Road Runner Frame Grabber + 0212 Model 12 Road Runner Frame Grabber + 0214 Model 14 Road Runner Frame Grabber + 0224 Model 24 Road Runner Frame Grabber + 0244 Model 44 Road Runner Frame Grabber + 0312 Model 12 Road Runner Frame Grabber + 0314 Model 14 Road Runner Frame Grabber + 0324 Model 24 Road Runner Frame Grabber + 0344 Model 44 Road Runner Frame Grabber +118E Hermstedt GmbH +118F Green Logic +1190 Tripace + 2550 TC-2550 Single Chip Ultra (Wide) SCSI Processor + C721 EIDE + C731 TP-910/920/940 PCI Ultra (Wide) SCSI Adapter +1191 Acard Technology Corp. + 0001 EIDE Adapter + 0002 ATP850UF UltraDMA33 EIDE Controller (AEC6210UF) + 0003 SCSI Cache Host Adapter + 0004 ATP8400 UltraDMA33 EIDE (Cache??) Controller (AEC6210UF) + 0005 ATP850UF UltraDMA33 EIDE Controller (AEC6210UF) + 0006 ATP860A UltraDMA66 EIDE Controller, NO-BIOS (AEC6260) + 0007 ATP860R UltraDMA66 EIDE Controller (AEC6260) + 0008 ATP865 2CH PCI UltraDMA133 IDE Controller + 0009 ATP865 2CH PCI UltraDMA133 IDE Controller + 000D ATP8620 2S1P PCI-X SATA(3G)/UDMA Combo Controller + 8001 ATP8600 SCSI-2 RAID (Cache??) Host Adapter (AEC6820U) + 8002 ATP850S SCSI-2 Host Adapter (AEC6710L/F) + 8010 ATP870 Ultra Wide SCSI Contoller (AEC6712UW) + 8020 ATP870 Ultra SCSI Controller (AEC6712U) + 8030 ATP870 SCSI Controller (AEC6710S/6712S) + 8040 ATP870 SCSI Controller (AEC6710D) + 8050 Ultra Wide SCSI Controller + 8060 AEC671x SCSI Host Adapter + 8081 AEC-67160 PCI Ultra160 LVD/SE SCSI Adapter +1192 Densan Co. Ltd +1193 Zeitnet + 0001 ZN1221 ATM Adapter + 0002 ZN1225 ATM Adapter +1194 Toucan Technology +1195 Ratoc System Inc +1196 Hytec Electronics Ltd +1197 Gage Applied Technologies + 010C CompuScope 82G 8-bit 2GS/s Analog Input Card +1198 Lambda Systems Inc +1199 Attachmate Corp. + 0001 IRMA 3270 PCI Adapter + 0002 Advanced ISCA PCI Adapter + 0201 SDLC PCI Adapter +119A Mind/Share Inc. +119B Omega Micro Inc. + 1221 82C092G PCI PCMCIA bridge +119C Information Technology Institute +119D Bug Sapporo Japan +119E Fujitsu Microelectronics Ltd. + 0001 MB86697 FireStream 155 ATM adapter + 0003 MB86695 FireStream 50 ATM adapter +119F Bull Hn Information Systems +11A0 Convex Computer Corp +11A1 Hamamatsu Photonics K.K. +11A2 Sierra Research and Technology +11A3 Deuretzbacher GmbH & Co. Eng. KG +11A4 Barco Graphics NV +11A5 MicroUnity Systems Engineering Inc. +11A6 Pure Data Ltd +11A7 Power Computing Corp. +11A8 Systech Corp. + 7302 NTX-8023-PCI 2MB Long Card + 7308 NTX-8023-PCI 8MB Long Card + 7402 NTX-8023-PCI 2MB Short Card + 7408 NTX-8023-PCI 8MB Short Card +11A9 InnoSys Inc. + 4240 AMCC S5933Q pci matchmaker 9622qac +11AA Actel +11AB Marvell Semiconductor (Was: Galileo Technology Ltd) + 0146 GT-64010/A System Controller for R4xxx/5000 Family CPUs + 11AB 88E8055 PCI-E Gigabit Ethernet Controler + 138F W8300 802.11 Adapter + 13F8 W8300 802.11 Adapter + 1FA6 88W8310 The Libertas™ WLAN 80211bg + 1FA7 88W8310 and 88W8000G Libertas 802.11g Chipset + 1FAA 8335 Marvell Libertas 802.11b/g Wireless (8335) + 1FAB Libertas 802.11b/g Wireless LAN Client Adapter + 2A01 Libertas 802.11a/b/g Wireless Controller (CB55) + 4320 Yukon 88E8001/8003/8010 PCI Gigabit Ethernet Controller (Copper) + 4340 Yukon 88E8021 PCI-X IPMI Gigabit Ethernet Controller + 4341 Yukon 88E8022 PCI-X IPMI Gigabit Ethernet Controller + 4342 Yukon 88E8061 PCI-E IPMI Gigabit Ethernet Controller + 4343 Yukon 88E8062 PCI-E IPMI Gigabit Ethernet Controller + 4344 Yukon 88E8021 PCI-X IPMI Gigabit Ethernet Controller + 4345 Yukon 88E8022 PCI-X IPMI Gigabit Ethernet Controller + 4346 Yukon 88E8061 PCI-E IPMI Gigabit Ethernet Controller + 4347 Yukon 88E8062 PCI-E IPMI Gigabit Ethernet Controller + 4350 88E8036 Yukon PCI-E Fast Ethernet Controller + 4351 88E8036 Yukon PCI-E Fast Ethernet Controller + 4352 Yukon 88E8038 PCI-E Fast Ethernet Controller + 4353 Yukon 88E8039 PCI-E Fast Ethernet Controller + 4356 Yukon 88EC033 PCI-E Fast Ethernet Controller + 4360 88E8052 Yukon PCI-E ASF Gigabit Ethernet Controller + 4361 88E8036 Marvell Yukon -EC 88E8036 PCI Express Fast Ethernet Controller + 4362 88E8053 Marvell Yukon 88E8053 PCI-E Gigabit Ethernet Controller + 4363 88E8053 Yukon PCI-E Gigabit Ethernet Controller + 4364 88E8056 Yukon PCI-E Gigabit Ethernet Controller + 4365 Yukon 88E8070 PCI-E Gigabit Ethernet Controller + 4366 Yukon 88EC036 PCI-E Gigabit Ethernet Controller + 4367 Yukon 88EC032 based Ethernet Controller + 4368 Yukon 88EC034 based Ethernet Controller + 4369 Yukon 88EC042 PCI-E Gigabit Ethernet Controller + 436A Yukon 88E8058 PCI-E Gigabit Ethernet Controller + 436B Yukon 88E8071 PCI-E Gigabit Ethernet Controller + 4611 GT-64115 System Controller + 4620 GT-64120 System Controller for R5000 & R7000 (64-bit PCI) + 4801 GT-48001 8-port Switched Ethernet Controller + 4809 GT-48300 4-port (2.4Gb each) Crossbar Switch + 5005 Belkin F5D5005 Gigabit Desktop Network PCI Card + 5040 88SX5040 4-port SATA I PCI-X Controller + 5041 MV88SX5041 4-port SATA PCI-X Controller + 5080 MV88SX5080 8-port SATA PCI-X Controller + 5081 MV88SX5081 8-port SATA PCI-X Controller + 6041 MV88SX6041 Marvell Technology Group Ltd. MV88SX6041 4-port SATA II PCI-X Controller (rev 03) + 6042 MV88SX6042 4-port SATA II PCI-X Controller + 6081 MV88SX6081 8-port SATA II PCI-X Controller + 6101 MV88SX6101 1-port UltraATA/133 Controller + 6111 6111 SATA2 Controller + 6120 6120 SATA2 Controller + 6121 6121 SATA2 Controller + 6122 6122 SATA2 Controller + 6140 6140 SATA2 Controller + 6141 6141 SATA2 Controller + 6145 ? Add-on IC to provide 4x SATA Ports, attached to ICH7 (SthBridge?) via PCI-Express. + 6320 GT-64130/131 System Controller for PowerPC Processors + 6460 MV64360/64361/64362 System Controller + 6480 MV6446x System Controller for PowerPC Processors + 6485 MV6446x System Controller for PowerPC Processors, Revision B + 7042 MV88SXxxxx Family 4-port SATA II PCIe Controller (??) + 9653 GT-96100A Advanced Communication Controller + F003 GT-64010 Primary Image Piranha Image Generator + F004 GT-64120 Primary Image Barracuda Image Generator + F006 GT-64120A Primary Image Cruncher Geometry Accelerator +11AC Canon Information Systems +11AD Lite-On Communications Inc + 0001 LC82C168 Fast Ethernet Adapter (??) + 0002 KNE110TX Kingston EtheRx KNE110TX PCI Fast Ethernet Adapter + C115 LC82C115 PNIC II PCI MAC/PHY +11AE Scitex Corporation Ltd + 4153 Bridge Controller + 5842 Bridge Controller +11AF Pro-Log Corp/AVID Technology Inc + 0001 9704 Cinema +11B0 V3 Semiconductor Inc + 0001 V960PBC/PSC i960 Local Bus to PCI Bridge + 0002 V961PBC/PSC i960Jx Local Bus to PCI Bridge + 0004 V962PBC/PSC i960Cx/Hx Local Bus to PCI Bridge + 0010 V292PBC/PSC Am29K Local Bus to PCI Bridge + 0021 V363EPC i960Sx Local Bus to PCI Bridge + 0022 V363EPC i960Jx Local Bus to PCI Bridge + 0024 V363EPC i960Cx/Hx Local Bus to PCI Bridge + 0030 V363EPC Am29K Local Bus to PCI Bridge + 0100 V320USC PCI System Controller for 32-bit MIPS CPUs (9 bit SYSCMD Bus) + 0101 V320USC PCI System Controller for 32-bit MIPS CPUs (5 bit SYSCMD Bus) + 0102 V320USC PCI System Controller for Super-H SH3 CPU + 0103 V320USC PCI System Controller for Super-H SH4 CPU + 0200 V370PDC High Perf. SDRAM Controller & I/O Control Unit + 0292 V292PBC Am29030/40 PCI Bridge + 0500 V340HPC PCI System Controller for 64-bit MIPS CPUs + 0960 V96xPBC i960 Bridges for i960 Processors + C960 V96DPC i960 Dual PCI Bridge +11B1 Apricot Computers +11B2 Eastman Kodak +11B3 Barr Systems Inc. +11B4 Leitch Technology International +11B5 Radstone Technology Ltd. + 0001 PMC/PMX1553 1553 Bus Interface Card + 0002 PMCF1 FLASH memory Card + 0003 PMCMMA Multi Media Adapter + 0004 PMCVGO Video Graphics Overlay + 0005 PMCPCIS PPzero Slave Interface Card + 0006 PMCPCIM PPzero Master Interface Card + 0007 PMCQ1 Serial/1553 Interface Card + 0008 EPMCQ2 Intelligent Serial/Ethernet Card + 0009 PMCPIO1 Parallel I/O Module + 000A PMCFA1C Fibre Channel Adapter + 000B PMCHH1 High Speed DSP Gateway Module + 000C PMCMA2 Memory Adaptor Module + 0012 PMCF1 FLASH memory Card (V2) + 0013 PMC1553EX 1553 Bus Interface Card + 0014 PMC1553E 1553 Bus Interface Card + 2200 PMCFA2C Dual Fibre Channel Adapter +11B6 United Video Corp +11B7 Motorola +11B8 Xpoint Technologies Inc + 0001 Quad PeerMaster +11B9 Pathlight Technology Inc. + C0ED SSA Controller +11BA Videotron Corp +11BB Pyramid Technology/DAPHA Electronics Corp +11BC Network Peripherals Inc + 0001 NPI NuCard PCI FDDI +11BD Pinnacle Systems Inc. + 0015 FireWire IEEE1394 + BEBE 51015777 pinnacle, bendino V1.0A; 0PC0P6 + BEDE 51011810 MB87J3560 +11BE International Microcircuits Inc +11BF Astrodesign Inc. +11C0 Hewlett Packard +11C1 Lucent/Agere Systems (Was: AT&T MicroElectronics) + 0420 CardBus 56k Modem + 0440 LT Winmodem 56k Data+Fax+Voice+DSVD + 0441 LT WinModem 56k Data+Fax + 0442 1648T00 LT WinModem 56K Data+Fax + 0443 LT Winmodem 1646T00 + 0444 LT Winmodem 845G + 0445 LT Winmodem + 0446 LT Winmodem + 0447 LT Winmodem windowsme + 0448 LT Winmodem 56k SV2P2 + 0449 LT Winmodem 56k 0449144F + 044A LT Winmodem 56k + 044B LT Winmodem + 044C LT Winmodem 9M56PML-G + 044D LT Winmodem + 044E lucent 1646T00 LT WinModem 56k Data+Fax or Agere F-1156IV/A3 + 044F 90094-1 LT V.90+DSL WildFire Modem + 0450 1456VQH19R-1(INT) LT Winmodem 56K + 0451 LT Winmodem LT WinModem 56k Data+Fax+Voice+DSVD + 0452 LT Winmodem 1513144 + 0453 LT Winmodem + 0454 LT Winmodem + 0455 LT Winmodem + 0456 LT Winmodem + 0457 LT Winmodem + 0458 1648C Mars 3 Mercury v.92 v.44 + 0459 LT Winmodem + 045A LT Winmodem + 045B LT WinModem + 045C LT WinModem + 045D LT WinModem mars2 + 0461 V90 Wildfire Modem + 0462 1690 56K.V90/ADSL Wildwire Modem + 0464 This is NOT a Riptide! (as previously stated) Lucent Wildwire v.90 + DSL modem + 0480 Venus Winmodem 56k.V90/ADSL Wildfire Modem + 048C 56k V.90 Modem + 048E svp92-t00 56k V.92modem + 048F SV92P-T00 Agere PCI Soft Modem. SV92PL + 0600 sv92p2 56k V.92 Modem + 0620 SV92PP Agere PCI Soft Modem + 3026 ? Agere Systems HDA Modem + 5400 OR3TP12 FPSC FPGA with 32/64bit, 33/66MHz core + 5801 USB Open Host Controller + 5802 USS-312MC 2-port PCI-to-USB OpenHCI Host Ctrlr + 5803 USS-344 Quadrabus 4-port OpenHCI USB Host Controller + 5805 uss344 USB Advanced Host Controller + 5811 FW322 1394A PCI PHY/Link Open Host Ctrlr I/F + 9876 lucent 1646T00 LT WinModem 56K Data+Fax + AB10 WL60010 Wireless LAN MAC + AB11 WL60040 Multimode Wireles LAN MAC + AB20 WaveLAN PCI Wireless LAN Adapter + AB21 Wireless PCI Adapter + AB30 Hermes2? Mini-PCI WaveLAN a/b/g + ED00 ET-131x PCI-E Gigabit Ethernet Adapter + ED01 ET-1301 PCI-E Fast Ethernet Adapter +11C2 Sand Microelectronics +11C3 NEC Corp +11C4 Document Technologies Industries +11C5 Shiva Corporatin +11C6 Dainippon Screen MFG Co Ltd + 3001 1 VM-1200 Opto Unit Controller +11C7 D.C.M. Data Systems +11C8 Dolphin Interconnect Solutions + 0658 PSB 32 32 bit , 33 Mhz PCI-SCI Bridge + AB34 802.11b MiniPCI Wireless Card + D665 PSB64 64 bit , 33 Mhz PCI-SCI Bridge + D667 PSB66 64 bit , 66 Mhz PCI-SCI Bridge. (D33x) +11C9 MAGMA + 0010 16-line serial port w/- DMA + 0011 4-line serial port w/- DMA +11CA LSI Systems Inc +11CB Specialix International Ltd. + 2000 PCI-9050-1100083-11 port small IC + 4000 SUPI-1 XIO/SIO Host + 8000 T225 Bridge RIO Host + 9501 SPEED4+ PCI Adapter + 9511 SPEED4+ PCI Adapter Local Bus +11CC Michels & Kleberhoff Computer GmbH +11CD HAL Computer Systems Inc. +11CE Primary Rate Inc + 102B 1001 FF00102B +11CF Pioneer Electronic Corporation +11D0 Loral Frederal Systems - Manassas +11D1 AuraVision Corporation + 01F7 VxP524 PCI Video Processor + 01F8 VxP524 PCI Video Processor + 01F9 rev_03 tuner card +11D2 Intercom Inc. +11D3 Trancell Systems Inc +11D4 Analog Devices, Inc. + 1535 ADSP-21535 Blackfin DSP PCI Bus Interface + 1805 Motorola SM56 PCI Speakerphone Modem + 1807 56k Winmodem Chip + 1889 AD1980 Sound Chip + 1981 AD1981HD SoundMAX Integrated Digital HD Audio + 1983 AD1983HD SoundMAX Integrated Digital HD Audio + 1986 AD1986A SoundMAX Integrated Digital HD Audio + 2192 ADSP-2192 DSP Microcomputer (function #0) + 219A ADSP-2192 DSP Microcomputer (function #1) + 219E ADSP-2192 DSP Microcomputer (function #2) + 2F44 ADSP-2141 SafeNet Crypto Accelerator chip +11D5 Tahoma Technology + 0115 10115 Versatec Parallel Interface (VPI) + Centronics + 0116 10118 DR11-W emulator + 0117 10117 Versatec Parallel Interface (VPI) + Centronics + 0118 10118 DR11-W emulator +11D6 Tekelec Technologies +11D7 Trenton Terminals Inc +11D8 Image Technologies Development +11D9 Tec Corporation +11DA Novell +11DB Sega Enterprises Ltd + 1234 Dreamcast Broadband Adapter +11DC Questra Corp +11DD Crosfield Electronics Ltd +11DE Zoran Corporation + 6057 ZR36057/36067 MotionJPEG/TV Card + 6120 ZR36120PQC MPEG VideoBVPSXI Capture Card +11DF New Wave PDG +11E0 Cray Communications A/S +11E1 Gec Plessey Semiconductors Inc +11E2 Samsung Information Systems America +11E3 Quicklogic Corp + 5030 PC Watchdog +11E4 Second Wave Inc +11E5 IIX Consulting +11E6 Mitsui-Zosen System Research +11E7 Toshiba America, Electric Company +11E8 Digital Processing Systems Inc +11E9 Highwater Designs Ltd +11EA Elsag Bailey +11EB Formation, Inc +11EC Coreco Inc +11ED Mediamatics +11EE Dome Imaging Systems Inc +11EF Nicolet Technologies B.V. +11F0 Compu-Shack GmbH + 4231 FDDI Network Card + 4232 FASTline UTP Quattro + 4233 FASTline FO + 4234 FASTline UTP + 4235 FASTline-II UTP + 4236 FASTline-II FO + 4731 GIGAline Gigabit Ethernet Adapter +11F1 Symbios Logic Inc +11F2 Picture Tel Japan K.K. +11F3 Keithley Metrabyte +11F4 Kinetic Systems Corporation + 2915 2915 +11F5 Computing Devices International +11F6 Powermatic Data Systems Ltd + 0112 ReadyLink ENET100-VG4 + 0113 FreedomLine 100 + 1401 ReadyLink RL2000 Ethernet Adapter (Winbond W89C940) + 2011 TXA9882 ReadyLink RL100ATX/PCI Fast Ethernet Adapter + 2201 TXA9883 ReadyLink 100TX (Winbond W89C840) + 9881 TXA9881? ReadyLink RL100TX Fast Ethernet Adapter +11F7 Scientific Atlanta +11F8 PMC-Sierra Inc. + 7364 PM7364 FREEDM-32 Frame Engine and Datalink Manager + 7366 PM7366 FREEDM-8 Frame Engine and Datalink Manager + 7367 PM7367 FREEDM-32P32 Frame Engine and Datalink Manager + 7375 PM7375 LASAR-155 ATM SAR + 7380 PM7380 FREEDM-32P672 Frame Engine and Datalink Manager + 7382 PM7382 FREEDM-32P256 Frame Engine and Datalink Manager + 7384 PM7384 FREEDM-84P672 Frame Engine and Datalink Manager + 8000 PM8000 SPC 6G SAS/SATA Controller + 8010 PM8010 SRC 6G SAS/SATA RAID Controller +11F9 I-Cube Inc +11FA Kasan Electronics Company Ltd +11FB Datel Inc +11FC Silicon Magic +11FD High Street Consultants +11FE Comtrol Corp + 0001 RocketPort 32-port + 0002 RocketPort 8-port + 0003 RocketPort 16-port + 0004 RocketPort 4-port + 0005 RocketPort 8-port + 0006 RocketPort 8-port + 0007 RocketPort 4-port + 0008 RocketPort 8-port + 0009 RocketPort 16-port + 000A RocketPort 4-port + 000B RocketPort 8-port + 000C RocketPort 6-port + 000D RocketPort 4-port + 000E RocketPort 2-port + 000F RocketPort 2-port + 0801 RocketPort UPCI 32 port w/external I/F + 0802 RocketPort UPCI 8 port w/external I/F + 0803 RocketPort UPCI 16 port w/external I/F + 0805 RocketPort UPCI 8 port w/octa cable + 080C RocketModem III 8 port + 080D RocketModem III 4 port + 0903 RocketPort Compact PCI 16 port w/external I/F + 8015 RocketPort 4-port UART 16954 +11FF Scion Corp +1200 CSS Corp +1201 Vista Controls Corp +1202 Network General Corp + 0001 PCI ATM Adapter (NAIATMPCI) + 4300 Gigabit Ethernet Adapter +1203 Bayer Corporation Agfa Div +1204 Lattice Semiconductor Corp +1205 Array Corp +1206 Amdahl Corp +1208 Parsytec GmbH + 4853 HS-Link Device +1209 Sci Systems Inc + 0100 PCI 9054 PLX PCI BRIDGE +120A Synaptel +120B Adaptive Solutions +120C Technical Corp +120D Compression Labs Inc. +120E Cyclades Corporation + 0100 Cyclom-Y Multiport Serial Card + 0101 Cyclom-Y Multiport Serial Card + 0102 Cyclom-4Y Multiport Serial Card + 0103 Cyclom-4Y Multiport Serial Card + 0104 Cyclom-8Y Multiport Serial Card + 0105 Cyclom-8Y Multiport Serial Card + 0200 Cyclom-Z below 1Mb Intelligent Serial Card + 0201 Cyclom-Z above 1Mb Intelligent Serial Card + 0300 PC300 RX 2 + 0301 PC300 RX 1 + 0302 PC300 TE 2 + 0303 PC300 TE 1 + 0310 PC300 TE 2 + 0311 PC300 TE 1 + 0320 PC300/TE-M (2 ports) + 0321 PC300/TE-M (1 port) + 0400 PC400 +120F Essential Communications + 0001 Roadrunner +1210 Hyperparallel Technologies +1211 Braintech Inc +1212 Kingston Technology Corp +1213 Applied Intelligent Systems Inc +1214 Performance Technologies Inc +1215 Interware Co Ltd +1216 Purup Prepress A/S +1217 O2 Micro Inc + 00F7 0x00f71217 1394 Open Host Controller Interface + 6729 OZ6729 PCI to PCMCIA Bridge + 673A OZ6730 PCI to PCMCIA Bridge + 6832 OZ6832/3 CardBus Controller + 6836 OZ6836/6860 CardBus Controller + 6872 OZ6812 CardBus Controller + 6925 OZ6922 CardBus Controller + 6933 OZ6933/711E1 SmartCardBus Controller + 6972 OZ6912/711E0 SmartCardBus Controller + 7110 OZ711Mx MemoryCardBus Accelerator + 7112 OZ711EC1/M1 SmartCardBus MultiMediaBay Controller + 7113 OZ711EC1 SmartCardBus Controller + 7114 OZ711M1 SmartCardBus MultiMediaBay Controller + 7120 Unknown device O2Micro Integrated MMC/SD controller + 7130 OZ711M3 Integrated MMC/SD/MS/xD/SM Controller + 7134 OZ711MP1/MS1 MemoryCardBus Controller 6-in-1 + 7135 OZ711EZ1 MemoryCardBus Controller + 71E2 OZ711E2 SmartCardBus Controller + 7212 OZ711M2 SmartCardBus MultiMediaBay Controller + 7213 OZ6933E CardBus Controller + 7223 OZ711M3 SmartCardBus MultiMediaBay Controller + 7233 OZ711MP3/MS3 MemoryCardBus Controller +1218 Hybricon Corp +1219 First Virtual Corp +121A 3dfx Interactive Inc + 0001 Voodoo Voodoo 3D Acceleration Chip + 0002 Voodoo2 Voodoo 2 3D Accelerator + 0003 Voodoo Banshee Voodoo Banshee + 0004 VooDoo Banshee [Velocity 100] + 0005 Voodoo3 All Voodoo3 chips, 3000 + 0007 Voodoo4 + 0009 Voodoo4/5 + 0010 Rampage Rev.A AGPx4, 0.25µ, 200/2x200 core/RAM + 0057 Voodoo 3/3000 [Avenger] +121B Advanced Telecommunications Modules +121C Nippon Texa Co Ltd +121D Lippert Automationstechnik GmbH +121E CSPI +121F Arcus Technology Inc +1220 Ariel Corporation + 1220 9622qac AMCC 5933 TMS320C80 DSP/Imaging Board +1221 Contec Microelectronics Europe BV +1222 Ancor Communications Inc +1223 Emerson Network Power, Embedded Computing + 0001 KatanaQp Real-Time Processing Blade in a standard single-slot AdvancedTCA® formfactor + 0002 KosaiPM Intel® Pentium-M® based AMC Module + 0003 PM/Link + 0004 PM/T1 + 0005 PM/E1 + 0008 PM/SLS + 0009 BajaSpan Resource Target + 000A BajaSpan Section 0 + 000B BajaSpan Section 1 + 000C BajaSpan Section 2 + 000D BajaSpan Section 3 + 000E PM/PPC + 0044 Memory controller Memory controller +1224 Interactive Images + 1000 CL560? Plum Audio, Video and VTR Controller +1225 Power I/O Inc. +1227 Tech-Source + 0006 Raptor GFX 8P +1228 Norsk Elektro Optikk A/S +1229 Data Kinesis Inc. +122A Integrated Telecom +122B LG Industrial Systems Co. Ltd. +122C sci-worx GmbH +122D Aztech System Ltd + 1206 ICH2 Asus + 4201 MR2800W AMR 56K modem + 50DC PCI168/3328 Audio Device + 80DA 3328 Audio +122E Xyratex +122F Andrew Corp. +1230 Fishcamp Engineering +1231 Woodward McCoach Inc. +1232 GPT Limited +1233 Bus-Tech Inc. +1234 Technical Corp +1235 RISQ Modular Systems Inc +1236 Sigma Designs, Inc + 0000 RealMagic64/GX SD6425 + 0531 MX98715/25 Single Chip Fast Ethernet NIC Controller + 3D01 ? RealMagic/2D + 6401 REALmagic64/GX GUI Accelerator + 9708 realmagic64/gx sd6425 +1237 Alta Technology Corp. +1238 Adtran +1239 The 3DO Company +123A Visicom Laboratories Inc. +123B Seeq Technology Inc. +123C Century Systems Inc. +123D Engineering Design Team Inc. + 0000 EasyConnect 8/32 + 0002 EasyConnect 8/64 + 0003 EasyIO + 0010 PCI-DV PCI-DV Digital Video Interface +123E Simutech Inc +123F C-Cube Microsystems + 00E4 cl 480 MPEG + 5111 DV/MPEG Device + 6120 12.03 DVD device + 8120 176 i845E + 8888 12.03 cPEG C 3.0 DVD/MPEG2 Decoder +1240 Marathon Technologies Corp. +1241 DSC Communications + 1603 1 keyboard +1242 Jaycor Networks Inc + 1460 JNIC-1460 2-Gb/s Fibre Channel-PCI 64-bit 66 MHz + 1560 JNIC-1560 Dual Channel 2 Gb/s Fibre Channel-PCI-X + 4643 JNI PCI 64-bit Fibrechannel JNI PCI 64-bit Fibrechannel (needs clone) + 6562 FCX2-6562 Dual Channel PCI-X Fibre Channel Adapter + 656A FCX-6562 PCI-X Fibre Channel Adapter +1243 Delphax +1244 AVM AUDIOVISUELLES MKTG & Computer GmbH + 0700 B1 ISDN controller + 0800 C4 ISDN Controller + 0A00 Fritz!Card A1 ISDN Controller + 0E00 Fritz!PCI v2.0 ISDN Controller + 1100 C2 ISDN Controller + 1200 T1 ISDN Controller + 2700 E13 32A5KYW / 2CAKRCT DSP TNETD5100GHK / TNETD5015 + 2900 Fritz!Card DSL v2.0 +1245 A.P.D., S.A. +1246 Dipix Technologies Inc +1247 Xylon Research Inc. +1248 Central Data Corp. +1249 Samsung Electronics Co. Ltd. +124A AEG Electrocom GmbH +124B Greenspring Computers Inc + 0040 cPCI-200 Four Slot IndustryPack Carrier +124C Solitron Technologies Inc. + 0220 . . +124D Stallion Technologies Inc + 0000 EasyConnect 8/32 + 0002 EasyConnect 8/64 + 0003 EasyIO PCI + 0004 EasyConnection ECRA-PCI +124E Cylink +124F Infortrend Technology Inc + 0041 IFT-2000 Series PCI RAID Controller +1250 Hitachi Microcomputer System Ltd. +1251 VLSI Solution OY +1253 Guzik Technical Enterprises +1254 Linear Systems Ltd. +1255 Optibase Ltd. + 1110 MPEG Forge + 1210 MPEG Fusion + 2110 VideoPlex-pci VideoPlex pci bpc1825 rev a + 2120 VideoPlex plus VideoPlex BPC 1851 A + 2130 VideoQuest +1256 Perceptive Solutions Inc. + 4201 PCI-2240i Dale EIDE Adapter + 4401 PCI-2220i Dale EIDE Adapter + 5201 PCI-2000 IntelliCache SCSI Controller +1257 Vertex Networks Inc. +1258 Gilbarco Inc. +1259 Allied Telesyn International + 2503 Realtek 8139b + 2560 AT-2560 Fast Ethernet Adapter (i82557B) + C107 Realtek 8169S +125A ABB Power Systems +125B Asix Electronics Corp. + 0B95 AX88772 USB2.0 to 10/100M Fast Ethernet Controller + 1400 AX88140A ASIX AX88140 Based PCI Fast Ethernet Adapter + 1720 AX88172 USB2 to Fast Ethernet Adapter +125C Aurora Technologies Inc. + 0101 Saturn 4520P + 0640 Aries 16000P +125D ESS Technology + 0000 ESS336H PCI Fax Modem (early model) + 1948 Solo?? + 1961 Multimedia Device ESS Solo-1 Soundcard + 1968 ES2839 Maestro-2 PCI audio accelerator + 1969 ES72222 Solo-1 PCI AudioDrive family + 1978 ES1978 Maestro-2E Audiodrive, ES1970 Canyon3D + 1988 ES1988 ESS Allegro PCI Audio (WDM) + 1989 ES1989 Maestro-3 (Alegro) notebook's audiodrive + 1990 ES2898S + 1998 ES1980 Maestro-3 PCI Audio Accelerator + 1999 ES1983 Maestro-3.COMM ES56CVM-PI PCI voice+Fax Modem + 199A ES1980 Maestro-3 PCI Audio Accelerator + 199B ES1938/41/46 solo audio Maestro-3.COMM PCI Voice+audio + 2808 ES336H PCI Fax Modem (later model) + 2828 ES2828S TeleDrive + 2838 ES2838/2839 SuperLink Modem + 2839 2838 Superlink Modem/V.92 chipset 56K + 2843 ES2838/2839 SuperLink-MLP Voice Modem + 2847 ES2838/2839 SuperLink-MLP 10 Voice Modem + 2898 2898 TelDrive ES56T-PI family V.90 PCI modem +125E Specialvideo Engineering SRL +125F Concurrent Technologies Inc. +1260 Intersil Americas Inc (Was: Harris Semiconductor) + 3872 PRISM 3 LAN-Express IEEE 802.11b PCI Adapter + 3873 PRISM 2.5 802.11b 11Mbps Wireless Controller + 3886 ISL3886 [Prism Javelin/Prism Xbow] + 3890 ISL3890 PRISM GT 802.11g 54Mbps Wireless Controller + 8130 HMP8130 NTSC/PAL Video Decoder + 8131 HMP8131 NTSC/PAL Video Decoder + FFFF ISL3886IK +1261 Matsushita-Kotobuki Electronics Industries +1262 ES Computer Company Ltd +1263 Sonic Solutions +1264 Aval Nagasaki Corp. +1265 Casio Computer Co. Ltd. +1266 Microdyne Corp. + 0001 NE10/100 Adapter (i82557B) + 1910 NE2000Plus (RT8029) Ethernet Adapter +1267 S.A. Telecommunications + 1016 NICCY PCI card + 4243 Satellite receiver board / MPEG2 decoder + 5352 PCR2101 + 5A4B telsatturbo +1268 Tektronix + 0204 Unknown Tektronix IO Processor / Tektronix PCI Acquisition Interface Rev 204 +1269 Thomson-CSF/TTM +126A Lexmark International Inc. +126B Adax Inc. +126C Nortel Networks (Was: Northern Telecom) + 1211 10/100BaseTX [RTL81xx] + 126C 802.11b Wireless Ethernet Adapter + 1F1F e-mobility 802.11b Wireless LAN PCI Card +126D Splash Technology Inc. +126E Sumitomo Metal Industries Ltd. +126F Silicon Motion Inc + 0710 SM710 LynxEM + 0712 SM712 LynxEM+ + 0720 SM720/1 Lynx3DM, SM722 Lynx3DM+ + 0810 SM810 LynxE + 0811 SM811 LynxE + 0820 SM820 Lynx3D + 0910 SM910 SILICON MOTION +1270 Olympus Optical Co. Ltd. +1271 GW Instruments + 1025 SoftV90 Data Fax Modem +1272 Telematics International +1273 Hughes Network Systems + 0002 DirecPC t9p17af-01 +1274 Creative (Was: Ensoniq) + 1274 5880x multimedia audio device + 1371 ES1371, ES1373 AudioPCI + 1373 ES1373 Sound Blaster Audio(PCI) + 5000 ES1373 AudioPCI + 5880 5880x AudioPci +1275 Network Appliance Corp +1276 Switched Network Technologies Inc. +1277 Comstream +1278 VMETRO Ltd (was: Transtech Parallel Systems Ltd) + 0701 TPE3/TM3 PowerPC Node + 0710 TPE5 PowerPC PCI board + 1100 PMC-FPGA02 +1279 Transmeta Corp. + 0060 TM8000 Efficeon Virtual Northbridge + 0061 TMTM8000 Efficeon AGP Bridge + 0295 Virtual Northbridge + 0395 LongRun Northbridge + 0396 SDRAM Controller + 0397 BIOS scratchpad +127A Rockwell Semiconductor Systems (Also Conexant) + 1002 RC56HCFPCI HCF 56k V.90 Modem + 1003 HCF 56k V.90 Modem + 1004 HCF 56k V.90 Modem + 1005 R6786-61 HCF 56k V.90 Speakerphone Modem + 1022 HCF V.90 Modem + 1023 HCF V.90 Data/Fax Modem + 1024 HCF 56k PCI Modem + 1025 HCF 56k PCI Modem + 1026 HCF 56k PCI Speakerphone Modem + 1032 HCF 56k PCI Modem + 1033 HCF 56k PCI Modem + 1034 HCF 56k PCI Modem + 1035 RH56D/SP-PCI HCF 56k PCI Speakerphone Modem + 1036 HCF 56k PCI Modem + 1085 Volcano HCF 56k PCI Modem + 2003 Conexant SoftK56 PCI Modem + 2004 Conexant SoftK56 PCI Modem + 2005 RS56/SP-PCI11P1 Conexant SoftK56 Speakerphone Modem + 2013 Conexant SoftK56 Modem + 2014 RS56 SP-PCI Conexant SoftK56 Modem + 2015 R6793-11 Conexant SoftK56 Speakerphone Modem + 2016 HSF 56k Data/Fax/Voice/Speakerphone Modem + 2043 Generic SoftK56 + 2044 Generic SoftK56 + 2045 Generic SoftK56 + 2046 Generic SoftK56 + 2114 R6793-12 Conexant SoftK56 PCI Modem + 2F15 U.S. Robotics 56k Fax Host Int + 4300 Riptide Bus / Firmware Downloader + 4302 Riptide Input Device + 4310 Master Riptide PCI Audio Device + 4311 Conexant PCI Modem Enumerator + 4312 Riptide PCI Game Controller + 4320 Riptide PCI Audio Controller + 4321 Riptide HCF 56k PCI Modem + 4322 Riptide PCI Game Controller + 4330 Riptide Bus / Firmware Downloader + 4332 Riptide Input Device + 4340 Riptide Bus / Firmware Downloader + 4342 Riptide Input Device + 4350 Riptide Bus / Firmware Downloader (No Audio) + 4352 Riptide Input Device + 4360 Riptide Bus / Firmware Downloader (No Audio) + 4362 Riptide Input Device + 5278 Harmonic DVB Network Adapter + 8234 RapidFire 616X ATM155 Adapter +127B Pixera Corp +127C Crosspoint Solutions Inc. +127D Vela Research LP +127E Winnou, L.P. +127F Fujifilm +1280 Photoscript Group Ltd. +1281 Yokogawa Electronic Corp. +1282 Davicom Semiconductor Inc. + 9009 DM9009 Ethernet Adapter + 9100 DM9100 Ethernet Controller + 9102 DM9102/A/AF 10/100 Mbps Fast Ethernet Controller +1283 Integrated Technology Express (ITE) Inc + 0801 IT8152F/G & IT8172G Audio Digital Controller + 673A IT8330G PCI EIDE Controller + 8152 IT8152F/G Advanced RISC-to-PCI Companion Chip + 8172 IT8172G Ultra RISC (MIPS, SH4) Companion Chip + 8211 IT8211F ATA 133 IDE Controller + 8212 IT8212F ATA 133 IDE RAID Controller + 8330 IT8330G PCI Host Bridge + 8872 IT8871/72 PCI to ISA I/O chip with SMB, Parallel Port & GPIO + 8875 IT8875F PCI Parallel Port + 8888 IT8888F PCI to ISA Bridge with SMB + 8889 IT8889F PCI to ISA Bridge + 9876 IT8875F PCI I/O CARD + E886 IT8330G PCI to ISA Bridge +1284 Sahara Networks Inc +1285 Platform Technologies Inc. + 0100 ES1849 Maestro-1 AudioDrive +1286 MAZeT GmbH +1287 LuxSonor Inc. + 001E LS220D DVD Decoder + 001F LS220C DVD Decoder + 0020 LS242 MPEG/DVD video decoder +1288 Timestep Corp. +1289 AVC Technology Inc. +128A Asante Technologies Inc. + F001 Ethernet 10/100 AsanteFAST 10/100 PCI Ethernet Adapter +128B Transwitch Corporation +128C Retix Corp. +128D G2 Networks Inc. + 0021 ATM155 Adapter +128E Hoon Tech co Ltd/Samho Multi Tech Ltd + 0008 ST128 WSS/SB + 0009 ST128 SAM9407 + 000A ST128 Game Port + 000B ST128 MPU Port + 000C ST128 Ctrl Port +128F Tateno Dennou Inc. +1290 Sord Computer Corporation +1291 NCS Computer Italia +1292 Tritech Microelectronics Intl PTE +1293 Media Reality Technology +1294 Rhetorex Inc. +1295 Imagenation Corp. +1296 Kofax Image Products +1297 Holco Ent Co Ltd/Shuttle Computer +1298 Spellcaster Telecommunications Inc. +1299 Knowledge Technology Laboratories +129A VMETRO Inc. + 0415 PBT-415 PCI 66MHz Analyzer and 33MHz Exerciser + 0515 PBT-515 PCI 66MHz Analyzer and Exerciser + 0615 PBT-615 PCI 66MHz and PCI-X 100MHz Bus Analyzer and Exerciser + 0715 Vanguard PCI/PMC/cPCI PCI 66MHz and PCI-X 133MHz Bus Analyzer and Exerciser + 1100 PMC-FPGA05 + DD10 DPIO Digital Parallel Input Output Device 32bit, 33MHz PCI bus + DD11 DPIO2 Digital Parallel Input Output Device 64bit, 33MHz PCI bus + DD12 DPIO2-66 Digital Parallel Input Output Device 64bit, 66MHz PCI bus +129B Image Access +129C Xantel Corp/Jaycor +129D CompCore Multimedia Inc. +129E Victor Company of Japan Ltd +129F OEC Medical Systems Inc. +12A0 Allen-Bradley Company +12A1 Simpact Associates Inc +12A2 NewGen Systems Corp. +12A3 Lucent Technologies AMR + ECB8 1646T00 V.92 Lucent Modem +12A4 NTT Electronics Technology Company +12A5 Vision Dynamics Ltd. +12A6 Scalable Networks Inc. +12A7 AMO GmbH +12A8 News Datacom +12A9 Xiotech Corp. +12AA SDL Communications Inc. + 5568 Wan405 WANic 400 series X.21 controller + 556C NAI HSSI Sniffer PCI Adapter +12AB Yuan Yuan Enterprise Co. Ltd. + 3000 TUN-200/MPG-200C PCI TV (and possibly DVD Decoder??) Card +12AC MeasureX Corp. +12AD Multidata GmbH +12AE Alteon Networks Inc. + 0001 3C986 ACENIC 1000 Base-SX Gigabit Ethernet Adapter + 0002 3C986-T Copper Gigabit Ethernet Adapter +12AF TDK USA Corp. +12B0 Jorge Scientific Corp. +12B1 GammaLink +12B2 General Signal Networks + 0209 SNA Link/9000 PCI to ESCON Controller +12B3 Inter-Face Co. Ltd. +12B4 Future Tel Inc. +12B5 Granite Systems Inc. +12B6 Natural Microsystems +12B7 ACCUMEN/Cognex Modular Vision Systems +12B8 Korg +12B9 3COM Corp, Modem Division (Formerly US Robotics) + 1006 5610 5610 56K FaxModem WinModem + 1007 AD1807JS US Robotics 56K DATA FAX WINMODEM + 1008 USR5610B USR5610B (0005610-02) 56K Performance Pro Modem (PCI Internal) +12BA Bittware Research/PMC Sierra + 0032 Hammerhead-Lite-PCI DSP Prototyping & Development Card +12BB Nippon Unisoft Corp. +12BC Array Microsystems +12BD Computerm Corp. +12BE Anchor Chips Inc + 3041 AN3041Q CO-MEM PCI Bus Interface/Cache + 3042 AN3042Q CO-MEM Lite PCI Generic Host Bridge/Shared Memory +12BF Fujifilm Microdevices +12C0 Infimed +12C1 GMM Research Corp. + 9080 Sync4hs/CCP/PCI/MP communications coprocessor +12C2 Mentec Ltd. +12C3 Holtek Microelectronics Inc. + 0058 HT80232 LAN Adapter (NE2000-compatible) + 5598 HT80229 Ethernet Adapter (NE2000-compatible) +12C4 Connect Tech Inc. + 0001 Blue Heat PCI/8 RS-232 + 0002 Blue Heat PCI/4 RS-232 + 0003 Blue Heat PCI/2 RS-232 + 0004 Blue Heat PCI/8 RS-485 + 0005 Blue Heat-8 RS232 BlueHeat 8 Port RS232 Serial Board + 0006 Blue Heat PCI/4 RS-485 + 0007 Blue Heat PCI/2+2 RS-232/485 + 0008 Blue Heat PCI/2 RS-485 + 0009 Blue Heat PCI/2+6 RS-232/485 + 000A Blue Heat PCI/8 RS-485 (BH081101V1) + 000B Blue Heat PCI/4 RS-485 (BH041101V1) + 000C Blue Heat PCI/2 RS-485 (BH021101V1) + 000D Blue Heat PCI/2 PTM + 000E Blue Heat PCI Custom Osc + 000F Blue Heat PCI/8 RS-485 (BH081104V4) + 0100 NT960/PCI + 0201 cPCI Titan - 2 Port + 0202 cPCI Titan - 4 Port + 0300 BLueStorm/LP 2 RS232 + 0301 BLueStorm/LP 4 RS232 + 0302 BLueStorm/LP 8 RS232 + 0303 BLueStorm/LP 2 RS232/RS485 + 0304 BLueStorm/LP 4 RS232/RS485 + 0305 BLueStorm/LP 8 RS232/RS485 + 0306 BLueStorm/LP 2 Opto + 0307 BLueStorm/LP 4 Opto + 0308 BLueStorm/LP 8 Opto + 0309 BLueStorm/LP 2 RS485 + 030A BLueStorm/LP 4 RS485 + 030B BLueStorm/LP 8 RS485 + 0310 CTI PCI UART 1+1 (RS232/485) + 0311 CTI PCI UART 2+2 (RS232/485) + 0312 CTI PCI UART 4+4 (RS232/485) + 0320 CTI PCI UART 2 + 0321 CTI PCI UART 4 + 0322 CTI PCI UART 8 + 0330 CTI PCI UART 2 (RS485) + 0331 CTI PCI UART 4 (RS485) + 0332 CTI PCI UART 8 (RS485) +12C5 Picture Elements Inc. + 007F ISE PEI Imaging Subsystem Engine + 0081 PCIVST PCI Thresholding Engine + 0085 Video Simulator/Sender + 0086 THR2 Multi-scale Thresholder +12C6 Mitani Corp. +12C7 Dialogic Corp. + 0546 kssjsjj D120JCT-LS Card + 0561 BRI/2 Type Card (Voice Driver) + 0647 D/240JCT-T1 Card + 0648 D/300JCT-E1 Card + 0649 D/300JCT-E1 Card + 0651 MSI PCI Card + 0673 BRI/160-PCI Card + 0674 BRI/120-PCI Card + 0675 BRI/80-PCI Card + 0676 D/41JCT Card + 0685 D/480JCT-2T1 Card + 0687 D/600JCT-2E1 (75 Ohm) Card + 0689 D/600JCT-2E1 Dialogic 2E1 - JCT series + 0707 D/320JCT (Resource Only) Card + 0708 D/160JCT (Resource Only) Card +12C8 G Force Co. Ltd. +12C9 Gigi Operations +12CA Integrated Computing Engines, Inc. +12CB Antex Electronics Corp. + 0027 StudioCard + 002D BX-12 + 002E SC-2000 + 002F LX-44 + 0030 SC-22 + 0031 BX-44 + 0032 LX-24M Professional 20-bit 2-in, 4-out audio Card w/- MPEG2 + 0033 LX-22M + 0034 BX-8 + 0035 BX-12e +12CC Pluto Technologies International +12CD Aims Lab +12CE Netspeed Inc. +12CF Prophet Systems Inc. +12D0 GDE Systems Inc. +12D1 PsiTech +12D2 Nvidia (Was:STB,SGS Thompson) + 0008 NV1 + 0009 DAC64 + 0018 RIVA 128 2D/3D GUI Accelerator + 0019 RIVA 128ZX 2D/3D GUI Accelerator + 0020 TNT + 0028 TNT2 + 0029 UTNT2 + 002C VTNT2 + 00A0 ITNT2 +12D3 Vingmed Sound A/S +12D4 Ulticom, Inc. + 0301 EP1S SS7 Telecommunications Interface Adapter +12D5 Equator Technologies + 1000 MAP-CA Broadband Signal Processor + 1002 MAP-1000 Digital Signal Processor +12D6 Analogic Corp. +12D7 Biotronic SRL +12D8 Pericom Semiconductor + 71E2 PI7C7300 3 Port PCI to PCI bridge + 8150 PI7C8150 2-Port PCI to PCI Bridge + 8152 PI7C8152 2-Port PCI-To-PCI Bridge + E130 PI7C9X130 PCI-X Bridge +12D9 Aculab Plc. +12DA True Time +12DB Annapolis Micro Systems Inc. + 0003 FoxFire II +12DC Symicron Computer Communication Ltd. +12DD Management Graphics Inc. +12DE Rainbow Technologies + 0200 Cryptoswift 200 +12DF SBS Technologies Inc. + 2102 Infineon PEB 20534 Communications Controller + 8236 Unknown PCI Controller +12E0 Chase Research PLC + 0010 ST16C654 Quad UART + 0020 ST16C654 Quad UART + 0021 8x UART + 0030 ST16C654 Quad UART +12E1 Nintendo Co. Ltd. +12E2 Datum Inc. Bancomm-Timing Division +12E3 Imation Corp - Medical Imaging Systems +12E4 Brooktrout Technology Inc. + 1000 TR1000 PRI PRI Controller + 1120 TruFax Board + 1140 ISDN Controller + B005 TR1000 BRI BRI Controller + B006 TR1000 BRI BRI Controller +12E5 XCD Inc/Apex Inc +12E6 Cirel Systems +12E7 Sebring Systems Inc +12E8 CRISC Corp. +12E9 GE Spacenet +12EA Zuken +12EB Aureal Semiconductor + 0001 AU8820 Vortex 1 Digital Audio Processor + 0002 AU8830 Vortex 2 3D Digital Audio Processor + 0003 AU8810 Vortex Digital Audio Processor + 8803 Vortex 56k Software Modem +12EC 3A International Inc. + 8139 0xxxx 0xxxx +12ED Optivision Inc. +12EE Orange Micro, Inc. +12EF Vienna Systems +12F0 Pentek +12F1 Sorenson Vision Inc. +12F2 Gammagraphx Inc. + 1002 215RAAGCGA11F Grapics Radeon X850 +12F3 Radstone Technology / XING Inc +12F4 Megatel +12F5 Forks Inc +12F6 Dawson France +12F7 Cognex +12F8 Electronic-Design GmbH + 0002 VideoMaker s3 trio +12F9 FourFold Technologies +12FB Spectrum Signal Processing + 0001 PMC-MAI + 00F5 F5 Dakar + 02AD PMC-2MAI + 2ADC ePMC-2ADC + 3100 PRO-3100 + 3500 PRO-3500 + 4D4F Modena + 8120 ePMC-8120 + DA62 Daytona C6201 PCI (Hurricane) + DB62 Ingliston XBIF + DC62 Ingliston PLX9054 + DD62 Ingliston JTAG/ISP + EDDC ePMC-MSDDC + FA01 ePMC-FPGA +12FC Capital Equipment Corp + 5CEC PCI-488 GPIB IEEE 488 +12FD i2S +12FE esd Electronic System Design GmbH +12FF Lexicon +1300 Harman International Industries Inc +1302 Computer Sciences Corp +1303 Innovative Integration + 0001 0239 cM67 CompactPCI DSP Card + 0002 1 M44/cM44 DSP board + 0003 1 Quattro6x DSP board + 0004 1 Chico/ChicoPlus Data Acquisition Board + 0005 1 Code Hammer Jtag Debugger board + 0006 1 Matador DSP board + 0007 1 Quixote DSP board + 0008 1 Quadia C64x DSP + 0009 1 Quadia DSP Baseboard +1304 Juniper Networks Inc. +1305 NetPhone Inc +1306 Duet Technologies +1307 ComputerBoards Inc + 0001 PCI-DAS1602/16 + 0006 PCI-GPIB + 000B PCI-DIO48H + 000C PCI-PDISO8 + 000D PCI-PDISO16 + 000F PCI-DAS1200 + 0010 PCI-DAS1602/12 + 0014 PCI-DIO24H + 0015 PCI-DIO24H/CTR3 + 0016 PCI-DIO24H/CTR16 + 0017 PCI-DIO96H + 0018 PCI-CTR05 + 0019 PCI-DAS1200/JR + 001A PCI-DAS1001 + 001B PCI-DAS1002 + 001C PCI-DAS1602JR/16 + 001D PCI-DAS6402/16 + 001E PCI-DAS6402/12 + 001F PCI-DAS16/M1 + 0020 PCI-DDA02/12 + 0021 PCI-DDA04/12 + 0022 PCI-DDA08/12 + 0023 PCI-DDA02/16 + 0024 PCI-DDA04/16 + 0025 PCI-DDA08/16 + 0026 PCI-DAC04/12-HS + 0027 PCI-DAC04/16-HS + 0028 CIO-DIO24 24 Bit Digital Input/Output Board + 0029 PCI-DAS08 + 002C PCI-INT32 + 0033 PCI-DUAL-AC5 + 0034 PCI-DAS-TC + 0035 PCI-DAS64/M1/16 + 0036 PCI-DAS64/M2/16 + 0037 PCI-DAS64/M3/16 + 004C PCI-DAS1000 + 004D PCI-QUAD04 + 0052 PCI-DAS4020/12 + 0054 PCI-DIO96 + 005E PCI-DAS6025 +1308 Jato Technologies Inc. + 0001 NetCelerator Adapter +1309 AB Semicon Ltd +130A Mitsubishi Electric Microcomputer +130B Colorgraphic Communications Corp +130C AMBEX Technologies Inc +130D Accelerix Inc +130E Yamatake-Honeywell Co Ltd +130F Advanet Inc. +1310 Gespac + 0003 9060 CompactPCI Interface + 000D FPGA PCI Bridge +1311 VideoServer Inc +1312 Robotic Vision Systems Incorporated +1313 Yaskawa Electric Co. +1316 Teradyne Inc. +1317 ADMtek Inc + 0531 nm0403A03461H121S122P ADMteck AN986 + 0981 AN981 FastNIC 10/100 Fast Ethernet Adapter + 0985 AN983 FastNIC PCI 10/100 Fast Ethernet Adapter + 1985 AN985 FastNIC CardBus 10/100 Fast Ethernet Adapter + 2850 016 HSP56 MicroModem + 5120 ADM5120 ADMtek ADM5120 SOC (rev: 0) + 7892 PCT 789T-A HSP56 MicroModem + 8201 ADM8211 based 802.11b Wireless PCI Card + 9511 ADM9511 FastNIC PCI 10/100 Fast Ethernet Adapter + 9513 ADM9513 FastNIC PCI 10/100 Fast Ethernet Adapter +1318 Packet Engines, Inc. + 0911 G-NIC II 1000BT Network Interface Card +1319 ForteMedia Inc + 0801 FM0801 PCI Card MediaForte made in singapore + 0802 FM801-as Xwave PCI Joystick + 1000 FM801 PCI Audio Device + 1001 FM801 PCI Joystick + 1319 FM0801-as Xwave PCI audio controller + 4901 FM801-AU ForteMedia PCI Audio Card +131A Finisar Corp +131C Nippon Electro-Sensory Devices Corp +131D Sysmic Inc +131E Xinex Networks Inc +131F SIIG Inc + 1000 PCI Serial Card + 1001 CyberSerial (1-port) 16650 + 1002 CyberSerial (1-port) 16850 + 1010 Duet 1S(16550)+1P + 1011 Duet 1S(16650)+1P + 1012 Duet 1S(16850)+1P + 1020 CyberParallel PCI Card + 1021 CyberParallel PCI Card + 1030 CyberSerial (2-port) 16550 + 1031 CyberSerial (2-port) 16650 + 1032 CyberSerial (2-port) 16850 + 1034 Trio 2S(16550)+1P + 1035 Trio 2S(16650)+1P + 1036 Trio 2S(16850)+1P + 1050 CyberSerial (4-port) 16550 + 1051 CyberSerial (4-port) 16650 + 1052 CyberSerial (4-port) 16850 + 2000 CyberSerial (1-port) 16550 + 2001 CyberSerial (1-port) 16650 + 2002 CyberSerial (1-port) 16850 + 2010 Duet 1S(16550)+1P + 2011 Duet 1S(16650)+1P + 2012 Duet 1S(16850)+1P + 2020 SIIG cyber8000 Communication controller + 2021 CyberParallel (2-port) + 2030 PCI Serial Card + 2031 CyberSerial (2-port) 16650 + 2032 CyberSerial (2-port) 16850 + 2040 Trio 1S(16550)+2P + 2041 Trio 1S(16650)+2P + 2042 Trio 1S(16850)+2P + 2050 Siig Inc CyberSerial (4-port) 16550 Siig Inc CyberSerial (4-port) 16550 + 2051 CyberSerial (4-port) 16650 + 2052 CyberSerial (4-port) 16850 + 2060 Trio 2S(16550)+1P + 2061 Trio 2S(16650)+1P + 2062 Trio 2S(16850)+1P +1320 Crypto AG +1321 Arcobel Graphics BV +1322 MTT Co Ltd +1323 DOME Inc +1324 Sphere Communications +1325 Salix Technologies Inc +1326 Seachange International +1327 Voss Scientific +1328 CIFELLI SYSTEMS CORPORATION + 8888 rev 1.5 cPEG™ C 3.0 DVD/MPEG2 decoder +1329 Productivity Enhancement +132A Microcom Inc +132B BroadBand Technologies +132C Micrel Inc +132D Integrated Silicon Solution Inc +1330 MMC Networks +1331 RadiSys Corporation + 0030 ENP-2611 + 8200 82600 Host Bridge + 8201 82600 IDE + 8202 82600 USB + 8210 82600 PCI Bridge +1332 Micro Memory, LLC + 5410 MM-5410D PCI 32bit Bulk Memory w/DMA + 5415 MM-5415CN PCI Memory Module with Battery Backup + 5425 MM-5425CN PCI 64/66 Memory Module with Battery Backup + 6140 MM-6140D Memory Module +1334 Redcreek Communications Inc +1335 Videomail Inc. +1337 Third Planet Publishing +1338 BT Electronics +133A VTEL Corp +133B Softcom Microsystems +133C Holontech Corp +133D S S Technologies + 1000 SST-5136-PFB-PCI Industrial I/O Card +133E Virtual Computer Corp +133F SCM Microsystems +1340 Atalla Corp +1341 Kyoto Microcomputer Co +1342 Promax Systems Inc +1343 Phylon Communications Inc +1344 Micron Technology (Was: Crucial Technology?) + 3240 CopperHead CopperTail SC1 AMC AC'97 + 3320 MT8LLN21PADF North Bridge + 3321 21PAD North Bridge + 3470 MT7LLN22NCNE South Bridge + 4020 CopperHead CopperTail SC1 IDE Controller + 4030 CopperHead CopperTail SC1 USB Controller +1345 Arescom Inc +1347 Odetics +1349 Sumitomo Electric Industries Ltd +134A DTC Technology Corp. + 0001 F01 2ASV17184.1 Domex DMX 3191 PCI SCSI Controller + 0002 Domex DMX3192U/3194UP SCSI Adapter +134B ARK Research Corp. +134C Chori Joho System Co. Ltd +134D PCTEL Inc. + 2188 fa82537ep inter + 2189 HSP56 Micromodem + 2486 2304WT V.92 MDC Modem + 7890 HSP56 MicroModem + 7891 PCT 789T HSP MicroModem 56 + 7892 PCT 789T-A HSP56 MicroModem + 7893 S911 K017 HSP MicroModem 56 + 7894 FT13 HSP MicroModem 56 + 7895 PCT789T HSP MicroModem 56 + 7896 pct789t-c HSP MicroModem 56 + 7897 97860963 HSP MicroModem 56/PCT789T + 8086 hfp56 dev + 9714 PCT 288-1A PCTEL + D800 pct388p-a pctel 56k modem +134E CSTI +134F Algo System Co Ltd +1350 Systec Co Ltd +1351 Sonix Inc +1353 Dassault A.T. + 0002 Proserver + 0003 PCI-FUT + 0004 PCI-S0 + 0005 PCI-FUT-S0 +1354 dWave System Inc +1355 Kratos Analytical Ltd +1356 The Logical Co +1359 Prisa Networks +135A Brain Boxes Limited + 0224 PLX9050 PLX PCI Bus Logic +135B Giganet Inc. +135C Quatech Inc + 0010 QSC-100 + 0020 DSC-100 + 0030 DSC-200/300 + 0040 QSC-200/300 + 0050 ESC-100D + 0060 ESC-100M + 00F0 MPAC-100 Syncronous Serial Card (Zilog 85230) + 0170 QSCLP-100 + 0180 DSCLP-100 + 0190 SSCLP-100 + 01A0 QSCLP-200/300 + 01B0 DSCLP-200/300 + 01C0 SSCLP-200/300 +135D ABB Network Partner AB +135E Sealevel Systems Inc. + 5101 5101 Route 56 + 5102 PCI-ACB RS-232 synchronous card + 7101 Single Port RS-232/422/485/520 + 7201 Dual Port RS-232/422/485 Interface + 7202 Dual Port RS-232 Interface + 7401 Four Port RS-232 Interface + 7402 Four Port RS-422/485 Interface + 7801 Eight Port RS-232 Interface + 8001 8001 Digital I/O Adapter +135F I-Data International A-S +1360 Meinberg Funkuhren GmbH & Co. KG + 0101 PCI32 DCF77 Radio Clock + 0102 PCI509 DCF77 Radio Clock + 0103 PCI510 DCF77 Radio Clock + 0104 PCI511 DCF77 Radio Clock + 0105 PEX511 DCF77 Receiver + 0201 GPS167PCI GPS Receiver + 0202 GPS168PCI GPS Receiver + 0203 GPS169PCI GPS Receiver + 0204 GPS170PCI GPS Receiver + 0205 GPS170PEX GPS Receiver + 0301 TCR510PCI IRIG Timecode Reader + 0302 TCR167PCI IRIG Timecode Reader + 0303 TCR511PCI IRIG Timecode Reader + 0304 TCR511PEX IRIG Timecode Receiver +1361 Soliton Systems K.K. +1362 Fujifacom Corp +1363 Phoenix Technologies Ltd +1364 ATM Communications Inc +1365 Hypercope Corp. + 9050 HYSDN +1366 Teijin Seiki Co. Ltd. +1367 Hitachi Zosen Corporation +1368 Skyware Corporation +1369 Digigram +136A High Soft Tech +136B Kawasaki Steel Corporation + FF01 KL5A72002 Motion JPEG +136C Adtek System Science Co Ltd +136D Gigalabs Ltd +136F Applied Magic Inc +1370 ATL Products +1371 CNET Technology Inc + 434E GigaCard Network Adapter +1373 Silicon Vision Inc +1374 Silicom Ltd + 0024 Dual port Giga Ethernet BGE Bypass Server Adapter + 0025 Quad port Giga Ethernet BGE Bypass Server Adapter + 0026 Dual port Fiber Giga Ethernet 546 Bypass Server Adapter + 0027 Dual port Fiber LX Giga Ethernet 546 Bypass Server Adapter + 0028 Dual port Copper Giga Ethernet 546 Bypass Server Adapter + 0029 Dual port Copper Giga Ethernet 546GB Bypass Server Adapter + 002A Dual port Fiber Giga Ethernet 546 TAP/Bypass Server Adapter + 002B Dual port Copper Fast Ethernet 546 TAP/Bypass Server Adapter PXE2TBI + 002C Quad port Copper Giga Ethernet 546GB Bypass Server Adapter PXG4BPI + 002D Quad port Fiber-SX Giga Ethernet 546GB Bypass Server Adapter PXG4BPFI + 002E Quad port Fiber-LX Giga Ethernet 546GB Bypass Server Adapter PXG4BPFI-LX + 002F Dual port Fiber-SX Giga Ethernet 546GB Low profile Bypass Server Adapter PXG2BPFIL + 0030 Dual port Fiber-LX Giga Ethernet 546GB Low profile Bypass Server Adapter + 0031 Quad port Copper Giga Ethernet PCI-E Bypass Server Adapter + 0032 Dual port Copper Fast Ethernet 546 TAP/Bypass Server Adapter + 0034 Dual port Copper Giga Ethernet PCI-E BGE Bypass Server Adapter + 0035 Quad port Copper Giga Ethernet PCI-E BGE Bypass Server Adapter + 0036 Dual port Fiber Giga Ethernet PCI-E BGE Bypass Server Adapter + 0037 Quad port Copper Ethernet PCI-E Intel based Bypass Server Adapter + 0038 Quad port Copper Ethernet PCI-E Intel based Bypass Server Adapter + 0039 Dual port Fiber-SX Ethernet PCI-E Intel based Bypass Server Adapter + 003A Dual port Fiber-LX Ethernet PCI-E Intel based Bypass Server Adapter +1375 Boeing - Sunnyvale +1376 One Stop Systems (Originally LMC; Previously bought out by SBE Inc) +1377 Electronic Equipment Production GmbH +1378 Telemann Co Ltd +1379 Asahi Kasei Microsystems Co Ltd +137A Mark Of The Unicorn Inc + 0001 PCI-324 Audiowire Interface +137B PPT Vision +137C Iwatsu Electric Co Ltd +137D Dynachip Corporation +137E Patriot Scientific Corp. +137F Japan Satellite Systems Inc +1380 Sanritz Automation Co LTC +1381 Brains Co. Ltd +1382 Marian - Electronic & Software + 0001 ARC88 audio recording card + 2008 Prodif 96 Pro sound system + 2009 PLX TECHNOLOGY \n PCI9052 \n 0435 \n BX9497.1 MALA SEK'D Prodif 96 Pro - professional audio card + 2048 Prodif Plus sound card + 2088 Marc 8 Midi 8-in, 8-out sound card + 20C8 Marc A sound system + 4008 Marc 2 Sound System + 4010 Marc 2 Pro sound system + 4048 Marc 4 MIDI sound system + 4088 Marc 4 Digi sound system + 4248 Marc X sound system +1383 Controlnet Inc +1384 Reality Simulation Systems Inc +1385 Netgear Inc + 0013 WG311T 108 Mbps Wireless PCI Adapter + 006B WA301 802.11b Wireless PCI Adapter + 311A GA511 Gigabit Ethernet + 4100 MA301 802.11b Wireless Adapter + 4105 MA311 802.11b wireless adapter + 4251 WG111T 108 Mbps Wireless USB 2.0 Adapter + 4400 WAG511 802.11a/b/g Dual Band Wireless PC Card + 4600 WAG511 802.11a/b/g Dual Band Wireless PC Card + 4601 WAG511 802.11a/b/g Dual Band Wireless PC Card + 4610 WAG511 802.11a/b/g Dual Band Wireless PC Card + 4800 WG511v1 54 Mbps Wireless PC Card + 4900 WG311v1 54 Mbps Wireless PCI Adapter + 4A00 WAG311 802.11a/g Wireless PCI Adapter + 4B00 WG511T 108 Mbps Wireless PC Card + 4C00 WG311v2 54 Mbps Wireless PCI Adapter + 4D00 WG311T 108 Mbps Wireless PCI Adapter + 4E00 WG511v2 54 Mbps Wireless PC Card + 4F00 WG511U Double 108 Mbps Wireless PC Card + 5200 GA511 Gigabit PC Card + 620A GA620 + 622A GA622 + 630A GA630 + 6B00 WG311v3 54 Mbps Wireless PCI Adapter + 6D00 WPNT511 RangeMax 240 Mbps Wireless PC Card + 7B00 WN511B RangeMax Next 280 Mbps Wireless PC Card + 7C00 WN511T RangeMax Next 300 Mbps Wireless PC Card + 7D00 WN311B RangeMax Next 280 Mbps Wireless PCI Adapter + 7E00 WN311T RangeMax Next 300 Mbps Wireless PCI Adapter + 8169 GA311 Gigabit Ethernet Adapter + F004 FA310TX Fast Ethernet Adapter + F311 FA311 Fast Ethernet Adapter +1386 Video Domain Technologies +1387 Curtiss-Wright Controls Embedded Computing + 5310 N/A SCRAMNet GT200 +1388 Hitachi Information Technology Co Ltd +1389 Applicom International + 0001 PCI1500PFB Intelligent fieldbus Adapter + 0104 PCI-CANIO PCI-CANIO adapter +138A Fusion Micromedia Corp +138B Tokimec Inc +138C Silicon Reality +138D Future Techno Designs Pty Ltd +138E Basler GMBH +138F Patapsco Designs Inc +1390 Concept Development Inc. +1391 Development Concepts Inc +1392 Medialight Inc +1393 Moxa Technologies Co Ltd + 1010 C101/PCI Super Sync Board + 1020 Smartio CP-102 Series + 1040 C104H/PCI Smartio + 1041 Smartio CP-104UL + 1042 Smartio CP-104JU + 1140 Industio CT-114I + 1141 Industio CP-114 Series + 1320 Industio CP-132 Series + 1321 Industio CP-132U Series + 1340 Industio CP-134U Series + 1680 C168H/PCI Smartio + 1681 CP-168U CP-168U Smart Serial Board + 2040 Intelligent CP-204J + 2180 Intelligent C218Turbo/PCI + 2210 --- --- + 2240 --- --- + 3200 Intelligent C320Turbo/PCI + 5020 C502/PCI Dual-Port Sync Board + 6800 0x0000 dvr capture card +1394 Level One Communications + 0001 LXT1001 NetCelerator Family Gigabit Ethernet Adapter +1395 Ambicom Inc +1396 Cipher Systems Inc +1397 Cologne Chip Designs GmbH + 08B4 ISDN network Controller [HFC-4S] + 0B4D HFC-8S ISDN 16B8D8S0 ISDN HDLC FIFO Controller with 8 S/T + 16B8 ISDN network Controller [HFC-8S] + 2BD0 HFC-S PCI A ISDN 2BDS0 ISDN HDLC FIFO Controller + 30B1 ISDN network Controller [HFC-E1] + 8B4D HFC-4S ISDN 8B4D4S0 ISDN HDLC FIFO Controller with 4 S/T + B000 B000 HCF-PCI card + B006 B006 HCF-PCI card + B007 B007 HCF-PCI card + B008 B008 HCF-PCI card + B009 B009 HCF-PCI card + B00A B00A HCF-PCI card + B00B B00B HCF-PCI card + B00C B00C HCF-PCI card + B100 B100 HCF-PCI card + F001 GSM Network Controller [HFC-4GSM] +1398 Clarion Co. Ltd +1399 Rios Systems Co Ltd +139A Alacritech Inc + 0001 Quad Port 10/100 Server Accelerator + 0003 Single Port 10/100 Server Accelerator + 0005 Single Port Gigabit Server Accelerator + 0007 SES2000 Alacritech iSCSI Controller +139B Mediasonic Multimedia Systems Ltd +139C Quantum 3D Inc +139D Xstreams PLC/ EPL Limited +139E Echostar Data Networks +139F Aethra S.R.L. +13A0 Crystal Group Inc +13A1 Kawasaki Heavy Industries Ltd +13A2 Ositech Communications Inc +13A3 HI-FN Inc. + 0005 7751 Security Processor + 0006 6500 Public Key Processor + 0007 7811 Security Processor + 0012 7951 Security Processor + 0014 7814/7851/7854 Security Processor + 0015 8065 Security Processor + 0016 8065 Security Processor + 0017 8165 Security Processor + 0018 8154 Security Processor + 001D 7956 Cryptographic Processor + 0020 7954/7955 Cryptographic Processor + 0026 8155 Security Processor +13A4 Rascom Inc +13A5 Audio Digital Imaging Inc +13A6 Videonics Inc +13A7 Teles AG + 6240 Network Controller BSRV2-301A +13A8 Exar Corp. + 0152 XR17C/D152 Dual PCI UART + 0154 XR17C154 Four Channel PCI Bus UART + 0158 XR17C158 Eight Channel PCI Bus UART (5V) +13A9 Siemens Medical Solutions +13AA Nortel Networks - BWA Division +13AB Arcom Control Systems Ltd +13AC Motion Media Technology Ltd +13AD Nexus Inc +13AE ALD Technology Ltd +13AF T.Sqware +13B0 Maxspeed Corp +13B1 Tamura Corporation +13B2 Techno Chips Co Ltd +13B3 Lanart Corp +13B4 Wellbean Co Inc +13B5 ARM Ltd +13B6 DLoG GMBH + 13B6 0x13b6 sguiu +13B7 LOGIC Devices Inc +13B8 Nokia Telecommunications OY +13B9 Elecom Co Ltd +13BA Oxford Instruments +13BB Sanyo Technosound Co Ltd +13BC Bitran Corp +13BD Sharp Corporation +13BE Miroku Jyoho Service Co Ltd +13BF Sharewave Inc +13C0 Microgate Corp. + 0010 SyncLink Adapter single port multiprotocol serial adapter + 0020 SyncLink SCC low speed single port multiprotocol serial adapter + 0030 SyncLink 4 Port Adapter 4 port multiprotocol serial adapter + 0070 SyncLink GT Adapter single port multiprotocol serial adapter + 0080 SyncLink GT4 Adapter 4 port multiprotocol serial adapter + 0090 SyncLink AC Adapter one port asynchronous serial adapter + 00A0 SyncLink GT2 Adapter 2 port multiprotocol serial adapter + 0210 SyncLink Serial Adapter version 2 single port multiprotocol serial adapter +13C1 3ware Inc. + 1000 9548qad ATA-RAID Controller + 1001 7000/8000 series ATA-133 Storage Controller + 1002 9000 series SATA/PATA Storage Controller + 1003 9550SX/9590SE Series SATA2 Raid Controller + 1004 9650SE Series PCI-Express SATA2 Raid Controller +13C2 Technotrend Systemtechnik GMBH + 000E Technotrend/Hauppauge DVB card rev2.3 +13C3 Janz Computer AG +13C4 Phase Metrics +13C5 Alphi Technology Corp +13C6 Condor Engineering Inc + 0520 CEI-520 A429 Card + 0620 CEI-620 A429 Card + 0820 CEI-820 A429 Card +13C7 Blue Chip Technology Ltd + 0ADC Multi-Function Analogue/Digital IO card + 0B10 . Parallel I/O Card + 0D10 . Digital I/O Card + 5744 . Watchdog Card +13C8 Apptech Inc +13C9 Eaton Corp +13CA IOMEGA Corp +13CB Yano Electric Co Ltd +13CC Metheus Corporation +13CD Compatible Systems Corp +13CE Cocom A/S +13CF Studio Audio & Video Ltd +13D0 Techsan Electronics Co Ltd + 2103 T228502 B2C2 Sky2PC Core Chip sky star 2 <technisat> + 2200 B2C2 Broadband Receiver PCI Adapter (FCIII) +13D1 AboCom Systems, Inc + AB02 Ethernet Controller + AB03 Ethernet Controller + AB06 FE2000VX 10/100 CardBus /Atelco Fibreline Ethernet Adapter + AB08 SMC8035TX EZ Card™ 10/100 Fast Ethernet CardBus Adapter +13D2 Shark Multimedia Inc +13D3 IMC Networks +13D4 Graphics Microsystems Inc +13D5 Media 100 Inc +13D6 K.I. Technology Co Ltd +13D7 Toshiba Engineering Corporation + 8086 ac97 note +13D8 Phobos Corporation +13D9 Apex PC Solutions Inc +13DA IntreSource Systems Pty Ltd +13DB Janich & Klass Computertechnik GmbH +13DC Netboost Corporation +13DD Multimedia Bundle Inc +13DE ABB Robotics Products AB +13DF E-Tech Inc. + 0001 PCI56RVP Modem +13E0 GVC Corporation +13E1 Silicom Multimedia Systems Inc +13E2 Dynamics Research Corp +13E3 Nest Inc +13E4 Calculex Inc +13E5 Telesoft Design Ltd +13E6 Argosy Research Inc +13E7 NAC Inc +13E8 Chip Express Corp +13E9 Intraserver Technology Inc +13EA Dallas Semiconductor (Now known as Maxim) + 3131 DS3131 BoSS Bit Synchronous HDLC Controller + 3134 DS3134/31256 Chateau/Envoy 256 Channel HDLC Controller +13EB Hauppauge Computer Works Inc +13EC Zydacron Inc + 000A NPC-RC01 Remote control receiver +13ED Raytheion E-Systems +13EE Hayes Microcomputer Products Inc +13EF Coppercom Inc +13F0 Sundance Technology Inc + 0200 FFK 8508 Encore ENL832-TX-ICNT Fast Ethernet PCI Adapter + 0201 ST201 Fast Ehternet Adapter + 1023 IC Plus IP1000 Family Gigabit Ethernet Adapter + 13F0 -PCI\VEN_13F0&DEV_1023&SUBSYS_81801043&REV_41\4&BC ST201 Fast Ethernet Adapter +13F1 Oce' - Technologies B.V. +13F2 Ford Microelectronics Inc +13F3 McData Corp +13F4 Troika Networks Inc + 1401 Zentai Fibre Channel Adapter +13F5 Kansai Electric Co Ltd +13F6 C-Media Electronics Inc. + 0100 CMI8338/C3DX PCI Audio Device + 0101 CMI8338-031 PCI Audio Device + 0111 CMI8738/PCI C3DX C-Media Audio Controller + 0112 CMI-8378B/PCI-6CH PCI Audio Chip + 0211 HSP56 Audiomodem Riser + 0300 0x4005 pci audio driver +13F7 Wildfire Communications +13F8 Ad Lib Multimedia Inc +13F9 NTT Advanced Technology Corp. +13FA Pentland Systems Ltd. +13FB Aydin Corp +13FC Computer Peripherals International +13FD Micro Science Inc +13FE Advantech Co., Ltd. + 1240 PCI-1240-A 4-Axis Stepping/Servo Motor Card + 1600 PCI-16xx series PCI multiport serial board (function 0) + 1680 PCI-1680U-A 2-port CAN UniversalPCI Communication Card with Isolation + 16FF PCI-16xx series PCI multiport serial board (function 1: RX/TX steering CPLD) + 1713 PCI-1713 32-channel Isolated Analog Input Card + 1724 PCI-1724 14-bit, 32-channel Isolated Analog Output Card + 1733 PCI-1733 32-channel isolated digital input card + 1750 PCI-1750 Opto Isolated Digital I/O Card w/Counter + 1752 PCI-1752 + 1754 PCI-1754 + 1756 PCI-1756 +13FF Silicon Spice Inc. +1400 ArtX Inc + 0001 ArtX1 AGP System Controller + 0003 ArtX1 Media Device + 0004 ArtX1 Display Device + 1401 9432 TX hd 2600xt +1401 CR-Systems A/S +1402 Meilhaus Electronic GmbH Germany + 2E00 ME-2000 / 2600 Multifunction Data Aquistion Card +1403 Ascor Inc +1404 Fundamental Software Inc +1405 Excalibur Systems Inc +1406 Oce Print Logics Technologies S.A. +1407 Lava Computer Manufacturing Inc + 0100 0439 Lava Dual Serial 550 PCI + 0101 Lava Quattro PCI A/B + 0102 Lava Quattro PCI C/D + 0110 Lava DSerial PCI Port A + 0111 Lava DSerial PCI Port B + 0180 Lava Octopus PCI Ports 1-4 + 0181 Lava Octopus PCI Ports 5-8 + 0200 9923 LavaPort Dual-650 PCI + 0201 LavaPort Quad-650 PCI A/B + 0202 LavaPort Quad-650 PCI C/D + 0220 LavaPort Quad-650 PCI A/B + 0221 LavaPort Quad-650 PCI C/D + 0400 Lava 8255 PIO PCI + 0500 Lava Single Serial 550 PCI + 0510 Lava SP Serial 550 PCI + 0511 Lava SP BIDIR Parallel PCI + 0520 Lava RS422 SS-PCI + 0600 4-0 9253 LavaPort 650 PCI + 0A00 LavaPort PCI COM Port Accelerator + 8000 Lava Parallel + 8001 Lava Dual Parallel port A + 8002 9923 Lava Dual Parallel port A + 8003 Lava Dual Parallel port B + 8800 BOCA Research IOPPAR +1408 Aloka Co. Ltd +1409 Timedia Technology Co Ltd + 7168 40371409 PCI / ISA Asynchronous UART Signal Chips Solution + 7268 PCI / ISA IEEE1284 ECP/EPP/SPP/BPP Signal Chips So PCI parallel port +140A DSP Research Inc +140B Ramix Inc +140C Elmic Systems Inc +140D Matsushita Electrics Works Ltd +140E Goepel Electronic GmbH +140F Salient Systems Corp +1410 Midas Lab Inc +1411 Ikos Systems Inc +1412 VIA Technologies Inc (Was: IC Ensemble Inc) + 1712 ICE1712 Envy24 Multichannel Audio Controller + 1724 VT1720/24 Envy24PT/HT PCI Multi-Channel Audio Controller +1413 Addonics +1414 Microsoft Corp +1415 Oxford Semiconductor Ltd + 8401 OX9162 PCI Interface to local bus + 8403 OX12PCI840/OX9162 Integrated Parallel Port + 9500 OX16PCI954 Quad UART (disabled) + 9501 OX16PCI954 Quad UART + 9504 OX16PCI954 PCI UARTs (unique bars) + 9505 OX16PCI952 PCI UARTs (unique bars) + 950A OX16PCI954 Dual PCI UART (??) + 950B OXCB950 Integrated High Performance UART (CardBus/PCI Interface) + 9510 OX16PCI954 PCI Interface (disabled) + 9511 OX9160/OX16PCI954 PCI Interface to 8-bit Local Bus + 9512 OX9160/OX16PCI954 PCI Interface to 32-bit Local Bus + 9513 OX9160/OX16PCI954 Parallel Port + 9521 OX16PCI952 Integrated Dual UART + 9523 OX16PCI952 Integrated Parallel Port +1416 Multiwave Innovation Pte Ltd +1417 Convergenet Technologies Inc +1418 Kyushu Electronics Systems Inc +1419 Excel Switching Corp +141A Apache Micro Peripherals Inc + 1035 PCI Modem Enumerator +141B Zoom Telephonics Inc +141C Zoom Telephonics Inc +141D Digitan Systems Inc +141E Fanuc Co. Ltd +141F Visiontech Ltd + 6181 KFIR MPEG decoder +1420 Psion Dacom PLC +1421 ADS Technologies Inc +1422 Ygrec Systems Co Ltd +1423 Custom 7Technology Corp +1424 Vidoeserver Connections +1425 ASIC Designers Inc +1426 Storage Technology Corp +1427 Better On-line Solutions +1428 Edec Co Ltd +1429 Unex Technology Corp. +142A Kingmax Technology Inc +142B Radiolan +142C Minton Optic Industry Co Ltd +142D Pix Stream Inc +142E Vitec Multimedia +142F Radicom Research Inc +1430 ITT Aerospace/Communications Division +1431 Gilat Satellite Networks +1432 Edimax Computer Co + 9230 Realtek RTL8169/8110 Family PCI Gigabit Ethernet NIC +1433 Eltec Elektronik GmbH +1435 RTD Embedded Technologies, Inc. + 0531 DELETE DELETE + 4520 PCI4520 PCI Data Acquisition Controller + 6020 SPM6020 PCI-104 dspModule + 6030 SPM6030 PC/104-Plus dspModule + 6420 SPM186420 PC/104-Plus dspModule + 6430 SPM176430 PC/104-Plus dspModule + 7520 DM7520 PC/104-Plus dataModule + 7540 SDM7540 PC/104-Plus dataModule with SmartCal +1436 CIS Technology Inc +1437 Nissin Inc Co +1438 Atmel-Dream +1439 Outsource Engineering & Manufacturing Inc +143A Stargate Solutions Inc +143B Canon Research Center, America +143C Amlogic Inc +143D Tamarack Microelectronics Inc +143E Jones Futurex Inc +143F Lightwell Co Ltd - Zax Division +1440 Algol Corp +1441 Agie SA. +1442 Phoenix Contact Co GmbH + 0002 Interbus PCI MPM Board + 0004 Interbus PCI MPM Board + 0005 Interbus PCI MPM Board +1443 Unibrain S.A. +1444 TRW +1445 Logical Co Ltd +1446 Graphin Co. Ltd +1447 Aim GMBH +1448 Alesis Studio + 0001 ADAT/EDIT Audio Editing +1449 TUT Systems Inc +144A ADLINK Technology Inc + 7230 PCI-7230 + 7248 PCI-9052 PLX PCI9052 + 7250 PCI-7250 PLX PCI9052 + 7296 PCI-7296 (PLX PCI-9052) 96-ch digital I/O card + 7432 PCI-7432 + 7433 PCI-7433 64-ch digital Input card + 7434 PCI-7434 + 7841 PCI-7841 SJA 1000- baseddual port CAN bus card + 8133 PCI-8133 + 8554 PCI-8554 + 9111 PCI-9111 + 9113 PCI-9113 + 9114 PCI-9114 +144B Loronix Information Systems, Inc. +144C Catalina Research Inc +144D Samsung Electronics Co Ltd +144E Olitec +144F Askey Computer Corp +1450 Octave Communications Ind. +1451 SP3D Chip Design GMBH +1453 Mycom Inc +1454 Altiga Networks +1455 Logic Plus Plus Inc +1456 Advanced Hardware +1457 Nuera Communications Inc +1458 Giga-Byte Technologies +1459 Dooin Electronics +145A Escalate Networks Inc +145B Praim SRL +145C Cryptek +145D Gallant Computer Inc +145E Aashima Technology B.V. +145F Baldor Electric Company + 0001 NextMove PCI Multi-axis Motion Controller + 0002 NextMove PCI-2 Multi-axis Motion Controller +1460 Dynarc Inc +1461 Avermedia Technologies Inc +1462 Micro-Star International Co Ltd (MSI) + 00C1 NV41.1 NX6800-TD256E + 4720 883 Audio controller + 5071 883 Audio controller + 7960 MCP2T MCP2T +1463 Fast Corporation +1464 Interactive Circuits & Systems Ltd +1465 GN Nettest Telecom Division +1466 Designpro Inc +1467 Digicom SPA +1468 Ambit Microsystems Corp. +1469 Cleveland Motion Controls +146A IFR Ltd +146B Parascan Technologies Ltd +146C Ruby Tech Corp. +146D Tachyon Inc. +146E Williams Electronic Games Inc +146F Multi Dimensional Consulting Inc +1470 Bay Networks +1471 Integrated Telecom Express Inc (ITE) + 0188 RoadRunner 10 ADSL PCI +1472 Daikin Indistries Ltd +1473 Zapex Technologies Inc +1474 Doug Carson & Associates +1475 Picazo Communications +1476 Mortara Instrument Inc +1477 Net Insight +1478 Diatrend Corporation +1479 Toray Industries Inc +147A Formosa Industrial Computing +147B Abit Computer Corp. +147C Aware Inc +147D Interworks Computer Products +147E Matsushita Graphic Communication Systems Inc +147F Nihon Unisys Ltd. +1480 SCII Telecom +1481 Biopac Systems Inc +1482 Isytec - Integrierte Systemtechnik Gmbh +1483 Labway Coporation +1484 Logic Coporation +1485 Erma - Electronic GMBH +1486 L3 Communications Telemetry & Instrumentation +1487 Marquette Medical Systems +1488 Kontron Electronik GmbH +1489 KYE Systems Corporation +148A Opto 22 +148B Innomedialogic Inc. +148C PowerColor (C.P. Technology Co Ltd) + 4011 RV250 RADEON 9000 PRO EVIL COMMANDO + 4152 0x1002 0x2079 +148D Digicom Systems Inc. + 1003 Rockwell HCF chipset Creative ModemBlaster V.90 PCI DI5655 +148E OSI Plus Corporation +148F Plant Equipment Inc. +1490 Stone Microsystems Pty Ltd +1491 Zeal Corp +1492 TIME LOGIC Corp +1493 Maker Communications +1494 Wintop Technology Inc +1495 Tokai Communications Industry Co. Ltd +1496 Joytech Computer Co. Ltd. +1497 SMA Regelsysteme GmbH +1498 Tews Datentechnik GmbH +1499 Micro-Technology Co Ltd +149A Andor Technology Ltd +149B Seiko Instruments Inc +149C Ovislink Corp +149D Newtek Inc +149E Mapletree Networks Inc. +149F Lectron Co Ltd +14A0 Softing GMBH +14A1 Systembase Co Ltd +14A2 Millennium Engineering Inc +14A3 Maverick Networks +14A4 GVC/BCM Advanced Research +14A5 Xionics Document Technologies Inc +14A6 Inova Computers GmbH & Co KG +14A7 Mythos Systems Inc +14A8 Featron Technologies Corp +14A9 Hivertec Inc. + AD1F 1 1 +14AA Advanced MOS Technology Inc +14AB Mentor Graphics Corp. +14AC Novaweb Technologies Inc +14AD Time Space Radio AB +14AE CTI Inc +14AF Guillemot Corp +14B0 BST Communication Technology Ltd +14B1 Nextcom K.K. + 1033 R6795-12 RH56D-PCI +14B2 Ennovate Networks Inc +14B3 Xpeed Inc. + 0000 9ff-usa-a99-99-0970 DSL NIC +14B4 Philips Business Electronics B.V. +14B5 Creamware GmbH + 0200 Scope + 0300 Pulsar + 0400 Pulsar SRB + 0600 Pulsar 2 + 0800 DSP-Board + 0900 DSP-Board + 0A00 DSP-Board + 0B00 DSP-Board +14B6 Quantum Data Corp. +14B7 Proxim Inc. + 0001 Symphony 4110 pci9052 +14B8 Techsoft Technology Co Ltd +14B9 Aironet Wireless Communications + 0001 PC4800 werwerwerwe + 0340 Cisco Systems 340 Series PCI Wireless LAN Adapter + 0350 Cisco Systems 350 Series PCI Wireless LAN Adapter + 2500 PC2500 DS Wireless PCI LAN Adapter + 3100 PC3100 FH Wireless PCI LAN Adapter + 3101 PC3100 FH Wireless PCI LAN Adapter + 3500 PC3500 FH Wireless PCI LAN Adapter + 4500 PC4500 DS Wireless PCI LAN Adapter + 4800 PC4800 DS Wireless PCI LAN Adapter + A504 A504 Cisco MAC Cisco Aironet 350 Series Mini-PCI (MPI350) + A506 AIR-MP21G 802.11b/g wireless adapter +14BA Internix Inc. +14BB Semtech Corporation +14BC Globespan Semiconductor Inc +14BD Cardio Control N.V. +14BE L3 Communications +14BF Spider Communications Inc +14C0 Compal Electronics, Inc. +14C1 Myricom Inc. + 8043 LANai 9.2 0129 MyriNet +14C2 DTK Computer +14C3 Mediatek Corp +14C4 Iwasaki Information Systems Co Ltd +14C5 ABB Automation Products AB +14C6 Data Race Inc +14C7 Modular Technoloy Holdings Ltd +14C8 Turbocomm Tech Inc +14C9 Odin Telesystems Inc +14CA PE Logic Corp +14CB Billionton Systems Inc./Cadmus Micro Inc +14CC Nakayo Telecommunications Inc +14CD Universal Scientific Ind. +14CE Whistle Communications +14CF TEK Microsystems Inc. + 2920 FPMC-FIO1-F100-1 Serial I/O Controller aka FPMC-DFLEX64 +14D0 Ericsson AXE R & D +14D1 Computer HI-TECH Co Ltd +14D2 Titan Electronics Inc + 8001 VScom PCI-010L 1 x Printer Controller + 8002 VScom PCI-020L 2 x Printer Controller + 8010 VScom PCI-100L 1 x RS-232 Controller + 8011 VScom PCI-110L 1 x RS-232 and 1 x Printer Controller + 8020 VScom PCI-200L 2 x RS-232 Controller + 8021 VScom PCI-210L 2 x RS-232 and 1 x Printer Controller + 8040 VScom PCI-400L 4 x RS-232 Controller + 8041 VScom PCI-410L 4 x RS-232 and 1 x Printer Controller + 8042 VScom PCI-420L 4 x RS-232 and 2 x Printer Controller + 8080 VScom PCI-800L 8 x RS-232 Controller + A000 VScom PCI-010H 1 x Printer Controller + A001 VScom PCI-110H 1 x RS-232 and 1 x Printer Controller + A003 VScom PCI-400H 4 x RS-232 Controller + A004 VScom PCI-400HF1 4 x RS-232 Controller + A005 VScom PCI-200H 2 x RS-232 Controller + E001 VScom PCI-010HV2 1 x Printer Controler + E010 VScom PCI-100HV2 1 x RS-232 Controller + E020 VScom PCI-200HV2 2 x RS-232 Controller + FFFF VScom Dummy Controller +14D3 Cirtech (UK) Ltd +14D4 Panacom Technology Corporation + 0400 Panacom 7 Interface chip +14D5 Nitsuko Corporation +14D6 Accusys Inc +14D7 Hirakawa Hewtech Corp +14D8 Hopf Elektronik GMBH +14D9 Alpha Processor Inc + 0010 AP1011/SP1011 Sturgeon HyperTransport-PCI Bridge +14DA National Aerospace Laboratories +14DB Avlab Technology Inc. + 2100 PCI IO 1S + 2101 PCI IO 1S-650 + 2102 PCI IO 1S-850 + 2110 PCI IO 1S1P OX16PCI952 + 2111 PCI IO 1S1P-650 + 2112 PCI IO 1S1P-850 + 2120 PCI IO 1P, TK9902, Avlab P005 + 2121 PCI IO 2P + 2130 PCI IO 2S 2 Port PCI Serial Card + 2131 PCI IO 2S-650 + 2132 PCI IO 2S-850 + 2140 PCI IO 2P1S + 2141 PCI IO 2P1S-650 + 2142 PCI IO 2P1S-850 + 2144 PCI IO 2P2S + 2145 PCI IO 2P2S-650 + 2146 PCI IO 2P2S-850 + 2150 PCI IO 4S + 2151 PCI IO 4S-654 + 2152 PCI IO 4S-850 + 2160 PCI IO 2S1P + 2161 PCI IO 2S1P-650 + 2162 PCI IO 2S1P-850 + 2180 PCI IO 8S VEN_14DB&DEV_2180&SUBSYS_218014DB&REV_00 + 2181 PCI IO 8S-654 Avlab Technology Inc + 2182 PCI IO 8S-850 Avlab Technology Inc +14DC Amplicon Liveline Limited + 0000 PCI230 16-chan A/D, 2-chan D/A, 24 DIO, 3 counter timers + 0001 PCI242H 4-port high speed RS-232 + 0002 PCI244H 8-port high speed RS-232 + 0003 PCI247H 2-port high speed RS-232 + 0004 PCI248H 2-port high speed RS-422/485 + 0005 PCI249H 2-port high speed RS-232 and RS-422/485 + 0006 PCI260 16-channel analog input (with timers) + 0007 PCI224 16-channel 12-bit analog output (with timers) + 0008 PCI234 4-channel 16-bit analogue output (with timers) + 0009 PCI236 24-channel digital I/O + 000A PCI272 72-channel digital I/O + 000B PCI215 48-channel digital I/O with 6 counter timers + 000C PCI263 16-channel reed relay output +14DD Bolder Design Labs Inc +14DE Applied Integration Corporation +14DF Basis Communications Corp +14E1 Invertex +14E2 Infolibria +14E3 Amtelco +14E4 Broadcom Corporation + 034F NV36GL? ??? + 0800 BCM33xx/47xx Sentry5 Chipcommon I/O Controller + 0804 BCM33xx/47xx Sentry5 PCI Bridge + 0805 BCM33xx/47xx Sentry5 MIPS32 CPU + 0806 BCM33xx/47xx Sentry5 Ethernet Controller + 080B BCM33xx/47xx Sentry5 Crypto Accelerator + 080F BCM33xx/47xx Sentry5 DDR/SDR RAM Controller + 0811 BCM33xx/47xx Sentry5 External Interface + 0816 BCM3302 Sentry5 MIPS32 CPU + 1600 BCM5752 NetXtreme BCM5752 Gigabit Ethernet PCI Express + 1601 NetXtreme BCM5752M Gigabit Ethernet PCIe + 1639 NetXtreme II BCM5709 Gigabit Ethernet + 1644 BCM5751F NetXtreme Gigabit Ethernet Controller + 1645 BCM5701 NetXtreme BCM5701 Gigabit Ethernet + 1646 BCM5702x1 NetXtreme Gigabit Ethernet + 1647 BCM5703 NetXtreme Gigabit Ethernet + 1648 BCM5704 NetXtreme Dual Gigabit Adapter + 164A BCM5706 NetXtreme II Gigabit Ethernet + 164C 5708C Broadcom NetXtreme II Gigabit Ethernet Adapter + 164D BCM5702FE NetXtreme Fast Ethernet Controller + 1653 BCM5788 Broadcom NetXtreme Gigabit Ethernet + 1654 BCM5705-2 NetXtreme Gigabit Ethernet + 1658 BCM5750A1 NetXtreme Gigabit Ethernet + 1659 BCM5721 NetXtreme Gigabit Ethernet PCI Express + 165A NetXtreme BCM5722 Gigabit Ethernet PCIe + 165D BCM5705M Broadcom NetXtreme Gigabit Ethernet + 165E BCM5705MA2 NetXtreme Gigabit Ethernet + 1668 NetXtreme BCM5714 Gigabit Ethernet + 1669 NetXtreme 5714S Gigabit Ethernet + 166A NetXtreme BCM5780 Gigabit Ethernet + 166B NetXtreme BCM5780S Gigabit Ethernet + 166D NetXtreme Fast Ethernet + 166E BCM5705F 10/100 Integrated Controller + 1672 NetXtreme BCM5754M Gigabit Ethernet PCIe + 1673 B57xx Broadcom NetXtreme Gigabit Ethernet + 1674 NetXtreme BCM5756ME Gigabit Ethernet PCIe + 1676 BCM5750A1 NetXtreme Gigabit Ethernet + 1677 BCM5750A1 NetXtreme Gigabit Ethernet PCI Express + 1678 BCM5715C 10/100/100 PCIe Ethernet Controller + 1679 NetXtreme 5715S Gigabit Ethernet + 167A BCM5754 Broadcom NetXtreme Gigabit Ethernet Controller + 167B BCM5755/5780 NetXtreme Gigabit Ethernet + 167C BCM5750A1 NetXtreme Gigabit Ethernet + 167D BCM5751M Broadcom NetXtreme Gigabit Ethernet + 167E BCM5751F NetXtreme Fast Ethernet PCIe + 167F NetLink BCM5787F Fast Ethernet PCIe + 1693 BCM 5787A Ethernet Controller Broadcom Netlink Gigabit + 1696 BCM5782 Broadcom NetXtreme Gigabit Ethernet for hp + 169A NetLink BCM5786 Gigabit Ethernet PCIe + 169B NetLink BCM5787 Gigabit Ethernet PCIe + 169C BCM5788 Broadcom NetLink (TM) Gigabit Ethernet + 169D BCM5782k FB Broadcom Ethernet Adapter + 16A6 BCM5702X NetXtreme Gigabit Ethernet + 16A7 BCM5703X NetXtreme Gigabit Ethernet + 16A8 BCM5704S NetXtreme Gigabit Ethernet + 16AA BCM5706S NetXtreme II Gigabit Ethernet + 16AC NetXtreme II BCM5708S Gigabit Ethernet + 16C6 BCM5702A3 NetXtreme Gigabit Ethernet + 16C7 BCM5703A3 NetXtreme Gigabit Ethernet + 16DD NetLink BCM5781 Gigabit Ethernet PCIe + 16F7 BCM5753 NetXtreme BCM5753 Gigabit PCI Express + 16FD BCM5753M NetXtreme Gigabit Ethernet PciXpress + 16FE BCM5753F NetXtreme Fast Ethernet PCIe + 16FF NetXtreme Gigabit Ethernet + 170C BCM4401 Broadcom NetLink 4401 10/100 Ethernet NIC + 170D BCM5901 NetXtreme Fast Ethernet + 170E BCM5901 NetXtreme Fast Ethernet + 1712 NetLink BCM5906 Fast Ethernet PCIe + 1713 NetLink BCM5906M Fast Ethernet PCIe + 3352 BCM3352 BCM3352 QAMLink® Single-Chip 4-Line VoIP + 3360 BCM3360 Advanced PHY Broadband Gateway Cable Modem + 4210 BCM4210 iLine10 HomePNA 2.0 + 4211 BCM4211 iLine10 HomeHPNA 2.0 10Mb/s NIC + 4212 BCM V.92 56k Modem + 4301 BCM4301 802.11b IEEE 802.11b WLAN client chipset + 4303 BCM4303 BCM4301 802.11b802.11b Wireless LAN Controller + 4305 BCM4307 V.90 56k Modem + 4306 BCM4306 Unknown device 4306 (rev 02) + 4307 BCM4307 802.11b Wireless LAN Controller + 4310 BCM4310 BCM4301 802.11bChipcommon I/O Controller + 4311 Dell Wireless 1390 WLAN Mini-PCI Card + 4312 BCM4310 broadcom wireless 1490 (dell) + 4313 BCM4310 Etnernet Controller + 4315 BCM4310 USB Controller + 4318 BCM43XX Broadcom 802.11b/g + 4319 Dell Wireless 1470 DualBand WLAN + 431A 802.11a Network Adapter + 4320 BCM94309 802.11b/g Wireless LAN Controller + 4321 BCM4306 802.11a Wireless LAN Controller + 4322 BCM4306 UART + 4323 BCM4306 V.90 56k Modem + 4324 BCM4309 802.11a/b/g Wireless LAN Controller + 4325 BCM4306 802.11b/g Wireless LAN Controller + 4326 BCM4306 Chipcommon I/O Controller? + 4328 BCM94321KFBG Broadcom 4321AGN 802.11a/b/g/draft-n Wi-Fi Solution + 4329 BCM43XNG 802.11n Network Adapter + 432A 802.11n Network Adapter + 4344 EDGE/GPRS data and 802.11b/g combo cardbus [GC89] + 4401 BCM4401 10/100 Integrated Ethernet Controller + 4402 BCM4402 10/100 Integrated Ethernet Controller + 4403 BCM4402 V.90 56k Modem + 4410 BCM4410 iLine32(tm) Network Adapter + 4411 BCM4212 V.90 56k Modem + 4412 BCM4412 10/100 Ethernet Network Adapter + 4430 BCM44xx CardBus iLine32 HomePNA 2.0 + 4431 V.90 56k Modem + 4432 BCM44xx CardBus 10/100BaseT Ethernet + 4610 BCM4610 Sentry5 PCI to SB Bridge + 4611 BCM4610 Sentry5 iLine32 HomePNA 1.0 + 4612 BCM4610 Sentry5 V.90 56k Modem + 4613 BCM4610 Sentry5 Ethernet Controller + 4614 BCM4610 Sentry5 External Interface + 4615 BCM4610 Sentry5 USB Controller + 4704 BCM4704 Sentry5 PCI to SB Bridge + 4705 BCM4704 Sentry5 802.11b Wireless LAN Controller + 4706 BCM4704 Sentry5 Ethernet Controller + 4707 BCM4704 Sentry5 USB Controller + 4708 BCM4704 Crypto Accelerator + 4710 BCM4710 Sentry5 PCI to SB Bridge + 4711 BCM47xx Sentry5 iLine32 HomePNA 2.0 + 4712 BCM47xx Sentry5 V.92 56k modem + 4713 BCM47xx Sentry5 Ethernet Controller + 4714 BCM47xx Sentry5 External Interface + 4715 BCM47xx Sentry5 USB Controller + 4716 BCM47xx Sentry5 USB Host Controller + 4717 BCM47xx Sentry5 USB Device Controller + 4718 BCM47xx Sentry5 Crypto Accelerator + 4719 BCM47xx/53xx RoboSwitch Core + 4720 BCM4712 MIPS CPU + 5365 BCM5365P Sentry5 PCI to SB Bridge + 5600 BCM5600 StrataSwitch 24+2 Ethernet Switch Controller + 5605 BCM5605 StrataSwitch 24+2 Ethernet Switch Controller + 5615 BCM5615 StrataSwitch 24+2 Ethernet Switch Controller + 5625 BCM5625 StrataSwitch 24+2 Ethernet Switch Controller + 5645 BCM5645 StrataSwitch 24+2 Ethernet Switch Controller + 5670 BCM5670 8-Port 10GE Ethernet Switch Fabric + 5680 BCM5680 G-Switch 8-Port Gigabit Ethernet Switch Controller + 5690 BCM5690 12-port Multi-Layer Gigabit Ethernet Switch + 5691 BCM5691 GE/10GE 8+2 Gigabit Ethernet Switch Controller + 5692 BCM5692 12-port Multi-Layer Gigabit Ethernet Switch + 5695 BCM5695 12-port + HiGig Multi-Layer Gigabit Ethernet Switch + 5698 BCM5698 12-port Multi-Layer Gigabit Ethernet Switch + 5802 BCM5802 The BCM5802 Security Processor integrates Broadcom’s IPSec engine (DES, 3DES, HMAC-SHA-1, HMAC-MD5), + 5805 BCM5805 The BCM5805 Security Processor integrates a high-performance IPSec engine (DES, 3DES, HMAC-SHA-1, HM + 5820 BCM 5820 Crypto Accelerator + 5821 BCM5821 Crypto Accelerator + 5822 BCM5822 Crypto Accelerator + 5823 BCM5823 Crypto Accelerator + 5824 BCM5824 Crypto Accelerator + 5840 BCM5840 Crypto Accelerator + 5841 BCM5841 Crypto Accelerator + 5850 BCM5850 Crypto Accelerator + 7321 5751 network card integrated + 7411 BCM7411 High Definition Video/Audio Decoder +14E5 Pixelfusion Ltd +14E6 Shining Technology Inc +14E7 3CX +14E8 Raycer Inc +14E9 Garnets System Co Ltd +14EA Planex Communications, Inc. + AB06 FNW-3603-TX 10/100 Fast Ethernet CardBus (RTL8139) +14EB Seiko Epson Corporation + 0020 BEMx.x PCI to S5U13xxxB00B Bridge Adapter + 0C01 S1D13808 Embedded Memory Display Controller +14EC Acqiris +14ED Datakinetics Ltd +14EE Maspro Kenkoh Corp +14EF Carry Computer Engineering Co Ltd +14F0 Canon Reseach Centre France +14F1 Conexant Systems, Inc. + 1002 HCF 56k Modem + 1003 HCF 56k Modem + 1004 HCF 56k Modem + 1005 HCF 56k Modem + 1006 HCF 56k Modem + 1022 HCF 56k Modem + 1023 HCF 56k Modem + 1024 HCF 56k Modem + 1025 HCF 56k Modem + 1026 HCF 56k Modem + 1032 HCF 56k Modem + 1033 HCF 56K Winmodem + 1034 HCF 56k DFVS Modem + 1035 PCI Modem Enumerator + 1036 PCI Modem Enumerator + 1052 HCF 56k Data/Fax Modem (Worldwide) + 1053 HCF 56k Data/Fax Modem (Worldwide) + 1054 HCF 56k Data/Fax/Voice Modem (Worldwide) + 1055 HCF 56k Data/Fax/Voice/Spkp (w/Handset) Modem (Worldwide) + 1056 HCF 56k Data/Fax/Voice/Spkp Modem (Worldwide) + 1057 HCF 56k Data/Fax/Voice/Spkp Modem (Worldwide) + 1058 HCF P96 Data/Fax/Voice/Spkp Modem + 1059 HCF 56k Data/Fax/Voice Modem (Worldwide) + 1063 HCF 56k Data/Fax Modem + 1064 HCF 56k Data/Fax/Voice Modem + 1065 HCF 56k Data/Fax/Voice/Spkp (w/Handset) Modem + 1066 HCF 56k Data/Fax/Voice/Spkp Modem + 1085 CX11250 SmartHSF Mobile Modem host side device + 10B3 HCF Data/Fax + 10B4 HCF Data/Fax/Remote TAM + 10B5 HCF Data/Fax/Voice/Spkp + 10B6 HCF Data/Fax/Remote TAM/Spkp + 1433 HCF 56k Data/Fax Modem + 1434 HCF 56k Data/Fax/Voice Modem + 1435 HCF 56k Data/Fax/Voice/Spkp (w/Handset) Modem + 1436 HCF 56k Data/Fax Modem + 1453 HCF 56k Data/Fax Modem + 1454 HCF 56k Data/Fax/Voice Modem + 1455 HCF 56k Data/Fax/Voice/Spkp (w/Handset) Modem + 1456 HCF 56k Data/Fax/Voice/Spkp Modem + 1610 ADSL AccessRunner PCI Arbitration Device + 1611 AccessRunner PCI ADSL Interface Device + 1620 ADSL AccessRunner V2 PCI Arbitration Device + 1621 AccessRunner V2 PCI ADSL Interface Device + 1622 AccessRunner V2 PCI ADSL Yukon WAN Adapter + 1803 HCF 56k Modem + 1815 HCF 56k Modem + 1F10 HCF Data/Fax (USA) + 1F11 HCF Data/Fax (Worldwide) + 1F14 HCF Data/Fax/Voice (USA) + 1F15 HCF Data/Fax/Voice (Worldwide) + 2003 SoftK56 Winmodem + 2004 SoftK56 RemoteTAM Winmodem + 2005 SoftK56 Speakerphone Winmodem + 2006 SoftK56 Speakerphone Winmodem + 2013 SoftK56 Winmodem + 2014 SoftK56 RemoteTAM Winmodem + 2015 SoftK56 Speakerphone Winmodem + 2016 SoftK56 Speakerphone Winmodem + 2043 HSF 56k Data/Fax Modem (WorldW SmartDAA) + 2044 HSF 56k Data/Fax/Voice Modem (WorldW SmartDAA) + 2045 HSF 56k Data/Fax/Voice/Spkp (w/Handset) Modem (WorldW SmartDAA) + 2046 HSF 56k Data/Fax/Voice/Spkp Modem (WorldW SmartDAA) + 2053 HSF Data/Fax + 2054 HSF Data/Fax/TAM + 2055 HSF Data/Fax/Voice/Spkp + 2056 HSF Data/Fax/TAM/Spkp + 2063 HSF 56k Data/Fax Modem (SmartDAA) + 2064 HSF 56k Data/Fax/Voice Modem (SmartDAA) + 2065 HSF 56k Data/Fax/Voice/Spkp (w/Handset) Modem (SmartDAA) + 2066 HSF 56k Data/Fax/Voice/Spkp Modem (SmartDAA) + 2093 HSF 56k Modem + 2143 HSF 56k Data/Fax/Cell Modem (Mob WorldW SmartDAA) + 2144 HSF 56k Data/Fax/Voice/Cell Modem (Mob WorldW SmartDAA) + 2145 HSF 56k Data/Fax/Voice/Spkp (w/HS)/Cell Modem (Mob WorldW SmartDAA) + 2146 HSF 56k Data/Fax/Voice/Spkp/Cell Modem (Mob WorldW SmartDAA) + 2163 HSF 56k Data/Fax/Cell Modem (Mob SmartDAA) + 2164 HSF 56k Data/Fax/Voice/Cell Modem (Mob SmartDAA) + 2165 HSF 56k Data/Fax/Voice/Spkp (w/HS)/Cell Modem (Mob SmartDAA) + 2166 HSF 56k Data/Fax/Voice/Spkp/Cell Modem (Mob SmartDAA) + 2343 HSF 56k Data/Fax CardBus Modem (Mob WorldW SmartDAA) + 2344 HSF 56k Data/Fax/Voice CardBus Modem (Mob WorldW SmartDAA) + 2345 HSF 56k Data/Fax/Voice/Spkp (w/HS) CardBus Modem (Mob WorldW SmartDAA) + 2346 HSF 56k Data/Fax/Voice/Spkp CardBus Modem (Mob WorldW SmartDAA) + 2363 HSF 56k Data/Fax CardBus Modem (Mob SmartDAA) + 2364 HSF 56k Data/Fax/Voice CardBus Modem (Mob SmartDAA) + 2365 HSF 56k Data/Fax/Voice/Spkp (w/HS) CardBus Modem (Mob SmartDAA) + 2366 HSF 56k Data/Fax/Voice/Spkp CardBus Modem (Mob SmartDAA) + 2400 unknown unknown + 2443 HSF 56k Data/Fax Modem (Mob WorldW SmartDAA) + 2444 HSF 56k Data/Fax/Voice Modem (Mob WorldW SmartDAA) + 2445 HSF 56k Data/Fax/Voice/Spkp (w/HS) Modem (Mob WorldW SmartDAA) + 2446 HSF 56k Data/Fax/Voice/Spkp Modem (Mob WorldW SmartDAA) + 2463 HSF 56k Data/Fax Modem (Mob SmartDAA) + 2464 HSF 56k Data/Fax/Voice Modem (Mob SmartDAA) + 2465 HSF 56k Data/Fax/Voice/Spkp (w/HS) Modem (Mob SmartDAA) + 2466 HSF 56k Data/Fax/Voice/Spkp Modem (Mob SmartDAA) + 2702 cx11252-15 HSFp or Soft V92 Data Fax Modem + 2BFA Unknown HDA D100 MDC v.92 Modem + 2C06 104D1700 HDAUDIO Soft Data fax Modem with SmartPC + 2F00 HSF 56k HSFi Churchill Data/Fax Modem + 2F01 HSF 56k HSFi Churchill Data/Fax Modem + 2F02 HSF 56k HSFi Churchill Data/Fax Modem + 2F10 HSF Data/Fax (USA) + 2F11 HSF 56K Data/Fax + 2F12 HSF Data/Fax/Voice (USA) + 2F13 HSF Data/Fax (USA) + 2F14 US Robotics 56K PCI Software Modem + 2F15 US Robotics 56K Fax Host Int + 2F20 CX11256 Software data fax modem with SmartCP + 2F30 rc415st-hm hp/compaq alhena 5-gl6 + 2F40 ???? Conexant Modem? + 5045 0x173410AD HDAUDIO Soft Data fax Modem with SmartPC + 5B7A Belived to be a CX23418 Single-Chip MPEG-2 Encoder with Integrated Analog Video/Broadcast Audio Decoder + 8234 RS8234 ATM SAR Controller [ServiceSAR Plus] + 8237 CN8237 ATM OC2 ServiceSAR+ Controller with BR Traffic Management + 8471 CN8471A 32 Channel HDLC Controller + 8472 CN8472A 64 Channel HDLC Controller + 8474 CN8474A 128 Channel HDLC Controller + 8478 CN8478 256 Channel HDLC Controller + 8502 CX28500 676 Channel HDLC Controller + 8503 CX28500 1024 Channel HDLC Controller + 8563 CX28560 2047 Channel HDLC Controller + 8800 23880 Conexant 23880 Video Capture (NTSC) + 8801 CX2388x TV Capture Chip + 8802 CX2388x TV Capture Chip + 8803 CX2388x TV Capture Chip + 8804 CX2388x TV Capture Chip + 8811 CX2388x TV Capture Chip + 8852 0x7717 Media class: ‎MULTIMEDIA_VIDEO +14F2 Mobility Electronics, Inc. + 0001 Moselle Split Bridge + 0002 Capilano Split Bridge + 0120 EV1000 PCI to PCI Bridge + 0121 EV1000 Parallel port + 0122 EV1000 Serial port + 0123 EV1000 Keyboard Controller + 0124 3103 PCI PS/2 Mouse Port +14F3 Broadlogic + 2030 2030 DVB-S Satellite Reciever + 2050 2050 DVB-T Terrestrial (Cable) Reciever + 2060 2060 ATSC Terrestrial (Cable) Reciever +14F4 Tokyo Electronic Industry Co. Ltd. +14F5 Sopac Ltd +14F6 Coyote Technologies LLC +14F7 Wolf Technology Inc +14F8 Audiocodes Inc + 2077 TP-240 dual span E1 VoIP PCI Card +14F9 AG Communications +14FA Wandel & Gochermann +14FB Transas Marine (UK) Ltd +14FC Quadrics Supercomputers World + 0000 QsNet Elan3 Network Adapter + 0001 QsNetII Elan4 Network Adapter +14FD Japan Computer Industry Inc + 0001 H260u H260u printer server for HP Printer +14FE Archtek Telecom Corp. +14FF Twinhead International Corp. +1500 Lantech Computer Company + 1300 SIS900 10/100M PCI Fast Ethernet Controller + 1320 VT86C100A 10/100M PCI Fast Ethernet Controler + 1360 RTL8139A 10/100 Mbps PCI Fast Ethernet Controller + 1380 DEC21143PD 10/100M PCI Fast Ethernet Controller +1501 Banksoft Canada Ltd +1502 Mitsubishi Electric Logistics Support Co Ltd +1503 Kawasaki LSI USA Inc +1504 Kaiser Electronics +1505 ITA Ingenieurburo Fur Testaufgaben GmbH +1506 Chameleon Systems Inc +1507 Htec Ltd. + 0001 MPC105 [Eagle] + 0002 MPC106 [Grackle] + 0003 MPC8240 [Kahlua] + 0100 MC145575 [HFC-PCI] + 0431 KTI829c 100VG + 4801 Raven + 4802 Falcon + 4803 Hawk + 4806 CPX8216 +1508 Honda Connectors/Mhotronics Inc +1509 First International Computer Inc +150A Forvus Research Inc +150B Yamashita Systems Corp +150C Kyopal Co Ltd +150D Warpspped Inc +150E C-Port Corporation +150F Intec GMBH +1510 Behavior Tech Computer Corp +1511 Centillium Technology Corp +1512 Rosun Technologies Inc +1513 Raychem +1514 TFL LAN Inc +1515 Advent design +1516 Myson Technology Inc + 0800 MTD800 10/100 Mbps Fast Ethernet Controller + 0803 Myson MTD803/TAMARACK TC6020 PCI Ethernet controller + 0891 MTD891 10/100/1000 Mbps Gigabit Ethernet Controller +1517 Echotek Corporation +1518 Kontron Modular Computers GmbH (PEP Modular Computers GMBH) +1519 Telefon Aktiebolaget LM Ericsson + 2004 0x1 PCI Interface bus +151A Globetek Inc. + 1002 PCI-1002 4383 + 1004 PCI-1004 + 1008 PCI-1008 +151B Combox Ltd + 9080 me594v02100 combox combox cb 300a +151C Digital Audio Labs Inc + 0002 CardDeluxe Analog + Digital Audio +151D Fujitsu Computer Products Of America +151E Matrix Corp. +151F Topic Semiconductor Corp + 0000 TP560 D/F/V 56k Modem + 0568 1.0.1.8 56k Internal Data Fax Voice Modem +1520 Chaplet System Inc +1521 Bell Corporation +1522 Mainpine Limited + 0100 PBridge+ PCI Interface Chip +1523 Music Semiconductors +1524 ENE Technology Inc + 0510 1.4.5.0 PCI Memory Card Reader Controller + 0520 PCI SmartMedia / xD Card Reader Controller + 0530 CB-712/714/810 Memory Stick Card Reader + 0550 CB-712/714/810 Secure Digital Card Reader + 0551 PCI SD/MMC Card Reader Controller + 0610 ??? PCI Smart Card Reader Controller + 1211 CB-1211 CardBus Controller + 1225 CB-1225 CardBus Controller + 1410 CB-1420 CardBus Controller + 1411 CB-710/2/4/810 Cardbus Controller + 1412 CB-712/714 CardBus Controller + 1420 CB-1420 CardBus Controller + 1421 CB-720/722/724 CardBus Controller + 1422 CB-722/724 CardBus Controller +1525 Impact Technologies +1526 ISS Inc +1527 Solectron +1528 Acksys +1529 American Microsystems Inc +152A Quickturn Design Systems +152B Flytech Technology Co Ltd +152C Macraigor Systems LLC +152D Quanta Computer Inc +152E Melec Inc +152F Philips - Crypto +1530 Acqis Technology Inc +1531 Chryon Corp +1532 Echelon Corporation +1533 Baltimore +1534 Road Corporation +1535 Evergreen Technologies Inc +1537 Datalex Communications +1538 Aralion Inc. + 0301 Ultima RAID-100/Multi RAID-100 Controller + 0303 UltimaRAID-133 Controller +1539 Atelier Informatiques et Electronique Etudes S.A. +153A ONO Sokki +153B Terratec Electronic GMBH + 1115 ICE1712 Envy24 IC Ensemble Inc ICE1712 Envy24 Multichannel Audio Controller + 1143 SAA7134HL Philips Semiconductors SAA7134HL Multimedia Capture Device + 6003 CS4614/22/24 CrystalClear SoundFusion PCI Audio Accel +153C Antal Electronic +153D Filanet Corporation +153E Techwell Inc +153F MIPS Technologies, Inc + DEAD xx12345 Not a chip ... +1540 Provideo Multimedia Co Ltd + 9524 saa7134 PAL/SECAM TV card w/ FM1216ME MK3 tuner (+FM radio) +1541 Machone Communications +1542 Vivid Technology Inc +1543 Silicon Laboratories + 3052 Motorola SM56 Speakerphone Modem + 3155 Unknown Modem Device on High Definition Audio Bus +1544 DCM Technologies Ltd. +1545 VisionTek +1546 IOI Technology Corp. +1547 Mitutoyo Corporation +1548 Jet Propulsion Laboratory +1549 Interconnect Systems Solutions + 80FF PCI-ISA-001 PCI/ISA Bus Bridge +154A Max Technologies Inc. +154B Computex Co Ltd +154C Visual Technology Inc. +154D PAN International Industrial Corp +154E Servotest Ltd +154F Stratabeam Technology +1550 Open Network Co Ltd +1551 Smart Electronic Development GMBH +1552 Racal Airtech Ltd +1553 Chicony Electronics Co Ltd +1554 Prolink Microsystems Corp. +1555 Gesytec GmbH + 0002 PLX PCI 9050 Easylon PCI Bus Interface +1556 PLD Applications +1557 Mediastar Co. Ltd +1558 Clevo/Kapok Computer +1559 SI Logic Ltd +155A Innomedia Inc +155B Protac International Corp +155C Cemax-Icon Inc +155D MAC System Co Ltd +155E LP Elektronik GmbH + 0020 MFC3 Multi Function Card Version 3 +155F Perle Systems Limited +1560 Terayon Communications Systems +1561 Viewgraphics Inc +1562 Symbol Technologies, Inc. + 0001 LA-41x3 Spectrum24 802.11b Wireless LAN PCI Card + 0002 LA-5030 Symbol Wireless Networker 802.11a/g CardBus + 0003 LA-5033 Symbol Wireless Networker 802.11a/g PCI +1563 A-Trend Technology Co Ltd +1564 Yamakatsu Electronics Industry Co Ltd +1565 Biostar Microtech Int'l Corp +1566 Ardent Technologies Inc +1567 Jungsoft + 07D2 Disk Protection Card for Windows 2000 +1568 DDK Electronics Inc +1569 Palit Microsystems Inc +156A Avtec Systems Inc + 5000 NA Wideband Advanced Signal Processor + 5100 NA High Data Rate Radio +156B 2wire Inc +156C Vidac Electronics GMBH + 0001 VMagic MPEG Encoder +156D Alpha-Top Corp +156E Alfa Inc. +156F M-Systems Flash Disk Pioneers Ltd +1570 Lecroy Corporation +1571 Contemporary Controls + A001 CCSI PCI20-485 ARCNET backplane + A002 CCSI PCI20-485D ARCnet + A003 CCSI PCI20-485X ARCnet + A004 CCSI PCI20-CXB ARCnet + A005 CCSI PCI20-CXS ARCnet + A006 CCSI PCI20-FOG-SMA ARCnet + A007 CCSI PCI20-FOG-ST ARCnet + A008 CCSI PCI20-TB5 ARCnet + A009 CCSI PCI20-5-485 5 Mbit ARCnet + A00A CCSI PCI20-5-485D 5 Mbit ARCnet + A00B CCSI PCI20-5-485X 5 Mbit ARCnet + A00C CCSI PIC20-5-FOG-ST 5 Mbit ARCnet + A00D CCSI PCI20-5-FOG-SMA 5 Mbit ARCnet + A00E COM200C22 ARCNET + A201 CCSI PCI22-485 10 Mbit ARCnet + A202 CCSI PCI22-485D 10 Mbit ARCnet + A203 CCSI PCI22-485X 10 Mbit ARCnet + A204 CCSI PCI22-CHB 10 Mbit ARCnet + A205 CCSI PCI22-FOG-ST 10 Mbit ARCnet + A206 CCSI PCI22-THB 10 Mbit ARCnet +1572 Otis Elevator Company +1573 Lattice - Vantis +1574 Fairchild Semiconductor +1575 Voltaire Advanced Data Security Ltd +1576 Viewcast Com +1578 Hitt +1579 Dual Technology Corporation +157A Japan Elecronics Ind. Inc +157B Star Multimedia Corp. +157C Eurosoft (UK) + 8001 Fix2000 PCI Y2K Compliance Card +157D Gemflex Networks +157E Transition Networks +157F PX Instruments Technology Ltd +1580 Primex Aerospace Co. +1581 SEH Computertechnik GMBH +1582 Cytec Corporation +1583 Inet Technologies Inc +1584 Uniwill Computer Corp. +1585 Marconi Commerce Systems SRL +1586 Lancast Inc +1587 Konica Corporation +1588 Solidum Systems Corp + 1100 PAX.port 1100 PAX.ware 1100 dual Gb classifier engine + 2000 AMD '971 SNP 8023 packet classifier - AMD component + 8023 SNP8023 PAX.ware 100 packet classifier +1589 Atlantek Microsystems Pty Ltd +158A Digalog Systems Inc +158B Allied Data Technologies + 0015 HLF-VMPEU560-C Standar HSP Modem Series +158C Hitachi Semiconductor & Devices Sales Co Ltd +158D Point Multimedia Systems +158E Lara Technology Inc +158F Ditect Coop +1590 3pardata Inc. +1591 ARN +1592 Syba Tech Ltd. + 0780 Multi-IO Card + 0781 W83787IF Multi-IO Card + 0782 W837871F Parallel Port Card (EPP) + 0783 TC32001 PCI I/O Multi-IO Card + 0785 907ab184740802 Multi-IO Card + 0786 Winbond w83787if Multi-IO Card + 0787 winbond w83787if Multi-IO Card 2 series + 0788 w837871f Multi-IO Card + 078A 007AB192367002ND Multi-IO Card +1593 Bops Inc +1594 Netgame Ltd +1595 Diva Systems Corp. +1596 Folsom Research Inc +1597 Memec Design Services +1598 Granite Microsystems +1599 Delta Electronics Inc +159A General Instrument +159B Faraday Technology Corp +159C Stratus Computer Systems +159D Ningbo Harrison Electronics Co Ltd +159E A-Max Technology Co Ltd +159F Galea Network Security +15A0 Compumaster SRL +15A1 Geocast Network Systems Inc +15A2 Catalyst Enterprises Inc + 0001 TA700 PCI Bus Analyzer/Exerciser +15A3 Italtel +15A4 X-Net OY +15A5 Toyota MACS Inc +15A6 Sunlight Ultrasound Technologies Ltd +15A7 SSE Telecom Inc +15A8 Shanghai Communications Technologies Center +15AA Moreton Bay +15AB Bluesteel Networks Inc +15AC North Atlantic Instruments +15AD VMware Inc. + 0405 VGA 4.0.5 Virtual SVGA + 0710 Virtual SVGA + 0720 VMXNET VMware PCI Ethernet Adapter + 0801 n/a n/a +15AE Amersham Pharmacia Biotech +15B0 Zoltrix International Limited + 0001 FM-1789 Pctel + 2BD0 2BD0 soft56k voice,data,fax CARP +15B1 Source Technology Inc +15B2 Mosaid Technologies Inc. +15B3 Mellanox Technology + 5274 MT21108 InfiniBridge + 5A44 MT23108 InfiniHost + 5A45 MT23108 Infinihost HCA Flash Recovery + 5A46 MT23108 PCI Bridge + 5E8C MT24204 InfiniHost III Lx HCA + 5E8D MT24204 InfiniHost III Lx HCA Flash Recovery + 6274 MT25204 InfiniHost III Lx HCA + 6278 MT25208 InfiniHost III Ex (Tavor compatibility mode) + 6279 MT25208 InfiniHost III Ex HCA Flash Recovery + 6282 MT25208 InfiniHost III Ex +15B4 CCI/Triad +15B5 Cimetrics Inc +15B6 Texas Memory Systems Inc +15B7 Sandisk Corp. +15B8 Addi-Data GMBH + 3009 xPCI-3504 Analog output board +15B9 Maestro Digital Communications +15BA Impacct Technology Corp +15BB Portwell Inc +15BC Agilent Technologies + 0101 n2530a DX2+ FC-AL Adapter + 0103 QX4 4 Port Fibre Channel Controller + 2530 ??? HP Communications Port + 2531 ??? HP Toptools Remote Control Adapter + 2532 ??? HP Toptools Remote Control Adapter + 2929 E2929A PCI/PCI-X Bus Analyzer +15BD DFI Inc. +15BE Sola Electronics +15BF High Tech Computer Corp (HTC) +15C0 BVM Limited +15C1 Quantel +15C2 Newer Technology Inc +15C3 Taiwan Mycomp Co Ltd +15C4 EVSX Inc +15C5 Procomp Informatics Ltd +15C6 Technical University Of Budapest +15C7 Tateyama System Laboratory Co Ltd +15C8 Penta Media Co. Ltd +15C9 Serome Technology Inc +15CA Bitboys OY +15CB AG Electronics Ltd +15CC Hotrail Inc. +15CD Dreamtech Co Ltd +15CE Genrad Inc. +15CF Hilscher GMBH +15D1 Infineon Technologies AG + 0001 TC11IB TriCore 32-Bit Single-Chip MicroController + 0002 PEB 20535 E v3.1 DSCC4 4 Channel Serial Communication Controller + 0003 PEB 20544 E v1.1 SPOCC Six Port Optimized Communication Controller + 0004 PEB 3454 E v1.1 TE3-SPICE Six Port Integrated Communication Controller w/- 4 DS3 Framers & 2 Fast Ethernet MACs +15D2 FIC (First International Computer Inc) +15D3 NDS Technologies Israel Ltd +15D4 Iwill Corporation +15D5 Tatung Co. +15D6 Entridia Corporation +15D7 Rockwell-Collins Inc +15D8 Cybernetics Technology Co Ltd +15D9 Super Micro Computer Inc +15DA Cyberfirm Inc. +15DB Applied Computing Systems Inc. +15DC Litronic Inc. + 0001 Argus 300 PCI Cryptography Module +15DD Sigmatel Inc. +15DE Malleable Technologies Inc +15DF Infinilink Corp +15E0 Cacheflow Inc +15E1 Voice Technologies Group Inc +15E2 Quicknet Technologies Inc + 0500 Internet PhoneJack PCI Card +15E3 Networth Technologies Inc +15E4 VSN Systemen BV +15E5 Valley Technologies Inc +15E6 Agere Inc. +15E7 GET Engineering Corp. +15E8 National Datacomm Corp. + 0130 NCP130 Wireless NIC + 0131 Prism II InstantWave HR PCI card +15E9 Pacific Digital Corp. + 1841 NetStaQ ADMA-100 ATA controller +15EA Tokyo Denshi Sekei K.K. +15EB Drsearch GMBH +15EC Beckhoff GMBH +15ED Macrolink Inc +15EE IN Win Development Inc. +15EF Intelligent Paradigm Inc +15F0 B-Tree Systems Inc +15F1 Times N Systems Inc + 2F30 CX11252-15 Conexant HSFi +15F2 Diagnostic Instruments Inc + 0001 Spot RT Spot RT Interface Board + 0002 Spot RT #2 Spot RT Interface Board + 0003 Spot Insight Spot Insight Interface Board +15F3 Digitmedia Corp. +15F4 Valuesoft +15F5 Power Micro Research +15F6 Extreme Packet Device Inc +15F7 Banctec +15F8 Koga Electronics Co +15F9 Zenith Electronics Corporation +15FA Axzam Corporation +15FB Zilog Inc. +15FC Techsan Electronics Co Ltd +15FD N-Cubed.Net +15FE Kinpo Electronics Inc +15FF Fastpoint Technologies Inc. +1600 Northrop Grumman - Canada Ltd +1601 Tenta Technology +1602 Prosys-TEC Inc. +1603 Nokia Wireless Business Communications +1604 Central System Research Co Ltd +1605 Pairgain Technologies +1606 Europop AG +1607 Lava Semiconductor Manufacturing Inc. +1608 Automated Wagering International +1609 Sciemetric Instruments Inc +160A Kollmorgen Servotronix +160B Onkyo Corp. +160C Oregon Micro Systems Inc. +160D Aaeon Electronics Inc +160E CML Emergency Services +160F ITEC Co Ltd +1610 Tottori Sanyo Electric Co Ltd +1611 Bel Fuse Inc. +1612 Telesynergy Research Inc. +1613 System Craft Inc. +1614 Jace Tech Inc. +1615 Equus Computer Systems Inc +1616 Iotech Inc. +1617 Rapidstream Inc +1618 Esec SA +1619 FarSite Communications Limited + 0400 FarSync T2P Two Port Intelligent Sync Comms Card + 0440 FarSync T4P Four Port Intelligent Sync Comms Card + 0610 FarSync T1U One Port Intelligent Sync Comms Card + 0620 FarSync T2U Two Port Intelligent Sync Comms Card + 0640 FarSync T4U Four Port Intelligent Sync Comms Card + 1610 FarSync TE1 One Port Intelligent Sync Comms Card + 1612 FarSync TE1C Channelized Intelligent Sync Comms Card + 2610 FarSync DSL-S1 G.SHDSL Intelligent Sync Comms Card + 3640 FarSync T4E Four Port Intelligent Sync Comms Card +161A Wvinten Ltd +161B Mobilian Israel Ltd +161C Berkshire Products +161D Gatec +161E Kyoei Sangyo Co Ltd +161F Arima Computer Corporation +1620 Sigmacom Co Ltd +1621 Lynx Studio Technology Inc + 0020 LynxTWO-A 4 in/4 out Professional Digital Audio Card + 0021 LynxTWO-B 2 in/6 out Professional Digital Audio Card + 0022 LynxTWO-C 6 in/2 out Professional Digital Audio Card + 0023 Lynx L22 2 in/2 out Professional Digital Audio Card + 0024 Lynx AES16 16 in/16 out AES/EBU Audio Card + 0025 Lynx AES16-SRC 16 in/16 out AES/EBU Audio Card w/SRC +1622 Nokia Home Communications +1623 KRF Tech Ltd +1624 CE Infosys GMBH +1625 Warp Nine Engineering +1626 TDK Semiconductor Corp. +1627 BCom Electronics Inc +1629 Kongsberg Spacetec a.s. + 1003 Format Synchronizer v3.0 + 2002 Fast Universal Data Output +162A Sejin Computerland Co Ltd +162B Shanghai Bell Company Limited +162C C&H Technologies Inc +162D Reprosoft Co Ltd + 0100 Repeographics controller + 0101 Reprographics Controller + 0102 Reprographics Controller + 0103 Reprographics Controller +162E Margi Systems Inc +162F Rohde & Schwarz GMBH & Co KG + 1111 TS-PRL1 General Purpose Relay Card + 1112 TS-PMA Matrix Module + 1113 TS-PSAM Source and Measurement Module + 1114 TS-PBAS Basic Interface Module + 1115 TS-PICT In-Circuit Test Module + 1116 TS-PFG Function Generator Module + 1117 TS-PAM Analyzer Module + 1118 TS-PDFT Digital Functional Test Module +1630 Sky Computers Inc +1631 NEC Computer International +1632 Verisys Inc +1633 Adac Corporation +1634 Visionglobal Network Corp. +1635 Decros +1636 Jean Company Ltd +1637 NSI +1638 Eumitcom Technology Inc + 1100 WL11000P WL11000P +163A Air Prime Inc +163B Glotrex Co Ltd +163C Smart Link + 3052 R6793-11 RS56/HSP-PCI + FF02 SL1900 PCI Aztech CNR V.92 Modem +163D Heidelberg Digital LLC +163E 3dpower +163F Renishaw PLC +1640 Intelliworxx Inc +1641 MKNet Corporation +1642 Bitland +1643 Hajime Industries Ltd +1644 Western Avionics Ltd +1645 Quick-Serv. Computer Co. Ltd +1646 Nippon Systemware Co Ltd +1647 Hertz Systemtechnik GMBH +1648 MeltDown Systems LLC +1649 Jupiter Systems +164A Aiwa Co. Ltd +164C Department Of Defense +164D Ishoni Networks +164E Micrel Inc. +164F Datavoice (Pty) Ltd. + 0001 PLX 9054 PCI interface chip + 0002 PLX 9054 PCI interaface chip +1650 Admore Technology Inc. +1651 Chaparral Network Storage +1652 Spectrum Digital Inc. +1653 Nature Worldwide Technology Corp +1654 Sonicwall Inc +1655 Dazzle Multimedia Inc. +1656 Insyde Software Corp +1657 Brocade Communications Systems +1658 Med Associates Inc. + 0704 905410B5 DIG 704 PCI - Interface with Millisecond Timer and Interrupts +1659 Shiba Denshi Systems Inc. +165A Epix Inc. + C100 PIXCI CL1 PCI camera link video capture board + D200 PIXCI D2X PCI digital video capture board + D300 PIXCI D3X PCI digital video capture board +165B Real-Time Digital Inc. +165C Gidel Ltd. +165D Hsing Tech. Enterprise Co. Ltd. +165E Hyunju Computer Co. Ltd. +165F Comartsystem Korea + 2000 XILINX SPARTAN 16 Channel Audio Capture Card +1660 Network Security Technologies Inc. (Net +1661 Worldspace Corp. +1662 Int Labs +1663 Elmec Inc. Ltd. +1664 Fastfame Technology Co. Ltd. +1665 Edax Inc. +1666 Norpak Corporation +1667 CoSystems Inc. +1668 Actiontec Electronics Inc. + 0100 0304 PCI to PCI Bridge +166A Komatsu Ltd. +166B Supernet Inc. +166C Shade Ltd. +166D Sibyte Inc. + 0001 BCM1125/BCM1250 PCI Configuration Header + 0002 BCM1125/BCM1250 HyperTransport Configuration Heade MIPS BCM1125/BCM1250 processors +166E Schneider Automation Inc. +166F Televox Software Inc. +1670 Rearden Steel +1671 Atan Technology Inc. +1672 Unitec Co. Ltd. +1673 Connex +1675 Square Wave Technology +1676 Emachines Inc. +1677 Bernecker + Rainer + 104E B&R Dual CAN Interface Card 5LS172.6 + 12D7 B&R Dual CAN Interface Card 5LS172.61 + 20AD 5ACPCI.MFIO-K01 Profibus DP / K-Feldbus / COM +1678 INH Semiconductor +1679 Tokyo Electron Device Ltd. +167B ZyDAS Technology Corp +167D Samsung Electro-Mechanics Co Ltd +167E Onnto Corp +167F Ingenieurbuero Anhaus GmbH + 4634 FOB-IO Card + 4C32 L2B PCI Board + 5344 FOB-SD Card + 5443 FOB-TDC Card +1680 Dunti Corp. +1681 Hercules +1682 PINE Technology, Ltd. +1688 CastleNet Technology Inc. +168A Utimaco Safeware AG +168B Circut Assembly Corp (Ca) +168C Atheros Communications Inc. + 0007 AR5000 802.11a Wireless Adapter + 0011 AR5210 802.11a Wireless Adapter + 0012 AR5211 802.11a/b/g Mini-PCI Wireless Adapter + 0013 AR5212, AR5213 802.11a/b/g Wireless Adapter + 0014 Wireless Network Adapter + 0015 Wireless Network Adapter + 0016 Wireless Network Adapter + 0017 Wireless Network Adapter + 0018 Wireless Network Adapter + 0019 Wireless Network Adapter + 001A Atheros AR5005G Atheros AR5005G 802.11abg NIC Chipset / TP-Link (TL-WN551G) + 001B AR5006 family 802.11abg Wireless NIC + 001C AR5006 family 802.11abg Wireless NIC + 0020 AR5005VL 802.11bg Wireless NIC + 0023 AR5008 Wireless Network Adapter + 0024 AR5008 Atheros 802.11a/b/g/n (pre-N) radio + 1014 AR5212 Atheros AR5212 802.11abg wireless + FF19 AR5006X Wireless Network Adapter + FF1C AR5008 Wireless Network Adapter + FF1D AR5008 Wireless Network Adapter + FF96 AR5212 LAN-Express AS IEEE 802.11g miniPCI adapter +168D NMI Electronics Ltd. +168E Hyundai MultiCAV Computer Co. Ltd. +168F KDS Innotech Corp. +1690 NetContinuum, Inc. +1693 FERMA + 0212 PLX PCI9054 EPONINE ESR-PCI Board + 0213 Motorola MPC8245 EPONINE MTM120 PCI Board +1695 EPoX Computer Co., Ltd. +1696 Hitachi Video and Information System Inc +169A Otari Inc +169B Decsys Corporation +169C Netcell Corporation + 0044 SyncRAID SR3000/5000 Series SATA RAID Controllers +169D Link Evolution Corp +16A5 Tekram Technology Co Ltd +16A8 Shatai Systems Inc +16AA Enseo +16AB Global Sun Technology Inc + 1100 GL24110P + 1101 PLX9052 PCMCIA-to-PCI Wireless LAN + 1102 PCMCIA-to-PCI Wireless Network Bridge + 8501 WL-8305 Wireless LAN PCI Adapter +16AE SafeNet Inc. + 1141 SafeXcel-1141 ??? +16AF Nextcomm Inc +16B0 Wincor Nixdorf International GmbH +16B2 Design Of Systems On Silicon (DS2) +16B3 CNF Mobile Solutions +16B4 Aspex Technology Ltd +16B8 Sonnet Technologies, Inc. +16BD Aristos Logic Corporation +16BE Creatix Polymedia GmbH +16C3 Insilicon Corporation +16C5 Puretek Industrial Co Ltd +16C6 Micrel-Kendin + 8695 Centaur KS8695 ARM processor +16C7 Micrel - Kendin Operations +16C8 OCTASIC Inc +16C9 EONIC B.V. The Netherlands +16CA Cenatek Inc. + 0001 Rocket Drive Solid State Disk +16CB Minolta Co. Ltd. +16CC Inari Inc. +16CD Densitron Computers Ltd +16CE Roland Corp(??) +16CF Roland Corp +16D0 Systemax +16D2 Axis Corporation +16D5 Acromag Inc + 0504 PMC-DX504 Reconfigurable FPGA with LVDS I/O + 0520 PMC520 Serial Communication, 232 Octal + 0521 PMC521 Serial Communication, 422/485 Octal + 1020 PMC-AX1020 Reconfigurable FPGA with A/D & D/A + 1065 PMC-AX1065 Reconfigurable FPGA with A/D & D/A + 2004 PMC-DX2004 Reconfigurable FPGA with LVDS I/O + 2020 PMC-AX2020 Reconfigurable FPGA with A/D & D/A + 2065 PMC-AX2065 Reconfigurable FPGA with A/D & D/A + 3020 PMC-AX3020 Reconfigurable FPGA with A/D & D/A + 3065 PMC-AX3065 Reconfigurable FPGA with A/D & D/A + 4243 PMC424, APC424, AcPC424 Digital I/O and Counter Timer Module + 4248 PMC464, APC464, AcPC464 Digital I/O and Counter Timer Module + 424B PMC-DX2002 Reconfigurable FPGA with Differential I/O + 4253 PMC-DX503 Reconfigurable FPGA with TTL and Differential I/O + 4312 PMC-CX1002 Reconfigurable Conduction-Cooled FPGA Virtex-II with Differential I/O + 4313 PMC-CX1003 Reconfigurable Conduction-Cooled FPGA Virtex-II with CMOS and Differential I/O + 4322 PMC-CX2002 Reconfigurable Conduction-Cooled FPGA Virtex-II with Differential I/O + 4323 PMC-CX2003 Reconfigurable Conduction-Cooled FPGA Virtex-II with CMOS and Differential I/O + 4350 PMC-DX501 Reconfigurable Digital I/O Module + 4353 PMC-DX2003 Reconfigurable FPGA with TTL and Differential I/O + 4357 PMC-DX502 Reconfigurable Differential I/O Module + 4457 PMC730, APC730, AcPC730 Multifunction Module + 464D PMC408 32-Channel Digital Input/Output Module + 4A42 PMC483, APC483, AcPC483 Counter Timer Module + 4A50 PMC484, APC484, AcPC484 Counter Timer Module + 4A56 PMC230 16-Bit Analog Output Module + 4B47 PMC330 16-Bit Analog Input Module + 4C40 PMC-LX40 Reconfigurable Virtex-4 FPGA with plug-in I/O + 4C60 PMC-LX60 Reconfigurable Virtex-4 FPGA with plug-in I/O + 4D4D PMC341 Simultaneous Sampling Analog Input Module + 4D4E PMC482, APC482, AcPC482 Counter Timer Board + 524D PMC-DX2001 Reconfigurable FPGA with TTL I/O + 5335 PMC-SX35 Reconfigurable Virtex-4 FPGA with plug-in I/O +16D8 Omnicluster Technologies +16DA Marek Micro GmBH +16DE Digital Stream Technology Inc +16DF Pika Technology Inc +16E0 Third Millenium Test Solutions, Inc. +16E2 Geotest-Marvin Test Systems Inc +16E3 European Space agency +16E5 Intellon Corporation +16E7 Keisoku Giken Co Ltd +16E9 Silicon Sccess Networks +16EB Inside Telnetcom Co Ltd +16EC U.S. Robotics + 0116 RTL8169S RealTek 8169S chip + 1007 0637 U.S. Robotics 56K Win INT + 2013 11323A U.S. Robotics 56K Voice Host Int + 2F00 USRobotics 5660A - Internal Soft Modem http://www.usr.com/support/product-template.asp?prod=5660a + 2F12 E129336-1 U.S.Robotic (A- Modem/PCI) + 3685 ??? Wireless Access Adapter Model 022415 + 5685 E129336-1 U.S. Robotics 56K Voice Host Int (A-Modem/ PCI) +16ED Sycron N.V. + 1001 UMIO communication Card +16EE Canberra Industries Inc +16EF Amigo Technology +16F0 TLA Inc. +16F1 Adicti Corp. +16F2 Bosch Rexroth AG +16F3 Jetway Information Co., Ltd +16F4 VWEB Corp +16F6 VideoTele.com Inc. +16F7 Advanced Rendering Technology Ltd +16FC Ciena Corp +16FE Fujitsu LSI Solution Ltd +1700 Antara LLC +1701 Interactive Computer Products Inc. +1702 Internet Machines Corp (IMC) +1703 Desana Systems +1704 Clearwater Networks +1705 Digital First +1706 Pacific Broadband Communications +1707 Cogency Semiconductor Inc. +1708 Harris Corp. +1709 Zarlink Semiconductor (Was: Mitel Semiconductor) +170A Alpine Electronics Inc. +170B NetOctave Inc. + 0100 NSP2000-SSL Crypto Aceletator +170C YottaYotta Inc. +170D SensoMotoric Instruments GmbH +170E San Valley Systems, Inc. +170F Cyberdyne Inc. +1710 Pelago Nutworks +1711 Netscreen Technologies Inc +1712 NICE Systems Inc. +1713 TOPCON Corp. +1714 Science Park Corp +1715 The Imaging Source Europe GMbH +1716 Aldec Inc +1717 Runtop Inc +1718 Pixela corp +1719 EZChip Technologies +171A Fantasma Networks Inc +171B Andor System Support Co Ltd +171C Merilus Inc +171D TEAC Corp +171E Realchip Inc +171F Pijnenburg +1720 Top Layer Networks Inc +1721 Glonet Systems INC +1722 Trimedia Technologies Inc +1725 Vitesse Semiconductor + 7174 VSC7174 VSC7174 PCI/PCI-X SATA Controller +1726 Avaya +1729 Danam Communications INC +172A Accelerated Encryption +172C Ampere Inc +172E Digianswer A/S +172F Sparkle Computer Co Ltd +1730 Brainvision Inc +1734 Fujitsu-Siemens Computers GmbH + 007A Rage XL ATI Rage XL (rev 27) + 1011 AIC-7902W Adaptec AIC-7902 Dual Channel U320 SCSI + 1012 CSB6 Serverworks Southbridge with RAID/IDE (rev a0), OHCI USB (rev 05), GCLE-2 Host Bridge + 1013 BCM5703 Broadcom Corp. NetXtreme Gigabyte Ethernet +1735 ATEN International Co Ltd +1737 LinkSys + 0013 WMP54G Wireless Pci Card + 0015 WMP54GS Wireless Pci Card + 1032 EG1032 Gigabit Ethernet + 1064 Gigabit Network Adapter + AB08 21x4x DEC-Tulip compatible 10/100 Ethernet + AB09 PCM200 10/100 CardBus Ethernet Adapter +1738 Harris Corp +1739 Interface Concept +173B Broadcom (Was: Altima Communications Inc) + 03E8 AC1000 Gigabit Ethernet Adapter + 03E9 AC1001 Gigabit Ethernet + 03EA AC1002 Gigabit Ethernet Adapter + 03EB AC1003 Gigabit Ethernet +1740 Ulyssix Technologies Inc +1743 Peppercon AG + 8139 ROL/F-100 Fast Ethernet Adapter with ROL +1745 VIXS + 2020 PureTV + 2100 PureTV +1746 Corrent Corp +1747 Test Research Inc +1749 RLX Technologies Inc +174A Spirent Communications +174B PC Partner Limited + 0260 RV280 Saphire Radeon 9250 + 0261 RV280 Sapphire Radeon 9250 - Secondary + 7176 RV250 RADEON 9000 ATLANTIS PRO + 7177 RV280 RADEON 9000 ATLANTIS PRO - Secondary + 7C12 RV280 RADEON 9200 ATLANTIS - Secondary + 7C13 RV280 RADEON 9200 ATLANTIS +174C Intelitek +174D WellX Telecom +174E Xi'an Tongshi Data Co Ltd +174F TAIKO Electric Works Ltd +1751 Pixelworks Inc +1752 Global Brands Manufacture Ltd. +1753 TeraRecon, Inc. + 1001 VP500 VolumePro 500 + 1004 VP1000 VolumePro 1000 +1754 Antares Microsystems Inc +1755 Alchemy Semiconductor Inc. + 0000 Au1500 Au1500 Processor +1757 Laservall S.P.A. +1758 National Hybrid Inc +1759 Trinamic Microchips +175C AudioScience Inc +175D CTC Parker Automation +175E Ascension Technology Corp +175F Asita Technologies Inc +1760 Tedia Spol. Sr.o +1761 Pickering Interfaces Ltd +1762 JR3 Inc +1763 Cmicro Corporation +1764 Micro Vision Co Ltd +1765 Future Systems Inc +1766 Eurotech Spa +1767 Well Communication Corp +1768 Malachite Technologies Inc +176A General Dynamics Canada +176E Kaba Mas Corporation +176F SAYA Limited +1771 InnoVision Multimedia Ltd +1772 Siber Core Technologies Inc +1773 Soma Networks Inc +1775 SBS Technologies Inc +1778 For-A Company Limited +1779 V One Multimedia PTE Ltd +177B Racal Instruments Inc +177C Tanbac Co Ltd +177D Cavium Networks +177E Jeol USA Inc +177F Precision Instruments Inc +1780 Unixtar Technology Inc +1782 Lightsand Communications Inc +1783 Trebia Networks +1784 Lockheed Martin Systems Integration +1787 Hightech Information System Ltd (Medion??) +1789 Ennyah Technologies Corp +178A Sandcraft Inc +178D DesignTech Co Ltd +178E Envara +1790 Zuken Inc +1791 Dotcast Inc +1792 Artiza Networks Inc +1793 Unitech Electronics Co., Ltd +1795 OKB SAPR Ltd + 0003 Accord 5MX + 0005 Accord-TINY + 0006 Accord 5MX miniPCI + 0010 Accord 5.5 PCI + 0020 Accord 5.5 PCIe +1796 Forschungszentrum (Research Centre) Julich + 0001 SIS1100 [Gigabit link] + 0002 HOTlink + 0003 Counter Timer + 0004 CAMAC Controller + 0005 PROFIBUS + 0006 AMCC HOTlink +1797 JumpTec h, GMBH +1798 iReady Corp +1799 Belkin Research and Development Labs + 6001 Wireless PCI Card - F5D6001 + 6020 Wireless PCMCIA Card - F5D6020 + 6060 Wireless PDA Card - F5D6060 + 7000 Wireless PCI Card - F5D7000 +179B Ratio Entwicklungen GmbH +179C Indus TeQ Site Pvt Ltd + 0557 DP-PCI-557 [PCI 1553B] + 0566 DP-PCI-566 [Intelligent PCI 1553B] + 5031 DP-CPCI-5031-Synchro Module + 5121 DP-CPCI-5121-IP Carrier + 5211 DP-CPCI-5211-IP Carrier + 5679 AGE Display Module +179D SES Japn Co Ltd +179E IntelliBus Network Systems +17A0 Genesys Logic, Inc + 8033 GL880S USB 1.1 Controller + 8034 GL880S USB 2.0 Controller +17A1 Macro Image Technology Inc +17A3 Dongguan Chang'an Global Smart Electronic Factory +17A4 Resonext Communications Inc +17A5 Quest Tech Consulting Inc +17A6 Primarion +17A7 Start Network Technology Co., Ltd. +17A8 Gtech +17A9 Arunta Comsec Pty Ltd +17AA Legend Ltd. (Beijing) +17AB Phillips Components +17AD Genesys Logic Inc +17AE NEC Corp +17AF Hightech Information Systems, Ltd. + 4150 200 HIS Excalibur Radeon 9600 +17B0 Sphinx Elektronik GmbH +17B1 Astec Inc +17B2 Aeroflex Test Solutions +17B3 Hawking Technologies Inc + AB08 PN672TX 10/100 Ethernet +17B4 Indra Networks Inc + 0011 WebEnhance 100 GZIP Compression Card +17B5 Emerge Core Networks LLC +17B6 GE Medical Systems +17B7 CAE +17B9 Sapura Devices +17BA Sandburst Corporation +17BB ArTile Microsystems Inc +17BC Infiniswitch Corporation +17BD Merging Technologies +17BE Philips Semiconductors +17BF Max Diligent Technology Inc +17C0 Wistron Corporation +17C1 Nital Consulting Services Inc +17C2 Newisys Inc +17C3 Protogate Inc +17C4 Movita Tehnologies Inc +17C5 Digital Safety Technologies Inc +17C6 American Computers & Digital Components Inc +17C7 Bystronic Laser AG +17C8 Hexium Ltd +17C9 OPCiel Networks Inc +17CA Uniwide Technologies +17CB Woodside Networks Inc + 0001 AGN100 802.11 a/b/g True MIMO Wireless Card + 0002 AGN300 802.11 a/b/g True MIMO Wireless Card +17CC NetChip Technology Inc + 2280 Net 2280 USB 2.0 Device Controller +17CD Tality Corporation +17CF Z-Com Inc +17D0 Fodus Communications Inc +17D1 Patton Electronics +17D2 Red River +17D3 Areca Technology Corporation + 1110 ARC-1110 4-Port PCI-X to SATA RAID Controller + 1120 ARC-1120 8-Port PCI-X to SATA RAID Controller + 1130 ARC-1130 12-Port PCI-X to SATA RAID Controller + 1160 ARC-1160 16-Port PCI-X to SATA RAID Controller + 1210 ARC-1210 4-Port PCIe to SATA RAID Controller + 1220 ARC-1220 8-Port PCIe to SATA RAID Controller + 1230 ARC-1230 12-Port PCIe to SATA RAID Controller + 1260 ARC-1260 16-Port PCIe to SATA RAID Controller +17D4 Darim Vision Company +17D5 S2IO Technologies + 5831 X3 and X4 Xframe 10GbE PCI-X Adapter + 5832 H2 Xframe II 10GbE PCI-X 2.0 Adapter +17D6 Virtual Silicon Technology Inc +17D7 SITA +17D8 Wing-Span Enterprise Co Ltd +17D9 Leader Electronics Corp +17DA 0-In Design Automation Inc +17DB Cray Inc +17DC Visiowave S.A. +17DD ICOM Inc +17DE Kworld Computer Co Ltd +17DF Dini Group LaJalla Inc +17E0 Integrated Circuit Solution Incorporation +17E1 ETI A/S +17E2 DoTop Technology Inc +17E3 Opteon Corporation +17E4 Sectra AB + 0001 KK671 Cardbus encryption board + 0002 KK672 Cardbus encryption board +17E5 Paceline Systems +17E6 Entropic Communications Inc +17E7 Mitsubishi Electric Engineering Company Limited +17E8 Chrontel Inc +17E9 DH electronics GmbH +17EA iStor Networks Inc +17EB Aplux Communications Ltd +17EC Chip Engines Inc +17ED Arbor Technology Corp +17EE Connect Components, Ltd. + 4153 RV350 Radeon 9550 +17EF Sonexis +17F0 Velio Communications Inc +17F1 Interactive Silicon Inc +17F2 Albatron Corp +17F3 RDC Semiconductor Co Ltd + 6020 R6020 North Bridge + 6030 R6030 ISA Bridge + 6040 R6040 MAC Controller + 6060 R6060 USB 1.1 Controller + 6061 R6061 USB 2.0 Controller +17F4 MicroPlex Printware AG +17F5 Cymer Inc +17F6 Leopard Logic Inc +17F7 Topdek Semiconductor Inc +17F8 Bermai Inc +17F9 GemTek Technology Co Ltd +17FA E-MOVE Technology Co Ltd +17FB Wavecrest Corp +17FC Iogear Inc +17FD Netexcell +17FE Linksys (Was: InProComm Inc) + 2120 WMP11v4 802.11b PCI Card + 2220 INPROCOMM IPN 2220 Wireless LAN Adapter +17FF Benq Corp +1800 Virtual IP group Inc +1801 Pro-Nets Technology Corp +1802 Sinus Messtechnik GmbH +1803 ProdaSafe GmbH +1804 Enterasys Networks +1805 Euresys S.A. +1806 Nexio Systems Inc +1807 Comit Systems Inc +1808 Pigeon Point System +1809 Emuzed Inc +180A Brecis Communications +180B Formoza-Altair +180C ICP Electronics Inc +180D Prolific Technology Inc +180E HCL Technologies Ltd +1810 HCL Technologies Ltd +1811 Wipro Technologies +1812 LANergy +1813 Ambient Technologies Inc. + 4000 MD5628D-L-A intel V.92 HaM Modem + 4100 Ambient MD8820 Intel HaM V.92 Modem +1814 Ralink Technology, Corp + 0101 2460 802.11b RT2460 802.11b Baseband/MAC integrated chip + 0200 RT2500 802.11g PCI + 0201 0x03011814 Zonet ZEW1601 (Ralink Chipset) 802.11b/g WLAN Card + 0301 RT2561/RT61 802.11g PCI + 0302 RT2525 2.4GHz transceiver + RT2560 MAC/BBP wireless a/b + 0401 RT2600 802.11 MIMO +1815 devolo AG +1816 Pro Team Computer Corporation +1817 JAE +1818 SMAR Equipamentos Industriais Ltd +1819 Rosta Ltd +181A NurLogic Design Inc +181B Comax Technology Inc +181C Yamatake Corporation +181D eInfochips +181E TiARIS +181F Tachys Technologies +1820 InfiniCon Systems, Inc. +1821 RedSwitch Inc +1822 TwinHan Technology Co Ltd (AKA: VisionPlus) + 4E35 Mantis DTV PCI Bridge Controller [Ver 1.0] +1823 FulCrum Microsystems +1824 2C Computing Inc +1825 Computer Access Technology Corporation +1826 Cradle Technologies Inc +1827 Denali Software Inc +1828 Xsido Corporation +1829 Verisity Design Inc +182A Ampro Computers Inc +182B Commetrex Corporation +182C SYNAD Technology Ltd +182D SiteCom Europe BV + 3069 ISDN PCI DC-105V2 + 9790 WL-121 Wireless Network Adapter 100g+ [Ver.3] +182E Raza Foundries Inc + 0008 XLR516 Processor +1830 Credence +1831 Glimmergalss Networks +1832 Acquisition Logic Inc +1833 Cognitronics Corporation +1834 Delphi Connection Systems +1835 SimpleTech Inc +1836 IPFlex Inc +1837 Sierra Logic Inc +1838 Precision Photonics Corp +1839 Genesis Microchip Inc +183A Transwarp Networks Inc +183B Mikrom GmbH + 08A7 MVC100 DVI + 08A8 MVC101 SDI + 08A9 MVC102 DVI+Audio +183C GCT Semicondustor Inc +183D SI Packets +183E Telewise Communications Inc +183F Computer Ultrasound Global Inc +1840 vpr Matrix Inc +1841 Lamprey Networks Inc +1842 Camtel Technology Corp +1843 Firstech Technology Co Ltd +1844 Controlnet Inc +1845 Siliquent Technologies Ltd +1846 Lucent Technologies NS UK +1847 Engim Inc +1848 Microcom C.E. as +1849 ASRock Inc +184A Thales Computers +184B Systec Corporation +184C Hirose Electric Co Ltd +184D ICTV Inc +184E Netlogic Microsystems Inc +184F Ionwerks Inc +1850 Advantest Corp +1851 Microtune Inc +1852 Anritsu Corp +1853 Oasis Silicon Systems AG +1854 LG Electronics +1855 Cascade Semiconductor Solutions Inc +1856 Silicon Logic Engineering Inc +185B Compro Technology Inc +185F Wistron NeWeb Corp +1860 Primagraphics Ltd. +1864 SilverBack + 2110 ISNAP 2110 +1866 Supergrace +1867 Topspin Communications + 5A44 MT23108 PCI-X HCA + 5A45 MT23108 PCI-X HCA flash recovery + 5A46 MT23108 PCI-X HCA bridge + 6278 MT25208 InfiniHost III Ex (Tavor compatibility mode) + 6282 MT25208 InfiniHost III Ex +186C Humusoft S.R.O +187E ZyXEL Communication Corporation +1885 Avvida Systems Inc +1887 Elan Digital Systems Ltd +1888 Varisys Limited + 0301 VMFX1 FPGA PMC module + 0601 VSM2 dual PMC carrier + 0710 VS14x series PowerPC PCI board + 0720 VS24x series PowerPC PCI board + 2503 Bt881 Video Capture (10 bit High qualtiy cap) + 2504 Bt878 Video Capture + 3503 nVidia NV28 VGA Geforce4 MX440 + 3505 nVidia NV28 VGA Geforce4 Ti4200 +188A Ample Communications Inc +188D Millogic Ltd. +1890 Egenera, Inc. +1894 KNC One +1896 B&B Electronics Manufacturing Company Inc +1898 DIC Information Technology Ltd + 2001 DVB Receiver Card +18A1 Astute Networks Inc +18AC DViCO Corp + D500 FusionHDTV 5 + D800 FusionHDTV 3 Gold + D810 FusionHDTV 3 + D820 FusionHDTV 3 Gold-T +18B8 Ammasso + B001 AMSO 1100 iWARP/RDMA Gigabit Ethernet Coprocessor +18BC Info-Tek Corp. +18C3 Micronas Semiconductor Holding AG +18C8 Cray Inc (Was: Octigabay System) +18C9 ARVOO Engineering BV + 1011 Leonardo CL Video processor + 1012 Leonardo CL-P Video processor + 1013 Leonardo CL-DB Video processor + 1014 Leonardo CL-P-DB Video processor + 1015 Leonardo CL-DVR Video processor + 1016 Leonardo CL-DVR-DB Video processor + 2011 Picasso 2SQ Framegrabber + 2012 Picasso 3C/3Cpro Framegrabber + 2013 Picasso LS Framegrabber + 2014 Picasso CL Framegrabber + 2015 Picasso FI Framegrabber + 2016 Picasso SDI Framegrabber + 2017 Picasso DUO Framegrabber + 2021 Colory Framegrabber + 3011 Valentino Video Output Board +18CA XGI Technology Inc + 0040 8085 Volari Family +18D0 Kobian Pte Ltd +18D2 Sitecom +18D4 Celestica +18DD Artimi Inc +18E6 MPL AG + 0001 OSCI [Octal Serial Communication Interface] +18EC Cesnet z.s.p.o. + C006 COMBO6 + C045 COMBO6E + C050 COMBO-PTM + C058 COMBO6X +18F1 Spectrum Systementwicklung Microelectronic GmbH +18F4 Napatech A/S +18F6 NextIO + 1000 [Nexsis] Switch Virtual P2P PCIe Bridge + 1050 [Nexsis] Switch Virtual P2P PCI Bridge + 2000 [Nexsis] Switch Integrated Mgmt. Endpoint +18F7 Commtech, Inc. + 0001 ESCC-PCI-335 Fastcom:ESCC-PCI-335 Syncronous RS422/485 serial communication adapter + 0002 422/4-PCI-335 Fastcom:422/4-PCI-335 Asyncronous RS422/485 serial adapter + 0004 422/2-PCI-335 Fastcom:422/2-PCI-335 Asyncronous RS422/485 serial adapter + 0005 Fastcom IGESCC-PCI-ISO/1 + 000A 232/4-PCI-335 Fastcom:232/4-PCI-335 Asyncronous RS232 serial adapter +18FB Resilience Corporation +1904 Hangzhou Silan Microelectronics Co Ltd + 8139 RTL8139D (Realtek) PCI 10/100BaseTX ethernet adaptor +1905 WIS Technology, Inc. +1910 Seaway Networks + 0001 SW5000-NCA Seaway Network Content Accelerator +1923 Sangoma Technologies Corp + 0040 A200/Remora FXO/FXS Analog AFT card + 0100 A104d QUAD T1/E1 AFT card + 0300 A101 single-port T1/E1 + 0400 A104u Quad T1/E1 AFT +1924 Level 5 Networks Inc +192E TransDimension + 0104 PCI Development Card +1931 Option N.V. + 000C Qualcomm MSM6275 UMTS chip +1942 ClearSpeed Technology plc + E511 CSX600 Advance Accelerator Board +194A DapTechnology B.V. + 1111 FireSpy3850 + 1112 FireSpy450b + 1113 FireSpy450bT + 1114 FireSpy850 + 1115 FireSpy850bT +1957 Freescale Semiconductor Inc + 0012 MPC8548 [PowerQUICC III] + 0080 MPC8349E + 0081 MPC8349 + 0082 MPC8347E TBGA + 0083 MPC8347 TBGA + 0084 MPC8347E PBGA + 0085 MPC8347 PBGA + 0086 MPC8343E + 0087 MPC8343 +1958 Faster Technology LLC +1959 PA Semi Inc +1966 Orad Hi-Tec Systems + 1975 DVG64 family +1969 Attansic (Now owned by Atheros) + 1048 L1 Gigabit Ethernet 10/100/1000Base-T Ethernet Controller + 2048 L2 Fast Ethernet 10/100 Base-T Controller +196A Sensory Networks Inc + 0101 NodalCore C-1000 Content Classification Accelerator + 0102 NodalCore C-2000 Content Classification Accelerator + 0105 NodalCore C-3000 Content Classification Accelerator +196D Club-3D BV +1971 AGEIA Technologies Inc + 1011 Physics Processing Unit [PhysX] + 1975 DVG64 family +197B JMicron Technology Corp + 2360 JMicron 20360/20363 AHCI Controller + 2361 JMB361 AHCI/IDE + 2363 JMB36X PCIe-to-SATA-300/IDE RAID Controller + 2365 JMB365 AHCI/IDE + 2366 JMB366 AHCI/IDE + 2368 JMB368 IDE Controller +1989 Montilio Inc + 0001 RapidFile Bridge + 8001 RapidFile Bridge +1993 Innominate Security Technologies AG +199A Pulse-LINK Inc +19A2 ServerEngines LLC + 0001 ACA2400 Crypto Accelerator + 0200 BladeEngine 10Gb PCI-E iSCSI adapter + 0201 BladeEngine 10Gb PCI-E Network Adpater + 0520 4135 HFT Interface Controller +19A8 DAQDATA GmbH +19AC Kasten Chase Applied Research + 0001 ACA2400 Crypto Accelerator +19AE Progeny Systems Corp +19D4 Quixant Limited +19E2 Vector Informatik GmbH +1A03 ASPEED Technology Inc +1A08 Sierra Semiconductor + 0000 SC15064 +1A1D GFaI e.V. +1A22 Ambric Inc +1A29 Fortinet Inc +1A42 Imaginant +1A51 Hectronic AB +1A5D Celoxica +1A71 XenSource Inc +1A73 Violin Technologies Inc +1A77 Lightfleet Corporation +1A78 Virident Systems Inc +1A8C Verigy Pte Ltd + 1100 E8001-66443 PCIe CIC +1B13 Jaton Corporation USA + 0001 GeForce4 MX 440 nVidia Corporation NV17 +1B28 Taicom Data Systems Co Ltd +1C1C DTC / Symphony / Forex Computer Corp + 0001 FR710/82C101 EIDE +1D44 Distributed Processing Technology (DPT) + A400 PM2x24/PM3224 SCSI Adapter +1DE1 Tekram Technology + 0391 TRM-S1040 DC-315U Ultra SCSI Controller + 2020 DC-390 SCSI Controller + 690C DC-690C IDE Cache Controller + DC29 DC290M Bus Master IDE PCI 2 controllers +1DE2 A/DHOC Systems + 1190 001 Slave PCI protyting board +1FC0 Tumsan Oy + 0300 E2200 Dual E1/Rawpipe Card +1FC1 PathScale Inc +1FCE Cognio Inc +1FCF Miranda Technologies Ltd. +2000 Agat-RT(??) + 0DDD Alder-9P computer telephony interface board + 2800 56K Voice Modem +2001 Temporal Research Ltd +2002 Automation Technology GmbH + 2003 PCI Frame Grabber +2003 Netodragon?? Smartlink?? + 8800 Netodragon 56K voice modem +2004 Smart Link Ltd +2014 NONTECH Nonnenmacher GmbH + 0004 aa551234 PCI Master Target + 0040 0xff8000 PCI to Private Bus Bridge +21C3 21st Century Computer Corp +22B8 Motorola Inc +2348 Racore + 2010 8142 100VG/AnyLAN +2646 Kingston Technology Corp +270B Xantel Corp +270F ChainTech Computer Co. Ltd. +2711 AVID Technology Inc +2EC1 Zenic Inc +3000 Hansol Electronics Inc +3030 C-Net +3142 Post Impression Systems +3388 PLX Technology (Was: HiNT Corp) + 0013 HiNT HC4 PCI to ISDN bridge, Multimedia audio Controller + 0014 HiNT HC4 PCI to ISDN bridge, Network Controller + 0020 PCI 6154/6254 HB2/HB6 Universal PCI to PCI bridge (transparent mode) + 0021 PCI 6140/52/6254 HB1/1-SE/HB6 Universal PCI to PCI Bridge (non-transparent mode) + 0022 PCI 6150 HB4 PCI to PCI Bridge + 0026 PCI 6154 HB2 PCI to PCI Bridge + 0028 PCI 6540 HB8 Dual Mode PCI-X-to-PCI-X Bridge (transparent mode) + 0029 PCI 6540 HB8 Dual Mode PCI-X-to-PCI-X Bridge (non-transparent mode) + 0030 PCI 6520 HB7 Transparent PCI-X-to-PCI-X Bridge + 0031 PCI 6156 Synchronous 32-Bit, 33 MHz PCI-to-PCI Bridge for Video Capture Applications + 101A E.Band [AudioTrak Inca88] + 101B E.Band [AudioTrak Inca88] + 8011 VXPro II Chipset CPU to PCI Bridge + 8012 VXPro II Chipset PCI to ISA Bridge + 8013 VXPro II Chipset EIDE Controller + A101 Blackmagic DeckLink + A102 Blackmagic DeckLink + A103 Blackmagic DeckLink + A104 Blackmagic DeckLink + A105 Blackmagic DeckLink +3411 Quantum Designs (H.K.) Inc. +3513 ARCOM Control Systems Ltd. +3842 EVGA.COM +38D0 mfp-online.de + 62D6 fieldbus-master PCI Measurement bus Controller for EPSI +38EF 4links +3D3D 3Dlabs, Inc. Ltd + 0001 GLint 300SX 3D Accelerator + 0002 GLint 500TX Sapphire 3D Accelerator + 0003 GLint Delta Geometry processor + 0004 3C0SX 2D+3D Accelerator + 0005 Permedia 2D+3D Accelerator + 0006 GLint MX 3D Accelerator + 0007 3D Extreme Permedia II 2D+3D Accelerator + 0008 GLint Gamma G1 + 0009 Permedia2v 2d+3d chipset, integrated ramdac + 000A Permedia 3 + 000C Permedia 3 + 000D GLINT R4 3D Accelerator + 000E GLINT Gamma G2 + 0011 GLint R4 rev B + 0012 GLint R5 rev A + 0013 GLint R5 rev B + 0020 VP10 visual processor + 0022 VP10 visual processor + 0024 VP9 visual processor + 0030 0x030000 3Dlabs Wildcat Realizm 800 + 0100 Permedia II 2D+3D Accelerator + 07A1 Wildcat III 6210 + 07A2 Sun XVR-500 Graphics Accelerator + 07A3 Wildcat IV 7210 + 1004 Permedia 3D+3D Accelerator + 3D04 Permedia 2D+3D Accelerator + FFFF Glint VGA (Error??) +4005 Avance Logic Inc. + 0300 ALS300 PCI Audio Device + 0308 3220 PCI Audio Device + modem + 0309 ALS300+ PCI Input Controller + 1064 ALG-2064 GUI Accelerator + 2064 ALG-2032/64i GUI Accelerator + 2128 ALG-2364A GUI Accelerator + 2301 AVL-2301 GUI Accelerator + 2302 ALG-2302 GUI Accelerator + 2303 AVG-2302 GUI Accelerator + 2364 ALG2364 GUI Accelerator + 2464 ALG2464 GUI Accelerator + 2501 ALG2564A/25128A GUI Accelerator + 4000 ALS4000 Audio Chipset +4033 Delta Networks Inc + 1300 SIS900 10/100Mbps Fast Ethernet Controller + 1320 VT86C100A 10/100M PCI Fast Ethernet Controller + 1360 RTL8139A 10/100 Mbps PCI Fast Ethernet Controller + 1380 DEC 21143PD 10/100M PCI Fast Ethernet Controller + 7001 ISL36341M PRISM 2.5 Mini-PCI 802.11b Wireless Controller +4040 NetXen Incorporated + 0001 NXB-10GXSR 10 Gigabit Ethernet PCIe Adapter with SR-XFP optical interface + 0002 NXB-10GCX4 10 Gigabit Ethernet PCIe Adapter with CX4 copper interface + 0003 NXB-4GCU Quad Gigabit Ethernet PCIe Adapter with 1000-BASE-T interface + 0004 BladeCenter-H 10 Gigabit Ethernet High Speed Daughter Card +4143 Digital Equipment Corp +4144 Alpha Data Parallel Systems Ltd + 0040 ADM-XRC Virtex-E Bridge + 0041 ADM-XRC-II Lite Virtex-II Bridge + 0042 ADM-XRC-II Virtex-II Bridge + 0043 ADM-XPL Virtex-II Pro Bridge + 0044 ADM-XP Virtex-II Pro PCI/PCI-X Bridge + 0045 ADP-WRC-II Virtex-II Bridge + 0046 ADP-DRC-II Virtex-II Bridge + 0049 ADP-XPI Virtex-II Pro PCI + 004A ADP-XPI (PCI-X) Virtex-II Pro PCI-X Bridge + 004F ADM-XRC-4FX Virtex-II Pro PCI-X Bridge + 0050 ADM-XRC-5LX Virtex-4LX Bridge + 0051 ADM-XRC-5T1 ADM-XRC-5T1 +416C Aladdin Knowledge Systems + 0100 AlladinCARD + 0200 CPC +4250 Burke Porter Ltd +434D ?? Unknown (Present in WinXP Drivers) + 1002 56K Voice Modem +4444 Conexant Inc (Was: Globespan, ICompression Inc) + 0002 iTVC12 MPEG Codec + 0016 iTVC16/CX23416 MPEG Codec + 0803 iTVC15/CX23415 MPEG Codec +4468 Bridgeport Machines +4594 Cogetec Informatique Inc +45FB Baldor Electric Company +4680 UMAX Computer Corp. +4843 Hercules Computer Technology Inc +4916 RedCreek Communications Inc + 1960 RedCreek PCI Adapter +4943 Growth Networks +494F ICS Advent + 22C0 Watchdog WDT500 + ACA8 PCI-AI/1216 ADC Card + ACA9 PCI-AI/1216(M) ADC Card +4954 Integral Technologies +4978 Axil Computer Inc. +4A14 NetVin + 5000 NV5000 RPTI RTL8029-Based PCI Ethernet Adapter +4ABD Applied Biosystems Division +4B10 Buslogic Inc + 3080 SCSI Host Adapter + 4010 Wide SCSI Host Adapter +4C48 Lung Hwa Electronics +4C53 SBS Technologies (AKA: SBS-Or Industrial Computers) + 0000 PLUSTEST Diagnostics Device +4CA1 Seanix Technology Inc +4CCC Computer Conversions Corp +4D51 Mediaq Inc. + 0200 MQ-200 +4D54 Microtechnica Co Ltd +4DDC ILC Data Device Corp. + 0100 DD-42924I5-300 (ARINC 429 Data Bus) + 0801 BU-65570I1 MIL-STD-1553 Test and Simulation + 0802 BU-65570I2 MIL-STD-1553 Test and Simulation + 0811 BU-65572I1 MIL-STD-1553 Test and Simulation + 0812 BU-65572I2 MIL-STD-1553 Test and Simulation + 0881 BU-65570T1 MIL-STD-1553 Test and Simulation + 0882 BU-65570T2 MIL-STD-1553 Test and Simulation + 0891 BU-65572T1 MIL-STD-1553 Test and Simulation + 0892 BU-65572T2 MIL-STD-1553 Test and Simulation + 0901 BU-65565C1 MIL-STD-1553 Data Bus + 0902 BU-65565C2 MIL-STD-1553 Data Bus + 0903 BU-65565C3 MIL-STD-1553 Data Bus + 0904 BU-65565C4 MIL-STD-1553 Data Bus + 0B01 BU-65569I1 MIL-STD-1553 Data Bus + 0B02 BU-65569I2 MIL-STD-1553 Data Bus + 0B03 BU-65569I3 MIL-STD-1553 Data Bus + 0B04 BU-65569I4 MIL-STD-1553 Data Bus +5046 GemTek Technology corp + 1001 PCI Radio +5053 TBS/Voyetra Technologies + 2010 Daytona Audio Adapter +5136 S S Technologies +5143 Qualcomm Inc. +5145 Ensoniq (Oldest ID) + 3031 Concert AudioPCI +5168 Animation Technologies Inc +5301 Alliance Semiconductor Corp + 0001 ProMotion aT3D +5333 S3 Graphics Co., Ltd + 0551 86C551 Plato/PX + 5333 S3 86c765 via + 5631 86C325 Virge 3D GUI Accelerator + 8800 86C866 Vision 866 GUI Accelerator + 8801 86C964 Vision 964 GUI Accelerator + 8810 86C732 Trio 32 GUI Accelerator + 8811 86C732 Trio32, 86C764 Trio64, 86C765 Trio64V+ Rev 01 + 8812 86CM65? Aurora 64V+ + 8813 86C764 Trio64, 86C765 Trio64V+ Rev 03 + 8814 86C767 Trio 64UV+ + 8815 86CM66 Aurora128 + 883D 86C988 ViRGE/VX 3D GUI Accelerator + 8870 Fire GL + 8880 86C868 Vision 868 GUI Accelerator VRAM rev. 0 + 8881 86C868 Vision 868 GUI Accelerator VRAM rev. 1 + 8882 86C868 Vision 868 GUI Accelerator VRAM rev. 2 + 8883 86C868 Vision 868 GUI Accelerator VRAM rev. 3 + 88B0 86C928 Vision 928 GUI Accelerator VRAM rev. 0 + 88B1 86C928 Vision 928 GUI Accelerator VRAM rev. 1 + 88B2 86C928 Vision 928 GUI Accelerator VRAM rev. 2 + 88B3 86C928 Vision 928 GUI Accelerator VRAM rev. 3 + 88C0 86C864 Vision 864 GUI Accelerator DRAM rev. 0 + 88C1 86C864 Vision 864 GUI Accelerator DRAM rev. 1 + 88C2 86C864 Vision 864 GUI Accelerator DRAM rev. 2 + 88C3 86C864 Vision 864 GUI Accelerator DRAM rev. 3 + 88D0 86C964 Vision 964 GUI Accelerator VRAM rev. 0 + 88D1 86C964 Vision 964-P GUI Accelerator VRAM rev. 1 + 88D2 86C964 Vision 964-P GUI Accelerator DRAM rev 2 + 88D3 86C964 Vision 964-P GUI Accelerator VRAM rev. 3 + 88F0 86C968 Vision 968 GUI Accelerator VRAM rev. 0 + 88F1 86C968 Vision 968 GUI Accelerator VRAM rev. 1 + 88F2 86C968 Vision 968 GUI Accelerator VRAM rev. 2 + 88F3 86C968 Vision 968 GUI Accelerator VRAM rev. 3 + 8900 86C775 Trio64V2/DX + 8901 pci\ven_5333dev_8C2E&SUBSYS_00011179&REV_05\4&74C6 Trio64V2/DX-/GX Graphics Drivers + 8902 86C551 SMA Family + 8903 TrioV Family + 8904 86C365 Trio3D QFP, 86C366 Trio3D BGA + 8905 86c765 86C765 Trio64V+ compatible + 8906 86c765 86C765 Trio64V+ compatible + 8907 86c765 86C765 Trio64V+ compatible + 8908 9711 MCN74 86C765 Trio64V+ compatible + 8909 7699688 86C765 Trio64V+ compatible + 890A 0x00091011 86C765 Trio64V+ compatible + 890B 9726 c19394.00 86C765 Trio64V+ compatible + 890C 86C765 Trio64V+ compatible + 890D 86C765 Trio64V+ compatible + 890E 9711 MCN74 86C765 Trio64V+ compatible + 890F 86c765 86C765 Trio64V+ compatible + 8A01 86C375 ViRGE/DX, 86C385 ViRGE/GX + 8A10 86C357 ViRGE/GX2, 86C359 ViRGE/GX2+ + 8A11 86C359 ViRGE /GX2+ Macrovision + 8A12 86C359 ViRGE /GX2+ + 8A13 86C368 Trio3D2x & Trio3D2x+ AGP / Trio3D2x & Trio3D2x+ 8MB + 8A20 86C391 S3savage3D + 8A21 86C390 Savage3D/MV + 8A22 86C394/5/6/7/8 Savage4 LT/GT/Pro-M/Pro/Xtreme + 8A23 86C394-397 Savage 4 + 8A25 Savage4 ProSavage PM133 + 8A26 86C370/7 ProSavage + 8C00 85C260 ViRGE/M3 (ViRGE/MX) + 8C01 86C260 ViRGE/M5 (ViRGE/MX) + 8C02 86C240 ViRGE/MXC + 8C03 86C280 ViRGE/MX+ Macrovision + 8C10 86C270 Savage/MX,274 Savage/IX,290 Savage/MX+MV,294 Savage/IX+MV + 8C11 82C270-294 Savage/MX + 8C12 86C270/274/290/294 Savage MX/IX/MX+MV/IX+MV + 8C13 82C294 SAVAGE IX + 8C22 86C508 SuperSavage 128/MX + 8C24 SuperSavage MX/64 + 8C26 SuperSavage MX/64C + 8C2A 86C544 SuperSavage 128/IX + 8C2B 86C553 SuperSavage 128/IX DDR + 8C2C 86C564 SuperSavage/IX + 8C2D 86C573 SuperSavage/IX DDR + 8C2E 86C584 SuperSavage/IXC SDRAM + 8C2F 86C594 SuperSavage/IXC DDR + 8D01 82C380 Twister, 82C381 Twister T + 8D02 86c387 Twister K + 8D03 VT8751 ProSavageDDR P4M266 + 8D04 86C410 ProSavage DDR + 8E00 86C777 DeltaChromeS8, 86C787 DeltaChromeF1 + 8E01 86C732 DeltaChromeX9m + 8E10 GammaChromeS18 + 8E48 Chrome 20 Series + 9102 86c410 Inno Savage 2000 + CA00 86C617 SonicVibes PCI Audio Accelerator +5401 Ericsson + 0101 DSSS Wireless LAN PCI Card +5430 Evergreen Technologies Inc + 0100 AcceleraPCI Upgrade Card Adapter +544C Teralogic Inc + 0350 TL880-based HDTV/ATSC tuner +5455 Technische Universitaet Berlin + 4458 S5933 PCI to MyBus Bridge +5519 Cnet Technologies Inc +5544 Dunord Technologies + 0001 I-30xx Scanner Interface +5555 Genroco Inc. + 0003 VPI General Digital Video Component Digital Video OEM computer module +5654 VoiceTronix Pty Ltd + 3132 OpenSwitch12 +5700 Netpower +5851 Exacq Technologies +6356 UltraStor + 4002 ULTRA24 SCSI Host + 4102 ULTRA24 SCSI Host + 4202 ULTRA24 SCSI Host + 4302 ULTRA24 SCSI Host + 4402 ULTRA24 SCSI Host + 4502 ULTRA24 SCSI Host + 4602 ULTRA24 SCSI Host + 4702 ULTRA24 SCSI Host + 4802 ULTRA24 SCSI Host + 4902 ULTRA24 SCSI Host + 4A02 ULTRA24 SCSI Host + 4B02 ULTRA24 SCSI Host + 4C02 ULTRA24 SCSI Host + 4D02 ULTRA24 SCSI Host + 4E02 ULTRA24 SCSI Host + 4F02 ULTRA24 SCSI Host +6374 c't Magazin fuer Computertechnik + 6773 CT-GPPCI General Purpose PCI Interface +6409 Logitec Corp. +6666 Decision Computer International Co. + 0001 815 PCCOM4 + 0002 PCCOM8 + 0004 PCCOM2 + 0101 PCI 8255/8254 I/O Card +6809 Kurusugawa Electronics Industry Inc +7063 pcHDTV + 2000 HD-2000 + 3000 HD-3000 + 5500 HD5500 HDTV +7604 O.N. Electric Co. Ltd. +7747 DaoGuo Technology Co Ltd +7BDE Midac Corporation +7FED PowerTV +8001 Beyertone AG Germany +8008 Quancom Electronic GmbH + 0010 PWDOG1 Watchdog + 0011 PWDOG2 Watchdog2 + 0016 PROTO2 + 0100 PREL8 + 0102 PREL16 + 0103 POPTOREL16 + 0105 POPTO16IN + 0106 PTTL24IO + 0107 PUNIREL + 1000 PDAC4 + 1001 PAD12DAC4 + 1002 PAD16DAC4 + 1005 PAD12 + 1006 PAD16 + 3000 POPTOLCA + 3100 PCIPROTO + 3103 PCIOPTO16IO + 3104 PCIOPTOREL16 + 3203 PCIOPTO16IO/LC + 3204 PCIREL16 + 3301 PCITTL32IO + 3302 PCIGPIB +807D Asustek Computer Inc +8086 Intel Corporation + 0007 82379AB (??) + 0008 Extended Express System Support Controller + 0039 21145 Ethernet Adapter + 0122 82437FX 430FX (Triton) System Controller + 0309 80303 I/O Processor PCI-to-PCI Bridge Unit + 030D 80312 I/O Companion Unit PCI-to-PCI Bridge + 0318 80219 400 MHz Gen Purpose PCI Processor Address Translation Unit + 0319 80219 600 MHz Gen Purpose PCI Processor Address Translation Unit + 0326 6700/6702PXH I/OxAPIC Interrupt Controller A + 0327 6700PXH I/OxAPIC Interrupt Controller B + 0329 6700PXH PCI Express-to-PCI Express Bridge A + 032A 6700PXH PCI Express-to-PCI Express Bridge B + 032C 6702PXH PCI Express-to-PCI Express Bridge + 032D 41110 [Lanai-V] Serial to Parallel PCI Bridge - Single Segment Bridge + 0330 80332 [Dobson] I/O processor A-segment Bridge + 0331 80332 [Dobson] I/O processor A-segment IOAPIC + 0332 80332 [Dobson] I/O processor B-segment Bridge + 0333 80332 [Dobson] I/O processor B-segment IOAPIC + 0334 80332 [Dobson] I/O processor Address Translation Unit (ATU) + 0335 80331 [Lindsay] I/O processor PCI-X bridge + 0336 80331 [Lindsay] I/O processor Address Translation Unit (ATU) + 0340 41210 [Lanai] Serial to Parallel PCI Bridge A-segment Bridge + 0341 41210 [Lanai] Serial to Parallel PCI Bridge B-segment Bridge + 0370 80333 Segment-A PCI Express-to-PCI Express Bridge + 0371 80333 A-Bus IOAPIC + 0372 80333 Segment-B PCI Express-to-PCI Express Bridge + 0373 80333 B-Bus IOAPIC + 0374 80333 Address Translation Unit + 0482 82375MB PCI-EISA Bridge (PCEB) + 0483 82424TX/ZX (Saturn) Cache/DRAM Controller + 0484 82378ZB/IB,82379AB PCI to ISA Bridge, System I/O + 0486 82420EX/ZX 486 PCIset System, ISA Bridge & EIDE Controller + 04A3 82434LX/NX (Mercury/Neptune) Cache/DRAM Controller + 04D0 82437FX 430FX CPU to PCI Bridge + 0500 E8870 Processor Bus Controller + 0501 E8870 Memory Controller + 0502 E8870 Scalability Port 0 + 0503 E8870 Scalability Port 1 / Global Performance Monitoring + 0510 E8870IO Hub Interface Port 0 (8-bit Compatibility) + 0511 E8870IO Hub Interface Port 1 + 0512 E8870IO Hub Interface Port 2 + 0513 E8870IO Hub Interface Port 3 + 0514 E8870IO Hub Interface Port 4 + 0515 E8870IO Server I/O Hub (SIOH) + 0516 E8870IO Reliabilty, Availability and Serviceability (RAS) + 0530 E8870SP Scalability Port 0 + 0531 E8870SP Scalability Port 1 + 0532 E8870SP Scalability Port 2 + 0533 E8870SP Scalability Port 3 + 0534 E8870SP Scalability Port 4 + 0535 E8870SP Scalability Port 5 + 0536 E8870SP Scalability Port Switch Global Registers + 0537 E8870SP Interleave Configuration Registers + 0600 Storage RAID Controller + 0601 RAID Controller + 061F 80303 I/O Processor + 0960 80960RP i960 RP Microprocessor/Bridge + 0962 80960RM/RN i960RM/RN Microprocessor/Bridge + 0964 80960RP i960 RP Microprocessor Bridge + 1000 82542 Gigabit Ethernet Controller + 1001 2572 10/100/1000 Ethernet Controller (Fiber) + 1002 Pro 100 LAN+Modem 56 CardBus II + 1004 82543GC Gigabit Ethernet Controller (Copper) + 1008 82544EI/GC Gigabit Ethernet Controller (Copper) + 1009 82544EI Gigabit Ethernet Controller (Fiber) + 100A 82540EM Gigabit Ethernet Controller + 100C 82543EI/GC Gigabit Ethernet Controller (Copper) + 100D 82544GC Gigabit Ethernet Controller (LOM) + 100E 82540EM Gigabit Ethernet Controller + 100F 82545EM Gigabit Ethernet Controller (copper) + 1010 82546EB Dual Port Gigabit Ethernet Controller (Copper) + 1011 82545EM Gigabit Ethernet Controller (Fiber) + 1012 82546EB Dual Port Gigabit Ethernet Controller (Fiber) + 1013 82541EI Gigabit Ethernet Controller (Copper) + 1014 82541ER Gigabit Ethernet Controller + 1015 82540EM Gigabit Ethernet Controller (LOM) + 1016 82540EP Gigabit Ethernet Controller (LOM) + 1017 82540EP Gigabit Ethernet Controller (LOM) + 1018 82541EI PRO/1000 MT Mobile connection + 1019 82547EI Gigabit Ethernet Controller (LOM) + 101A 82547EI Gigabit Ethernet Controller (LOM) + 101D 82546EB Dual Port Gigabit Ethernet Controller + 101E 82540EP Gigabit Ethernet Controller (Mobile) + 1026 82545GM Gigabit Ethernet Controller + 1027 82545GM Gigabit Ethernet Controller (Fiber) + 1028 82545GM Gigabit Ethernet Controller + 1029 82559 Fast Ethernet PCI/CardBus Controller + 1030 825593 PCI Networking device + 1031 82801CAM (ICH3) PRO/100 VE (LOM) Network Connection + 1032 82801CAM (ICH3) PRO/100 VE Network Connection + 1033 82801CAM (ICH3) PRO/100 VM Network Connection + 1034 82801CAM (ICH3) PRO/100 VM Network Connection + 1035 82801CAM (ICH3)/82562EH based Phoneline Network Connection + 1036 82801CAM (ICH3)/82562EH based Phoneline Network Connection + 1037 82801CAM (ICH3) Chipset Ethernet Controller + 1038 82801CAM (ICH3) PRO/100 VM (KM) Network Connection + 1039 82801DB/DBL (ICH4/ICH4-L) PRO/100 VE Network Connection + 103A 82801DB/DBL (ICH4/ICH4-L) PRO/100 VE Network Connection + 103B 82801DB/DBL (ICH4/ICH4-L) PRO/100 VM Network Connection + 103C 82801DB/DBL (ICH4/ICH4-L) PRO/100 VM Network Connection + 103D 82801DB (ICH4) PRO/100 VE Network Connection + 103E 82801DB (ICH4) PRO/100 VM Network Connection + 1040 536EP V.92 PCI (DSP) Data Fax Modem + 1042 PRO/Wireless 2011 LAN PCI Card + 1043 82801 Intel(R) PRO/Wireless 2100 LAN Card Driver + 1048 82597EX 10 Gigabit Ethernet Controller + 1049 82566MM Gigabit Network Connection + 104A 82566DM Gigabit Network Connection + 104B 82566DC Gigabit Network Connection + 104C 82562V 10/100 Network Connection + 104D 82566MC Gigabit Network Connection + 1050 82801EB/ER PRO/100 VE Network Connection + 1051 82801EB/ER (ICH5/ICH5R) PRO/100 VE Network Connection + 1052 82801EB/ER PRO/100 VM Network Connection + 1053 82801EB/ER PRO/100 VM Network Connection + 1054 82801EB/ER PRO/100 VE Network Connection (mobile) + 1055 82801EB/ER PRO/100 VM Network Connection (mobile) + 1056 PRO/100 VE Network Connection + 1057 PRO/100 VE Network Connection + 1059 82551QM Fast Ethernet PCI/CardBus Controller + 105B 82546GB Gigabit Ethernet Controller (Copper) + 105E PRO/1000 PT + 105F PRO/1000 PF + 1060 PRO/1000 PB + 1064 82562EZ PRO/100 Ethernet Controller + 1065 82562ET/EZ/GT/GZ PRO/100 VE Ethernet Controller + 1066 82562EM/EX/GX PRO/100 VM (LOM) Ethernet Controller + 1067 82562EM/EX/GX PRO/100 VM Ethernet Controller + 1068 82562ET/EZ/GT/GZ PRO/100 VE (LOM) Ethernet Controller Mobile + 1069 82562EM/EX/GX PRO/100 VM (LOM) Ethernet Controller Mobile + 106A 82562G\t PRO/100 VE (LOM) Ethernet Controller + 106B 82562G\t PRO/100 VE Ethernet Controller Mobile + 1075 82547EI Gigabit Ethernet Controller + 1076 82541EI Gigabit Ethernet Controller + 1077 82547EI Gigabit Ethernet Controller (Mobile) + 1078 82541ER Gigabit Ethernet Controller + 1079 82546EB Dual Port Gigabit Ethernet Controller + 107A 82546EB Dual Port Gigabit Ethernet Controller (Fiber) + 107B 82546EB Dual Port Gigabit Ethernet Controller (Copper) + 107C PRO/1000 GT + 107D PRO/1000 PT + 107E PRO/1000 PF + 107F PRO/1000 PB + 1080 0321CGEA04 FA82537EP + 1081 PRO/1000 EB Network Connection + 1082 PRO/1000 EB Server Connection + 1083 PRO/1000 EB Backplane Connection + 1084 Enterprise Southbridge IDE Redirection + 1085 Enterprise Southbridge Serial Port Redirection + 1086 Enterprise Southbridge IPMI/KCS0 + 1087 Enterprise Southbridge UHCI Redirection + 1089 Enterprise Southbridge BT + 108A PRO/1000 P + 108B PC82573V Intel network controller (PCIE Gigabit Ethernet) + 108C 82573E Intel Corporation 82573E Gigabit Ethernet Controller (Copper) + 108D Active Management Technology - IDE + 108E Active Management Technology - KCS + 108F Active Management Technology - SOL + 1091 PRO/100 VM Network Connection + 1092 82562GZ PRO/100 VE Network Controller + 1093 PRO/100 VM Network Connection + 1094 PRO/100 VE Network Connection + 1095 PRO/100 VE Network Connection + 1096 PRO/1000 EB Network Connection + 1097 PRO/1000 EB Server Connection + 1098 PRO/1000 EB Backplane Connection + 1099 82546GB Quad Port Server Adapter + 109A 82573L Intel PRO/1000 PL Network Adaptor + 109B 82546GB PRO/1000 GF Quad Port Server Adapter + 109E 82597-based CX4 10 Gigabit Adapter + 10A0 82571EB PRO/1000 AT Quad Port Bypass Adapter + 10A1 82571EB PRO/1000 AF Quad Port Bypass Adapter + 10A4 82571EB Gigabit Ethernet Controller + 10B0 82573L PRO/1000 PL Network Connection + 10B2 82573V PRO/1000 PM Network Connection + 10B3 82573E PRO/1000 PM Network Connection + 10B4 82573L PRO/1000 PL Network Connection + 10B5 82546GB PRO/1000 GT Quad Port Server Adapter + 10B9 82572EI PRO/1000 PT Desktop Adapter (Copper) + 10BA PRO/1000 EB1 Network Connection with I/O Acceleration + 10BB PRO/1000 EB1 Backplane Connection with I/O Acceleration + 10BC 82571EB Gigabit Ethernet Controller (Copper) + 10BD 82566DM-2 Gigabit Network Connection + 10C0 82562V-2 10/100 Network Connection + 10C2 82562G-2 10/100 Network Connection + 10C3 82562GT-2 10/100 Network Connection + 10C4 82562GT 10/100 Network Connection + 10C5 82562G 10/100 Network Connection + 1100 82815 815/E (Solano) Host to I/O Hub Bridge with 100MHz DRAM Controller + 1101 82815 815/E (Solano) PCI to AGP Bridge + 1102 82815 815/E (Solano) Internal GUI Accelerator + 1107 PRO/1000 MF Server Adapter (LX) + 1110 82815 815/E (Solano) Host to I/O Hub Bridge, AGP Not Implemented + 1112 82815 815/E (Solano) Internal GUI Accelerator + 1120 82815 815/E (Solano) Host to I/O Hub Bridge, AGP Implemented + 1121 82815 815/E (Solano) PCI to AGP Bridge + 1130 82815/EM/EP/P 815/EM/EP/P (Solano) Host to I/O Hub Bridge + 1131 82815/EM/EP/P 815/EM/EP/P (Solano) PCI to AGP Bridge + 1132 82815/EM/EP/P 815/EM/EP/P (Solano) Interal GUI Accelerator + 1161 82806AA PCI64 Hub Advanced Programmable Interrupt Controller + 1162 BECC XScale 80200 Companion Chip (FPGA by ADI Engineering Inc) + 1179 82546EB Dual Port Gigabit Ethernet Controller + 1200 IXP1200 Network Processor + 1209 8255xER/IT Fast Ethernet Controller + 1221 82092AA PCI to PCMCIA Bridge + 1222 82092AA EIDE Controller + 1223 SAA 7116 H Video Controller + 1225 82452KX/GX Orion Extended Express Processor to PCI Bridge + 1226 82596 EtherExpress PRO/10 + 1227 82865g EtherExpress PRO100 + 1228 EE PRO/100 Smart Intelligent 10/100 Fast Ethernet Adapter + 1229 82550/1/7/8/9 EtherExpress PRO/100(B) Ethernet Adapter + 122D 82437FX 430FX (Triton) Cache/DRAM Controller + 122E 82371FB PCI to ISA Bridge (Triton) + 1230 82338/82371FB PIIX PCI EIDE Controller + 1231 16345 DSVD Modem + 1234 82371MX 430MX Mobile Chipset MPIIX + EIDE + I/O + 1235 82437MX 430MX Mobile Chipset System Controller + 1237 82440/1FX 440FX (Natoma) System Controller + 1239 82371FB 430FX PCI EIDE Controller + 123B 82380PB PCI to PCI Docking Bridge + 123C 82380AB Mobile PCI-to-ISA Bridge (MISA) + 123D 683053 Programmable Interrupt Device + 123E 82466GX Integrated Hot-Plug Controller ("Hidden" mode) + 123F 82466GX Integrated Hot-Plug Controller (IHPC) + 1240 Intel752 AGP Graphics Accelerator + 124B 82380FB 380FB Mobile Chipset PCI Bridge + 1250 82430HX System Controller (TXC) + 12D8 92XX SIGMATEL STAC 92XX C-Major HD Audio + 1360 82806AA Hub Interface to PCI Bridge + 1361 82806AA PCI64 Hub Controller (HRes), APIC + 1460 82870P2 P64H2 PCI/PCI-X Hub Controller + 1461 P64H2 I/O Advanced Programmable Interrupt Controller + 1462 82870P2 P64H2 PCI/PCI-X Hot Plug Controller + 1960 80960RP i960RP Microprocessor + 1962 Windows 2003 Server Promise SuperTrak SX6000 (tm) IDE RAID Controller + 1A10 Celeron(tm) Processor to I/O Controller + 1A11 Celeron(tm) Processor to I/O Controller + 1A12 ??? Eicon DIVA Server Voice PRI 2.0 (PCI) + 1A13 ??? Eicon DIVA Server Voice PRI 2.0 (PCI) + 1A20 82840 840 (Carmel) Chipset + 1A21 82840 840 (Carmel) Chipset Host to I/O Hub Bridge (Dual CPU) + 1A22 82840 840 (Carmel) Chipset Host to I/O Hub Bridge (Quad CPU) + 1A23 82840 840 (Carmel) Chipset PCI to AGP Bridge + 1A24 82840 840 (Carmel) Chipset PCI Bridge (Hub B) + 1A30 82845G[GL/GV/GE/PE] Host-Hub Interface Bridge + 1A31 82845/E/MP/MZ Brookdale CPU to AGP Bridge + 1A38 5000 5000 Series Chipset DMA Engine + 1A48 82597-based 10 Gigabit Adapter + 1B48 82597-based 10 Gigabit Adapter + 2125 82801AB AC'97 Audio Controller + 2410 82801AA 8xx Chipset LPC Interface Bridge + 2411 82801AA IDE Controller (UltraATA/66) + 2412 82801AA 8xx Chipset USB Controllers + 2413 82801AA 8xx Chipset SMBus Controller + 2415 Intel 82801DBM IDE Controller (UltraATA/100) Aureal (AD1881 SOUNDMAX) Placa Măe Asaki P3-141 + 2416 82801AA 8xx Chipset AC'97 PCI Modem + 2418 82801AA 8xx Chipset Hub to PCI Bridge + 2420 82801AB 8xx Chipset LPC Interface Bridge + 2421 82801AB IDE Controller (UltraATA/33) + 2422 82801AB 8xx Chipset USB Controller + 2423 82801AB 8xx Chipset SMBus Controller + 2425 82801AB 8xx Chipset AC'97 Audio Controller + 2426 82801AB 8xx Chipset AC'97 PCI Modem + 2428 82801AB 8xx Chipset Hub to PCI Bridge + 2431 82810 pci bus + 2440 82801BA (ICH2) LPC Interface Controller + 2441 82801BA (ICH2) UltraATA/66 EIDE Controller + 2442 82801BA/BAM (ICH2/ICH2-M) USB Universal Host Controller + 2443 82801BA/BAM (ICH2/ICH2-M) SMBus Controller + 2444 82801BA/BAM (ICH2/ICH2-M) USB Universal Host Controller + 2445 82801BA/BAM (ICH2/ICH2-M) AC'97 Audio Controller + 2446 82801BA/BAM (ICH2/ICH2-M) AC'97 Modem Controller + 2448 82801BAM/CAM/DBM (ICH2-M/3-M/4-M) Hub Interface to PCI Bridge + 2449 82559ER 82559ER Integrated 10Base-T/100Base-TX Ethernet Controller + 244A 82801BAM (ICH2-M) UltraATA/100 IDE Controller + 244B 82801BA (ICH2) UltraATA/100 IDE Controller + 244C 82801BAM (ICH2-M) LPC Interface Controller + 244E 82801 Family (ICH2/3/4/4/5/5/6/7/8/9,63xxESB) Hub Interface to PCI Bridge + 2450 82801E PCI to ISA Bridge (LPC Bridge) + 2452 82801E USB Controller + 2453 82801E SMBus Controller + 2459 82562 based Fast Ethernet Connection + 245B 82801E EIDE Controller + 245D 82562 based Fast Ethernet Connection + 245E 82801E Hub Interface to PCI Bridge + 2480 82801CA/CAM (ICH3-S/ICH3-M) LPC Interface + 2481 82801CA (ICH3-S/ICH3-M) UltraATA/66 IDE Controller + 2482 82801CA/CAM (ICH3-S/ICH3-M) USB Controller #1 + 2483 82801CA/CAM (ICH3-S/ICH3-M) SMBus Controller + 2484 82801CA/CAM (ICH3-S/ICH3-M) USB Controller #2 + 2485 82801CA/CAM (ICH3-S/ICH3-M) AC'97 Audio Controller + 2486 82801CA/CAM (ICH3-S/ICH3-M) AC'97 Modem Controller + 2487 82801CA/CAM USB Controller #3 (ICH3-S/ICH3-M) + 248A 82801CAM (ICH3-M) UltraATA/100 EIDE Controller + 248B 82801CA (ICH3) UltraATA/100 EIDE Controller + 248C 82801CAM LPC Interface or ISA bridge: see Notes + 248D 82801(??) USB 2.0 Enhanced Host Controller w/HCReset Disabled + 24C0 82801DB/DBL (ICH4/ICH4-L) LPC Interface Bridge + 24C1 82801DBL (ICH4-L) IDE Controller + 24C2 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB UHCI Controller #1 + 24C3 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) SMBus Controller + 24C4 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB UHCI Controller #2 + 24C5 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) AC'97 Audio Controller + 24C6 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) AC'97 Modem Controller + 24C7 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB UHCI Controller #3 + 24CA 82801DBM (ICH4-M) UltraATA/100 EIDE Controller + 24CB 82801DB/DBL (ICH4/ICH4-L) UltraATA/100 EIDE Controller + 24CC 82801DBM (ICH4-M) LPC Interface Bridge + 24CD 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB 2.0 EHCI Controller + 24D0 82801EB/ER (ICH5/ICH5R) LPC Interface Bridge + 24D1 82801EB (ICH5) SATA Controller + 24D2 82801EB/ER (ICH5/ICH5R) USB UHCI Controller #1 + 24D3 82801EB/ER (ICH5/ICH5R) SMBus Controller + 24D4 82801EB/ER (ICH5/ICH5R) USB UHCI Controller #2 + 24D5 815B104D multimedia audio device (codec AC97) SoundMAX or VIA + 24D6 82801EB/ER (ICH5/ICH5R) AC'97 Modem Controller + 24D7 82801EB/ER (ICH5/ICH5R) USB UHCI Controller #3 + 24DB 82801EB/ER (ICH5/ICH5R) EIDE Controller + 24DC 82801EB LPC Interface Controller + 24DD 82801EB/ER (ICH5/ICH5R) USB 2.0 EHCI Controller + 24DE 82801EB/ER (ICH5/ICH5R) USB UHCI Controller #4 + 24DF 82801ER (ICH5R) SATA Controller + 2500 82820 Host-Hub Interface Bridge / DRAM Ctrlr + 2501 82820 820 (Camino) Chipset Host Bridge (MCH) (UP Only) + 2502 82820 + 2503 82820 + 2504 82820 + 250B 82820 820 (Camino) Chipset CPU Host Bridge (MCH) (RDRAM Only) + 250F 82820 820 (Camino) Chipset PCI to AGP Bridge + 2520 82805AA Memory Translator Hub (MTH) + 2521 82804AA Memory Repeater Hub for SDRAM (MRH-S) + 2530 82850/E Host-Hub Interface Bridge(A2 step) + 2531 82860 (860) CPU to I/O Hub Bridge (Interface A) + 2532 82850/850E/860 AGP Bridge + 2533 82860 (860) PCI Bridge (Hub Interface B) + 2534 82860 (860) PCI Bridge (Hub Interface C) + 2535 82860 (860) PCI Bridge + 2536 82860 (860) PCI Bridge + 2537 82850/82860 (850/860) ??? Controller + 2539 82860 (Quad Processor mode) + 2540 E7500 System Controller (MCH, Hub Interface A) + 2541 E7500 System Controller (MCH, Hub Interface A) Error Reporter + 2543 E7500/E7501 HI_B Virtual PCI-to-PCI Bridge + 2544 E7500/E7501 HI_B PCI-to-PCI Bridge Error Reporting + 2545 E7500/E7501 HI_C Virtual PCI-to-PCI Bridge + 2546 E7500/E7501 HI_C PCI-to-PCI Bridge Error Reporting + 2547 E7500/E7501 HI_D Virtual PCI-to-PCI Bridge + 2548 E7500/E7501 HI_D PCI-to-PCI Bridge Error Reporting + 254C E7501 Host Controller + 2550 E7505 Host Controller + 2551 E7205/E7505 Host RAS Controller + 2552 E7205/E7505 PCI-to-AGP Bridge + 2553 E7505 Hub Interface_B PCI-to-PCI Bridge + 2554 E7505 Hub Interface_B PCI to PCI Bridge Error Reporing + 255D E7205 Host Controller + 2560 82845G/GL/GV/GE/PE DRAM Controller / Host-Hub I/F Bridge + 2561 82845G/GL/GV/GE/PE Brookdale Host to AGP Bridge + 2562 82845G/GL/GV/GE/PE Integrated Graphics Device + 2570 82865G/PE/P, 82848P DRAM Controller / Host-Hub Interface + 2571 82865G/PE/P, 82848P PCI-to-AGP Bridge + 2572 82865G Integrated Graphics Device + 2573 82865G/PE/P, 82848P PCI-to-CSA Bridge + 2576 82865G/PE/P, 82848P Overflow Configuration + 2578 82875P/E7210 DRAM Controller / Host-Hub Interface + 2579 82875P PCI-to-AGP Bridge + 257B 82875P/E7210 PCI to CSA Bridge + 257E 82875P,E7210 PCU to I/O Memory Controller (Overflow Configuration) + 2580 82915G/GV/GL/P/PL/GL/910GE/GL Grantsdale Host Bridge/DRAM Controller + 2581 82915G/GV/GL/P/PL/GL/910GE/GL Grantsdale Host-PCIe Graphics Bridge + 2582 82915G/GV/GL, 82910GL Integrated Graphics Device + 2584 82925X/XE Host Bridge / DRAM Controller + 2585 82925X/XE Host-PCIe Graphics Bridge + 2588 E7221 Host Bridge/DRAM Controller + 2589 E7220/E7221 PCIe Root Port + 258A E7221 Integrated Graphics Controller + 2590 915GM Mobile Intel(R) 915GM/PM/GMS/910GML Express Processor to DRAM Controller + 2591 82915PM/GM PCIe Graphics Port + 2592 82915GM/GMS, 82910GML Integrated Graphics Device + 25A1 6300ESB LPC Inteface Controller + 25A2 6300ESB IDE Controller + 25A3 6300ESB Serial ATA Controller + 25A4 6300ESB SMBus Controller + 25A6 6300ESB AC'97 Audio Controller + 25A7 6300ESB AC'97 Modem Controller + 25A9 6300ESB USB 1.1 UHCI Controller #1 + 25AA 6300ESB USB 1.1 UHCI Controller #2 + 25AB 6300ESB Watchdog Timer + 25AC 6300ESB I/O Advanced Programmable Interrupt Controller + 25AD 6300ESB USB 2.0 EHCI Controller + 25AE 6300ESB Hub Interface to PCI-X Bridge + 25B0 6300ESB Serial ATA Controller (RAID mode) + 25C0 5000X Chipset Memory Controller Hub + 25D0 5000Z Chipset Memory Controller Hub + 25D4 5000V Chipset Memory Controller Hub + 25D8 5000P Chipset Memory Controller Hub + 25E2 5000 Series Chipset PCIe x4 Port 2 + 25E3 5000 Series Chipset PCIe x4 Port 3 + 25E4 5000 Series Chipset PCIe x4 Port 4 + 25E5 5000 Series Chipset PCIe x4 Port 5 + 25E6 5000 Series Chipset PCIe x4 Port 6 + 25E7 5000 Series Chipset PCIe x4 Port 7 + 25E8 5000 Series Chipset AMB Memory Mapped Registers + 25F0 5000 Series Chipset Error Reporting Registers + 25F1 5000 Series Chipset Reserved Registers + 25F3 5000 Series Chipset Reserved Registers + 25F5 5000 Series Chipset FBD Registers + 25F6 5000 Series Chipset FBD Registers + 25F7 5000 Series Chipset PCIe x8 Port 2-3 + 25F8 5000 Series Chipset PCIe x8 Port 4-5 + 25F9 5000 Series Chipset PCIe x8 Port 6-7 + 25FA 5000X Chipset PCIe x16 Port 4-7 + 2600 E8500/E8501 Hub Interface 1.5 + 2601 E8500/E8501 PCIe x4 Port D + 2602 E8500/E8501 PCIe x4 Port C0 + 2603 E8500/E8501 PCIe x4 Port C1 + 2604 E8500/E8501 PCIe x4 Port B0 + 2605 E8500/E8501 PCIe x4 Port B1 + 2606 E8500/E8501 PCIe x4 Port A0 + 2607 E8500/E8501 PCIe x4 Port A1 + 2608 E8500/E8501 PCIe x8 Port C + 2609 E8500/E8501 PCIe x8 Port B + 260A E8500/E8501 PCIe x8 Port A + 260C E8500/E8501 IMI Registers + 2610 E8500/E8501 Front Side Bus, Boot and Interrupt Registers + 2611 E8500/E8501 Address Mapping Registers + 2612 E8500/E8501 RAS Registers + 2613 E8500/E8501 Miscellaneous Registers + 2614 E8500/E8501 Miscellaneous Registers + 2615 E8500/E8501 Miscellaneous Registers + 2617 E8500/E8501 Debug Registers + 2618 E8500/E8501 Debug Registers + 2619 E8500/E8501 Debug Registers + 261A E8500/E8501 Debug Registers + 261B E8500/E8501 Debug Registers + 261C E8500/E8501 Debug Registers + 261D E8500/E8501 Debug Registers + 261E E8500/E8501 Debug Registers + 2620 E8500/E8501 XMB A/B/C/D Identification Registers + 2621 E8500/E8501 XMB A/B/C/D Miscellaneous Registers + 2622 E8500/E8501 XMB A/B/C/D Memory Interleaving Registers + 2623 E8500/E8501 XMB A/B/C/D DDR Initialization and Calibration Registers + 2624 E8500/E8501 XMB A/B/C/D Reserved + 2625 E8500/E8501 XMB A/B/C/D Reserved + 2626 E8500/E8501 XMB A/B/C/D Reserved + 2627 E8500/E8501 XMB A/B/C/D Reserved + 2640 82801FB/FR (ICH6/ICH6R) LPC Interface Bridge + 2641 82801FBM LPC Interface Bridge (ICH6-M) + 2642 82801FW/FRW (ICH6W/ICH6RW) LPC Interface Bridge + 2651 82801FB (ICH6) SATA Controller + 2652 82801FR/FRW (ICH6R/ICH6RW) SATA Controller + 2653 82801FBM (ICH6M) SATA Controller + 2658 82801FB/FR/FW/FRW USB UHCI Controller #1 + 2659 82801FB/FR/FW/FRW USB UHCI Controller #2 + 265A 82801FB/FR/FW/FRW USB UHCI Controller #3 + 265B 82801FB/FR/FW/FRW USB UHCI Controller #4 + 265C 82801FB/FR/FW/FRW USB 2.0 EHCI Controller + 2660 82801FB/FR/FW/FRW PCI Express Port 1 + 2662 82801FB/FR/FW/FRW PCI Express Port 2 + 2664 82801FB (ICH6) PCIe Root Port 3 + 2666 82801FB/FR/FW/FRW PCI Express Port 4 + 2668 11583659 Realtek High Definition Audio Controllers + 266A 82801FB (ICH6) SMBus Controller + 266C 82801FB/FR/FW/FRW LAN Controller + 266D Intel 82801DB Realtek ALC655 @ Intel 82801EB ICH5-M - AC'97 Audio Controller [B-1] PCI + 266E Intel Corporation 82830M/MG SDRAM Controller / Ho AC '97 Audio Controller/ Sigmatel (SoundMAX Integrated Digital Audio) + 266F 82801FB/FBM Ultra ATA Storage Controllers - 266F + 2670 631xESB/632xESB/3100 LPC Interface Controller + 2680 631xESB/632xESB/3100 Serial ATA Storage Controller + 2681 62089A2 LSI LOGIC, 62089A2, LSISAS1068 B0, T 0620, WE 119200.1 + 2682 Enterprise Southbridge SATA cc=RAID + 2683 Enterprise Southbridge SATA cc=RAID + 2688 631xESB/632xESB/3100 Chipset USB Universal Host Controller #1 + 2689 631xESB/632xESB/3100 Chipset USB Universal Host Controller #2 + 268A 631xESB/632xESB/3100 Chipset USB Universal Host Controller #3 + 268B 631xESB/632xESB/3100 Chipset USB Universal Host Controller #4 + 268C 631xESB/632xESB/3100 Chipset USB2 Enhanced Host Controller + 2690 631xESB/632xESB/3100 PCIe Root Port 1 + 2692 631xESB/632xESB/3100 PCIe Root Port 2 + 2694 631xESB/632xESB/3100 PCIe Root Port 3 + 2696 631xESB/632xESB/3100 PCIe Root Port 4 + 2698 Enterprise Southbridge AC'97 Audio + 2699 Enterprise Southbridge AC'97 Modem + 269A Enterprise Southbridge High Definition Audio + 269B 631xESB/632xESB/3100 SMBus Controller + 269E 631xESB/632xESB/3100 Ultra ATA Storage Controller + 2770 82945G/GZ/P/PL Host Bridge/DRAM Controller + 2771 82945G/GZ/P/PL Host to PCI Express Bridge + 2772 82945G Integrated Graphics Controller + 2774 82955X Memory Controller Hub + 2775 82955X PCIe Root Port + 2776 82945G Integrated Graphics Controller + 2778 E7230/3000/3010 Processor to I/O Controller + 2779 E7230/3000/3010 PCIe Root Port + 277A 82975X PCIe Root Port + 277C 82975X Intel 975X Express Chipset + 277D 82975X PCIe Root Port + 2780 82915G/GV/GL, 82910GL Integrated Graphics Device (Secondary) (??) + 2782 82915G Graphics device: 82915G/GV/910GL Express Chipset Family + 2790 82915GM/GMS, 82910GML Integrated Graphics Device (Secondary) (??) + 2792 Mobile 82915GLx/x/x Mobile Intel(R) 915GM/GMS/, 910GML Express Chipset Family + 27A0 955XM/945GM/PM/GMS/940GML Express Processor to DRAM Controller + 27A1 955XM/945GM/PM/GMS/940GML Express PCIe Root Port + 27A2 Mobile 945GM/GU Express Integrated Graphics Controller + 27A3 Intel Hardware Monitoring (Found on Apple Mac Family Computers) + 27A6 Mobile 945GM/GU Express Integrated Graphics Controller + 27B0 82801GH (ICH7DH) LPC Interface Controller + 27B1 82801GBM (ICH7) LPC Interface Controller + 27B8 945GL Intel 82801GB/GR (ICH7 Family) LPC Interface Controller - 27B8 + 27B9 82801GBM (ICH7-M) LPC Interface Controller + 27BD 82801GHM (ICH7-M DH) LPC Interface Controller + 27C0 82801GB/GR/GH (ICH7 Family) Serial ATA Storage Controller + 27C1 82801GB I/O Controller Hub SATA cc=AHCI + 27C3 Intel 945PL Intel MegaRAID Storage technology + 27C4 82801GBM/GHM (ICH7-M Family) Serial ATA Storage Controller + 27C5 82801GB Mobile I/O Controller Hub SATA cc=AHCI + 27C6 82801G (ICH7 Family) Serial ATA Storage Controller (RAID) + 27C8 82801G (ICH7 Family) USB Universal Host Controller + 27C9 82801G (ICH7 Family) USB Universal Host Controller + 27CA 82801G (ICH7 Family) USB Universal Host Controller + 27CB 82801G (ICH7 Family) USB Universal Host Controller + 27CC 82801G (ICH7 Family) USB 2.0 Enhanced Host Controller + 27D0 82801G (ICH7 Family) PCIe Root Port + 27D2 82801G (ICH7 Family) PCIe Root Port + 27D4 82801G (ICH7 Family) PCIe Root Port + 27D6 82801G (ICH7 Family) PCIe Root Port + 27D8 82801G (ICH7 Family) High Definition Audio + 27DA 82801G (ICH7 Family) SMBus Controller + 27DC Intel PRO/100 Intel(R) PRO/100 VE Network Connection + 27DD 82801GB I/O Controller Hub AC'97 Modem + 27DE 82801GB I/O Controller Hub AC'97 Audio + 27DF 82801G (ICH7 Family) Ultra ATA Storage Controller + 27E0 82801GR/GH/GHM (ICH7 Family) PCIe Root Port + 27E2 82801GR/GH/GHM (ICH7 Family) PCIe Root Port + 2810 82801HB/HR (ICH8/R) LPC Interface Controller + 2811 ICH8M (ICH8 Family) LPC Interface Controller + 2812 82801HH (ICH8DH) LPC Interface Controller + 2814 82801HO (ICH8DO) LPC Interface Controller + 2815 ICH8M-E (ICH8 Family) LPC Interface Controller + 2820 ICH8 4 port Serial ATA Storage Controller ? + 2821 ICH8R (ICH8 Family) SATA AHCI Controller + 2822 ICH8R/ICH9R (ICH8/9 Family) SATA RAID Controller + 2824 82801HR/HO/HH (ICH8R/DO/DH) SATA AHCI Controller + 2825 ? ICH8 2 port Serial ATA Storage Controller + 2828 ICH8M (ICH8 Family) 3 port SATA Controller + 2829 82801 Intel(R) 82801HEM/HBM SATA AHCI Controller + 282A Mobile SATA RAID Controller + 2830 82801H (ICH8 Family) USB UHCI #1 + 2831 82801H (ICH8 Family) USB UHCI #2 + 2832 82801H (ICH8 Family) USB UHCI #3 + 2834 82801H (ICH8 Family) USB UHCI #4 + 2835 82801H (ICH8 Family) USB UHCI #5 + 2836 82801H (ICH8 Family) USB2 EHCI #1 + 283A 81EC1043 (?) ICH8 Enhanced USB2 Enhanced Host Controller + 283E 82801H (ICH8 Family) SMBus Controller + 283F 82801H (ICH8 Family) PCIe Port 1 + 2841 82801H (ICH8 Family) PCIe Port 2 + 2843 82801H (ICH8 Family) PCIe Port 3 + 2845 82801H (ICH8 Family) PCIe Port 4 + 2847 82801H (ICH8 Family) PCIe Port 5 + 2849 82801H (ICH8 Family) PCIe Port 6 + 284B 82801H &SUBSYS_81EC1043&REV_02\3&11583659&0&D8 + 284F 82801H (ICH8 Family) Thermal Reporting Device + 2850 82801H (ICH8 Family) Ultra ATA Storage Controllers + 28B4 Management Engine Interface + 28C4 Management Engine Interface + 28D4 Management Engine Interface + 28E4 Management Engine Interface + 28F4 Management Engine Interface + 2910 82801IB/IR/IH (ICH9 Family) LPC Interface Controller + 2911 82801IB/IR/IH (ICH9 Family) Mobile LPC Interface Controller + 2912 82801IH (ICH9DH) LPC Interface Controller + 2913 82801IB/IR/IH (ICH9 Family) MDH LPC Interface Controller + 2914 82801IB/IR/IH (ICH9 Family) DO LPC Interface Controller + 2915 82801IB/IR/IH (ICH9 Family) MDO LPC Interface Controller + 2916 82801IR (ICH9R) LPC Interface Controller + 2918 82801IB (ICH9) LPC Interface Controller + 2920 82801IB/IR/IH (ICH9 Family) 4 port Serial ATA Storage Controller 1 + 2921 82801IB/IR/IH (ICH9 Family) 2 port Serial ATA Storage Controller 1 + 2922 82801IB/IR/IH (ICH9 Family) 6 port SATA AHCI Controller + 2923 82801IB/IR/IH (ICH9 Family) 4 port SATA AHCI Controller + 2925 82801IB/IR/IH (ICH9 Family) SATA RAID Controller + 2926 82801IB/IR/IH (ICH9 Family) 2 port Serial ATA Storage Controller 2 + 2928 82801IB/IR/IH (ICH9 Family) Mobile 2 port Serial ATA Storage Controller 1 + 2929 82801IB/IR/IH (ICH9 Family) Mobile SATA AHCI Controller + 292C 82801IB/IR/IH (ICH9 Family) Mobile SATA RAID Controller + 292D 82801IB/IR/IH (ICH9 Family) Mobile 2 port Serial ATA Storage Controller 2 + 292E 82801IB/IR/IH (ICH9 Family) Mobile 1 port Serial ATA Storage Controller 2 + 2930 82801IB/IR/IH (ICH9 Family) SMBus Controller + 2932 82801IB/IR/IH (ICH9 Family) Thermal Subsystem + 2934 82801IB/IR/IH (ICH9 Family) USB Universal Host Controller + 2935 82801IB/IR/IH (ICH9 Family) USB Universal Host Controller + 2936 82801IB/IR/IH (ICH9 Family) USB Universal Host Controller + 2937 82801IB/IR/IH (ICH9 Family) USB Universal Host Controller + 2938 82801IB/IR/IH (ICH9 Family) USB Universal Host Controller + 2939 82801IB/IR/IH (ICH9 Family) USB Universal Host Controller + 293A 82801IB/IR/IH (ICH9 Family) USB2 Enhanced Host Controller + 293B 82801IB/IR/IH (ICH9 Family) USB2 Enhanced Host Controller + 293C 82801IB/IR/IH (ICH9 Family) USB2 Enhanced Host Controller + 293D 82801IB/IR/IH (ICH9 Family) USB2 Enhanced Host Controller + 293E 82801IB/IR/IH (ICH9 Family) HD Audio Controller + 2940 82801IB/IR/IH (ICH9 Family) PCIe Root Port 1 + 2941 82801IB/IR/IH (ICH9 Family) PCIe Root Port 1 + 2942 82801IB/IR/IH (ICH9 Family) PCIe Root Port 2 + 2943 82801IB/IR/IH (ICH9 Family) PCIe Root Port 2 + 2944 82801IB/IR/IH (ICH9 Family) PCIe Root Port 3 + 2945 82801IB/IR/IH (ICH9 Family) PCIe Root Port 3 + 2946 82801IB/IR/IH (ICH9 Family) PCIe Root Port 4 + 2947 82801IB/IR/IH (ICH9 Family) PCIe Root Port 4 + 2948 82801IB/IR/IH (ICH9 Family) PCIe Root Port 5 + 2949 82801IB/IR/IH (ICH9 Family) PCIe Root Port 5 + 294A 82801IB/IR/IH (ICH9 Family) PCIe Root Port 6 + 294B 82801IB/IR/IH (ICH9 Family) PCIe Root Port 6 + 294C 82801IB/IR/IH (ICH9 Family) Gigabit Ethernet Controller + 2970 946GZ/PL/GL Processor to I/O Controller + 2971 946GZ/PL/GL PCIe Root Port + 2972 946GZ/GL Integrated Graphics Controller + 2973 946GZ/GL Integrated Graphics Controller + 2974 946GZ/GL HECI Controller + 2975 946GZ/GL HECI Controller + 2976 946GZ/GL PT IDER Controller + 2977 946GZ/GL KT Controller + 2980 Processor to I/O Controller + 2981 PCIe Root Port + 2982 G965 Graphics Media Accelerator + 2983 G965 Graphics Media Accelerator + 2987 Active Management Technology - SOL + 2990 Q963/Q965 Memory Controller Hub + 2991 Q963/Q965 PCIe Root Port + 2992 Q963/Q965 Integrated Graphics Controller + 2993 Q963/Q965 Integrated Graphics Controller + 2994 0x8086 Intel(R) Management Engine Interface + 2995 Q963/Q965 HECI Controller + 2996 Q963/Q965 PT IDER Controller + 2997 Q965/Q963 Intel PCI Serial Port + 29A0 ?(82P965) Intel P965/G965 Processor to I/O Controller + 29A1 ?(82Q965, 82G965, 82P965) Intel P965/G965 PCI Express Root Port + 29A2 G965 Integrated Graphics Controller + 29A3 G965 Integrated Graphics Controller + 29A4 P965/G965 HECI Controller + 29A5 P965/G965 HECI Controller + 29A6 P965/G965 PT IDER Controller + 29A7 P965/G965 KT Controller + 29B0 (??) DRAM Controller + 29B1 (??) PCIe Root Port + 29B2 (??) Integrated Graphics Controller + 29B3 (??) Integrated Graphics Controller + 29B4 (??) HECI Controller + 29B5 (??) HECI Controller + 29B6 (??) PT IDER Controller + 29B7 (??) Serial KT Controller + 29C0 (Bearlake) Processor to I/O Controller + 29C1 (Bearlake) PCIe Root Port + 29C2 (Bearlake) Integrated Graphics Controller + 29C3 (Bearlake) Integrated Graphics Controller + 29C4 (Bearlake) HECI Controller + 29C5 (Bearlake) HECI Controller + 29C6 (Bearlake) PT IDER Controller + 29C7 (Bearlake) Serial KT Controller + 29CF (Bearlake) Virtual HECI Controller + 29D0 (Bearlake) Processor to I/O Controller + 29D1 (Bearlake) PCIe Root Port + 29D2 (Bearlake) Integrated Graphics Controller + 29D3 (Bearlake) Integrated Graphics Controller + 29D4 (Bearlake) HECI Controller + 29D5 (Bearlake) HECI Controller + 29D6 (Bearlake) PT IDER Controller + 29D7 (Bearlake) Serial KT Controller + 29E0 (Bearlake) Processor to I/O Controller + 29E1 (Bearlake) PCIe Root Port + 29E4 (Bearlake) HECI Controller + 29E5 (Bearlake) HECI Controller + 29E6 (Bearlake) PT IDER Controller + 29E7 (Bearlake) Serial KT Controller + 29E9 (Bearlake) Host-Secondary PCIe Bridge + 29F0 (Bearlake) Processor to I/O Controller + 29F1 (Bearlake) PCIe Root Port 1 + 29F4 (Bearlake) Server HECI Controller + 29F5 (Bearlake) Server HECI Controller + 29F6 (Bearlake) Server PT IDER Controller + 29F7 (Bearlake) Server Serial KT Controller + 29F9 (Bearlake) PCIe Root Port 2 + 2A00 Mobile PM965/GM965/GL960 Express Processor to DRAM Controller + 2A01 Mobile PM965/GM965/GL960 Express PCIe Root Port + 2A02 Mobile 965 Express Integrated Graphics Controller + 2A03 Mobile 965 Express Integrated Graphics Controller + 2A04 Mobile HECI Controller + 2A05 Mobile HECI Controller + 2A06 Mobile PT IDER Controller + 2A07 Mobile KT Controller + 3092 SRCU32 I2O 1.5 RAID Controller + 3200 31244 PCI-X to Serial ATA Controller + 3340 82855PM Processor to I/O Controller + 3341 82855PM Processor to AGP Controller + 3342 82855PM Power Management + 348D 82541EI Gigabit Ethernet Controller + 3500 631xESB/632xESB PCIe Upstream Port + 3501 6310ESB PCIe Upstream Port + 3504 631xESB/632xESB I/OxAPIC Interrupt Controller + 3505 6310ESB I/OxAPIC Interrupt Controller + 350C 631xESB/632xESB PCIe to PCI-X Bridge + 350D 6310ESB PCIe to PCI-X Bridge + 3510 631xESB/632xESB PCIe Downstream Port E1 + 3511 6310ESB PCIe Downstream Port E1 + 3514 631xESB/632xESB PCIe Downstream Port E2 + 3515 6310ESB PCIe Downstream Port E2 + 3518 631xESB/632xESB PCIe Downstream Port E3 + 3519 6310ESB PCIe Downstream Port E3 + 3575 82830[MP] Host-Hub I/F Bridge / SDRAM Controller + 3576 82830M/MP CPU to AGP Bridge + 3577 82830M/MG Integrated Graphics Device + 3578 82830[MP] CPU to I/O Bridge + 3579 82835 SDRAM Controlller / Host-Hub Interface Bridge + 357B 82835 Integrated Graphics Device + 3580 82852GM/GME/GMV/PM, 855GM/GME Montara Host-Hub Interface Bridge + 3581 82852GME/PM Montara Virtual PCI to AGP Bridge + 3582 82852GM/GME/GMV/PM, 855GM/GME Montara Integrated Graphics Device + 3584 82852GM/GME/GMV/PM, 855GM/GME Montara System Memory Controller + 3585 82852GM/GME/GMV/PM, 855GM/GME Montara Configuration Process + 3590 E7520 Server Memory Controller Hub + 3591 E752x Memory Controller Hub Error Reporting Registers + 3592 E732x Server Memory Controller Hub + 3593 E752x Memory Controller Hub Error Reporting Registers + 3594 E752x Memory Controller Hub DMA Controller + 3595 E752x Memory Controller Hub PCIe Port A0 + 3596 E752x Memory Controller Hub PCIe Port A1 + 3597 E752x Memory Controller Hub PCIe Port B0 + 3598 E752x Memory Controller Hub PCIe Port B1 + 3599 E752x Memory Controller Hub PCIe Port C0 + 359A E752x Memory Controller Hub DMA Controller + 359B E752x Memory Controller Hub Extended Configuration Registers + 359E E7525 Workstation Memory Controller Hub + 35B0 3100 Chipset Memory I/O Controller Hub + 35B1 3100 Chipset DRAM Controller Error Reporting Registers + 35B5 3100 Chipset Enhanced DMA Controller + 35B6 3100 Chipset PCIe Port A + 35B7 3100 Chipset PCIe Port A1 + 35C8 3100 Chipset Extended Configuration Test Overflow Registers + 3600 (Caneland) Memory Controller Hub + 3604 (Caneland) PCIe Port 1 + 3605 (Caneland) PCIe Port 2 + 3606 (Caneland) PCIe Port 3 + 3607 (Caneland) PCIe Port 4 + 3608 (Caneland) PCIe Port 5 + 3609 (Caneland) PCIe Port 6 + 360A (Caneland) PCIe Port 7 + 360B PCI\VEN_8086&DEV_2448&SUBSYS_00000000&REV881\3&18d who knows&erka + 360C (Caneland) FSB Registers + 360D (Caneland) Snoop Filter Registers + 360E (Caneland) Debug and Miscellaneous Registers + 360F (Caneland) FBD Branch 0 Registers + 3610 (Caneland) FBD Branch 1 Registers + 4000 Creatix V.90 HaM Modem + 4008 (??) Memory Controller Hub + 4010 (??) Memory Controller Hub + 4021 (??) PCIe Port 1 + 4022 (??) PCIe Port 2 + 4023 (??) PCIe Port 3 + 4024 (??) PCIe Port 4 + 4025 (??) PCIe Port 5 + 4026 (??) PCIe Port 6 + 4027 (??) PCIe Port 7 + 4028 (??) PCIe Port 8 + 4029 (??) PCIe Port 9 + 402D (??) IBIST Registers + 402E (??) IBIST Registers + 402F (??) DMA/DCA Engine + 4030 (??) FSB Registers + 4032 (??) I/OxAPIC + 4035 (??) FBD Registers + 4036 (??) FBD Registers + 4220 MPCI3B driverIntel PRO/Wireless 2200BG + 4222 10418086 Intel 3945ABG Wireless LAN controller + 4223 2915ABG Intel (R) PRO/Wireless 2200BG Network Connection, (R) PRO/Wireless 2915ABG Network Connection + 4224 Intel Pro Wireless 2915ABG 802.11a/b/g WLan adapter + 4227 PRO/Wireless 3945ABG Network Connection + 4228 PRO/Wireless 3965ABG Network Connection + 4229 Intel 4965AGN Intel® Wireless WiFi Link 4965AGN(supporting 802.11a/b/g/Draft-N) + 422D Intel 4965AGN Intel® Wireless WiFi Link 4965AGN + 4230 Intel 4965AGN Intel® Wireless WiFi Link 4965AGN + 4233 Intel 4965AGN Intel® Wireless WiFi Link 4965AGN + 5001 PRO/DSL 2100 Modem - PPP + 5005 PRO/DSL 2200 Modem - PPPoA + 5200 EtherExpress PRO/100 Server PCI to PCI Bridge + 5201 EtherExpress PRO/100 Server Ethernet Adapter + 5309 80303 I/O Processor Address Translation Unit + 530D 80312 I/O Companion Unit Address Translation + 5378 GW80314 I/O Companion Chip (with SRAM) + 5379 GW80314 I/O Companion Chip (without SRAM) + 537C 31154 133MHz PCI-X to PCI-X Bridge + 65E0 (??) Memory Controller Hub + 65E2 (??) PCIe x4 Port 2 + 65E3 (??) PCIe x4 Port 3 + 65E4 (??) PCIe x4 Port 4 + 65E5 (??) PCIe x4 Port 5 + 65E6 (??) PCIe x4 Port 6 + 65E7 (??) PCIe x4 Port 7 + 65F0 (??) FSB Registers + 65F1 (??) Reserved Registers + 65F3 (??) Reserved Registers + 65F5 (??) DDR Channel 0 Registers + 65F6 (??) DDR Channel 1 Registers + 65F7 (??) PCIe x8 Port 2-3 + 65F8 (??) PCIe x8 Port 4-5 + 65F9 (??) PCIe x8 Port 6-7 + 65FA (??) PCIe x16 Port 4-7 + 65FF (??) DMA Engine + 6960 EHCI 960 emulator + 7000 82371SB PIIX3 PCI-to-ISA Bridge (Triton II) + 7010 82371SB PIIX3 IDE Interface (Triton II) + 7020 82371SB PIIX3 USB Host Controller (Triton II) + 7030 82437VX 430VX System Controller + 7050 Intercast Video Capture Card + 7051 PB 642365-003 Intel Business Video Conferencing Card + 7100 82439TX System Controller (MTXC), part of 430TX chipset + 7110 82371AB/EB/MB PIIX4/4E/4M ISA Bridge + 7111 82371AB/EB/MB PIIX4/4E/4M IDE Controller + 7112 82371AB/EB/MB PIIX4/4E/4M USB Interface + 7113 82371AB/EB/MB PIIX4/4E/4M Power Management Controller + 7120 82810 Host-Hub Interface Bridge / DRAM Ctrlr + 7121 82810 810 Chipset Graphics Controller + 7122 82810-DC100 Host-Hub Interface Bridge / DRAM Ctrlr + 7123 82810-DC100 Intel® 82810 Graphics Controller + 7124 82810E 810e Host-Hub Interface and Memory Controller + 7125 82810E Intel Direct AGP 810 Chipset + 7126 82810 810 Chipset Host Bridge and Memory Controller Hub + 7127 82810E 810 Chipset Graphics Controller (at 133MHz) + 7128 82810-M DC-100 810 Chipset Host Bridge and Graphics Controller + 712A 82810-M DC-133 810 Chipset Host Bridge and Graphics Controller + 7180 Intel 82801(r) AAA AC'97 Audio Device Host/PCI bridge in 440LX/EX AGP chipset + 7181 82443 ex/lx AGP device in 440LX/EX AGP chipset + 7182 440LX/EX intel + 7190 82443BX/ZX 440BX/ZX CPU to PCI Bridge (AGP Implemented) + 7191 82443BX/ZX 440BX/ZX AGPset PCI-to-PCI bridge + 7192 82443BX/ZX 440BX/ZX CPU to PCI Bridge (AGP Not Implemented) + 7194 82440MX CPU to I/O Controller + 7195 82440MX AC'97 Audio Controller + 7196 82440 - 443MX AC97 Modem Controller (Winmodem) + 7198 82443MX PCI to ISA Bridge + 7199 82443MX EIDE Controller + 719A 82443MX USB Universal Host Controller + 719B 82443MX Power Management Controller + 71A0 82443GX 440GX CPU to PCI Bridge (AGP Implemented) + 71A1 82443GX 440GX PCI to AGP Bridge + 71A2 82443GX 440GX CPU to PCI Bridge (AGP Not Implemented) + 7221 82810 graphics device + 7600 82472FB/82468GX PCI to ISA/LPC Bridge + 7601 82472FB/82468GX PCI EIDE Controller + 7602 82472FB/82468GX USB Universal Host Controller + 7603 82472FB/82468GX System Management Bus Controller + 7605 82372FB IEEE1394 OpenHCI Host Controller + 7800 Intel740 AGP Graphics Accelerator + 8002 Trusted Execution Technology + 8086 sldajfoiasjlk lsdurjlk + 84C4 82454KX/GX 450KX/GX Orion System Controller + 84C5 82453KX/GX 450KX/GX Memory Controller (Orion) + 84CA 82451NX 450NX PCIset Memory & I/O Controller + 84CB 82454NX/82467GX 450NX PCI Expander Bridge + 84E0 82460GX 460GX System Address Controller + 84E1 82460GX 460GX System Data Controller + 84E2 82460GX 460GX AGP Bridge (GXB Function 2) + 84E3 82460GX 460GX Memory Address Controller + 84E4 82460GX 460GX Memory Data Controller + 84E6 82466GX 460GX Wide and fast PCI eXpander Bridge + 84EA 82460GX 460GX AGP Bridge (GXB Function 1) + 8500 IXP4XX - Intel Network Processor family. IXP420, IXP421, IXP422, IXP425 and IXC1100 + 85A1 6300ESB LPC Bridge + 85A2 6300ESB IDE Controller + 85A3 6300ESB Serial ATA Controller + 85A4 6300ESB SMBus Controller + 85A6 6300ESB AC'97 Audio Controller + 85A7 6300ESB AC'97 Modem Controller + 85A9 6300ESB USB 1.1 UHCI Controller #1 + 85AA 6300ESB USB 1.1 UHCI Controller #2 + 9000 IXP2000 Family Network Processor + 9001 IXP2400 Network Processor + 9002 IXP2300 Network Processor + 9004 IXP2800 Network Processor + 9620 I2O RAID PCI to PCI Bridge + 9621 SRCU21 I2O 1.5 RAID Controller (F/W<6.0) + 9622 SRCUxx I2O 1.5 RAID Controller (F/W<6.0) + 9641 SRCU31 I2O 1.5 RAID Controller (F/W<6.0) + 96A1 SRCU31L I2O 1.5 RAID Controller (F/W<6.0) + 9874 AC97 AUDIO CONTROLLER + 9876 i845 intel brokdale + A01F PRO/10GbE LR Server Adapter retail verson + A11F PRO/10GbE LR Server Adapter OEM version + B152 S21152BB PCI to PCI Bridge + B154 S21152BA,S21154AE/BE PCI to PCI Bridge + B555 21555 Non-Transparent PCI-to-PCI Bridge + FFFF 82450KX/GX Orion Cache/DRAM Controller (Buggy ID) +8384 Sigmatel Inc (??) +8401 TRENDware International Inc +8800 Trigem Computer + 2008 Video assistent component +8866 T-Square Design Inc. + 1689 T2-MP3-001 MP3 player/FM radio/voice recorder 256 Mo flash +8888 Silicon Magic Corp +8912 TRX +8E0E Computone Corporation +8E2E KTI + 3000 ET32/Px Ethernet Adapter +9004 Adaptec Inc + 0078 aic-7880p AHA-2940UW/CN + 1078 AIC-7810C RAID Coprocessor + 1160 AIC-1160 Family Fibre Channel Adapter + 2178 AIC-7821 SCSI Host Adapter + 3860 AHA-2930CU PCI SCSI Controller + 3B78 AHA-4944W/4944UW QuadChannel Fast-Wide/Ultra-Wide Diff. SCSI Ctrlr + 5075 AIC-755x SCSI Controller + 5078 AVA-2902I/E,AVA-2904,AVA-2910 (AIC-7850P) Fast/Wide SCSI II + 5175 AIC-755x SCSI Controller + 5178 AIC-7850 Fast SCSI Controller + 5275 AIC-755x SCSI Controller + 5278 AIC-7850 Fast SCSI Controller + 5375 AIC-755x SCSI Controller + 5378 AIC-7850 Fast SCSI Controller + 5475 AIC-755x SCSI Controller + 5478 AIC-7850 Fast SCSI Controller + 5575 AVA-2930 SCSI Host Adapter + 5578 AIC-7855 Fast SCSI Controller + 5647 ANA-7711 TCP Offload Engine + 5675 AIC-755x SCSI Controller + 5678 AIC-7856 Fast SCSI Controller + 5775 AIC-755x SCSI Controller + 5778 AIC-7850 Fast SCSI Controller + 5800 AIC-5800 IEEE-1394 FireWire Controller + 5900 ANA-5910/5930/5940 ATM155 & 25 LAN Adapter + 5905 ANA-5910A/5930A/5940A ATM Adapter + 6038 AHA-2930C Ultra SCSI Adpater (VAR) + 6075 AIC-7560? CardBus Ultra SCSI Controller + 6078 AIC-7860 PCI SCSI Controller + 6178 AIC-7861 AHA-2940AU PCI SCSI Controller + 6278 AIC-7860 SCSI Controller + 6378 AIC-7860 SCSI Controller + 6478 AIC-786x SCSI Controller + 6578 AIC-786x SCSI Controller + 6678 AIC-786x SCSI Controller + 6778 AIC-786x SCSI Controller + 6915 ANA620xx/ANA69011A Fast Ethernet + 7078 AIC-7870 Fast and Wide SCSI Ctrlr + 7178 AHA-2940/2940W Fast/Fast-Wide SCSI Ctrlr + 7278 AHA-3940/3940W Multichannel Fast/Fast-Wide SCSI Ctrlr + 7378 AHA-3985 4 Channel RAID SCSI Host Adapter + 7478 AHA-2944/W SCSI Host Adapter + 7578 AHA-3944/3944W Multichannel Fast/Fast-Wide Diff. SCSI Ctrlr + 7678 AHA-4944W/4944UW QuadChannel Fast-Wide/Ultra-Wide Diff. SCSI Ctrlr + 7710 ANA-7711F Network Accelerator Card (NAC) - Optical + 7711 ANA-7711C Network Accelerator Card (NAC) - Copper + 7778 AIC-787x SCSI Controller + 7810 AIC-7810 Memory Controller IC + 7815 AIC-7515 RAID + Memory Controller IC + 7850 aic-7850 Fast/Wide SCSI-2 Controller + 7855 AHA-2930 Single channel SCSI Host Adapter + 7860 AIC-7860 based PCI SCSI Controller + 7870 AIC-7870 Fast/Wide SCSI-2 Controller + 7871 AHA-2940 Fast/Wide SCSI Host Adapter + 7872 AHA-3940 Dual-Channel FAST/Wide SCSI Host Adapter + 7873 AHA-3985 4 Channel RAID SCSI Host Adapter (AIC-7873) + 7874 aha 2944 Differential SCSI + 7880 AIC-7880P Ultra/Ultra Wide SCSI Chipset + 7890 AIC-7890 SCSI controller + 7891 AIC-789x SCSI controller + 7892 AIC-789x SCSI controller + 7893 AIC-7895C SCSI Controller + 7894 AIC-789x SCSI controller + 7895 AIC-7895 Ultra-Wide SCSI Ctrlr on AHA-2940 AHA-394x + 7896 AIC-789x SCSI controller + 7897 AIC-789x SCSI controller + 8078 AIC-7880P Ultra/Ultra Wide SCSI Chipset + 8178 AHA-2940U/UW/2940D Ultra/Ultra Wide/Dual SCSI Host Adapter + 8278 AHA-3940U/UW/UWD Ultra/Ultra Wide/Dual SCSI Host Adapter + 8378 AIC-7883U SCSI Controller + 8478 ADAPTEC 2940UW CN SCSI Ultra-Wide Diff. SCSI Ctrlr + 8578 AHA-3944U/3944UWD Fast-Wide/Ultra-Wide Diff. SCSI Ctrlr + 8678 AHA-4944UW QuadChannel Ultra-Wide Diff. SCSI Ctrlr + 8778 AHA-2940UW Pro AIC-788x Ultra-Wide SCSI Controller + 8878 AHA-2930UW Ultra-Wide SCSI Controller + 8B78 ABA-1030 ABA + EC78 AHA-4944W/4944UW QuadChannel Fast-Wide/Ultra-Wide Diff. SCSI Ctrlr +9005 Adaptec Inc + 0010 AIC-7890AB scsi controller AHA-2940U2W/U2B,2950U2W Ultra2 SCSI + 0011 11111 AHA-2930U2 Ultra2 SCSI Host Adapter + 0013 AIC-7890/1 SCSI Host Adapter + 001F AHA-2940U2/AHA-2940U2W AIC-7890/1 Ultra2 SCSI Controller + 0020 AIC-789x SCSI Controller + 002F AIC-789x SCSI Controller + 0030 AIC-789x SCSI Controller + 003F AIC-789x SCSI Controller + 0050 AHA-3940U2x/AHA-3950U2x Ultra2 SCSI Controller + 0051 AHA-3950U2x Ultra2 SCSI Controller + 0053 AIC-7896 SCSI Controller + 005F AIC-7896/7 Ultra2 SCSI Controller + 0080 29160/N/LP Ultra160 (AIC-7892A) SCSI Host Adapter + 0081 19160 AIC-7892B Ultra160 SCSI Adapter + 0082 2915/2930LP PCI SCSI Controller + 0083 AIC-7892D Ultra160 SCSI Host Adapter + 008F AIC-7892 Ultra160 SCSI Host Adapter + 00C0 AHA-39160 (AIC-7899A) Ultra160 SCSI Host Adapter + 00C1 AIC-7899B Ultra160 SCSI Host Adapter + 00C3 AIC-7899D Ultra160 SCSI Host Adapter + 00C5 RAID Subsystem HBA + 00CF AIC-7899P Ultra160 SCSI Host Adapter + 0241 Serial ATA II RAID 1420SA + 0250 ServeRAID Controller + 0258 AAC-RAID Adaptec AAR-2410SA SATA 4-Port Raid + 0279 ServeRAID 6M + 0283 AAC-RAID + 0284 AAC-RAID + 0285 AAC-RAID RAID Controller + 0286 AAC-RAID (Rocket) + 0410 AIC-9410W SAS (Razor HBA RAID) + 0412 AIC-9410W SAS (Razor HBA non-RAID) + 0415 ASC-58300 SAS/SATA Controller + 0416 ASC-58300 SAS/SATA Controller + 041E AIC-9410W SAS (Razor ASIC non-RAID) + 041F AIC-9410W SAS (Razor ASIC RAID)=20 + 0430 AIC-9405W SAS (Razor-Lite HBA RAID) + 0432 AIC-9405W SAS (Razor-Lite HBA non-RAID) + 043E AIC-9405W SAS (Razor-Lite ASIC non-RAID)=20 + 043F AIC-9405W SAS (Razor-Lite ASIC RAID)=20 + 0500 Obsidian chipset SCSI controller + 0503 Scamp chipset SCSI controller + 0910 AUA-3100B + 091E AUA-3100B + 8000 ASC-29320A Ultra320 SCSI Controller + 800F AIC-7901 Ultra320 SCSI Controller + 8010 ASC-39320 Ultra320 SCSI Controller + 8011 ASC-39320D Ultra320 SCSI Controller + 8012 ASC-29320 Ultra320 SCSI Controller + 8013 ASC-29320B Ultra320 SCSI Controller + 8014 ASC-29320LP Ultra320 SCSI Controller + 8015 SCSI Card 39320 Ultra320 SCSI Controller + 8016 ASC-39320A Ultra320 SCSI Controller + 8017 ASC-29320ALP Ultra320 SCSI Controller + 801C AIC-????? Ultra320 SCSI Controller + 801D AIC-7902B Ultra320 SCSI Controller + 801E AIC-7901 Ultra320 SCSI Controller + 801F AIC-7902 Ultra320 SCSI Controller + 8080 ASC-29320A Ultra320 HostRAID Controller + 808F AIC-7901 Ultra320 HostRAID Controller + 8090 ASC-39320 HostRAID SCSI Controller + 8091 ASC-39320D HostRAID SCSI Controller + 8092 ASC-29320 HostRAID SCSI Controller + 8093 ASC-29320B HostRAID SCSI Controller + 8094 ASC-29320LP HostRAID SCSI Controller + 8095 ASC-39320 HostRAID SCSI Controller + 8096 ASC-39320A HostRAID SCSI Controller + 8097 ASC-29320ALP HostRAID SCSI Controller + 809C ASC-39320D HostRAID SCSI Controller + 809D AIC-7902B HostRAID SCSI Controller + 809E AIC-7901A HostRAID SCSI Controller + 809F AIC-7902B HostRAID SCSI Controller +907F Atronics + 2015 IDE-2015PL EIDE Controller +919A Gigapixel Corp +9412 Holtek + 6565 HT6565 PCI EIDE Controller +9699 Omni Media Technology Inc. +9710 MosChip Semiconductors (Was: Netmos Technology) + 7780 USB IRDA-port + 9250 MCS9250 PCI to PCI Bridge + 9705 Nm9705 Parallel Port Adapter + 9715 Nm9715 Dual Parallel Port Adapter + 9735 Nm9735 Single Parallel / Dual Serial Port Adapter + 9745 Nm9745 Dual UART and PCI-ISA Bridge + 9755 Nm9755 Parallel Port and PCI-ISA Bridge + 9805 Nm9805 Parallel Port Adapter + 9815 Nm9715CV Parallel/Serial Port Adapter + 9820 Nm9820 Single PCI UART + 9825 Nm9825 Single PCI UART + 9835 Nm9835 Parallel/Serial Port Adapter + 9845 Nm9845 Parallel/Serial Port Adapter + 9855 Nm9855 Parallel/Serial Port Adapter +9877 Pan Asia Superitendence Corp +9902 StarGen, Inc. + 0001 SG2010 PCI-to-PCI Bridge + 0002 SG2010 PCI to high speed serial bridge + 0003 SG1010 6 Port Serial Switch & PCI to PCI Bridge +A0A0 Aopen Inc. +A0F1 Unisys Corporation +A200 NEC Corp. +A259 Hewlett Packard +A25A Hewlett Packard Convex Division +A25B Hewlett Packard GmbH PL24-MKT +A304 Sony +A727 3com Corporation + 0013 3CRPAG175 Wireless PC Card +AA42 Scitex Digital Video + 03A3 9400-0931 CharKey +AAAA Parallels Software International Inc + 1112 PCI Tool Device + 1131 Parallels Video Driver +AC1E Digital Receiver Technology Inc +AC3D Actuality Systems +AECB Adrienne Electronics Corporation +B00C IC Book Labs + 001C IC80+PCI POST Diagnostics Card + 011C IC128 PCI Parallel Port Controller + 021C Gunboat x4 Quad PCI Serial Port Controller (Low Speed) + 031C Gunboat x4 Pro Quad PCI Serial Port Controller (High Speed) + 041C Ironclad x8 Octal PCI Serial Port Controller (Standard Speed) + 051C Ironclad x8 Pro Octal PCI Serial Port Controller (High Speed) + 061C IC138 PCI Parallel Port Controller + 081C Dreadnought x16 Pro 16-port PCI Serial Controller (High Speed) + 091C Dreadnought x16 Lite 16-port Serial Controller +B1B3 Shiva Europe Ltd. +B54B Contec Co Ltd +B894 Brown & Sharpe Mfg. Co. +BDBD Blackmagic Design + A106 Blackmagic DeckLink + A107 Blackmagic DeckLink + A108 Blackmagic DeckLink + A109 Blackmagic DeckLink + A10B Blackmagic DeckLink + A10C Blackmagic DeckLink + A10E Blackmagic DeckLink + A10F Blackmagic DeckLink + A112 Blackmagic DeckLink + A113 Blackmagic DeckLink + A114 Blackmagic DeckLink + A115 Blackmagic DeckLink +BEEF Mindstream Computing +C001 TSI Telsys +C0A9 Micron (Crucial Technology) +C0DE Motorola + 5600 62802 + C0DE 62802-51 oZ0030 +C0FE Motion Engineering Inc. +C622 Hudson Soft Co Ltd +CA50 Varian Australia Pty. Ltd. +CAFE Chrysalis-ITS +CCCC Catapult Communications +CDDD Tyxz Inc + 0101 DeepSea 1 High-Speed Stereo Vision Capture Card +D161 Digium, Inc + 0205 Wildcard TE205P + 0210 Wildcard TE210P + 0405 Wildcard TE405P Quad-Span togglable E1/T1/J1 card 5.0v + 0406 Wildcard TE406P Quad-Span togglable E1/T1/J1 echo cancellation card 5.0v + 0410 Wildcard TE410P Quad-Span togglable E1/T1/J1 card 3.3v + 0411 Wildcard TE411P Quad-Span togglable E1/T1/J1 echo cancellation card 3.3v + 2400 Wildcard TDM2400P +D4D4 Curtiss-Wright Controls Embedded Computing + 0601 PCI Mezzanine Card +D531 I+ME ACTIA GmBH +D841 Super PCI(??) +D84D Exsys +DC93 Dawicontrol +DEAD Indigita Corporation +DEAF Middle Digital, Inc + 9050 PC Weasel PCI VGA Device + 9051 PC Weasel PCI Serial Communication Device + 9052 PC Weasel PCI +E000 Winbond + E000 W89C940 Ethernet Adapter +E159 Tiger Jet Network Inc + 0001 Multiple devices use this ID: General Purpose I/O Controller + 0002 Tiger 100APC ISDN Chipset + 0600 Tiger 600 PCI-to-PCI Bridge +E4BF EKF Elektronik GMBH +EA01 Eagle Technology + 000A PCI-773 Temperature Card + 0032 PCI-730 & PC104P-30 Card + 003E PCI-762 Opto-Isolator Card + 0041 PCI-763 Reed Relay Card + 0043 PCI-769 Opto-Isolator Reed Relay Combo Card + 0046 PCI-766 Analog Output Card + 0052 PCI-703 Analog I/O Card + 0800 PCI-800 Digital I/O Card +EA60 RME + 9896 Digi32 + 9897 Digi32 Pro + 9898 Digi32/8 +EABB Aashima Technology B.V. +EACE Endace Measurement Systems Ltd. + 3100 DAG 3.10 OC-3/OC-12 + 3200 DAG 3.2x OC-3/OC-12 + 320E DAG 3.2E Fast Ethernet + 340E DAG 3.4E Fast Ethernet + 341E DAG 3.41E Fast Ethernet + 3500 DAG 3.5 OC-3/OC-12 + 351C DAG 3.5ECM Fast Ethernet + 4100 DAG 4.10 OC-48 + 4110 DAG 4.11 OC-48 + 4200 DAG 4.2 OC-48 + 420E DAG 4.2E Dual Gigabit Ethernet + 430E DAG 4.3E Dual Gigabit Ethernet +EC80 Belkin Corp + EC00 F5D6000 +ECC0 Echo Digital Audio Corporation + 0050 Gina24_301 + 0051 Gina24_361 + 0060 Layla24 + 0070 Mona_301_80 + 0071 Mona_301_66 + 0072 Mona_361 + 0080 Mia +EDD8 ARK Logic, Inc + A091 ARK1000PV Stingray GUI Accelerator + A099 ARK2000PV Stingray GUI Accelerator + A0A1 Stingray 64 ARK2000MT 64-bit GUI W/DCI Playback + A0A9 ARK2000MI Quadro645 GUI Accelerator + A0B1 ARK2000MI+ GUI Accelerator +F1D0 AJA Video + C0FE Xena HS/HD-R + C0FF Kona/Xena 2 + CAFE KONA SD SMPTE 259M I/O + CFEE Xena LS/SD-22-DA/SD-DA + DCAF Kona HD + DFEE Xena HD-DA + EFAC KONA SD SMPTE 259M I/O + FACD KONA HD SMPTE 292M I/O +F5F5 F5 Networks Inc. +FA57 Interagon AS (Was: Fast Search & Transfer ASA) + 0001 PMC Pattern Matching Chip +FEBD Ultraview Corp +FEDA Broadcom (Was: Epigram Inc; Bought out in 1999) + A0FA BCM4210 iLine10 HomePNA 2.0 + A10E BCM4230 iLine10 HomePNA 2.0 +FEDE Fedetec Inc + 0003 TABIC PCI v3 +FFFD XenSource Inc + 0101 PCI Event Channel Controller +FFFE VMWare Inc (Older Product Versions) + 0710 Virtual SVGA diff --git a/share/misc/scsi_modes b/share/misc/scsi_modes new file mode 100644 index 000000000000..687bcfa93533 --- /dev/null +++ b/share/misc/scsi_modes @@ -0,0 +1,358 @@ +# SCSI mode page data base. + +# Copyright (c) 1995 HD Associates +# Copyright (c) 2001 The FreeBSD Project +# (contact: dufault@hda.com) +# All rights reserved. +# +# Redistribution and use in source and binary forms, with or without +# modification, are permitted provided that the following conditions +# are met: +# 1. Redistributions of source code must retain the above copyright +# notice, this list of conditions and the following disclaimer. +# 2. Redistributions in binary form must reproduce the above copyright +# notice, this list of conditions and the following disclaimer in the +# documentation and/or other materials provided with the distribution. +# 3. The name of HD Associates +# may not be used to endorse or promote products derived from this software +# without specific prior written permission. +# +# THIS SOFTWARE IS PROVIDED BY HD ASSOCIATES ``AS IS'' AND +# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE +# ARE DISCLAIMED. IN NO EVENT SHALL HD ASSOCIATES BE LIABLE +# FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL +# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS +# OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) +# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY +# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF +# SUCH DAMAGE. +# +# $FreeBSD$ +# +# The ordering is alphabetical by page name, as it appears in the SCSI spec. + +# 'i' is a byte-sized integral types, followed by a field width of +# 1 through 4 (1 to 4 bytes). +# +# 'b' is a bit-sized integral type +# 't' is a bitfield type- followed by a bit field width +# +# 'c' values are character arrays +# 'z' values are null-padded strings +# +# +# '*' suppresses assignment (for 'seeking'). +# Bitfields are MSB to LSB. + + +# ALL DEVICE TYPES + +0x0a "Control Mode Page" { + {Reserved} *t7 + {RLEC} t1 + {Queue Algorithm Modifier} t4 + {Reserved} *t2 + {QErr} t1 + {DQue} t1 + {EECA} t1 + {Reserved} *t4 + {RAENP} t1 + {UAAENP} t1 + {EAENP} t1 + {Reserved} *i1 + {Ready AEN Holdoff Period} i2 +} + +0x02 "Disconnect-Reconnect Page" { + {Buffer Full Ratio} i1 + {Buffer Empty Ratio} i1 + {Bus Inactivity Limit} i2 + {Disconnect Time Limit} i2 + {Connect Time Limit} i2 + {Maximum Burst Size} i2 + {Reserved} *t6 + {DTDC} t2 + {Reserved} *i1 + {Reserved} *i1 + {Reserved} *i1 +} + +0x09 "Peripheral Device Page" { + {Interface Identifier} i2 + {Reserved} *i1 + {Reserved} *i1 + {Reserved} *i1 + {Reserved} *i1 +} + +0x1a "Power Control" { + {Reserved} *i1 + {Reserved} *t6 + {Idle} t1 + {Standby} t1 + {Idle Condition Timer} i4 + {Standby Condition Timer} i4 +} + +# DIRECT ACCESS DEVICES +0x08 "Caching Page" { + {IC} t1 + {ABPF} t1 + {CAP} t1 + {DISC} t1 + {SIZE} t1 + {WCE} t1 + {MF} t1 + {RCD} t1 + {Demand Retention Priority} t4 + {Write Retention Priority} t4 + {Disable Pre-fetch Transfer Length} i2 + {Minimum Pre-fetch} i2 + {Maximum Pre-fetch} i2 + {Maximum Pre-fetch Ceiling} i2 +} + +0x05 "Flexible Disk Page" { + {Transfer rate} i2 + {Number of heads} i1 + {Sectors per track} i1 + {Data bytes per sector} i2 + {Number of cylinders} i2 + {Starting cylinder-write precompensation} i2 + {Starting cylinder-reduced write current} i2 + {Drive step rate} i2 + {Drive step pulse width} i1 + {Head settle delay} i2 + {Motor on delay} i1 + {Motor off delay} i1 + {TRDY} t1 + {SSN} t1 + {MO} t1 + {Reserved} *t5 + {Reserved} *t4 + {SPC} t4 + {Write Compensation} i1 + {Head load delay} i1 + {Head unload delay} i1 + {Pin 34} t4 + {Pin 2} t4 + {Pin 4} t4 + {Pin 1} t4 + {Medium rotation rate} i2 + {Reserved} *i1 + {Reserved} *i1 +} + +0x03 "Format Device Page" { + {Tracks per Zone} i2 + {Alternate Sectors per Zone} i2 + {Alternate Tracks per Zone} i2 + {Alternate Tracks per Logical Unit} i2 + {Sectors per Track} i2 + {Data Bytes per Physical Sector} i2 + {Interleave} i2 + {Track Skew Factor} i2 + {Cylinder Skew Factor} i2 + {SSEC} t1 + {HSEC} t1 + {RMB} t1 + {SURF} t1 + {Reserved} *t4 +} + +0x0b "Medium Types Supported Page" { + {Reserved} *i1 + {Reserved} *i1 + {Medium type one supported} i1 + {Medium type two supported} i1 + {Medium type three supported} i1 + {Medium type four supported} i1 +} + +# Notch page (0x0c) +0x0c "Notch and Partition Page"; + +0x01 "Read-Write Error Recovery Page" { + {AWRE (Auto Write Reallocation Enbld)} t1 + {ARRE (Auto Read Reallocation Enbld)} t1 + {TB (Transfer Block)} t1 + {RC (Read Continuous)} t1 + {EER (Enable Early Recovery)} t1 + {PER (Post Error)} t1 + {DTE (Disable Transfer on Error)} t1 + {DCR (Disable Correction)} t1 + {Read Retry Count} i1 + {Correction Span} i1 + {Head Offset Count} i1 + {Data Strobe Offset Count} i1 + {Reserved} *i1 + {Write Retry Count} i1 + {Reserved} *i1 + {Recovery Time Limit} i2 +} + +0x04 "Rigid Disk Drive Geometry Page" { + {Number of Cylinders} i3 + {Number of Heads} i1 + {Starting Cylinder-Write Precompensation} i3 + {Starting Cylinder-Reduced Write Current} i3 + {Drive Step Rate} i2 + {Landing Zone Cylinder} i3 + {Reserved} *t6 + {RPL} t2 + {Rotational Offset} i1 + {Reserved} *i1 + {Medium Rotation Rate} i2 + {Reserved} *i1 + {Reserved} *i1 +} + +0x07 "Verify Error Recovery Page" { + {Reserved} *t4 + {EER} t1 + {PER} t1 + {DTE} t1 + {DCR} t1 + {Verify Retry Count} i1 + {Verify Correction Span} i1 + {Reserved} *i1 + {Reserved} *i1 + {Reserved} *i1 + {Reserved} *i1 + {Reserved} *i1 + {Verify Recovery Time Limit} i2 +} + +0x0E "CD-ROM Audio Control Parameters Page" { + {Reserved} *t5 + {Immed} t1 + {SOTC} t1 + {Reserved} *t1 + {Reserved} *i2 + {APRVal} t1 + {Reserved} *t3 + {Format of LBAs / sec.} t4 + {Logical Blocks per Second of Audio Playback} i2 + {Reserved} *t4 + {Output Port 0 Channel Selection} t4 + {Output Port 0 Volume} i1 + {Reserved} *t4 + {Output Port 1 Channel Selection} t4 + {Output Port 1 Volume} i1 + {Reserved} *t4 + {Output Port 2 Channel Selection} t4 + {Output Port 2 Volume} i1 + {Reserved} *t4 + {Output Port 3 Channel Selection} t4 + {Output Port 3 Volume} i1 +} + +# SEQUENTIAL ACCESS DEVICES +0x10 "Device Configuration Page" { + {Reserved} *t1 + {Change Active Partition} t1 + {Change Active Format} t1 + {Active Format} t5 + {Active Partition} i1 + {Write Buffer Full Ratio} i1 + {Write Buffer Empty Ratio} i1 + {Write Delay Time} i2 + {Data Buffer Recovery} t1 + {Block Identifiers Support} t1 + {Report Setmarks} t1 + {Automatic Velocity Control} t1 + {Stop on Consecutive Filemarks} t2 + {Recover Buffer Order} t1 + {Report Early-Warning} t1 + {Gap Size} i1 + {EOD Defined} t3 + {Enable EOD Generation} t1 + {Synchronize at Early-Warning} t1 + {Reserved} *t3 + {Buffer Size at Early-Warning} i3 + {Select Data Compression Algorithm} i1 + {Reserved} *t5 + {SCSI-3 Associated Write Protect} t1 + {SCSI-3 Persistent Write Protect} t1 + {SCSI-3 Permanent Write Protect} t1 +} + +0x0f "Data Compression Page" { + {Data Compression Enabled} t1 + {Date Compression Capable} t1 + {Reserved} *t6 + {Data Decompression Capable} t1 + {Data Decompression Report on Exception} t2 + {Reserved} *t5 + {Compression Algorithm} i4 + {Decompression Algorithm} i4 + {Reserved} *i4 +} + +# Removable devices +0x1b "Removable Block Access Capacities Page" { + {System Floppy Type Device} t1 + {Supports Reporting Format Progress} t1 + {Reserved} *t6 + {Non CD Optical Device} t1 + {Single or Multiple LUN Supported} t1 + {Reserved} *t3 + {Total Logical Units Supported} t3 + {Reserved} *i8 +} + +# CD-ROM (and CD-R[W]) devices +0x2a "CD capabilities and mechanical status page" { + {Reserved} *t4 + {Method 2} t1 + {CD-RW Read} t1 + {CD-R Read} t1 + {Reserved} *t4 + {Test Write} t1 + {CD-RW Write} t1 + {CD-R Write} t1 + {Reserved} *t1 + {Multi Session} t1 + {Mode 2 Form 2} t1 + {Mode 2 Form 1} t1 + {Digital Port (2)} t1 + {Digital Port (1)} t1 + {Composite} t1 + {Audio Play} t1 + {Read Bar Code} t1 + {UPC} t1 + {ISRC} t1 + {C2 Pointers are supported} t1 + {R-W De-interleaved & corrected} t1 + {R-W Supported} t1 + {CD-DA Stream is Accurate} t1 + {CD-DA Commands Supported} t1 + {Loading Mechanism Type} t3 + {Reserved} *t1 + {Eject} t1 + {Prevent Jumper} t1 + {Lock State} t1 + {Lock} t1 + {Reserved} *t4 + {S/W Slot Selection} t1 + {Changer Supports Disc Present reporting} t1 + {Separate Channel Mute Supported} t1 + {Separate volume levels per channel} t1 + {Maximum Read Speed Supported (kBps)} i2 + {Number of Volume Leves Supported} i2 + {Buffer Size supported by Drive (KB)} i2 + {Current Read Speed Selected (kBps)} i2 + {Reserved} *i1 + {Reserved} *t2 + {Length} t2 + {LSBF} t1 + {RCK} t1 + {BCK} t1 + {Reserved} *t1 + {Maximum Write Speed Supported (kBps)} i2 + {Current Write Speed Supported (kBps)} i2 +}; + +0x00 "Vendor-Specific"; diff --git a/share/misc/usb_hid_usages b/share/misc/usb_hid_usages new file mode 100644 index 000000000000..2e668365abfb --- /dev/null +++ b/share/misc/usb_hid_usages @@ -0,0 +1,1730 @@ +# $FreeBSD$ +# +# USB HID usage table +# Syntax: +# - lines that do not start with a white space give the number and name of +# a usage page. +# - lines that start with a white space give the number and name of +# a usage with the last given page. +# If the number is * then the line matches all usages and the name +# is a printf formatting string that will be given the usage number. +# +1 Generic Desktop + 0x00 Undefined + 0x01 Pointer + 0x02 Mouse + 0x03 Reserved + 0x04 Joystick + 0x05 Game Pad + 0x06 Keyboard + 0x07 Keypad + 0x08 Multi-axis Controller + 0x09 Tablet PC System Controls + 0x30 X + 0x31 Y + 0x32 Z + 0x33 Rx + 0x34 Ry + 0x35 Rz + 0x36 Slider + 0x37 Dial + 0x38 Wheel + 0x39 Hat Switch + 0x3A Counted Buffer + 0x3B Byte Count + 0x3C Motion Wakeup + 0x3D Start + 0x3E Select + 0x40 Vx + 0x41 Vy + 0x42 Vz + 0x43 Vbrx + 0x44 Vbry + 0x45 Vbrx + 0x46 Vno + 0x47 Feature Notification + 0x48 Resolution Multiplier + 0x80 System Control + 0x81 System Power Down + 0x82 System Sleep + 0x83 System Wake Up + 0x84 System Context Menu + 0x85 System Main Menu + 0x86 System App Menu + 0x87 System Menu Help + 0x88 System Menu Exit + 0x89 System Menu Select + 0x8A System Menu Right + 0x8B System Menu Left + 0x8C System Menu Up + 0x8D System Menu Down + 0x8E System Cold Restart + 0x8F System Warm Restart + 0x90 D-pad Up + 0x91 D-pad Down + 0x92 D-pad Right + 0x93 D-pad Left + 0xA0 System Dock + 0xA1 System Undock + 0xA2 System Setup + 0xA3 System Break + 0xA4 System Debugger Break + 0xA5 Application Break + 0xA6 Application Debugger Break + 0xA7 System Speaker Mute + 0xA8 System Hibernate + 0xB0 System Display Invert + 0xB1 System Display Internal + 0xB2 System Display External + 0xB3 System Display Both + 0xB4 System Display Dual + 0xB5 System Display Toggle Int/Ext + 0xB6 System Display Swap Primary/Secondary + 0xB7 System Display LCD Autoscale + +2 Simulation Controls + 0x00 Undefined + 0x01 Flight Simulation Device + 0x02 Automobile Simulation Device + 0x03 Tank Simulation Device + 0x04 Spaceship Simulation Device + 0x05 Submarine Simulation Device + 0x06 Sailing Simulation Device + 0x07 Motorcycle Simulation Device + 0x08 Sports Simulation Device + 0x09 Airplane Simulation Device + 0x0A Helicopter Simulation Device + 0x0B Magic Carpet Simulation Device + 0x0C Bicycle Simulation Device + 0x20 Flight Control Stick + 0x21 Flight Stick + 0x22 Cyclic Control + 0x23 Cyclic Trim + 0x24 Flight Yoke + 0x25 Track Control + 0x26 Reserved + 0xB0 Aileron + 0xB1 Aileron Trim + 0xB2 Anti-Torque Control + 0xB3 Autopilot Enable + 0xB4 Chaff Release + 0xB5 Collective Control + 0xB6 Dive Brake + 0xB7 Electronic Countermeasures + 0xB8 Elevator + 0xB9 Elevator Trim + 0xBA Rudder + 0xBB Throttle + 0xBC Flight Communication + 0xBD Flare Release + 0xBE Landing Gear + 0xBF Toe Brake + 0xC0 Trigger + 0xC1 Weapons Arm + 0xC2 Weapons Select + 0xC3 Wing Flaps + 0xC4 Accelerator + 0xC5 Brake + 0xC6 Clutch + 0xC7 Shifter + 0xC8 Steering + 0xC9 Turret Direction + 0xCA Barrel Elevation + 0xCB Dive Plane + 0xCC Ballast + 0xCD Bicycle Crank + 0xCE Handle Bars + 0xCF Front Brake + 0xD0 Rear Brake + +3 VR Controls + 0x00 Unidentified + 0x01 Belt + 0x02 Body Suit + 0x03 Flexor + 0x04 Glove + 0x05 Head Tracker + 0x06 Head Mounted Display + 0x07 Hand Tracker + 0x08 Oculometer + 0x09 Vest + 0x0A Animatronic Device + 0x20 Stereo Enable + 0x21 Display Enable + +4 Sports Controls + 0x00 Unidentified + 0x01 Baseball Bat + 0x02 Golf Club + 0x03 Rowing Machine + 0x04 Treadmill + 0x30 Oar + 0x31 Slope + 0x32 Rate + 0x33 Stick Speed + 0x34 Stick Face Angle + 0x35 Stick Heel/Toe + 0x36 Stick Follow Through + 0x37 Stick Tempo + 0x38 Stick Type + 0x39 Stick Height + 0x50 Putter + 0x51 1 Iron + 0x52 2 Iron + 0x53 3 Iron + 0x54 4 Iron + 0x55 5 Iron + 0x56 6 Iron + 0x57 7 Iron + 0x58 8 Iron + 0x59 9 Iron + 0x5A 10 Iron + 0x5B 11 Iron + 0x5C Sand Wedge + 0x5D Loft Wedge + 0x5E Power Wedge + 0x5F 1 Wood + 0x60 3 Wood + 0x61 5 Wood + 0x62 7 Wood + 0x63 9 Wood + +5 Game Controls + 0x00 Undefined + 0x01 3D Game Controller + 0x02 Pinball Device + 0x03 Gun Device + 0x20 Point of View + 0x21 Turn Right/Left + 0x22 Pitch Forward/Backward + 0x23 Roll Right/Left + 0x24 Move Right/Left + 0x25 Move Forward/Backward + 0x26 Move Up/Down + 0x27 Lean Right/Left + 0x28 Lean Forward/Backward + 0x29 Height of POV + 0x2A Flipper + 0x2B Secondary Flipper + 0x2C Bump + 0x2D New Game + 0x2E Shoot Ball + 0x2F Player + 0x30 Gun Bolt + 0x31 Gun Clip + 0x32 Gun Selector + 0x33 Gun Single Shot + 0x34 Gun Burst + 0x35 Gun Automatic + 0x36 Gun Safety + 0x37 Gamepad Fire/Jump + 0x39 Gamepad Trigger + +6 Generic Device Control + 0x00 Unidentified + 0x20 Battery Strength + 0x21 Wireless Channel + 0x22 Wireless ID + 0x23 Discover Wireless Control + 0x24 Security Code Character Entered + 0x25 Security Code Character Erased + 0x26 Security Code Cleared + +7 Keyboard + 0x00 Reserved (no event indicated) + 0x01 Keyboard ErrorRollOver + 0x02 Keyboard POSTFail + 0x03 Keyboard ErrorUndefined + 0x04 Keyboard a and A + 0x05 Keyboard b and B + 0x06 Keyboard c and C + 0x07 Keyboard d and D + 0x08 Keyboard e and E + 0x09 Keyboard f and F + 0x0A Keyboard g and G + 0x0B Keyboard h and H + 0x0C Keyboard i and I + 0x0D Keyboard j and J + 0x0E Keyboard k and K + 0x0F Keyboard l and L + 0x10 Keyboard m and M + 0x11 Keyboard n and N + 0x12 Keyboard o and O + 0x13 Keyboard p and P + 0x14 Keyboard q and Q + 0x15 Keyboard r and R + 0x16 Keyboard s and S + 0x17 Keyboard t and T + 0x18 Keyboard u and U + 0x19 Keyboard v and V + 0x1A Keyboard w and W + 0x1B Keyboard x and X + 0x1C Keyboard y and Y + 0x1D Keyboard z and Z + 0x1E Keyboard 1 and ! + 0x1F Keyboard 2 and @ + 0x20 Keyboard 3 and # + 0x21 Keyboard 4 and $ + 0x22 Keyboard 5 and % + 0x23 Keyboard 6 and ^ + 0x24 Keyboard 7 and & + 0x25 Keyboard 8 and * + 0x26 Keyboard 9 and ( + 0x27 Keyboard 0 and ) + 0x28 Keyboard Return (ENTER) + 0x29 Keyboard ESCAPE + 0x2A Keyboard DELETE (Backspace) + 0x2B Keyboard Tab + 0x2C Keyboard Spacebar + 0x2D Keyboard - and (underscore) + 0x2E Keyboard = and + + 0x2F Keyboard [ and { + 0x30 Keyboard ] and } + 0x31 Keyboard \ and | + 0x32 Keyboard Non-US # and ~ + 0x33 Keyboard ; and : + 0x34 Keyboard ' and " + 0x35 Keyboard Grave Accent and Tilde + 0x36 Keyboard , and < + 0x37 Keyboard . and > + 0x38 Keyboard / and ? + 0x39 Keyboard Caps Lock + 0x3A Keyboard F1 + 0x3B Keyboard F2 + 0x3C Keyboard F3 + 0x3D Keyboard F4 + 0x3E Keyboard F5 + 0x3F Keyboard F6 + 0x40 Keyboard F7 + 0x41 Keyboard F8 + 0x42 Keyboard F9 + 0x43 Keyboard F10 + 0x44 Keyboard F11 + 0x45 Keyboard F12 + 0x46 Keyboard PrintScreen + 0x47 Keyboard Scroll Lock + 0x48 Keyboard Pause + 0x49 Keyboard Insert + 0x4A Keyboard Home + 0x4B Keyboard PageUp + 0x4C Keyboard Delete Forward + 0x4D Keyboard End + 0x4E Keyboard PageDown + 0x4F Keyboard RightArrow + 0x50 Keyboard LeftArrow + 0x51 Keyboard DownArrow + 0x52 Keyboard UpArrow + 0x53 Keypad Num Lock and Clear + 0x54 Keypad / + 0x55 Keypad * + 0x56 Keypad - + 0x57 Keypad + + 0x58 Keypad ENTER + 0x59 Keypad 1 and End + 0x5A Keypad 2 and Down Arrow + 0x5B Keypad 3 and PageDn + 0x5C Keypad 4 and Left Arrow + 0x5D Keypad 5 + 0x5E Keypad 6 and Right Arrow + 0x5F Keypad 7 and Home + 0x60 Keypad 8 and Up Arrow + 0x61 Keypad 9 and PageUp + 0x62 Keypad 0 and Insert + 0x63 Keypad . and Delete + 0x64 Keyboard Non-US \ and | + 0x65 Keyboard Application + 0x66 Keyboard Power + 0x67 Keypad = + 0x68 Keyboard F13 + 0x69 Keyboard F14 + 0x6A Keyboard F15 + 0x6B Keyboard F16 + 0x6C Keyboard F17 + 0x6D Keyboard F18 + 0x6E Keyboard F19 + 0x6F Keyboard F20 + 0x70 Keyboard F21 + 0x71 Keyboard F22 + 0x72 Keyboard F23 + 0x73 Keyboard F24 + 0x74 Keyboard Execute + 0x75 Keyboard Help + 0x76 Keyboard Menu + 0x77 Keyboard Select + 0x78 Keyboard Stop + 0x79 Keyboard Again + 0x7A Keyboard Undo + 0x7B Keyboard Cut + 0x7C Keyboard Copy + 0x7D Keyboard Paste + 0x7E Keyboard Find + 0x7F Keyboard Mute + 0x80 Keyboard Volume Up + 0x81 Keyboard Volume Down + 0x82 Keyboard Locking Caps Lock + 0x83 Keyboard Locking Num Lock + 0x84 Keyboard Locking Scroll Lock + 0x85 Keypad Comma + 0x86 Keypad Equal Sign + 0x87 Keyboard International1 + 0x88 Keyboard International2 + 0x89 Keyboard International3 + 0x8A Keyboard International4 + 0x8B Keyboard International5 + 0x8C Keyboard International6 + 0x8D Keyboard International7 + 0x8E Keyboard International8 + 0x8F Keyboard International9 + 0x90 Keyboard LANG1 + 0x91 Keyboard LANG2 + 0x92 Keyboard LANG3 + 0x93 Keyboard LANG4 + 0x94 Keyboard LANG5 + 0x95 Keyboard LANG6 + 0x96 Keyboard LANG7 + 0x97 Keyboard LANG8 + 0x98 Keyboard LANG9 + 0x99 Keyboard Alternate Erase + 0x9A Keyboard SysReq/Attention + 0x9B Keyboard Cancel + 0x9C Keyboard Clear + 0x9D Keyboard Prior + 0x9E Keyboard Return + 0x9F Keyboard Separator + 0xA0 Keyboard Out + 0xA1 Keyboard Oper + 0xA2 Keyboard Clear/Again + 0xA3 Keyboard CrSel/Props + 0xA4 Keyboard ExSel + 0xB0 Keypad 00 + 0xB1 Keypad 000 + 0xB2 Thousands Separator + 0xB3 Decimal Separator + 0xB4 Currency Unit + 0xB5 Currency Sub-unit + 0xB6 Keypad ( + 0xB7 Keypad ) + 0xB8 Keypad { + 0xB9 Keypad } + 0xBA Keypad Tab + 0xBB Keypad Backspace + 0xBC Keypad A + 0xBD Keypad B + 0xBE Keypad C + 0xBF Keypad D + 0xC0 Keypad E + 0xC1 Keypad F + 0xC2 Keypad XOR + 0xC3 Keypad ^ + 0xC4 Keypad % + 0xC5 Keypad < + 0xC6 Keypad > + 0xC7 Keypad & + 0xC8 Keypad && + 0xC9 Keypad | + 0xCA Keypad || + 0xCB Keypad : + 0xCC Keypad # + 0xCD Keypad Space + 0xCE Keypad @ + 0xCF Keypad ! + 0xD0 Keypad Memory Store + 0xD1 Keypad Memory Recall + 0xD2 Keypad Memory Clear + 0xD3 Keypad Memory Add + 0xD4 Keypad Memory Subtract + 0xD5 Keypad Memory Multiply + 0xD6 Keypad Memory Divide + 0xD7 Keypad +/- + 0xD8 Keypad Clear + 0xD9 Keypad Clear Entry + 0xDA Keypad Binary + 0xDB Keypad Octal + 0xDC Keypad Decimal + 0xDD Keypad Hexadecimal + 0xE0 Keyboard LeftControl + 0xE1 Keyboard LeftShift + 0xE2 Keyboard LeftAlt + 0xE3 Keyboard Left GUI + 0xE4 Keyboard RightControl + 0xE5 Keyboard RightShift + 0xE6 Keyboard RightAlt + 0xE7 Keyboard Right GUI + +8 LEDs + 0x00 Undefined + 0x01 Num Lock + 0x02 Caps Lock + 0x03 Scroll Lock + 0x04 Compose + 0x05 Kana + 0x06 Power + 0x07 Shift + 0x08 Do Not Disturb + 0x09 Mute + 0x0A Tone Enable + 0x0B High Cut Filter + 0x0C Low Cut Filter + 0x0D Equalizer Enable + 0x0E Sound Field On + 0x0F Surround On + 0x10 Repeat + 0x11 Stereo + 0x12 Sampling Rate Detect + 0x13 Spinning + 0x14 CAV + 0x15 CLV + 0x16 Recording Format Detect + 0x17 Off-Hook + 0x18 Ring + 0x19 Message Waiting + 0x1A Data Mode + 0x1B Battery Operation + 0x1C Battery OK + 0x1D Battery Low + 0x1E Speaker + 0x1F Head Set + 0x20 Hold + 0x21 Microphone + 0x22 Coverage + 0x23 Night Mode + 0x24 Send Calls + 0x25 Call Pickup + 0x26 Conference + 0x27 Stand-by + 0x28 Camera On + 0x29 Camera Off + 0x2A On-Line + 0x2B Off-Line + 0x2C Busy + 0x2D Ready + 0x2E Paper-Out + 0x2F Paper-Jam + 0x30 Remote + 0x31 Forward + 0x32 Reverse + 0x33 Stop + 0x34 Rewind + 0x35 Fast Forward + 0x36 Play + 0x37 Pause + 0x38 Record + 0x39 Error + 0x3A Usage Selected Indicator + 0x3B Usage In Use Indicator + 0x3C Usage Multi Mode Indicator + 0x3D Indicator On + 0x3E Indicator Flash + 0x3F Indicator Slow Blink + 0x40 Indicator Fast Blink + 0x41 Indicator Off + 0x42 Flash On Time + 0x43 Slow Blink On Time + 0x44 Slow Blink Off Time + 0x45 Fast Blink On Time + 0x46 Fast Blink Off Time + 0x47 Usage Indicator Color + 0x48 Indicator Red + 0x49 Indicator Green + 0x4A Indicator Amber + 0x4B Generic Indicator + 0x4C System Suspend + 0x4D External Power Connected + +9 Button + 0x00 No Button Pressed + * Button %d + +10 Ordinal + 0x00 Reserved + * Instance %d + +11 Telephony + 0x00 Unassigned + 0x01 Phone + 0x02 Answering Machine + 0x03 Message Controls + 0x04 Handset + 0x05 Headset + 0x06 Telephony Key Pad + 0x07 Programmable Button + 0x20 Hook Switch + 0x21 Flash + 0x22 Feature + 0x23 Hold + 0x24 Redial + 0x25 Transfer + 0x26 Drop + 0x27 Park + 0x28 Forward Calls + 0x29 Alternate Function + 0x2A Line + 0x2B Speaker Phone + 0x2C Conference + 0x2D Ring Enable + 0x2E Ring Select + 0x2F Phone Mute + 0x30 Caller ID + 0x31 Send + 0x50 Speed Dial + 0x51 Store Number + 0x52 Recall Number + 0x53 Phone Directory + 0x70 Voice Mail + 0x71 Screen Calls + 0x72 Do Not Disturb + 0x73 Message + 0x74 Answer On/Off + 0x90 Inside Dial Tone + 0x91 Outside Dial Tone + 0x92 Inside Ring Tone + 0x93 Outside Ring Tone + 0x94 Priority Ring Tone + 0x95 Inside Ringback + 0x96 Priority Ringback + 0x97 Line Busy Tone + 0x98 Reorder Tone + 0x99 Call Waiting Tone + 0x9A Confirmation Tone 1 + 0x9B Confirmation Tone 2 + 0x9C Tones Off + 0x9D Outside Ringback + 0x9E Ringer + 0xB0 Phone Key 0 + 0xB1 Phone Key 1 + 0xB2 Phone Key 2 + 0xB3 Phone Key 3 + 0xB4 Phone Key 4 + 0xB5 Phone Key 5 + 0xB6 Phone Key 6 + 0xB7 Phone Key 7 + 0xB8 Phone Key 8 + 0xB9 Phone Key 9 + 0xBA Phone Key Star + 0xBB Phone Key Pound + 0xBC Phone Key A + 0xBD Phone Key B + 0xBE Phone Key C + 0xBF Phone Key D + +12 Consumer + 0x00 Unassigned + 0x01 Consumer Control + 0x02 Numeric Key Pad + 0x03 Programmable Buttons + 0x04 Microphone + 0x05 Headphone + 0x06 Graphic Equalizer + 0x20 +10 + 0x21 +100 + 0x22 AM/PM + 0x30 Power + 0x31 Reset + 0x32 Sleep + 0x33 Sleep After + 0x34 Sleep Mode + 0x35 Illumination + 0x36 Function Buttons + 0x40 Menu + 0x41 Menu Pick + 0x42 Menu Up + 0x43 Menu Down + 0x44 Menu Left + 0x45 Menu Right + 0x46 Menu Escape + 0x47 Menu Value Increase + 0x48 Menu Value Decrease + 0x60 Data On Screen + 0x61 Closed Caption + 0x62 Closed Caption Select + 0x63 VCR/TV + 0x64 Broadcast Mode + 0x65 Snapshot + 0x66 Still + 0x80 Selection + 0x81 Assign Selection + 0x82 Mode Step + 0x83 Recall Last + 0x84 Enter Channel + 0x85 Order Movie + 0x86 Channel + 0x87 Media Selection + 0x88 Media Select Computer + 0x89 Media Select TV + 0x8A Media Select WWW + 0x8B Media Select DVD + 0x8C Media Select Telephone + 0x8D Media Select Program Guide + 0x8E Media Select Video Phone + 0x8F Media Select Games + 0x90 Media Select Messages + 0x91 Media Select CD + 0x92 Media Select VCR + 0x93 Media Select Tuner + 0x94 Quit + 0x95 Help + 0x96 Media Select Tape + 0x97 Media Select Cable + 0x98 Media Select Satellite + 0x99 Media Select Security + 0x9A Media Select Home + 0x9B Media Select Call + 0x9C Channel Increment + 0x9D Channel Decrement + 0x9E Media Select SAP + 0xA0 VCR Plus + 0xA1 Once + 0xA2 Daily + 0xA3 Weekly + 0xA4 Monthly + 0xB0 Play + 0xB1 Pause + 0xB2 Record + 0xB3 Fast Forward + 0xB4 Rewind + 0xB5 Scan Next Track + 0xB6 Scan Previous Track + 0xB7 Stop + 0xB8 Eject + 0xB9 Random Play + 0xBA Select DisC + 0xBB Enter Disc + 0xBC Repeat + 0xBD Tracking + 0xBE Track Normal + 0xBF Slow Tracking + 0xC0 Frame Forward + 0xC1 Frame Back + 0xC2 Mark + 0xC3 Clear Mark + 0xC4 Repeat From Mark + 0xC5 Return To Mark + 0xC6 Search Mark Forward + 0xC7 Search Mark Backwards + 0xC8 Counter Reset + 0xC9 Show Counter + 0xCA Tracking Increment + 0xCB Tracking Decrement + 0xCC Stop/Eject + 0xCD Play/Pause + 0xCE Play/Skip + 0xE0 Volume + 0xE1 Balance + 0xE2 Mute + 0xE3 Bass + 0xE4 Treble + 0xE5 Bass Boost + 0xE6 Surround Mode + 0xE7 Loudness + 0xE8 MPX + 0xE9 Volume Increment + 0xEA Volume Decrement + 0xF0 Speed Select + 0xF1 Playback Speed + 0xF2 Standard Play + 0xF3 Long Play + 0xF4 Extended Play + 0xF5 Slow + 0x100 Fan Enable + 0x101 Fan Speed + 0x102 Light Enable + 0x103 Light Illumination Level + 0x104 Climate Control Enable + 0x105 Room Temperature + 0x106 Security Enable + 0x107 Fire Alarm + 0x108 Police Alarm + 0x109 Proximity + 0x10A Motion + 0x10B Duress Alarm + 0x10C Holdup Alarm + 0x10D Medical Alarm + 0x150 Balance Right + 0x151 Balance Left + 0x152 Bass Increment + 0x153 Bass Decrement + 0x154 Treble Increment + 0x155 Treble Decrement + 0x160 Speaker System + 0x161 Channel Left + 0x162 Channel Right + 0x163 Channel Center + 0x164 Channel Front + 0x165 Channel Center Front + 0x166 Channel Side + 0x167 Channel Surround + 0x168 Channel Low Frequency Enhancement + 0x169 Channel Top + 0x16A Channel Unknown + 0x170 Sub-channel + 0x171 Sub-channel Increment + 0x172 Sub-channel Decrement + 0x173 Alternate Audio Increment + 0x174 Alternate Audio Decrement + 0x180 Application Launch Buttons + 0x181 AL Launch Button Configuration Tool + 0x182 AL Programmable Button Configuration + 0x183 AL Consumer Control Configuration + 0x184 AL Word Processor + 0x185 AL Text Editor + 0x186 AL Spreadsheet + 0x187 AL Graphics Editor + 0x188 AL Presentation App + 0x189 AL Database App + 0x18A AL Email Reader + 0x18B AL Newsreader + 0x18C AL Voicemail + 0x18D AL Contacts/Address Book + 0x18E AL Calendar/Schedule + 0x18F AL Task/Project Manager + 0x190 AL Log/Journal/Timecard + 0x191 AL Checkbook/Finance + 0x192 AL Calculator + 0x193 AL A/V Capture/Playback + 0x194 AL Local Machine Browser + 0x195 AL LAN/WAN Browser + 0x196 AL Internet Browser + 0x197 AL Remote Networking/ISP Connect + 0x198 AL Network Conference + 0x199 AL Network Chat + 0x19A AL Telephony/Dialer + 0x19B AL Logon + 0x19C AL Logoff + 0x19D AL Logon/Logoff + 0x19E AL Terminal Lock/Screensaver + 0x19F AL Control Panel + 0x1A0 AL Command Line Processor/Run + 0x1A1 AL Process/Task Manager + 0x1A2 AL Select Tast/Application + 0x1A3 AL Next Task/Application + 0x1A4 AL Previous Task/Application + 0x1A5 AL Preemptive Halt Task/Application + 0x1A6 AL Integrated Help Center + 0x1A7 AL Documents + 0x1A8 AL Thesaurus + 0x1A9 AL Dictionary + 0x1AA AL Desktop + 0x1AB AC Spell Check + 0x1AC AL Grammar Check + 0x1AD AL Wireless Status + 0x1AE AL Keyboard Layout + 0x1AF AL Virus Protection + 0x1B0 AL Encryption + 0x1B1 AL Screen Saver + 0x1B2 AL Alarms + 0x1B3 AL Clock + 0x1B4 AL File Browser + 0x1B5 AL Power Status + 0x1B6 AL Image Browser + 0x1B7 AL Audio Browser + 0x1B8 AL Movie Browser + 0x1B9 AL Digital Rights Manager + 0x1BA AL Digital Wallet + 0x1BC AL Instant Messaging + 0x1BD AL OEM Feature/Tips/Tutorial Browser + 0x1BE AL OEM Help + 0x1BF AL Online Community + 0x1C0 AL Entertainment Content Browser + 0x1C1 AL Online Shopping Browser + 0x1C2 AL SmartCard Information/Help + 0x1C3 AL Market Monitor/Finance Browser + 0x1C4 AL Customized Corporate News Browser + 0x1C5 AL Online Activity Browser + 0x1C6 AL Research/Search Browser + 0x1C7 AL Audio Player + 0x200 Generic GUI Application Controls + 0x201 AC New + 0x202 AC Open + 0x203 AC Close + 0x204 AC Exit + 0x205 AC Maximize + 0x206 AC Minimize + 0x207 AC Save + 0x208 AC Print + 0x209 AC Properties + 0x21A AC Undo + 0x21B AC Copy + 0x21C AC Cut + 0x21D AC Paste + 0x21E AC Select All + 0x21F AC Find + 0x220 AC Find and Replace + 0x221 AC Search + 0x222 AC Go To + 0x223 AC Home + 0x224 AC Back + 0x225 AC Forward + 0x226 AC Stop + 0x227 AC Refresh + 0x228 AC Previous Link + 0x229 AC Next Link + 0x22A AC Bookmarks + 0x22B AC History + 0x22C AC Subscriptions + 0x22D AC Zoom In + 0x22E AC Zoom Out + 0x22F AC Zoom + 0x230 AC Full Screen View + 0x231 AC Normal View + 0x232 AC View Toggle + 0x233 AC Scroll Up + 0x234 AC Scroll Down + 0x235 AC Scroll + 0x236 AC Pan Left + 0x237 AC Pan Right + 0x238 AC Pan + 0x239 AC New Window + 0x23A AC Tile Horizontally + 0x23B AC Tile Vertically + 0x23C AC Format + 0x23D AC Edit + 0x23E AC Bold + 0x23F AC Italics + 0x240 AC Underline + 0x241 AC Strikethrough + 0x242 AC Subscript + 0x243 AC Superscript + 0x244 AC All Caps + 0x245 AC Rotate + 0x246 AC Resize + 0x247 AC Flip Horizontal + 0x248 AC Flip Vertical + 0x249 AC Mirror Horizontal + 0x24A AC Mirror Vertical + 0x24B AC Font Select + 0x24C AC Font Color + 0x24D AC Font Size + 0x24E AC Justify Left + 0x24F AC Justify Center H + 0x250 AC Justify Right + 0x251 AC Justify Block H + 0x252 AC Justify Top + 0x253 AC Justify Center V + 0x254 AC Justify Bottom + 0x255 AC Justify Block V + 0x256 AC Justify Decrease + 0x257 AC Justify Increase + 0x258 AC Numbered List + 0x259 AC Restart Numbering + 0x25A AC Bulleted List + 0x25B AC Promote + 0x25C AC Demote + 0x25D AC Yes + 0x25E AC No + 0x25F AC Cancel + 0x260 AC Catalog + 0x261 AC Buy/Checkout + 0x262 AC Add to Cart + 0x263 AC Expand + 0x264 AC Expand All + 0x265 AC Collapse + 0x266 AC Collapse All + 0x267 AC Print Preview + 0x268 AC Paste Special + 0x269 AC Insert Mode + 0x26A AC Delete + 0x26B AC Lock + 0x26C AC Unlock + 0x26D AC Protect + 0x26E AC Unprotect + 0x26F AC Attach Comment + 0x270 AC Delete Comment + 0x271 AC View Comment + 0x272 AC Select Word + 0x273 AC Select Sentence + 0x274 AC Select Paragraph + 0x275 AC Select Column + 0x276 AC Select Row + 0x277 AC Select Table + 0x278 AC Select Object + 0x279 AC Redo/Repeat + 0x27A AC Sort + 0x27B AC Sort Ascending + 0x27C AC Sort Descending + 0x27D AC Filter + 0x27E AC Set Clock + 0x27F AC View Clock + 0x280 AC Select Time Zone + 0x281 AC Edit Time Zones + 0x282 AC Set Alarm + 0x283 AC Clear Alarm + 0x284 AC Snooze Alarm + 0x285 AC Reset Alarm + 0x286 AC Synchronize + 0x287 AC Send/Receive + 0x288 AC Send To + 0x289 AC Reply + 0x28A AC Reply All + 0x28B AC Forward Msg + 0x28C AC Send + 0x28D AC Attach File + 0x28E AC Upload + 0x28F AC Download (Save Target As) + 0x290 AC Set Borders + 0x291 AC Insert Row + 0x292 AC Insert Column + 0x293 AC Insert File + 0x294 AC Insert Picture + 0x295 AC Insert Object + 0x296 AC Insert Symbol + 0x297 AC Save and Close + 0x298 AC Rename + 0x299 AC Merge + 0x29A AC Split + 0x29B AC Distribute Horizontally + 0x29C AC Distribute Vertically + +13 Digitizer + 0x00 Undefined + 0x01 Digitizer + 0x02 Pen + 0x03 Light Pen + 0x04 Touch Screen + 0x05 Touch Pad + 0x06 White Board + 0x07 Coordinate Measuring Machine + 0x08 3D Digitizer + 0x09 Stereo Plotter + 0x0A Articulated Arm + 0x0B Armature + 0x0C Multiple Point Digitizer + 0x0D Free Space Wand + 0x20 Stylus + 0x21 Puck + 0x22 Finger + 0x30 Tip Pressure + 0x31 Barrel Pressure + 0x32 In Range + 0x33 Touch + 0x34 Untouch + 0x35 Tap + 0x36 Quality + 0x37 Data Valid + 0x38 Transducer Index + 0x39 Tablet Function Keys + 0x3A Program Change Keys + 0x3B Battery Strength + 0x3C Invert + 0x3D X Tilt + 0x3E Y Tilt + 0x3F Azimuth + 0x40 Altitude + 0x41 Twist + 0x42 Tip Switch + 0x43 Secondary Tip Switch + 0x44 Barrel Switch + 0x45 Eraser + 0x46 Tablet Pick + +15 Physical Interface Device + 0x00 Undefined + 0x01 Physical Interface Device + 0x20 Normal + 0x21 Set Effect Report + 0x22 Effect Block Index + 0x23 Parameter Block Offset + 0x24 ROM Flag + 0x25 Effect Type + 0x26 ET Constant Force + 0x27 ET Ramp + 0x28 ET Custom Force Data + 0x30 ET Square + 0x31 ET Sine + 0x32 ET Triangle + 0x33 ET Sawtooth Up + 0x34 ET Sawtooth Down + 0x40 ET Spring + 0x41 ET Damper + 0x42 ET Inertia + 0x43 ET Friction + 0x50 Duration + 0x51 Sample Period + 0x52 Gain + 0x53 Trigger Button + 0x54 Trigger Repeat Interval + 0x55 Axes Enable + 0x56 Direction Enable + 0x57 Direction + 0x58 Type Specific Block Offset + 0x59 Block Type + 0x5A Set Envelope Report + 0x5B Attack Level + 0x5C Attack Time + 0x5D Fade Level + 0x5E Fade Time + 0x5F Set Condition Report + 0x60 CP Offset + 0x61 Positive Coefficient + 0x62 Negative Coefficient + 0x63 Positive Saturation + 0x64 Negative Saturation + 0x65 Dead Band + 0x66 Download Force Sample + 0x67 Isoch Custom Force Enable + 0x68 Custom Force Data Report + 0x69 Custom Force Data + 0x6A Custom Force Vendor Defined Data + 0x6B Set Custom Force Report + 0x6C Custom Force Data Offset + 0x6D Sample Count + 0x6E Set Periodic Report + 0x6F Offset + 0x70 Magnitude + 0x71 Phase + 0x72 Period + 0x73 Set Constant Force Report + 0x74 Set Ramp Force Report + 0x75 Ramp Start + 0x76 Ramp End + 0x77 Effect Operation Report + 0x78 Effect Operation + 0x79 Op Effect Start + 0x7A Op Effect Start Solo + 0x7B Op Effect Stop + 0x7C Loop Count + 0x7D Device Gain Report + 0x7E Device Gain + 0x7F PID Pool Report + 0x80 RAM Pool Size + 0x81 ROM Pool Size + 0x82 ROM Effect Block Count + 0x83 Simultaneous Effects Max + 0x84 Pool Alignment + 0x85 PID Pool Move Report + 0x86 Move Source + 0x87 Move Destination + 0x88 Move Length + 0x89 PID Block Load Report + 0x8B Block Load Status + 0x8C Block Load Success + 0x8D Block Load Full + 0x8E Block Load Error + 0x8F Block Handle + 0x90 PID Block Free Report + 0x91 Type Specific Block Handle + 0x92 PID State Report + 0x94 Effect Playing + 0x95 PID Device Control Report + 0x96 PID Device Control + 0x97 DC Enable Actuators + 0x98 DC Disable Actuators + 0x99 DC Stop All Effects + 0x9A DC Device Reset + 0x9B DC Device Pause + 0x9C DC Device Continue + 0x9F Device Paused + 0xA0 Actuators Enable + 0xA4 Safety Switch + 0xA5 Actuator Override Switch + 0xA6 Actuator Power + 0xA7 Start Delay + 0xA8 Parameter Block Size + 0xA9 Device Managed Pool + 0xAA Shared Parameter Blocks + 0xAB Create New Effect Report + 0xAC RAM Pool Available + +16 Unicode + * Unicode Char u%04x + +20 Alphnumeric Display + 0x00 Undefined + 0x01 Alphanumeric Display + 0x02 Bitmapped Display + 0x20 Display Attributes Report + 0x21 ASCII Character Set + 0x22 Data Read Back + 0x23 Font Read Back + 0x24 Display Control Report + 0x25 Clear Display + 0x26 Display Enable + 0x27 Screen Saver Delay + 0x28 Screen Saver Enable + 0x29 Vertical Scroll + 0x2A Horizontal Scroll + 0x2B Character Report + 0x2C Display Data + 0x2D Display Status + 0x2E Stat Not Ready + 0x2F Stat Ready + 0x30 Err Not a loadable character + 0x31 Err Font data cannot be read + 0x32 Cursor Position Report + 0x33 Row + 0x34 Column + 0x35 Rows + 0x36 Columns + 0x37 Cursor Pixel Positioning + 0x38 Cursor Mode + 0x39 Cursor Enable + 0x3A Cursor Blink + 0x3B Font Report + 0x3C Font Data + 0x3D Character Width + 0x3E Character Height + 0x3F Character Spacing Horizontal + 0x40 Character Spacing Vertical + 0x41 Unicode Character Set + 0x42 Font 7-Segment + 0x43 7-Segment Direct Map + 0x44 Font 14-Segment + 0x45 14-Segment Direct Map + 0x46 Display Brightness + 0x47 Display Contrast + 0x48 Character Attribute + 0x49 Attribute Readback + 0x4A Attribute Data + 0x4B Char Attr Enhance + 0x4C Char Attr Underline + 0x4D Char Attr Blink + 0x80 Bitmap Size X + 0x81 Bitmap Size Y + 0x83 Bit Depth Format + 0x84 Display Orientation + 0x85 Palette Report + 0x86 Palette Data Size + 0x87 Palette Data Offset + 0x88 Palette Data + 0x8A Blit Report + 0x8B Blit Rectangle X1 + 0x8C Blit Rectangle Y1 + 0x8D Blit Rectangle X2 + 0x8E Blit Rectangle Y2 + 0x8F Blit Data + 0x90 Soft Button + 0x91 Soft Button ID + 0x92 Soft Button Side + 0x93 Soft Button Offset 1 + 0x94 Soft Button Offset 2 + 0x95 Soft Button Report + +64 Medical Instrument + 0x00 Undefined + 0x01 Medical Ultrasound + 0x20 VCR/Acquisition + 0x21 Freeze/Thaw + 0x22 Clip Store + 0x23 Update + 0x24 Next + 0x25 Save + 0x26 Print + 0x27 Microphone Enable + 0x40 Cine + 0x41 Transmit Power + 0x42 Volume + 0x43 Focus + 0x44 Depth + 0x60 Soft Step - Primary + 0x61 Soft Step - Secondary + 0x70 Depth Gain Compensation + 0x80 Zoom Select + 0x81 Zoom Adjust + 0x82 Spectral Doppler Mode Select + 0x83 Spectral Doppler Adjust + 0x84 Color Doppler Mode Select + 0x85 Color Doppler Adjust + 0x86 Motion Mode Select + 0x87 Motion Mode Adjust + 0x88 2-D Mode Select + 0x89 2-D Mode Adjust + 0xA0 Soft Control Select + 0xA1 Soft Control Adjust + +128 Monitor + 0x00 Undefined + 0x01 Monitor Control + 0x02 EDID Information + 0x03 VDIF Information + 0x04 VESA Version + +129 Monitor Enumerated Values + 0x00 unassigned + * ENUM %d + +130 VESA Virtual Controls + 0x01 Degauss + 0x10 Brightness + 0x12 Contrast + 0x16 Red Video Gain + 0x18 Green Video Gain + 0x1A Blue Video Gain + 0x1C Focus + 0x20 Horizontal Position + 0x22 Horizontal Size + 0x24 Horizontal Pincushion + 0x26 Horizontal Pincushion Balance + 0x28 Horizontal Misconvergence + 0x2A Horizontal Linearity + 0x2C Horizontal Linearity Balance + 0x30 Vertical Position + 0x32 Vertical Size + 0x34 Vertical Pincushion + 0x36 Vertical Pincushion Balance + 0x38 Vertical Misconvergence + 0x3A Vertical Linearity + 0x3C Vertical Linearity Balance + 0x40 Parallelogram Distortion + 0x42 Trapezoidal Distortion + 0x44 Tilt + 0x46 Top Corner Distortion Control + 0x48 Top Corner Distortion Balance + 0x4A Bottom Corner Distortion Control + 0x4C Bottom Corner Distortion Balance + 0x56 Horizontal Moiré + 0x58 Vertical Moiré + 0x5E Input Level Select + 0x60 Input Source Select + 0x6C Red Video Black Level + 0x6E Green Video Black Level + 0x70 Blue Video Black Level + 0xA2 Auto Size Center + 0xA4 Polarity Horizontal Synchronization + 0xA6 Polarity Vertical Synchronization + 0xA8 Synchronization Type + 0xAA Screen Orientation + 0xAC Horizontal Frequency + 0xAE Vertical Frequency + 0xB0 Settings + 0xCA On Screen Display + 0xD4 Stereo Mode + +132 Power Device + 0x00 Undefined + 0x01 iName + 0x02 PresentStatus + 0x03 ChangedStatus + 0x04 UPS + 0x05 PowerSupply + 0x10 BatterySystem + 0x11 BatterySystemID + 0x12 Battery + 0x13 BatteryID + 0x14 Charger + 0x15 ChargerID + 0x16 PowerConverter + 0x17 PowerConverterID + 0x18 OutletSystem + 0x19 OutletSystemID + 0x1A Input + 0x1B InputID + 0x1C Output + 0x1D OutputID + 0x1E Flow + 0x1F FlowID + 0x20 Outlet + 0x21 OutletID + 0x22 Gang + 0x23 GangID + 0x24 PowerSummary + 0x25 PowerSummeryID + 0x30 Voltage + 0x31 Current + 0x32 Frequency + 0x33 ApparentPower + 0x34 ActivePower + 0x35 PercentLoad + 0x36 Temperature + 0x37 Humidity + 0x38 BadCount + 0x40 ConfigVoltage + 0x41 ConfigCurrent + 0x42 ConfigFrequency + 0x43 ConfigApparentPower + 0x44 ConfigActivePower + 0x45 ConfigPercentLoad + 0x46 ConfigTemperature + 0x47 ConfigHumidity + 0x50 SwitchOnControl + 0x51 SwitchOffControl + 0x52 ToggleControl + 0x53 LowVoltageTransfer + 0x54 HighVoltageTransfer + 0x55 DelayBeforeReboot + 0x56 DelayBeforeStartup + 0x57 DelayBeforeShutdown + 0x58 Test + 0x59 ModuleReset + 0x5A AudibleAlarmControl + 0x60 Present + 0x61 Good + 0x62 InternalFailure + 0x63 VoltageOutOfRange + 0x64 FrequencyOutOfRange + 0x65 Overload + 0x66 OverCharged + 0x67 OverTemperature + 0x68 ShutdownRequested + 0x69 ShutdownImminent + 0x6A Reserved + 0x6B SwitchOn/Off + 0x6C Switchable + 0x6D Used + 0x6E Boost + 0x6F Buck + 0x70 Initialized + 0x71 Tested + 0x72 Awaiting Power + 0x73 CommunicationLost + 0xFD iManufacturer + 0xFE iProduct + 0xFF iSerialNumber + +133 Battery System + 0x00 Undefined + 0x01 SMBBatteryMode + 0x02 SMBBatteryStatus + 0x03 SMBAlarmWarning + 0x04 SMBChargerMode + 0x05 SMBChargerStatus + 0x06 SMBChargerSpecInfo + 0x07 SMBSelectorState + 0x08 SMBSelectorPresets + 0x09 SMBSelectorInfo + 0x10 OptionalMfgFunction1 + 0x11 OptionalMfgFunction2 + 0x12 OptionalMfgFunction3 + 0x13 OptionalMfgFunction4 + 0x14 OptionalMfgFunction5 + 0x15 ConnectionToSMBus + 0x16 OutputConnection + 0x17 ChargerConnection + 0x18 BatteryInsertion + 0x19 Usenext + 0x1A OKToUse + 0x1B BatterySupported + 0x1C SelectorRevision + 0x1D ChargingIndicator + 0x28 ManufacturerAccess + 0x29 RemainingCapacityLimit + 0x2A RemainingTimeLimit + 0x2B AtRate + 0x2C CapacityMode + 0x2D BroadcastToCharger + 0x2E PrimaryBattery + 0x2F ChargeController + 0x40 TerminateCharge + 0x41 TermminateDischarge + 0x42 BelowRemainingCapacityLimit + 0x43 RemainingTimeLimitExpired + 0x44 Charging + 0x45 Discharging + 0x46 FullyCharged + 0x47 FullyDischarged + 0x48 ConditioningFlag + 0x49 AtRateOK + 0x4A SMBErrorCode + 0x4B NeedReplacement + 0x60 AtRateTimeToFull + 0x61 AtRateTimeToEmpty + 0x62 AverageCurrent + 0x63 Maxerror + 0x64 RelativeStateOfCharge + 0x65 AbsoluteStateOfCharge + 0x66 RemainingCapacity + 0x67 FullChargeCapacity + 0x68 RunTimeToEmpty + 0x69 AverageTimeToEmpty + 0x6A AverageTimeToFull + 0x6B CycleCount + 0x80 BattPackModelLevel + 0x81 InternalChargeController + 0x82 PrimaryBatterySupport + 0x83 DesignCapacity + 0x84 SpecificationInfo + 0x85 ManufacturerDate + 0x86 SerialNumber + 0x87 iManufacturerName + 0x88 iDevicename + 0x89 iDeviceChemistery + 0x8A ManufacturerData + 0x8B Rechargeable + 0x8C WarningCapacityLimit + 0x8D CapacityGranularity1 + 0x8E CapacityGranularity2 + 0x8F iOEMInformation + 0xC0 InhibitCharge + 0xC1 EnablePolling + 0xC2 ResetToZero + 0xD0 ACPresent + 0xD1 BatteryPresent + 0xD2 PowerFail + 0xD3 AlarmInhibited + 0xD4 ThermistorUnderRange + 0xD5 ThermistorHot + 0xD6 ThermistorCold + 0xD7 ThermistorOverRange + 0xD8 VoltageOutOfRange + 0xD9 CurrentOutOfRange + 0xDA CurrentNotRegulated + 0xDB VoltageNotRegulated + 0xDC MasterMode + 0xF0 ChargerSelectorSupport + 0xF1 ChargerSpec + 0xF2 Level2 + 0xF3 Level3 + +140 Bar Code Scanner + 0x00 Undefined + 0x01 Bar Code Badge Reader + 0x02 Bar Code Scanner + 0x03 Dumb Bar Code Scanner + 0x04 Cordless Scanner Base + 0x05 Bar Code Scanner Cradle + 0x10 Attribute Report + 0x11 Settings Report + 0x12 Scanned Data Report + 0x13 Raw Scanned Data Report + 0x14 Trigger Report + 0x15 Status Report + 0x16 UPC/EAN Control Report + 0x17 EAN 2/3 Label Control Report + 0x18 Code 39 Control Report + 0x19 Interleaved 2 of 5 Control Report + 0x1A Standard 2 of 5 Control Report + 0x1B MSI Plessey Control Report + 0x1C Codabar Control Report + 0x1D Code 128 Control Report + 0x1E Misc 1D Control Report + 0x1F 2D Control Report + 0x30 Aiming/Pointer Mode + 0x31 Bar Code Present Sensor + 0x32 Class 1A Laser + 0x33 Class 2 Laser + 0x34 Heater Present + 0x35 Contact Scanner + 0x36 Electronic Article Surveillance Notification + 0x37 Constant Electronic Article + 0x38 Error Indication + 0x39 Fixed Beeper + 0x3A Good Decode Indication + 0x3B Hands Free Scanning + 0x3C Intrinsically Safe + 0x3D Klasse Eins Laser + 0x3E Long Range Scanner + 0x3F Mirror Speed Control + 0x40 Not On File Indication + 0x41 Programmable Beeper + 0x42 Triggerless + 0x43 Wand + 0x44 Water Resistant + 0x45 Multi-Range Scanner + 0x46 Proximity Sensor + 0x4D Fragment Decoding + 0x4E Scanner Read Confidence + 0x4F Data Prefix + 0x50 Prefix AIMI + 0x51 Prefix None + 0x52 Prefix Proprietary + 0x55 Active Time + 0x56 Aiming Laser Pattern + 0x57 Bar Code Present + 0x58 Beeper State + 0x59 Laser On Time + 0x5A Laser State + 0x5B Lockout Timeout + 0x5C Motor State + 0x5D Motor Timeout + 0x5E Power On Reset Scanner + 0x5F Prevent Read of Barcodes + 0x60 Initiate Barcode Read + 0x61 Trigger State + 0x62 Trigger Mode + 0x63 Trigger Mode Blinking Laser On + 0x64 Trigger Mode Continuous Laser On + 0x65 Trigger Mode Laser on while Pulled + 0x66 Trigger Mode Laser stays on after Trigger release + 0x6D Commit Parameters to NVM + 0x6E Parameter Scanning + 0x6F Parameters Changed + 0x70 Set parapeter default values + 0x75 Scanner In Cradle + 0x76 Scanner In Range + 0x7A Aim Duration + 0x7B Good Read Lamp Duration + 0x7C Good Read Lamp Intensity + 0x7D Good Read LED + 0x7E Good Read Tone Frequence + 0x7F Good Read Tone Length + 0x80 Good Read Tone Volume + 0x82 No Read Message + 0x83 Not On File Volume + 0x84 Powerup Beep + 0x85 Sound Error Beep + 0x86 Sound Good Read Beep + 0x87 Sound Not On File Beep + 0x88 Good Read When to Write + 0x89 GRWTI After Decode + 0x8A GRWTI Beep/Lamp after transmit + 0x8B GRWTI No Beep/Lamp use at all + 0x91 Bookland EAN + 0x92 Convert EAN 8 to 13 Type + 0x93 Convert UPC A to EAN-13 + 0x94 Convert UPC-E to A + 0x95 EAN-13 + 0x96 EAN-8 + 0x97 EAN-99 128_Mandatory + 0x98 EAN-99 P5/128_Optional + 0x9A UPC/EAN + 0x9B UPC/EAN Coupon Code + 0x9C UPC/EAN Periodicals + 0x9D UPC-A + 0x9E UPC-A with 128 Mandatory + 0x9F UPC-A with 128 Optional + 0xA0 UPC-A with P5 Optional + 0xA1 UPC-E + 0xA2 UPC-E1 + 0xA9 Periodical + 0xAA Periodical Auto-Discriminate + 2 + 0xAB Periodical Only Decode with + 2 + 0xAC Periodical Ignore + 2 + 0xAD Periodical Auto-Discriminate + 5 + 0xAE Periodical Only Decode with + 5 + 0xAF Periodical Ignore + 5 + 0xB0 Check + 0xB1 Check Disable Price + 0xB2 Check Enable 4 digit Price + 0xB3 Check Enable 5 digit Price + 0xB4 Check Enable European 4 digit Price + 0xB5 Check European 5 digit Price + 0xB7 EAN Two Label + 0xB8 EAN Three Label + 0xB9 EAN 8 Flag Digit 1 + 0xBA EAN 8 Flag Digit 2 + 0xBB EAN 8 Flag Digit 3 + 0xBC EAN 13 Flag Digit 1 + 0xBD EAN 13 Flag Digit 2 + 0xBE EAN 13 Flag Digit 3 + 0xBF Add EAN 2/3 Label Definition + 0xC0 Clear all EAN 2/3 Label Definitions + 0xC3 Codabar + 0xC4 Code 128 + 0xC7 Code 39 + 0xC8 Code 93 + 0xC9 Full ASCII Conversion + 0xCA Interleaved 2 of 5 + 0xCB Italian Pharmacy Code + 0xCC MSI/Plessey + 0xCD Standard 2 of 5 IATA + 0xCE Standard 2 of 5 + 0xD3 Transmit Start/Stop + 0xD4 Tri-Optic + 0xD5 UCC/EAN-128 + 0xD6 Check Digit + 0xD7 Check Digit Disable + 0xD8 Check Digit Enable Interleaved 2 of 5 OPCC + 0xD9 Check Digit Enable Interleaved 2 of 5 USS + 0xDA Check Digit Enable Standard 2 of 5 OPCC + 0xDB Check Digit Enable Standard 2 of 5 USS + 0xDC Check Digit Enable One MSI Plessey + 0xDD Check Digit Enable Two MSI Plessey + 0xDE Check Digit Codabar Enable + 0xDF Check Digit Code 39 Enable + 0xF0 Transmit Check Digit + 0xF1 Disable Check Digit Transmit + 0xF2 Enable Check Digit Transmit + 0xFB Symbology Identifier 1 + 0xFC Symbology Identifier 2 + 0xFD Symbology Identifier 3 + 0xFE Decoded Data + 0xFF Decode Data Continued + 0x100 Bar Space Data + 0x101 Scanner Data Accuracy + 0x102 Raw Data Polarity + 0x103 Polarity Inverted Bar Code + 0x104 Polarity Normal Bar Code + 0x106 Minimum Length to Decode + 0x107 Maximum Length to Decode + 0x108 First Discrete Length to Decode + 0x109 Second Discrete Length to Decode + 0x10A Data Length Method + 0x10B DL Method Read any + 0x10C DL Method Check in Range + 0x10D DL Method Check for Discrete + 0x110 Aztec Code + 0x111 BC412 + 0x112 Channel Code + 0x113 Code 16 + 0x114 Code 32 + 0x115 Code 49 + 0x116 Code One + 0x117 Colorcode + 0x118 Data Matrix + 0x119 MaxiCode + 0x11A MicroPDF + 0x11B PDF-417 + 0x11C PosiCode + 0x11D QR Code + 0x11E SuperCode + 0x11F UltraCode + 0x120 USD-5 (Slug Code) + 0x121 VeriCode + +141 Weighing Device + 0x00 Undefined + 0x01 Weighing Device + 0x20 Scale Device + 0x21 Scale Class I Metric + 0x22 Scale Class I Metric + 0x23 Scale Class II Metric + 0x24 Scale Class III Metric + 0x25 Scale Class IIIL Metric + 0x26 Scale Class IV Metric + 0x27 Scale Class III English + 0x28 Scale Class IIIL English + 0x29 Scale Class IV English + 0x2A Scale Class Generic + 0x30 Scale Attribute Report + 0x31 Scale Control Report + 0x32 Scale Data Report + 0x33 Scale Status Report + 0x34 Scale Weight Limit Report + 0x35 Scale Statistics Report + 0x40 Data Weight + 0x41 Data Scaling + 0x50 Weight Unit + 0x51 Weight Unit Milligram + 0x52 Weight Unit Gram + 0x53 Weight Unit Kilogram + 0x54 Weight Unit Carats + 0x55 Weight Unit Taels + 0x56 Weight Unit Grains + 0x57 Weight Unit Pennyweights + 0x58 Weight Unit Metric Ton + 0x59 Weight Unit Avoir Ton + 0x5A Weight Unit Troy Ounce + 0x5B Weight Unit Ounce + 0x5C Weight Unit Pound + 0x60 Calibration Count + 0x61 Re-Zero Count + 0x70 Scale Status + 0x71 Scale Status Fault + 0x72 Scale Status Stable at Center of Zero + 0x73 Scale Status In Motion + 0x74 Scale Status Weight Stable + 0x75 Scale Status Under Zero + 0x76 Scale Status Over Weight Limit + 0x77 Scale Status Requires Rezeroing + 0x80 Zero Scale + 0x81 Enforced Zero Return + +142 Magnetic Stripe Reader + 0x00 Undefined + 0x01 MSR Device Read-Only + 0x11 Track 1 Length + 0x12 Track 2 Length + 0x13 Track 3 Length + 0x14 Track JIS Length + 0x20 Track Data + 0x21 Track 1 Data + 0x22 Track 2 Data + 0x23 Track 3 Data + 0x24 Track JIS Data + +144 Camera Control + +145 Arcade Device + +# Some Microsoft non-standard extensions +0xFF00 Microsoft + 0xE9 Base Up + 0xEA Base Down |