Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

1648 lines
82 KiB

  1. //
  2. // SKU differentiations
  3. //
  4. #ifdef _STEPUP_
  5. #define STEPUP 1
  6. #else
  7. #define STEPUP 0
  8. #endif
  9. #ifndef EVALTIME
  10. #define EVALTIME 0
  11. #endif
  12. #ifndef SUITE_TYPE
  13. #define SUITE_TYPE 0
  14. #endif
  15. //
  16. // predefined ACEs for creating ACLs
  17. //
  18. // R == Read
  19. // W == Write (values & subkeys, create keys)
  20. // D == Delete keys
  21. // X == Execute
  22. // Full == All access
  23. //
  24. #define AdminFull 1
  25. #define AdminR 2
  26. #define AdminRW 3
  27. #define AdminRWD 4
  28. #define CreatorFull 5
  29. #define CreatorRW 6
  30. #define WorldFull 7
  31. #define WorldR 8
  32. #define WorldRW 9
  33. #define WorldRWD 10
  34. #define PowerFull 11
  35. #define PowerRW 12
  36. #define PowerRWD 13
  37. #define SystemOpFull 14
  38. #define SystemOpRW 15
  39. #define SystemOpRWD 16
  40. #define SystemFull 17
  41. #define SystemRW 18
  42. #define SystemR 19
  43. #define AdminRWX 20
  44. #define IntUserFull 21
  45. #define IntUserR 22
  46. #define IntUserRW 23
  47. #define IntUserRWD 24
  48. #define UserRW 25
  49. #define TermUserFull 26
  50. #define TermUserR 27
  51. #define TermUserRW 28
  52. #define TermUserRWD 29
  53. #define UserR 30
  54. #define PowerR 31
  55. //
  56. // RESTRICT_CPU is used to build protucts this place
  57. // a very hard limit on the number of processors
  58. //
  59. // a value of 0 means for NTW, the hard limit is 2, and for NTS, the hard limit is 4
  60. // a value of 1-32 means that the hard limit is the number specified
  61. // a value > 32 means that the hard limit is 32 processors and GUI setup operates
  62. // on registered processors as it does today
  63. //
  64. System
  65. ControlSet001
  66. Control
  67. //
  68. // This key and all subkeys will be migrated to the system hive
  69. //
  70. Arbiters
  71. //
  72. // AllocationOrder controls the order in which resources are
  73. // given to PnP devices.
  74. //
  75. AllocationOrder
  76. //
  77. // The PCI arbiter arbitrates both PCI and ISA resources
  78. // NB. PCI I/O space is 32 bit
  79. // The size of this list is 0x28 + NumberOfEntries * 0x20 bytes
  80. //
  81. Pci = REG_RESOURCE_REQUIREMENTS 0x00000248 \
  82. 0x00000248 0 0 0 0 0 0 1 0x00010001 0x00000011 \
  83. \
  84. 0x0100 0 0 0 0x00010000 0 0xffffffff 0 \
  85. 0x0108 0 0 0 0x00000500 0 0x0000ffff 0 \
  86. 0x0108 0 0 0 0x00000140 0 0x0000017F 0 \
  87. 0x0108 0 0 0 0x00000200 0 0x000002FF 0 \
  88. 0x0108 0 0 0 0x00000300 0 0x0000036F 0 \
  89. 0x0108 0 0 0 0x00000378 0 0x0000037A 0 \
  90. 0x0108 0 0 0 0x000002E8 0 0x000002FF 0 \
  91. 0x0108 0 0 0 0x000001F0 0 0x000001F8 0 \
  92. 0x0108 0 0 0 0x000003B0 0 0x000003CF 0 \
  93. 0x0108 0 0 0 0x000003E8 0 0x000003FF 0 \
  94. 0x0108 0 0 0 0x000001CE 0 0x000001CF 0 \
  95. 0x0108 0 0 0 0x00000100 0 0x000003FF 0 \
  96. \
  97. 0x0300 0 0 0 0x00100000 0 0xFFFFFFFF 0 \
  98. 0x0308 0 0 0 0x000F0000 0 0x000FFFFF 0 \
  99. 0x0308 0 0 0 0x00080000 0 0x000BFFFF 0 \
  100. 0x0308 0 0 0 0x00080000 0 0x000FFFFF 0 \
  101. 0x0308 0 0 0 0x00080000 0 0xFFBFFFFF 0
  102. Root = REG_RESOURCE_REQUIREMENTS 0x00000468 \
  103. 0x00000468 0 0 0 0 0 0 1 0x00010001 0x00000022 \
  104. \
  105. 0x0100 0 0 0 0x0500 0 0xFFFF 0 \
  106. 0x0108 0 0 0 0x0140 0 0x017F 0 \
  107. 0x0108 0 0 0 0x0200 0 0x02FF 0 \
  108. 0x0108 0 0 0 0x0300 0 0x036F 0 \
  109. 0x0108 0 0 0 0x0378 0 0x037A 0 \
  110. 0x0108 0 0 0 0x02E8 0 0x02FF 0 \
  111. 0x0108 0 0 0 0x01F0 0 0x01F8 0 \
  112. 0x0108 0 0 0 0x03B0 0 0x03CF 0 \
  113. 0x0108 0 0 0 0x03E8 0 0x03FF 0 \
  114. 0x0108 0 0 0 0x01CE 0 0x01CF 0 \
  115. 0x0108 0 0 0 0x0100 0 0x03FF 0 \
  116. \
  117. 0x0208 0 0x09 0x09 0 0 0 0 \
  118. 0x0208 0 0x08 0x08 0 0 0 0 \
  119. 0x0208 0 0x07 0x07 0 0 0 0 \
  120. 0x0208 0 0x0B 0x0B 0 0 0 0 \
  121. 0x0208 0 0x0A 0x0A 0 0 0 0 \
  122. 0x0208 0 0x02 0x02 0 0 0 0 \
  123. 0x0200 0 0x03 0x03 0 0 0 0 \
  124. 0x0208 0 0x05 0x05 0 0 0 0 \
  125. 0x0208 0 0x04 0x04 0 0 0 0 \
  126. 0x0208 0 0x0F 0x0F 0 0 0 0 \
  127. 0x0208 0 0x0D 0x0D 0 0 0 0 \
  128. 0x0208 0 0x0E 0x0E 0 0 0 0 \
  129. 0x0208 0 0x06 0x06 0 0 0 0 \
  130. 0x0208 0 0x0C 0x0C 0 0 0 0 \
  131. 0x0208 0 0x01 0x01 0 0 0 0 \
  132. \
  133. 0x0300 0 0 0 0x00100000 0 0xFFFFFFFF 0 \
  134. 0x0308 0 0 0 0x000F0000 0 0x000FFFFF 0 \
  135. 0x0308 0 0 0 0x00080000 0 0x000BFFFF 0 \
  136. 0x0308 0 0 0 0x00080000 0 0x000FFFFF 0 \
  137. 0x0308 0 0 0 0x00080000 0 0xFFBFFFFF 0 \
  138. \
  139. 0x0400 0 0x06 0x0F 0 0 0 0 \
  140. 0x0408 0 0x03 0x04 0 0 0 0 \
  141. 0x0408 0 0x00 0x0F 0 0 0 0
  142. //
  143. // Reserved resources are not allocated until there is no other
  144. // alternative. They are normally for well known legacy devices.
  145. //
  146. ReservedResources
  147. //
  148. // IO: 2f8-2ff (COM2), 3b0-3bb & 3c0-3df (VGA) 3bc-3be (LPT1)
  149. // 3f8-3ff (COM1), Plus all the bits what ATI/S3 want to use
  150. // Memory: a0000-bffff (VGA) fff00000-ffffffff (Top 64Mb of
  151. // memory for the BIOS to play with)
  152. //
  153. // The size of this list is 0x28 + NumberOfEntries * 0x20 bytes
  154. //
  155. PCStandard = REG_RESOURCE_REQUIREMENTS 0x00000108 \
  156. 0x00000108 0 0 0 0 0 0 1 0x00010001 0x00000007 \
  157. 0x0100 0 0 0 0x02F8 0 0x02FF 0 \
  158. 0x0108 0 0 0 0x03B0 0 0x03BB 0 \
  159. 0x0108 0 0 0 0x03BC 0 0x03BE 0 \
  160. 0x0108 0 0 0 0x03C0 0 0x03DF 0 \
  161. 0x0108 0 0 0 0x03F8 0 0x03FF 0 \
  162. \
  163. 0x0300 0 0 0 0x000A0000 0 0x000BFFFF 0 \
  164. 0x0308 0 0 0 0xFFF00000 0 0xFFFFFFFF 0
  165. //
  166. // As for PCStandard but used when a broken legacy PCI video
  167. // card is encountered. Note the large number of positive
  168. // decode IO ranges.
  169. //
  170. BrokenVideo = REG_RESOURCE_REQUIREMENTS 0x00000528 \
  171. 0x00000528 0 0 0 0 0 0 1 0x00010001 0x00000028 \
  172. 0x0100 0 0 0 0x02EC 0 0x02EF 0 \
  173. 0x0108 0 0 0 0x02F8 0 0x02FF 0 \
  174. 0x0108 0 0 0 0x03B0 0 0x03BB 0 \
  175. 0x0108 0 0 0 0x03C0 0 0x03DF 0 \
  176. 0x0108 0 0 0 0x03BC 0 0x03BE 0 \
  177. 0x0108 0 0 0 0x03F8 0 0x03FF 0 \
  178. 0x0108 0 0 0 0x42e8 0 0x42ef 0 \
  179. 0x0108 0 0 0 0x4ae8 0 0x4aef 0 \
  180. 0x0108 0 0 0 0x82e8 0 0x82ef 0 \
  181. 0x0108 0 0 0 0x86e8 0 0x86ef 0 \
  182. 0x0108 0 0 0 0x8ae8 0 0x8aef 0 \
  183. 0x0108 0 0 0 0x8ee8 0 0x8eef 0 \
  184. 0x0108 0 0 0 0x92e8 0 0x92ef 0 \
  185. 0x0108 0 0 0 0x96e8 0 0x96ef 0 \
  186. 0x0108 0 0 0 0x9ae8 0 0x9aef 0 \
  187. 0x0108 0 0 0 0x9ee8 0 0x9eef 0 \
  188. 0x0108 0 0 0 0xa2e8 0 0xa2ef 0 \
  189. 0x0108 0 0 0 0xa6e8 0 0xa6ef 0 \
  190. 0x0108 0 0 0 0xaae8 0 0xaaef 0 \
  191. 0x0108 0 0 0 0xaee8 0 0xaeef 0 \
  192. 0x0108 0 0 0 0xb6e8 0 0xb6ef 0 \
  193. 0x0108 0 0 0 0xbae8 0 0xbaef 0 \
  194. 0x0108 0 0 0 0xbee8 0 0xbeef 0 \
  195. 0x0108 0 0 0 0xc2e8 0 0xc2ef 0 \
  196. 0x0108 0 0 0 0xc6e8 0 0xc6ef 0 \
  197. 0x0108 0 0 0 0xcae8 0 0xcaef 0 \
  198. 0x0108 0 0 0 0xcee8 0 0xceef 0 \
  199. 0x0108 0 0 0 0xd2e8 0 0xd2ef 0 \
  200. 0x0108 0 0 0 0xd6e8 0 0xd6ef 0 \
  201. 0x0108 0 0 0 0xdae8 0 0xdaef 0 \
  202. 0x0108 0 0 0 0xdee8 0 0xdeef 0 \
  203. 0x0108 0 0 0 0xe2e8 0 0xe2ef 0 \
  204. 0x0108 0 0 0 0xe6e8 0 0xe6ef 0 \
  205. 0x0108 0 0 0 0xeae8 0 0xeaef 0 \
  206. 0x0108 0 0 0 0xeee8 0 0xeeef 0 \
  207. 0x0108 0 0 0 0xf6e8 0 0xf6ef 0 \
  208. 0x0108 0 0 0 0xfae8 0 0xfaef 0 \
  209. 0x0108 0 0 0 0xfee8 0 0xfeef 0 \
  210. \
  211. 0x0300 0 0 0 0x000A0000 0 0x000BFFFF 0 \
  212. 0x0308 0 0 0 0xFFF00000 0 0xFFFFFFFF 0
  213. //
  214. // This entry defines PCStandard plus an extra requirement
  215. // for broken BIOS's which have an unreported device decoding
  216. // memory accesses based at 0xF8000000. This has been observed
  217. // on NEC and Sony laptops.
  218. //
  219. BrokenMemAtF8 = REG_RESOURCE_REQUIREMENTS 0x00000108 \
  220. 0x00000108 0 0 0 0 0 0 1 0x00010001 0x00000007 \
  221. 0x0100 0 0 0 0x02F8 0 0x02FF 0 \
  222. 0x0108 0 0 0 0x03B0 0 0x03BB 0 \
  223. 0x0108 0 0 0 0x03BC 0 0x03BE 0 \
  224. 0x0108 0 0 0 0x03C0 0 0x03DF 0 \
  225. 0x0108 0 0 0 0x03F8 0 0x03FF 0 \
  226. \
  227. 0x0300 0 0 0 0x000A0000 0 0x000BFFFF 0 \
  228. 0x0308 0 0 0 0xF8000000 0 0xFBFFFFFF 0 \
  229. 0x0308 0 0 0 0xFFF00000 0 0xFFFFFFFF 0
  230. //
  231. // NTRAID #417271
  232. // This is a workaround for a bug in our code that is too
  233. // risky to fix for XP. Reserve memory from f0000000-
  234. // ffffffff on this Gateway Solo 9500 and we don't hit the
  235. // problem.
  236. //
  237. Gateway9500Workaround= REG_RESOURCE_REQUIREMENTS 0x00000108 \
  238. 0x00000108 0 0 0 0 0 0 1 0x00010001 0x00000007 \
  239. 0x0100 0 0 0 0x02F8 0 0x02FF 0 \
  240. 0x0108 0 0 0 0x03B0 0 0x03BB 0 \
  241. 0x0108 0 0 0 0x03BC 0 0x03BE 0 \
  242. 0x0108 0 0 0 0x03C0 0 0x03DF 0 \
  243. 0x0108 0 0 0 0x03F8 0 0x03FF 0 \
  244. \
  245. 0x0300 0 0 0 0x000A0000 0 0x000BFFFF 0 \
  246. 0x0308 0 0 0 0xF0000000 0 0xFFFFFFFF 0
  247. Root = PCStandard
  248. Pci = PCStandard
  249. Class
  250. {4D36E967-E325-11CE-BFC1-08002BE10318}
  251. UpperFilters = REG_MULTI_SZ "PartMgr"
  252. {4D36E96B-E325-11CE-BFC1-08002BE10318}
  253. UpperFilters = REG_MULTI_SZ "kbdclass"
  254. {4D36E96F-E325-11CE-BFC1-08002BE10318}
  255. UpperFilters = REG_MULTI_SZ "mouclass"
  256. {4D36E972-E325-11CE-BFC1-08002bE10318}
  257. 0000
  258. Linkage
  259. Export = REG_MULTI_SZ "\Device\{54C7D140-09EF-11D1-B25A-F5FE627ED95E}"
  260. Bind = REG_MULTI_SZ "\Device\{54C7D140-09EF-11D1-B25A-F5FE627ED95E}"
  261. UpperBind = REG_MULTI_SZ "Tcpip"
  262. {4D36E97B-E325-11CE-BFC1-08002BE10318}
  263. LegacyAdapterDetection = REG_DWORD 1
  264. COM Name Arbiter
  265. DeviceClasses
  266. GroupOrderList
  267. //
  268. // PLEASE NOTE: The fields for the values are defined below:
  269. //
  270. // <GroupName> = REG_BINARY NumOfBytes \
  271. // NumOfTags \
  272. // Tag1 \
  273. // Tag2 \
  274. // ...
  275. //
  276. // The field NumOfBytes = (NumOfTags + 1) * 4.
  277. //
  278. drivers = REG_BINARY 12 \
  279. 0x00000002 \
  280. 0x00000001 \
  281. 0x00000002
  282. Boot Bus Extender = REG_BINARY 24 \
  283. 0x00000005 \
  284. 0x00000001 \
  285. 0x00000002 \
  286. 0x00000003 \
  287. 0x00000005 \
  288. 0x00000004
  289. System Bus Extender = REG_BINARY 48 \
  290. 0x0000000b \
  291. 0x00000003 \
  292. 0x00000004 \
  293. 0x00000001 \
  294. 0x00000008 \
  295. 0x00000009 \
  296. 0x0000000a \
  297. 0x0000000b \
  298. 0x0000000c \
  299. 0x0000000d \
  300. 0x0000000e \
  301. 0x0000000f
  302. Input Device Support = REG_BINARY 32 \
  303. 0x00000007 \
  304. 0x00000001 \
  305. 0x00000002 \
  306. 0x00000003 \
  307. 0x00000004 \
  308. 0x00000005 \
  309. 0x00000006 \
  310. 0x00000007
  311. HAL
  312. 80867110 = REG_DWORD 1
  313. 11060596 = REG_DWORD 1
  314. 11060686 = REG_DWORD 5
  315. 10390530 = REG_DWORD 1
  316. 10390620 = REG_DWORD 1
  317. 10B90533 = REG_DWORD 1
  318. 10B91533 = REG_DWORD 1
  319. 1166004F = REG_DWORD 1
  320. 11660050 = REG_DWORD 1
  321. 11660200 = REG_DWORD 1
  322. 80862440 = REG_DWORD 8
  323. 80862410 = REG_DWORD 8
  324. 80862420 = REG_DWORD 8
  325. 8086244C = REG_DWORD 8
  326. 80862480 = REG_DWORD 8
  327. 8086248C = REG_DWORD 8
  328. IDConfigDB [UserR PowerR AdminFull SystemFull CreatorFull]
  329. CurrentConfig = REG_DWORD 0
  330. UserWaitInterval = REG_DWORD 30
  331. Hardware Profiles [UserR PowerR AdminFull SystemFull CreatorFull]
  332. 0000 [UserR PowerR AdminFull SystemFull CreatorFull]
  333. PreferenceOrder = REG_DWORD -1
  334. Pristine = REG_DWORD 1
  335. Aliasable = REG_DWORD 0
  336. Pnp
  337. Pci
  338. CardList
  339. Intel 82441FX = REG_BINARY 0x10 0x00000001 0x12378086 0x00000000 0x00000000
  340. Intel 82439HX = REG_BINARY 0x10 0x00000001 0x12508086 0x00000000 0x00000000
  341. Intel 82439TX = REG_BINARY 0x10 0x00000001 0x71008086 0x00000000 0x00000000
  342. Intel 82443LX/EX = REG_BINARY 0x10 0x00000001 0x71808086 0x00000000 0x00000000
  343. Intel 82443BX1 = REG_BINARY 0x10 0x00000001 0x71908086 0x00000000 0x00000000
  344. Intel 82443BX2 = REG_BINARY 0x10 0x00000001 0x71928086 0x00000000 0x00000000
  345. Intel 82443GX = REG_BINARY 0x10 0x00000001 0x71A08086 0x00000000 0x00000000
  346. VIA Tech1 = REG_BINARY 0x10 0x00000001 0x05011106 0x00000000 0x00000000
  347. VIA Tech2 = REG_BINARY 0x10 0x00000001 0x06911106 0x00000000 0x00000000
  348. Toshiba = REG_BINARY 0x10 0x00000001 0x06011179 0x00000000 0x00000000
  349. Ali = REG_BINARY 0x10 0x00000001 0x152110B9 0x00000000 0x00000000
  350. PciIrqRouting
  351. Options = REG_DWORD 0x0000000F
  352. IrqRoutingTables
  353. VLSI Sample = REG_BINARY 0x40 \
  354. 24,50,49,52,00,01,40,00,FF,FF,00,00,00,00,00,00, \
  355. 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, \
  356. 00,58,01,28,DE,02,28,DE,03,28,DE,04,28,DE,01,00, \
  357. 00,60,02,28,DE,03,28,DE,04,28,DE,01,28,DE,01,00
  358. IBM Mach VLSI Chipset = REG_BINARY 0x40 \
  359. 24,50,49,52,00,01,40,00,FF,FF,00,00,00,00,00,00, \
  360. 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, \
  361. 00,58,01,28,DE,03,28,DE,02,28,DE,01,28,DE,01,00, \
  362. 00,60,02,28,DE,01,28,DE,03,28,DE,02,28,DE,01,00
  363. Dell 4 PCI slot = REG_BINARY 0x60 \
  364. 24,50,49,52,00,01,60,00,FF,FF,00,00,00,00,00,00, \
  365. 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, \
  366. 00,68,60,B8,0E,61,B8,0E,62,B8,0E,63,B8,0E,01,00, \
  367. 00,70,61,B8,0E,62,B8,0E,63,B8,0E,60,B8,0E,01,00, \
  368. 00,78,62,B8,0E,63,B8,0E,60,B8,0E,61,B8,0E,01,00, \
  369. 00,80,63,B8,0E,60,B8,0E,61,B8,0E,62,B8,0E,01,00
  370. Dell 2 PCI slot = REG_BINARY 0x40 \
  371. 24,50,49,52,00,01,40,00,FF,FF,00,00,00,00,00,00, \
  372. 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, \
  373. 00,60,60,B8,0E,61,08,8E,62,08,8E,63,B8,0E,01,00, \
  374. 00,68,62,B8,0E,63,08,8E,61,08,8E,60,B8,0E,01,00
  375. Gateway 2000 3 PCI slot = REG_BINARY 0x50 \
  376. 24,50,49,52,00,01,50,00,FF,FF,00,00,00,00,00,00, \
  377. 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, \
  378. 00,30,62,B8,8E,61,B8,8E,60,B8,8E,63,B8,8E,0A,00, \
  379. 00,70,61,B8,8E,60,B8,8E,62,B8,8E,63,B8,8E,0B,00, \
  380. 00,60,60,B8,8E,62,B8,8E,61,B8,8E,63,B8,8E,0C,00
  381. Intel 430MX Motherboard Sample = REG_BINARY 0x80 \
  382. 24,50,49,52,00,01,80,00,FF,FF,00,00,00,00,00,00, \
  383. 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00, \
  384. 00,70,60,F8,DE,61,F8,DE,60,F8,DE,61,F8,DE,05,00, \
  385. 00,78,61,F8,DE,60,F8,DE,61,F8,DE,60,F8,DE,63,00, \
  386. 00,88,61,F8,DE,60,F8,DE,61,F8,DE,60,F8,DE,06,00, \
  387. 00,90,60,F8,DE,61,F8,DE,60,F8,DE,61,F8,DE,03,00, \
  388. 00,98,61,F8,DE,60,F8,DE,61,F8,DE,60,F8,DE,61,00, \
  389. 00,A0,60,B8,8E,62,B8,8E,61,B8,8E,63,B8,8E,01,00
  390. IrqMiniports
  391. 04828086
  392. Name = REG_SZ "Intel 82375EB/SB"
  393. Instance = REG_DWORD 0x00000000
  394. Parameters = REG_DWORD 0x00000000
  395. 122E8086
  396. Name = REG_SZ "Intel 82371FB"
  397. Instance = REG_DWORD 0x00000001
  398. Parameters = REG_DWORD 0x00000000
  399. 04848086
  400. Name = REG_SZ "Intel 82378"
  401. Instance = REG_DWORD 0x00000001
  402. Parameters = REG_DWORD 0x00000000
  403. 12348086
  404. Name = REG_SZ "Intel 82371MX"
  405. Instance = REG_DWORD 0x00000001
  406. Parameters = REG_DWORD 0x00000000
  407. 70008086
  408. Name = REG_SZ "Intel 82371SB"
  409. Instance = REG_DWORD 0x00000001
  410. Parameters = REG_DWORD 0x00000000
  411. 71108086
  412. Name = REG_SZ "Intel 82371AB/EB"
  413. Instance = REG_DWORD 0x00000001
  414. Parameters = REG_DWORD 0x00000000
  415. 76008086
  416. Name = REG_SZ "Intel 82372FB"
  417. Instance = REG_DWORD 0x00000001
  418. Parameters = REG_DWORD 0x00000000
  419. 00061004
  420. Name = REG_SZ "VLSI"
  421. Instance = REG_DWORD 0x00000002
  422. Parameters = REG_DWORD 0x00000000
  423. C5581045
  424. Name = REG_SZ "Opti Viper"
  425. Instance = REG_DWORD 0x00000003
  426. Parameters = REG_DWORD 0x00000000
  427. C5681045
  428. Name = REG_SZ "Opti Viper Max"
  429. Instance = REG_DWORD 0x00000003
  430. Parameters = REG_DWORD 0x00000000
  431. 00081039
  432. Name = REG_SZ "SiS5503"
  433. Instance = REG_DWORD 0x00000004
  434. Parameters = REG_DWORD 0x00000000
  435. 01021004
  436. Name = REG_SZ "VLSI Eagle"
  437. Instance = REG_DWORD 0x00000005
  438. Parameters = REG_DWORD 0x00000000
  439. 152310B9
  440. Name = REG_SZ "ALi 1523"
  441. Instance = REG_DWORD 0x00000006
  442. Parameters = REG_DWORD 0x00000000
  443. 0011100B
  444. Name = REG_SZ "NS 87560"
  445. Instance = REG_DWORD 0x00000007
  446. Parameters = REG_DWORD 0x00000000
  447. AE290E11
  448. Name = REG_SZ "Compaq MISC-3"
  449. Instance = REG_DWORD 0x00000008
  450. Parameters = REG_DWORD 0x00000000
  451. 153310B9
  452. Name = REG_SZ "ALi 1533"
  453. Instance = REG_DWORD 0x00000009
  454. Parameters = REG_DWORD 0x00000000
  455. C7001045
  456. Name = REG_SZ "Opti Fire Star"
  457. Instance = REG_DWORD 0x0000000A
  458. Parameters = REG_DWORD 0x00000000
  459. 05861106
  460. Name = REG_SZ "VT82C586B"
  461. Instance = REG_DWORD 0x0000000B
  462. Parameters = REG_DWORD 0x00000000
  463. 05961106
  464. Name = REG_SZ "VT82C596B"
  465. Instance = REG_DWORD 0x0000000B
  466. Parameters = REG_DWORD 0x00000000
  467. 06861106
  468. Name = REG_SZ "VT82C686B"
  469. Instance = REG_DWORD 0x0000000B
  470. Parameters = REG_DWORD 0x00000000
  471. A0F30E11
  472. Name = REG_SZ "Compaq OSB"
  473. Instance = REG_DWORD 0x0000000C
  474. Parameters = REG_DWORD 0x00000000
  475. 00020E11
  476. Name = REG_SZ "Compaq CMC-2"
  477. Instance = REG_DWORD 0x0000000D
  478. Parameters = REG_DWORD 0x00000000
  479. 00001078
  480. Name = REG_SZ "Cyrix 5520 Rev 0"
  481. Instance = REG_DWORD 0x0000000E
  482. Parameters = REG_DWORD 0x00000000
  483. 00021078
  484. Name = REG_SZ "Cyrix 5520 Rev 1"
  485. Instance = REG_DWORD 0x0000000E
  486. Parameters = REG_DWORD 0x00000000
  487. 06021179
  488. Name = REG_SZ "Toshiba"
  489. Instance = REG_DWORD 0x0000000F
  490. Parameters = REG_DWORD 0x00000000
  491. 00021066
  492. Name = REG_SZ "Vesuvius"
  493. Instance = REG_DWORD 0x00000011
  494. Parameters = REG_DWORD 0x00000001
  495. 80021066
  496. Name = REG_SZ "Vesuvius"
  497. Instance = REG_DWORD 0x00000011
  498. Parameters = REG_DWORD 0x00000001
  499. ScsiPort
  500. SpecialTargetList
  501. DiskCOMPAQPCST32430N________
  502. OneLun = REG_DWORD 1
  503. DiskMICROP__3243-19MZ__Q4D__
  504. OneLun = REG_DWORD 1
  505. DiskMICROP__4421-07___0502SJ
  506. OneLun = REG_DWORD 1
  507. DiskSEAGATE_ST34502LC_______
  508. OneLun = REG_DWORD 1
  509. DiskIBM_____DNES-309170W____
  510. OneLun = REG_DWORD 1
  511. CDROMYAMAHACRW4416S__________
  512. OneLun = REG_DWORD 1
  513. CDROMCyberDrvSCSI_CD-ROM_120S
  514. OneLun = REG_DWORD 1
  515. WormYAMAHA_CDR100___________
  516. OneLun = REG_DWORD 1
  517. ProcessorESH-SHVSVA_HSBP_M10_____
  518. OneLun = REG_DWORD 1
  519. ChangerJVC_CD-CHG_MC-1600______
  520. OneLun = REG_DWORD 1
  521. ScannerUMAX____Astra_2400S_____
  522. SetLunInCdb = REG_DWORD 1
  523. ScannerUMAX____Astra_2200______
  524. SetLunInCdb = REG_DWORD 1
  525. ScannerUMAX____Astra_1200S_____
  526. SetLunInCdb = REG_DWORD 1
  527. ScannerUMAX____Astra_1220S_____
  528. SetLunInCdb = REG_DWORD 1
  529. ScannerUMAX____Astra_610S______
  530. SetLunInCdb = REG_DWORD 1
  531. ScannerUMAX____Astra_600S______
  532. SetLunInCdb = REG_DWORD 1
  533. ScannerLinoHellSAPHIR3_________
  534. SetLunInCdb = REG_DWORD 1
  535. Scanner________Scanner_________
  536. SetLunInCdb = REG_DWORD 1
  537. Scanner________Scanner_600_____
  538. SetLunInCdb = REG_DWORD 1
  539. ScannerMICROTEKScanMakerIII____
  540. SetLunInCdb = REG_DWORD 1
  541. ScannerMICROTEKScanMakerIIsp___
  542. SetLunInCdb = REG_DWORD 1
  543. ServiceGroupOrder
  544. List = REG_MULTI_SZ "drivers" \
  545. "Boot Bus Extender" \
  546. "System Bus Extender" \
  547. "Input Device Support"
  548. Session Manager
  549. Memory Management
  550. PagedPoolSize = REG_DWORD 0x00
  551. SystemResources
  552. BusValues
  553. Internal = REG_BINARY 8 0 0
  554. Isa = REG_BINARY 8 1 0
  555. Eisa = REG_BINARY 8 2 1
  556. MCA = REG_BINARY 8 3 1
  557. TurboChannel = REG_BINARY 8 4 0
  558. PCI = REG_BINARY 8 5 1
  559. VME = REG_BINARY 8 6 0
  560. NuBus = REG_BINARY 8 7 0
  561. PCMCIA = REG_BINARY 8 8 1
  562. CBus = REG_BINARY 8 9 0
  563. MPI = REG_BINARY 8 10 0
  564. MPSA = REG_BINARY 8 11 0
  565. ReservedResources
  566. Isa = REG_RESOURCE_LIST 0x0274 \
  567. 1 1 1 0 38 \
  568. 0x0101 0x0000 0 0x0100 \
  569. 0x0301 0x42E8 0 0x2 \
  570. 0x0301 0x4AE8 0 0x2 \
  571. 0x0301 0x82E8 0 0x4 \
  572. 0x0301 0x86E8 0 0x4 \
  573. 0x0301 0x8AE8 0 0x4 \
  574. 0x0301 0x8EE8 0 0x4 \
  575. 0x0301 0x92E8 0 0x4 \
  576. 0x0301 0x96E8 0 0x4 \
  577. 0x0301 0x9AE8 0 0x4 \
  578. 0x0301 0x9EE8 0 0x4 \
  579. 0x0301 0xA2E8 0 0x4 \
  580. 0x0301 0xA6E8 0 0x4 \
  581. 0x0301 0xAAE8 0 0x4 \
  582. 0x0301 0xAEE8 0 0x4 \
  583. 0x0301 0xB6E8 0 0x4 \
  584. 0x0301 0xBAE8 0 0x4 \
  585. 0x0301 0xBEE8 0 0x4 \
  586. 0x0301 0xC2E8 0 0x4 \
  587. 0x0301 0xC6E8 0 0x4 \
  588. 0x0301 0xCAE8 0 0x4 \
  589. 0x0301 0xCEE8 0 0x4 \
  590. 0x0301 0xD2E8 0 0x4 \
  591. 0x0301 0xD6E8 0 0x4 \
  592. 0x0301 0xDAE8 0 0x4 \
  593. 0x0301 0xDEE8 0 0x4 \
  594. 0x0301 0xE2E8 0 0x4 \
  595. 0x0301 0xE6E8 0 0x4 \
  596. 0x0301 0xEAE8 0 0x4 \
  597. 0x0301 0xEEE8 0 0x4 \
  598. 0x0301 0xF000 0 0x1000 \
  599. 0x0302 0x03 0x03 0xffffffff \
  600. 0x0302 0x04 0x04 0xffffffff \
  601. 0x0302 0x0E 0x0E 0xffffffff \
  602. 0x0302 0x06 0x06 0xffffffff \
  603. 0x0302 0x0C 0x0C 0xffffffff \
  604. 0x0302 0x01 0x01 0xffffffff \
  605. 0x0303 0xEFFFFFFF 0 0x10000000
  606. Eisa = REG_RESOURCE_LIST 0x0124 \
  607. 1 2 1 0 0x11 \
  608. 0x0301 0x0400 0 0x100 \
  609. 0x0301 0xFC00 0 0x400 \
  610. 0x0301 0xEC00 0 0x400 \
  611. 0x0301 0xDC00 0 0x400 \
  612. 0x0301 0xCC00 0 0x400 \
  613. 0x0301 0xBC00 0 0x400 \
  614. 0x0301 0xAC00 0 0x400 \
  615. 0x0301 0x9C00 0 0x400 \
  616. 0x0301 0x8C00 0 0x400 \
  617. 0x0301 0x7C00 0 0x400 \
  618. 0x0301 0x6C00 0 0x400 \
  619. 0x0301 0x5C00 0 0x400 \
  620. 0x0301 0x4C00 0 0x400 \
  621. 0x0301 0x3C00 0 0x400 \
  622. 0x0301 0x2C00 0 0x400 \
  623. 0x0301 0x1C00 0 0x400 \
  624. 0x0301 0x0C00 0 0x400
  625. AssignmentOrdering
  626. Isa = PCFlat
  627. Eisa = PCFlat
  628. MCA = PCFlat
  629. PCMCIA = PCFlat
  630. PCFlat = REG_RESOURCE_REQUIREMENTS 0x000004A8 \
  631. 0x000004A8 0 0 0 0 0 0 1 0x00010001 0x00000024 \
  632. 0x0100 0 0 0 0x0500 0 0xFFFF 0 \
  633. \
  634. 0x0108 0 0 0 0x0140 0 0x017F 0 \
  635. 0x0108 0 0 0 0x0200 0 0x02FF 0 \
  636. 0x0108 0 0 0 0x0300 0 0x036F 0 \
  637. \
  638. 0x0108 0 0 0 0x0378 0 0x037A 0 \
  639. 0x0108 0 0 0 0x02E8 0 0x02FF 0 \
  640. 0x0108 0 0 0 0x01F0 0 0x01F8 0 \
  641. 0x0108 0 0 0 0x03B0 0 0x03CF 0 \
  642. 0x0108 0 0 0 0x03E8 0 0x03FF 0 \
  643. 0x0108 0 0 0 0x01CE 0 0x01CF 0 \
  644. 0x0108 0 0 0 0x0100 0 0x03FF 0 \
  645. \
  646. 0x0200 0 0x0F 0x0F 0 0 0 0 \
  647. 0x0208 0 0x0D 0x0D 0 0 0 0 \
  648. 0x0208 0 0x0C 0x0C 0 0 0 0 \
  649. 0x0208 0 0x09 0x09 0 0 0 0 \
  650. 0x0208 0 0x08 0x08 0 0 0 0 \
  651. 0x0208 0 0x07 0x07 0 0 0 0 \
  652. 0x0208 0 0x0B 0x0B 0 0 0 0 \
  653. 0x0208 0 0x0A 0x0A 0 0 0 0 \
  654. 0x0208 0 0x02 0x02 0 0 0 0 \
  655. 0x0208 0 0x05 0x05 0 0 0 0 \
  656. 0x0208 0 0x03 0x03 0 0 0 0 \
  657. 0x0208 0 0x04 0x04 0 0 0 0 \
  658. 0x0208 0 0x0E 0x0E 0 0 0 0 \
  659. 0x0208 0 0x06 0x06 0 0 0 0 \
  660. 0x0208 0 0x0C 0x0C 0 0 0 0 \
  661. 0x0208 0 0x01 0x01 0 0 0 0 \
  662. 0x0208 0 0x00 0x0F 0 0 0 0 \
  663. \
  664. 0x0300 0 0 0 0x00100000 0 0xFFFFFFFF 0 \
  665. 0x0308 0 0 0 0x000F0000 0 0x000FFFFF 0 \
  666. 0x0308 0 0 0 0x00080000 0 0x000BFFFF 0 \
  667. 0x0308 0 0 0 0x00080000 0 0x000FFFFF 0 \
  668. 0x0308 0 0 0 0x00080000 0 0xFFBFFFFF 0 \
  669. \
  670. 0x0400 0 0x06 0x0F 0 0 0 0 \
  671. 0x0408 0 0x03 0x04 0 0 0 0 \
  672. 0x0408 0 0x00 0x0F 0 0 0 0
  673. PCI = REG_RESOURCE_REQUIREMENTS 0x00000128 \
  674. 0x00000128 0 0 0 0 0 0 1 0x00010001 0x00000008 \
  675. 0x0100 0 0 0 0x0500 0 0xFFFF 0 \
  676. \
  677. 0x0200 0 0x00 0xFF 0 0 0 0 \
  678. \
  679. 0x0300 0 0 0 0x00100000 0 0xFFFFFFFF 0 \
  680. 0x0308 0 0 0 0x000F0000 0 0x000FFFFF 0 \
  681. 0x0308 0 0 0 0x00080000 0 0x000BFFFF 0 \
  682. 0x0308 0 0 0 0x00080000 0 0x000FFFFF 0 \
  683. 0x0308 0 0 0 0x00080000 0 0xFFBFFFFF 0 \
  684. \
  685. 0x0400 0 0x06 0xFF 0 0 0 0
  686. NetworkProvider
  687. Order
  688. ProviderOrder = REG_SZ LanmanWorkstation
  689. ComputerName
  690. ComputerName
  691. UsbFlags
  692. IgnoreHWSerNum04710302 = REG_BINARY 1 1
  693. GlobalDisableSerNumGen = REG_BINARY 1 1
  694. GenericUSBDeviceString = REG_SZ "USB Device"
  695. GenericCompositeUSBDeviceString = REG_SZ "Composite USB Device"
  696. Hardware Profiles [UserR PowerR AdminFull SystemFull CreatorFull]
  697. 0000 [UserR PowerR AdminFull SystemFull CreatorFull]
  698. Software [UserR PowerRWD AdminFull SystemFull CreatorFull]
  699. System [UserR PowerR AdminFull SystemFull CreatorFull]
  700. Services
  701. setupdd
  702. //
  703. // Do NOT change the unnamed value without also changing
  704. // SpReadSKUStuff() in text mode setup (spconfig.c)
  705. //
  706. = REG_BINARY 16 EVALTIME STEPUP RESTRICT_CPU SUITE_TYPE
  707. group = drivers
  708. start = REG_DWORD 0x00000000
  709. tag = REG_DWORD 0x00000001
  710. type = REG_DWORD 0x00000001
  711. Pci
  712. group = Boot Bus Extender
  713. tag = REG_DWORD 0x00000002
  714. Parameters
  715. // Devices specific settings (value name is DevID
  716. // cat with VenID)
  717. // Bit 0: Devices video wanting no IRQ
  718. // Bit 1: Devices PCMCIA wanting IRQ
  719. // Bit 2: Devices Dual PCI IDE without programming
  720. // code with bit 3 set
  721. 1045C621 = REG_BINARY 8 0x00000004 0x00000000
  722. 10950640 = REG_BINARY 8 0x00000004 0x00000000
  723. 80861230 = REG_BINARY 8 0x00000004 0x00000000
  724. 80867010 = REG_BINARY 8 0x00000004 0x00000000
  725. // Bit 3: Devices needing no enum at all
  726. 104B0140 = REG_BINARY 8 0x00000008 0x00000000
  727. 11790603 = REG_BINARY 8 0x00000008 0x00000000
  728. 80867113 = REG_BINARY 8 0x00000008 0x00000000
  729. 497884C5 = REG_BINARY 8 0x00000008 0x00000000
  730. 11063040 = REG_BINARY 8 0x00000008 0x00000000
  731. // Bit 4: Devices needing no resources but having
  732. // garbage in base address registers
  733. 0E111000 = REG_BINARY 8 0x00000010 0x00000000
  734. 0E112000 = REG_BINARY 8 0x00000010 0x00000000
  735. 10390406 = REG_BINARY 8 0x00000010 0x00000000
  736. 80860482 = REG_BINARY 8 0x00000010 0x00000000
  737. 80860008 = REG_BINARY 8 0x00000010 0x00000000
  738. 10140002 = REG_BINARY 8 0x00000010 0x00000000
  739. // Bit 5: Devices needing dword access
  740. 10800600 = REG_BINARY 8 0x00000020 0x00000000
  741. // Bit 6: Devices being single function parading as
  742. // multiple functions
  743. 10131100 = REG_BINARY 8 0x00000040 0x00000000
  744. // Bit 7: Device always enabled
  745. 10B95219 = REG_BINARY 8 0x00000080 0x00000000
  746. // Bit 8: Device is IDE even though not class code of
  747. // 0101
  748. 1C1C0001 = REG_BINARY 8 0x00000100 0x00000000
  749. 10970038 = REG_BINARY 8 0x00000100 0x00000000
  750. // Bit 9: Device is video even though not class code
  751. // of 0001 or 03xx
  752. // Bit 10: Automatically fail to start the device. It
  753. // is not supported in pmode
  754. 100BD001 = REG_BINARY 8 0x00000400 0x00000000
  755. // Bit 11: Device can only appear on bus 0 (improperly
  756. // decode type 1 transactions)
  757. 808604A3 = REG_BINARY 8 0x00000800 0x00000000
  758. 10AA0000 = REG_BINARY 8 0x00000800 0x00000000
  759. 533388D1 = REG_BINARY 8 0x00000800 0x00000000
  760. // Bit 12: Device can only appear on dev <16
  761. 11790605 = REG_BINARY 8 0x00001000 0x00000000
  762. // Bit 13: Bridge device can only have children at Dev0
  763. 10131110 = REG_BINARY 8 0x00002000 0x00000000
  764. //
  765. // Most Ricoh cardbus controllers
  766. //
  767. 11800478 = REG_BINARY 8 0x00002000 0x00000000
  768. 11800475 = REG_BINARY 8 0x00002000 0x00000000
  769. 11800476 = REG_BINARY 8 0x00002000 0x00000000
  770. 11800478 = REG_BINARY 8 0x00002000 0x00000000
  771. 11800475 = REG_BINARY 8 0x00002000 0x00000000
  772. // Bit 14: Do not modify the command bits of the device
  773. // 10040102 = REG_BINARY 8 0x00004000 0x00000000 (in multibit section)
  774. 10040101 = REG_BINARY 8 0x00004000 0x00000000
  775. 10421000 = REG_BINARY 8 0x00004000 0x00000000
  776. // BUGBUG(andrewth) - hack to make Compaq Proliant 5000's
  777. // boot (don't turn on 2nd EISA bridge).
  778. // This should go away post Beta2
  779. 80860482 = REG_BINARY 8 0x00004000 0x00000000
  780. // Bit 15: Device is VGA even though not class code
  781. // of 0001 or 0300 (only has meaning if bit 9 is set).
  782. // Bit 16: Device is MF CardBus controller that shares
  783. // Command register
  784. 104CAC12 = REG_BINARY 8 0x00010000 0x00000000
  785. 11800466 = REG_BINARY 8 0x00010000 0x00000000
  786. // Bit 17: Device is a PCI/PCI bridge with straight
  787. // thru routing (pin A to pin A, etc).
  788. // Bit 18: Device is a subtractive decode PCI-PCI
  789. // bridge with writable IO window
  790. 10140095 = REG_BINARY 8 0x00040000 0x00000000
  791. //
  792. // Intel ICH/ICH2 are forced into subtractive mode
  793. //
  794. 80862418 = REG_BINARY 8 0x00040000 0x00000000
  795. 80862428 = REG_BINARY 8 0x00040000 0x00000000
  796. 8086244E = REG_BINARY 8 0x00040000 0x00000000
  797. 80862448 = REG_BINARY 8 0x00040000 0x00000000
  798. // Bit 19: Device is a PCI/ISA bridge with F-DMA ability
  799. 8086122E = REG_BINARY 8 0x00080000 0x00000000
  800. 80867000 = REG_BINARY 8 0x00080000 0x00000000
  801. 80867110 = REG_BINARY 8 0x00080000 0x00000000
  802. 80867600 = REG_BINARY 8 0x00080000 0x00000000
  803. // Bit 20: Device does not allow IRQ sharing
  804. // Bit 21: Device does not allow level triggered IRQ
  805. // Bit 22: Device has dynamically configurable
  806. // subsystem IDs.
  807. 10024747 = REG_BINARY 8 0x00400000 0x00000000
  808. 10024754 = REG_BINARY 8 0x00400000 0x00000000
  809. 53338901 = REG_BINARY 8 0x00400000 0x00000000
  810. 101300D6 = REG_BINARY 8 0x00400000 0x00000000
  811. 104CAC15 = REG_BINARY 8 0x00400000 0x00000000
  812. 110B0004 = REG_BINARY 8 0x00400000 0x00000000
  813. 1000000F = REG_BINARY 8 0x00400000 0x00000000
  814. 104CAC17 = REG_BINARY 8 0x00400000 0x00000000
  815. 10239397 = REG_BINARY 8 0x00400000 0x00000000
  816. 10024742 = REG_BINARY 8 0x00400000 0x00000000
  817. 10024744 = REG_BINARY 8 0x00400000 0x00000000
  818. 10024749 = REG_BINARY 8 0x00400000 0x00000000
  819. 10024750 = REG_BINARY 8 0x00400000 0x00000000
  820. 10024751 = REG_BINARY 8 0x00400000 0x00000000
  821. 10024755 = REG_BINARY 8 0x00400000 0x00000000
  822. 10024757 = REG_BINARY 8 0x00400000 0x00000000
  823. 10024759 = REG_BINARY 8 0x00400000 0x00000000
  824. 10024C42 = REG_BINARY 8 0x00400000 0x00000000
  825. 10024C44 = REG_BINARY 8 0x00400000 0x00000000
  826. 10024C47 = REG_BINARY 8 0x00400000 0x00000000
  827. 10024C49 = REG_BINARY 8 0x00400000 0x00000000
  828. 10024C50 = REG_BINARY 8 0x00400000 0x00000000
  829. 10024C51 = REG_BINARY 8 0x00400000 0x00000000
  830. 10025654 = REG_BINARY 8 0x00400000 0x00000000
  831. 10025655 = REG_BINARY 8 0x00400000 0x00000000
  832. 10025656 = REG_BINARY 8 0x00400000 0x00000000
  833. 121A0003 = REG_BINARY 8 0x00400000 0x00000000
  834. 1045C861107B9300 = REG_BINARY 8 0x00400000 0x00000000
  835. 1045C8611045C861 = REG_BINARY 8 0x00400000 0x00000000
  836. // Bit 23: Device does not allow the WritePostingEnable
  837. // bit to be set in CBB on the same bus.
  838. // Bit 24: Create with the old ID (note that these are
  839. // overridable so that when they rev their driver they
  840. // can clear that bit).
  841. 80861231 = REG_BINARY 8 0x01000000 0x00000000
  842. 12730002 = REG_BINARY 8 0x01000000 0x00000000
  843. 1014007D = REG_BINARY 8 0x01000000 0x00000000
  844. 12850100 = REG_BINARY 8 0x01000000 0x00000000
  845. // Bit 25: Do not shrink the memory window of this bridge.
  846. // Bit 26: Turn off parity on this device
  847. // Bit 27: Dont program the BAR registers for non-PCI
  848. // children.
  849. 12176836 = REG_BINARY 8 0x08000000 0x00000000
  850. 12176832 = REG_BINARY 8 0x08000000 0x00000000
  851. // Bit 29: Devices that claim to be able to do Power
  852. // management but don't get it right.
  853. 109107A0 = REG_BINARY 8 0x20000000 0x00000000
  854. 80867800 = REG_BINARY 8 0x20000000 0x00000000
  855. 10c88005 = REG_BINARY 8 0x20000000 0x00000000
  856. 10c88006 = REG_BINARY 8 0x20000000 0x00000000
  857. 10c80005 = REG_BINARY 8 0x20000000 0x00000000
  858. 10c80006 = REG_BINARY 8 0x20000000 0x00000000
  859. 102B1001 = REG_BINARY 8 0x20000000 0x00000000
  860. // E&S graphics adapter
  861. 10DD0100 = REG_BINARY 8 0x20000000 0x00000000
  862. // CMD Devices
  863. 10950646 = REG_BINARY 8 0x20000000 0x00000000
  864. 10950670 = REG_BINARY 8 0x20000000 0x00000000
  865. // CMD IDE controller that turns into a Raid controller after D3->D0
  866. 10950648 = REG_BINARY 8 0x20000000 0x00000000
  867. // NMA2 Audio
  868. 10C88005 = REG_BINARY 8 0x20000000 0x00000000
  869. // Intel 64bit power managed bridge. This device forgets
  870. // its on a 64bit bus when D3->D0 and appears to corrupt
  871. // bus traffic there after. Bug 411282 (in both DEC and
  872. // intel vendor ID variants)
  873. 10110026 = REG_BINARY 8 0x20000000 0x00000000
  874. 8086B154 = REG_BINARY 8 0x20000000 0x00000000
  875. 53338904 = REG_BINARY 8 0x20000000 0x00000000
  876. // VIA AGP Bridges - Raid #401073
  877. 11068598 = REG_BINARY 8 0x20000000 0x00000000
  878. 11068605 = REG_BINARY 8 0x20000000 0x00000000
  879. // Bit 30: Devices we shouldn't disable the decodes on for
  880. // various reasons. This is rather like preserve
  881. // command (bit 14) but we are allowed to turn on
  882. // the device just not turn it off.
  883. // In this particular case it is a Toshiba docking bridge
  884. // if we turn off the decodes as part of an APM suspend then
  885. // the BIOS fails the resume because it can't see the floppy
  886. // controller in the dock
  887. 11790609 = REG_BINARY 8 0x40000000 0x00000000
  888. //
  889. // This is another APM docking issue with IBM machines. If
  890. // we reset the bridge the PIIX IDE contoller they have
  891. // hidden in config space apprears and is reset so the
  892. // channels are disabled and the IDE devices are surprise
  893. // removed. By not clearing the decodes on the docking
  894. // bridge we don't reset it and all is well
  895. //
  896. 10140047 = REG_BINARY 8 0x40000000 0x00000000
  897. // Bit 31: Devices that lose SSID after being having their
  898. // power management registers set to D0 from D3.
  899. //
  900. 102B051B = REG_BINARY 8 0x80000000 0x00000000
  901. 102B1001 = REG_BINARY 8 0x80000000 0x00000000
  902. 102B0520 = REG_BINARY 8 0x80000000 0x00000000
  903. 102B0521 = REG_BINARY 8 0x80000000 0x00000000
  904. 102B1025 = REG_BINARY 8 0x80000000 0x00000000
  905. 102B0525 = REG_BINARY 8 0x80000000 0x00000000
  906. 80867121 = REG_BINARY 8 0x80000000 0x00000000
  907. 80867123 = REG_BINARY 8 0x80000000 0x00000000
  908. 80867125 = REG_BINARY 8 0x80000000 0x00000000
  909. 80861132 = REG_BINARY 8 0x80000000 0x00000000
  910. 90050050 = REG_BINARY 8 0x80000000 0x00000000
  911. 9005005F = REG_BINARY 8 0x80000000 0x00000000
  912. 10024752 = REG_BINARY 8 0x80000000 0x00000000
  913. 1002474F = REG_BINARY 8 0x80000000 0x00000000
  914. 1002474D = REG_BINARY 8 0x80000000 0x00000000
  915. 10024753 = REG_BINARY 8 0x80000000 0x00000000
  916. 1002474C = REG_BINARY 8 0x80000000 0x00000000
  917. 1002474E = REG_BINARY 8 0x80000000 0x00000000
  918. 10024C4D = REG_BINARY 8 0x80000000 0x00000000
  919. 10024C4E = REG_BINARY 8 0x80000000 0x00000000
  920. 10024C52 = REG_BINARY 8 0x80000000 0x00000000
  921. 10024C53 = REG_BINARY 8 0x80000000 0x00000000
  922. 10239880 = REG_BINARY 8 0x80000000 0x00000000
  923. 10DE00A0 = REG_BINARY 8 0x80000000 0x00000000
  924. 10DE00A1 = REG_BINARY 8 0x80000000 0x00000000
  925. 10DE00A3 = REG_BINARY 8 0x80000000 0x00000000
  926. 10DE00B0 = REG_BINARY 8 0x80000000 0x00000000
  927. 10DE00B1 = REG_BINARY 8 0x80000000 0x00000000
  928. 10DE00B3 = REG_BINARY 8 0x80000000 0x00000000
  929. 10DE0100 = REG_BINARY 8 0x80000000 0x00000000
  930. 10DE0101 = REG_BINARY 8 0x80000000 0x00000000
  931. 10DE0102 = REG_BINARY 8 0x80000000 0x00000000
  932. 10DE0103 = REG_BINARY 8 0x80000000 0x00000000
  933. 10DE0120 = REG_BINARY 8 0x80000000 0x00000000
  934. 10DE0121 = REG_BINARY 8 0x80000000 0x00000000
  935. 10DE0122 = REG_BINARY 8 0x80000000 0x00000000
  936. 10DE0123 = REG_BINARY 8 0x80000000 0x00000000
  937. 10DE0150 = REG_BINARY 8 0x80000000 0x00000000
  938. 10DE0151 = REG_BINARY 8 0x80000000 0x00000000
  939. 10DE0152 = REG_BINARY 8 0x80000000 0x00000000
  940. 10DE0153 = REG_BINARY 8 0x80000000 0x00000000
  941. 10DE0200 = REG_BINARY 8 0x80000000 0x00000000
  942. 10DE0201 = REG_BINARY 8 0x80000000 0x00000000
  943. 10DE0202 = REG_BINARY 8 0x80000000 0x00000000
  944. 10DE0203 = REG_BINARY 8 0x80000000 0x00000000
  945. 12D20018 = REG_BINARY 8 0x80000000 0x00000000
  946. 12D20019 = REG_BINARY 8 0x80000000 0x00000000
  947. 10136003 = REG_BINARY 8 0x80000000 0x00000000
  948. 3D3D000A = REG_BINARY 8 0x80000000 0x00000000
  949. // Bit 32: Early video cards that ignore the
  950. // PCI spec and decode all sorts of legacy
  951. // ranges.
  952. 10024158 = REG_BINARY 8 0x00000000 0x00000001
  953. 10024354 = REG_BINARY 8 0x00000000 0x00000001
  954. 10024358 = REG_BINARY 8 0x00000000 0x00000001
  955. 10024554 = REG_BINARY 8 0x00000000 0x00000001
  956. 10024754 = REG_BINARY 8 0x00000000 0x00000001
  957. 10024758 = REG_BINARY 8 0x00000000 0x00000001
  958. 10024C54 = REG_BINARY 8 0x00000000 0x00000001
  959. 10025654 = REG_BINARY 8 0x00000000 0x00000001
  960. 10025654 = REG_BINARY 8 0x00000000 0x00000001
  961. 53338810 = REG_BINARY 8 0x00000000 0x00000001
  962. 53338811 = REG_BINARY 8 0x00000000 0x00000001
  963. 53338812 = REG_BINARY 8 0x00000000 0x00000001
  964. 53338814 = REG_BINARY 8 0x00000000 0x00000001
  965. 53338880 = REG_BINARY 8 0x00000000 0x00000001
  966. 533388B0 = REG_BINARY 8 0x00000000 0x00000001
  967. 533388C0 = REG_BINARY 8 0x00000000 0x00000001
  968. 533388C1 = REG_BINARY 8 0x00000000 0x00000001
  969. 533388D0 = REG_BINARY 8 0x00000000 0x00000001
  970. 533388D1 = REG_BINARY 8 0x00000000 0x00000001
  971. 533388F0 = REG_BINARY 8 0x00000000 0x00000001
  972. 53338901 = REG_BINARY 8 0x00000000 0x00000001
  973. 53338902 = REG_BINARY 8 0x00000000 0x00000001
  974. // Bit 33: Devices with incorrect class codes.
  975. // Treat as if they specified generic
  976. // system device class code.
  977. 0E11B109 = REG_BINARY 8 0x00000000 0x00000002
  978. // Bit 34: Bridges that need to be reset on
  979. // power up
  980. // More than one bit
  981. 100C3202 = REG_BINARY 8 0x00008A00 0x00000000
  982. 10668002 = REG_BINARY 8 0x00300000 0x00000000
  983. 10660002 = REG_BINARY 8 0x00300000 0x00000000
  984. 10040102 = REG_BINARY 8 0x02004000 0x00000000
  985. 1045C814 = REG_BINARY 8 0x20400000 0x00000000
  986. 10024756 = REG_BINARY 8 0x20400000 0x00000000
  987. 10024757 = REG_BINARY 8 0x20400000 0x00000000
  988. 10024759 = REG_BINARY 8 0x20400000 0x00000000
  989. 1002475A = REG_BINARY 8 0x20400000 0x00000000
  990. 1000000B = REG_BINARY 8 0xa0000000 0x00000000
  991. 10DE0020 = REG_BINARY 8 0xa0000000 0x00000000
  992. 10DE0028 = REG_BINARY 8 0xa0000000 0x00000000
  993. 10DE0029 = REG_BINARY 8 0xa0000000 0x00000000
  994. 10DE002A = REG_BINARY 8 0xa0000000 0x00000000
  995. 10DE002B = REG_BINARY 8 0xa0000000 0x00000000
  996. 10DE002C = REG_BINARY 8 0xa0000000 0x00000000
  997. 10DE002D = REG_BINARY 8 0xa0000000 0x00000000
  998. 10DE002E = REG_BINARY 8 0xa0000000 0x00000000
  999. 10DE002F = REG_BINARY 8 0xa0000000 0x00000000
  1000. // Specific devices that don't need the workarounds
  1001. // specified above.
  1002. 101300D6101880D6 = REG_BINARY 8 0x00000000 0x00000000
  1003. PciIde
  1004. group = System Bus Extender
  1005. tag = REG_DWORD 0x00000003
  1006. IntelIde
  1007. group = System Bus Extender
  1008. tag = REG_DWORD 0x00000004
  1009. CmdIde
  1010. group = System Bus Extender
  1011. tag = REG_DWORD 0x00000004
  1012. TosIde
  1013. group = System Bus Extender
  1014. tag = REG_DWORD 0x00000004
  1015. ViaIde
  1016. group = System Bus Extender
  1017. tag = REG_DWORD 0x00000004
  1018. AliIde
  1019. group = System Bus Extender
  1020. tag = REG_DWORD 0x00000004
  1021. tffsport
  1022. Parameters
  1023. LegacyDetection = REG_DWORD 0x00000001
  1024. atapi
  1025. Parameters
  1026. LegacyDetection = REG_DWORD 0x00000001
  1027. GhostSlave = REG_MULTI_SZ "SunDisk "
  1028. UseCheckPowerForFlush = REG_MULTI_SZ "SAMSUNG WNR-31601A (1600MB) " \
  1029. "SAMSUNG WNR-31601A (1.6GB) " \
  1030. "IBM-DTCA-24090 TC6OAA2A" \
  1031. "IBM-DTCA-24090 TC6IAA2A" \
  1032. "IBM-DPLA-25120 PL8OAA2A" \
  1033. "IBM-DPLA-25120 PL8IAA2A" \
  1034. "IBM-DPLA-25120 PL8IAA4A" \
  1035. "IBM-DTCA-23240 TC5OAA2A" \
  1036. "IBM-DTCA-23240 TC5IAA2A" \
  1037. "IBM-DPLA-24480 PL7OAA2A" \
  1038. "IBM-DPLA-24480 PL7IAA2A"
  1039. NoFlushDevice = REG_MULTI_SZ "QUANTUM_LPS525A " \
  1040. "SCR-730 "
  1041. PioOnlyDevice = REG_MULTI_SZ " Conner Peripherals 425MB - CFS425A " \
  1042. "MATSHITA CR-581 " \
  1043. "FX600S " \
  1044. "CD-44E " \
  1045. "QUANTUM TRB850A " \
  1046. "QUANTUM MARVERICK 540A " \
  1047. " MAXTOR MXT-540 AT " \
  1048. "Maxtor 71260 AT " \
  1049. "Maxtor 7850 AV " \
  1050. "Maxtor 7540 AV " \
  1051. "Maxtor 7213 AT " \
  1052. "Maxtor 7345 " \
  1053. "Maxtor 7245 AT " \
  1054. "Maxtor 7245 " \
  1055. "Maxtor 7211AU " \
  1056. "Maxtor 7171 AT " \
  1057. "CD-316E " \
  1058. "SAMSUNG_SCR-2430" \
  1059. "CR-2801TE"
  1060. NonRemovableMedia = REG_MULTI_SZ "Kingston Technology DataPak 340 " \
  1061. "SunDisk SDP5A-10 " \
  1062. "SunDisk SDCFB-10 " \
  1063. "SunDisk SDP3B-20 " \
  1064. "SunDisk SDP3B-175 " \
  1065. "SunDisk SDP5-2.5 " \
  1066. "Calluna Technology CT260MC " \
  1067. "BN-S004AC-S 1.00" \
  1068. "Calluna Technology CT520RM" \
  1069. "Hitachi CV 5.1.1" \
  1070. " ATA_FLASH " \
  1071. "Mitsubishi ATA Card " \
  1072. "LEXAR ATA_FLASH" \
  1073. "MICRON MTCF004A" \
  1074. "Micron MTCF008A" \
  1075. "SunDisk SDP3B-110" \
  1076. "SunDisk SDCFB-4" \
  1077. "BN-CAB-T" \
  1078. "MEMORYSTICK 8M 8K"
  1079. NoPowerDownDevice = REG_MULTI_SZ "RD-DRC001-M " \
  1080. "CS-R37 0 "
  1081. AutoEjectZipDevice = REG_MULTI_SZ "IOMEGA ZIP 100 ATAPI 23.D " \
  1082. "IOMEGA ZIP 100 ATAPI 21.D " \
  1083. "IOMEGA ZIP 100 ATAPI 20.D " \
  1084. "IOMEGA ZIP 100 ATAPI 91.D " \
  1085. "IOMEGA ZIP 100 B.29 " \
  1086. "IOMEGA ZIP 100 B.22 "
  1087. NeedIdentDevice = REG_MULTI_SZ "QUANTUM FIREBALL"
  1088. acpi
  1089. group = Boot Bus Extender
  1090. tag = REG_DWORD 0x00000001
  1091. cdrom
  1092. AutoRunAlwaysDisable = REG_MULTI_SZ "NRC MBR-7 " \
  1093. "NRC MBR-7.4 " \
  1094. "PIONEER_CHANGR_DRM-1804X" \
  1095. "PIONEER_CD-ROM_DRM-6324X" \
  1096. "PIONEER_CD-ROM_DRM-624X"
  1097. Pcmcia
  1098. group = System Bus Extender
  1099. tag = REG_DWORD 0x00000001
  1100. Parameters
  1101. ForcePolledMode = REG_DWORD 0x00000001
  1102. isapnp
  1103. group = Boot Bus Extender
  1104. tag = REG_DWORD 0x00000003
  1105. Parameters
  1106. // Card specific settings (value name is serial id)
  1107. // Bit 0: Devices that break isolation protocol
  1108. // after being started
  1109. ADP1502 = REG_DWORD 0x00000001
  1110. ADP1505 = REG_DWORD 0x00000001
  1111. ADP1510 = REG_DWORD 0x00000001
  1112. ADP1512 = REG_DWORD 0x00000001
  1113. ADP1515 = REG_DWORD 0x00000001
  1114. ADP1520 = REG_DWORD 0x00000001
  1115. ADP1522 = REG_DWORD 0x00000001
  1116. ADP3015 = REG_DWORD 0x00000001
  1117. ADP3215 = REG_DWORD 0x00000001
  1118. ADP6360 = REG_DWORD 0x00000001
  1119. ADP6370 = REG_DWORD 0x00000001
  1120. // all TI 8 bit isapnp controllerless modems need this
  1121. USR0014 = REG_DWORD 0x00000001
  1122. USR1001 = REG_DWORD 0x00000001
  1123. USR1002 = REG_DWORD 0x00000001
  1124. USR1003 = REG_DWORD 0x00000001
  1125. USR1004 = REG_DWORD 0x00000001
  1126. USR6001 = REG_DWORD 0x00000001
  1127. USR6002 = REG_DWORD 0x00000001
  1128. USR6003 = REG_DWORD 0x00000001
  1129. USR6004 = REG_DWORD 0x00000001
  1130. USR6005 = REG_DWORD 0x00000001
  1131. USR6006 = REG_DWORD 0x00000001
  1132. USR6007 = REG_DWORD 0x00000001
  1133. USR6008 = REG_DWORD 0x00000001
  1134. USR6009 = REG_DWORD 0x00000001
  1135. USR600A = REG_DWORD 0x00000001
  1136. USR600B = REG_DWORD 0x00000001
  1137. USR600C = REG_DWORD 0x00000001
  1138. USR600D = REG_DWORD 0x00000001
  1139. USR600E = REG_DWORD 0x00000001
  1140. USR600F = REG_DWORD 0x00000001
  1141. USR6010 = REG_DWORD 0x00000001
  1142. USR6011 = REG_DWORD 0x00000001
  1143. USR6012 = REG_DWORD 0x00000001
  1144. USR6101 = REG_DWORD 0x00000001
  1145. USR6020 = REG_DWORD 0x00000001
  1146. USR0041 = REG_DWORD 0x00000001
  1147. USR002C = REG_DWORD 0x00000001
  1148. AZT4029 = REG_DWORD 0x00000001
  1149. AZT4023 = REG_DWORD 0x00000001
  1150. USR0040 = REG_DWORD 0x00000001
  1151. HAY8601 = REG_DWORD 0x00000001
  1152. // Bit 2: Ignore boot config
  1153. EQX2400 = REG_DWORD 0x00000002
  1154. EQX0900 = REG_DWORD 0x00000002
  1155. EQX1B00 = REG_DWORD 0x00000002
  1156. EQX1700 = REG_DWORD 0x00000002
  1157. EQX0700 = REG_DWORD 0x00000002
  1158. EQX0F00 = REG_DWORD 0x00000002
  1159. EQX0800 = REG_DWORD 0x00000002
  1160. EQX1000 = REG_DWORD 0x00000002
  1161. EQX3F00 = REG_DWORD 0x00000002
  1162. EQX1200 = REG_DWORD 0x00000002
  1163. // Bit 3: Force level interrupts
  1164. // Bit 4: Force edge interrupts
  1165. // Bit 5: IBM memory boot config
  1166. IBM0001 = REG_DWORD 0x00000010
  1167. acpiec
  1168. group = Boot Bus Extender
  1169. tag = REG_DWORD 0x00000005
  1170. ohci1394
  1171. group = Boot Bus Extender
  1172. tag = REG_DWORD 0x00000004
  1173. mountmgr
  1174. group = System Bus Extender
  1175. tag = REG_DWORD 0x00000008
  1176. ftdisk
  1177. group = System Bus Extender
  1178. tag = REG_DWORD 0x00000009
  1179. partmgr
  1180. group = System Bus Extender
  1181. tag = REG_DWORD 0x0000000a
  1182. fdc
  1183. group = System Bus Extender
  1184. tag = REG_DWORD 0x0000000b
  1185. dmload
  1186. group = System Bus Extender
  1187. tag = REG_DWORD 0x0000000c
  1188. dmio
  1189. group = System Bus Extender
  1190. tag = REG_DWORD 0x0000000d
  1191. sbp2port
  1192. group = System Bus Extender
  1193. tag = REG_DWORD 0x0000000e
  1194. lbrtfdc
  1195. group = System Bus Extender
  1196. tag = REG_DWORD 0x0000000f
  1197. dmboot
  1198. Parameters
  1199. setup = REG_DWORD 0x00000001
  1200. i8042prt
  1201. Parameters
  1202. EnableWheelDetection = REG_DWORD 0
  1203. Ndis
  1204. group = drivers
  1205. tag = REG_DWORD 0x00000002
  1206. Tcpip
  1207. Linkage
  1208. Export = REG_MULTI_SZ "\Device\Tcpip_{54C7D140-09EF-11D1-B25A-F5FE627ED95E}"
  1209. Bind = REG_MULTI_SZ "\Device\{54C7D140-09EF-11D1-B25A-F5FE627ED95E}"
  1210. Parameters
  1211. DisableDHCPMediaSense = REG_DWORD 0x00000001
  1212. Adapters
  1213. {54C7D140-09EF-11D1-B25A-F5FE627ED95E}
  1214. IpConfig = REG_MULTI_SZ "Tcpip\Parameters\Interfaces\{54C7D140-09EF-11D1-B25A-F5FE627ED95E}"
  1215. Interfaces
  1216. {54C7D140-09EF-11D1-B25A-F5FE627ED95E}
  1217. IPAddress = REG_MULTI_SZ "0.0.0.0"
  1218. SubnetMask = REG_MULTI_SZ "0.0.0.0"
  1219. NTEContextList = REG_MULTI_SZ "0x00000002"
  1220. NetBT
  1221. Linkage
  1222. Export = REG_MULTI_SZ "\Device\NetBT_Tcpip_{54C7D140-09EF-11D1-B25A-F5FE627ED95E}"
  1223. Bind = REG_MULTI_SZ "\Device\Tcpip_{54C7D140-09EF-11D1-B25A-F5FE627ED95E}"
  1224. Parameters
  1225. TransportBindName = "\Device\"
  1226. BroadcastAddress = REG_DWORD 0xffffffff
  1227. Interfaces
  1228. Tcpip_{54C7D140-09EF-11D1-B25A-F5FE627ED95E}
  1229. LanmanWorkstation
  1230. Linkage
  1231. Export = REG_MULTI_SZ "\Device\LanmanWorkstation_NetbiosSmb" \
  1232. "\Device\LanmanWorkstation_NetBT_Tcpip_{54C7D140-09EF-11D1-B25A-F5FE627ED95E}"
  1233. Bind = REG_MULTI_SZ "\Device\NetbiosSmb" \
  1234. "\Device\NetBT_Tcpip_{54C7D140-09EF-11D1-B25A-F5FE627ED95E}"
  1235. networkprovider
  1236. Devicename = REG_SZ \Device\LanmanRedirector
  1237. ProviderPath = REG_EXPAND_SZ %SystemRoot%\System32\ntlanman.dll
  1238. Name = Microsoft Windows Network
  1239. Parameters
  1240. mrxsmb
  1241. Linkage
  1242. Parameters
  1243. rdbss
  1244. Linkage
  1245. Parameters
  1246. adpu160m
  1247. Parameters
  1248. PnpInterface
  1249. 5 = REG_DWORD 0x00000001
  1250. afcnt
  1251. Parameters
  1252. PnpInterface
  1253. 5 = REG_DWORD 0x00000001
  1254. afc9xxx
  1255. Parameters
  1256. PnpInterface
  1257. 5 = REG_DWORD 0x00000001
  1258. aha154x
  1259. Parameters
  1260. PnpInterface
  1261. 1 = REG_DWORD 0x00000001
  1262. 3 = REG_DWORD 0x00000001
  1263. aic116x
  1264. Parameters
  1265. PnpInterface
  1266. 5 = REG_DWORD 0x00000001
  1267. aic78u2
  1268. Parameters
  1269. PnpInterface
  1270. 5 = REG_DWORD 0x00000001
  1271. aic78xx
  1272. Parameters
  1273. PnpInterface
  1274. 5 = REG_DWORD 0x00000001
  1275. cbidf2k
  1276. Parameters
  1277. PnpInterface
  1278. 1 = REG_DWORD 0x00000001
  1279. 5 = REG_DWORD 0x00000001
  1280. perc2
  1281. Parameters
  1282. PnpInterface
  1283. 5 = REG_DWORD 0x00000001
  1284. hpn
  1285. Parameters
  1286. PnpInterface
  1287. 5 = REG_DWORD 0x00000001
  1288. dpti2o
  1289. Parameters
  1290. PnpInterface
  1291. 5 = REG_DWORD 0x00000001
  1292. buslogic
  1293. Parameters
  1294. PnpInterface
  1295. 1 = REG_DWORD 0x00000001
  1296. 2 = REG_DWORD 0x00000001
  1297. 5 = REG_DWORD 0x00000001
  1298. flashpnt
  1299. Parameters
  1300. PnpInterface
  1301. 5 = REG_DWORD 0x00000001
  1302. dac2w2k
  1303. Parameters
  1304. PnpInterface
  1305. 5 = REG_DWORD 0x00000001
  1306. dac960nt
  1307. Parameters
  1308. PnpInterface
  1309. 2 = REG_DWORD 0x00000001
  1310. 5 = REG_DWORD 0x00000001
  1311. cpqcissm
  1312. Parameters
  1313. PnpInterface
  1314. 5 = REG_DWORD 0x00000001
  1315. cpqfcalm
  1316. Parameters
  1317. PnpInterface
  1318. 2 = REG_DWORD 0x00000001
  1319. 5 = REG_DWORD 0x00000001
  1320. cpqarray
  1321. Parameters
  1322. PnpInterface
  1323. 2 = REG_DWORD 0x00000001
  1324. 5 = REG_DWORD 0x00000001
  1325. cpqarry2
  1326. Parameters
  1327. PnpInterface
  1328. 5 = REG_DWORD 0x00000001
  1329. cpqfws2e
  1330. Parameters
  1331. PnpInterface
  1332. 2 = REG_DWORD 0x00000001
  1333. 5 = REG_DWORD 0x00000001
  1334. amsint
  1335. Parameters
  1336. PnpInterface
  1337. 5 = REG_DWORD 0x00000001
  1338. i2omp
  1339. Parameters
  1340. PnpInterface
  1341. 5 = REG_DWORD 0x00000001
  1342. ipsraidn
  1343. Parameters
  1344. PnpInterface
  1345. 5 = REG_DWORD 0x00000001
  1346. symc810
  1347. Parameters
  1348. PnpInterface
  1349. 5 = REG_DWORD 0x00000001
  1350. symc8xx
  1351. Parameters
  1352. PnpInterface
  1353. 5 = REG_DWORD 0x00000001
  1354. sym_hi
  1355. Parameters
  1356. PnpInterface
  1357. 5 = REG_DWORD 0x00000001
  1358. sym_u3
  1359. Parameters
  1360. PnpInterface
  1361. 5 = REG_DWORD 0x00000001
  1362. symmpi
  1363. Parameters
  1364. PnpInterface
  1365. 5 = REG_DWORD 0x00000001
  1366. sparrow
  1367. Parameters
  1368. PnpInterface
  1369. 1 = REG_DWORD 0x00000001
  1370. ql10wnt
  1371. Parameters
  1372. PnpInterface
  1373. 5 = REG_DWORD 0x00000001
  1374. ql2100
  1375. Parameters
  1376. PnpInterface
  1377. 5 = REG_DWORD 0x00000001
  1378. ql2200
  1379. Parameters
  1380. PnpInterface
  1381. 5 = REG_DWORD 0x00000001
  1382. ql1280
  1383. Parameters
  1384. PnpInterface
  1385. 5 = REG_DWORD 0x00000001
  1386. ql12160
  1387. Parameters
  1388. PnpInterface
  1389. 5 = REG_DWORD 0x00000001
  1390. lp6nds35
  1391. Parameters
  1392. PnpInterface
  1393. 5 = REG_DWORD 0x00000001
  1394. asc
  1395. Parameters
  1396. PnpInterface
  1397. 5 = REG_DWORD 0x00000001
  1398. asc3550
  1399. Parameters
  1400. PnpInterface
  1401. 5 = REG_DWORD 0x00000001
  1402. asc3350p
  1403. Parameters
  1404. PnpInterface
  1405. 1 = REG_DWORD 0x00000011
  1406. abp480n5
  1407. Parameters
  1408. PnpInterface
  1409. 5 = REG_DWORD 0x00000001
  1410. mraid35x
  1411. Parameters
  1412. PnpInterface
  1413. 5 = REG_DWORD 0x00000001
  1414. fireport
  1415. Parameters
  1416. PnpInterface
  1417. 5 = REG_DWORD 0x00000001
  1418. ini910u
  1419. Parameters
  1420. PnpInterface
  1421. 5 = REG_DWORD 0x00000001
  1422. ql1240
  1423. Parameters
  1424. PnpInterface
  1425. 5 = REG_DWORD 0x00000001
  1426. cd20xrnt
  1427. Parameters
  1428. PnpInterface
  1429. 1 = REG_DWORD 0x00000011
  1430. ultra
  1431. Parameters
  1432. PnpInterface
  1433. 5 = REG_DWORD 0x00000001
  1434. ql1080
  1435. Parameters
  1436. PnpInterface
  1437. 5 = REG_DWORD 0x00000001
  1438. serial
  1439. group = Input Device Support
  1440. tag = REG_DWORD 0x00000001
  1441. serenum
  1442. group = Input Device Support
  1443. tag = REG_DWORD 0x00000002
  1444. usbohci
  1445. group = Input Device Support
  1446. tag = REG_DWORD 0x00000003
  1447. usbuhci
  1448. group = Input Device Support
  1449. tag = REG_DWORD 0x00000004
  1450. usbhub
  1451. group = Input Device Support
  1452. tag = REG_DWORD 0x00000005
  1453. hidusb
  1454. group = Input Device Support
  1455. tag = REG_DWORD 0x00000006
  1456. usbstor
  1457. group = Input Device Support
  1458. tag = REG_DWORD 0x00000007
  1459. Select
  1460. Current = REG_DWORD 0x00000001
  1461. Default = REG_DWORD 0x00000001
  1462. LastKnownGood = REG_DWORD 0x00000001
  1463. Failed = REG_DWORD 0x00000000