Leaked source code of windows server 2003
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.

1673 lines
85 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 0x22004005
  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. CdRomhp______CD-Writer+_M820_
  516. OneLun = REG_DWORD 1
  517. WormYAMAHA_CDR100___________
  518. OneLun = REG_DWORD 1
  519. ProcessorESH-SHVSVA_HSBP_M10_____
  520. OneLun = REG_DWORD 1
  521. ChangerJVC_____CD-CHG_MC-1600__
  522. OneLun = REG_DWORD 1
  523. ScannerUMAX____Astra_2400S_____
  524. SetLunInCdb = REG_DWORD 1
  525. ScannerUMAX____Astra_2200______
  526. SetLunInCdb = REG_DWORD 1
  527. ScannerUMAX____Astra_1200S_____
  528. SetLunInCdb = REG_DWORD 1
  529. ScannerUMAX____Astra_1220S_____
  530. SetLunInCdb = REG_DWORD 1
  531. ScannerUMAX____Astra_610S______
  532. SetLunInCdb = REG_DWORD 1
  533. ScannerUMAX____Astra_600S______
  534. SetLunInCdb = REG_DWORD 1
  535. ScannerLinoHellSAPHIR3_________
  536. SetLunInCdb = REG_DWORD 1
  537. Scanner________Scanner_________
  538. SetLunInCdb = REG_DWORD 1
  539. Scanner________Scanner_600_____
  540. SetLunInCdb = REG_DWORD 1
  541. ScannerMICROTEKScanMakerIII____
  542. SetLunInCdb = REG_DWORD 1
  543. ScannerMICROTEKScanMakerIIsp___
  544. SetLunInCdb = REG_DWORD 1
  545. ServiceGroupOrder
  546. List = REG_MULTI_SZ "drivers" \
  547. "Boot Bus Extender" \
  548. "System Bus Extender" \
  549. "Input Device Support"
  550. Session Manager
  551. Memory Management
  552. PagedPoolSize = REG_DWORD 0x00
  553. SystemResources
  554. BusValues
  555. Internal = REG_BINARY 8 0 0
  556. Isa = REG_BINARY 8 1 0
  557. Eisa = REG_BINARY 8 2 1
  558. MCA = REG_BINARY 8 3 1
  559. TurboChannel = REG_BINARY 8 4 0
  560. PCI = REG_BINARY 8 5 1
  561. VME = REG_BINARY 8 6 0
  562. NuBus = REG_BINARY 8 7 0
  563. PCMCIA = REG_BINARY 8 8 1
  564. CBus = REG_BINARY 8 9 0
  565. MPI = REG_BINARY 8 10 0
  566. MPSA = REG_BINARY 8 11 0
  567. ReservedResources
  568. Isa = REG_RESOURCE_LIST 0x0274 \
  569. 1 1 1 0 38 \
  570. 0x0101 0x0000 0 0x0100 \
  571. 0x0301 0x42E8 0 0x2 \
  572. 0x0301 0x4AE8 0 0x2 \
  573. 0x0301 0x82E8 0 0x4 \
  574. 0x0301 0x86E8 0 0x4 \
  575. 0x0301 0x8AE8 0 0x4 \
  576. 0x0301 0x8EE8 0 0x4 \
  577. 0x0301 0x92E8 0 0x4 \
  578. 0x0301 0x96E8 0 0x4 \
  579. 0x0301 0x9AE8 0 0x4 \
  580. 0x0301 0x9EE8 0 0x4 \
  581. 0x0301 0xA2E8 0 0x4 \
  582. 0x0301 0xA6E8 0 0x4 \
  583. 0x0301 0xAAE8 0 0x4 \
  584. 0x0301 0xAEE8 0 0x4 \
  585. 0x0301 0xB6E8 0 0x4 \
  586. 0x0301 0xBAE8 0 0x4 \
  587. 0x0301 0xBEE8 0 0x4 \
  588. 0x0301 0xC2E8 0 0x4 \
  589. 0x0301 0xC6E8 0 0x4 \
  590. 0x0301 0xCAE8 0 0x4 \
  591. 0x0301 0xCEE8 0 0x4 \
  592. 0x0301 0xD2E8 0 0x4 \
  593. 0x0301 0xD6E8 0 0x4 \
  594. 0x0301 0xDAE8 0 0x4 \
  595. 0x0301 0xDEE8 0 0x4 \
  596. 0x0301 0xE2E8 0 0x4 \
  597. 0x0301 0xE6E8 0 0x4 \
  598. 0x0301 0xEAE8 0 0x4 \
  599. 0x0301 0xEEE8 0 0x4 \
  600. 0x0301 0xF000 0 0x1000 \
  601. 0x0302 0x03 0x03 0xffffffff \
  602. 0x0302 0x04 0x04 0xffffffff \
  603. 0x0302 0x0E 0x0E 0xffffffff \
  604. 0x0302 0x06 0x06 0xffffffff \
  605. 0x0302 0x0C 0x0C 0xffffffff \
  606. 0x0302 0x01 0x01 0xffffffff \
  607. 0x0303 0xEFFFFFFF 0 0x10000000
  608. Eisa = REG_RESOURCE_LIST 0x0124 \
  609. 1 2 1 0 0x11 \
  610. 0x0301 0x0400 0 0x100 \
  611. 0x0301 0xFC00 0 0x400 \
  612. 0x0301 0xEC00 0 0x400 \
  613. 0x0301 0xDC00 0 0x400 \
  614. 0x0301 0xCC00 0 0x400 \
  615. 0x0301 0xBC00 0 0x400 \
  616. 0x0301 0xAC00 0 0x400 \
  617. 0x0301 0x9C00 0 0x400 \
  618. 0x0301 0x8C00 0 0x400 \
  619. 0x0301 0x7C00 0 0x400 \
  620. 0x0301 0x6C00 0 0x400 \
  621. 0x0301 0x5C00 0 0x400 \
  622. 0x0301 0x4C00 0 0x400 \
  623. 0x0301 0x3C00 0 0x400 \
  624. 0x0301 0x2C00 0 0x400 \
  625. 0x0301 0x1C00 0 0x400 \
  626. 0x0301 0x0C00 0 0x400
  627. AssignmentOrdering
  628. Isa = PCFlat
  629. Eisa = PCFlat
  630. MCA = PCFlat
  631. PCMCIA = PCFlat
  632. PCFlat = REG_RESOURCE_REQUIREMENTS 0x000004A8 \
  633. 0x000004A8 0 0 0 0 0 0 1 0x00010001 0x00000024 \
  634. 0x0100 0 0 0 0x0500 0 0xFFFF 0 \
  635. \
  636. 0x0108 0 0 0 0x0140 0 0x017F 0 \
  637. 0x0108 0 0 0 0x0200 0 0x02FF 0 \
  638. 0x0108 0 0 0 0x0300 0 0x036F 0 \
  639. \
  640. 0x0108 0 0 0 0x0378 0 0x037A 0 \
  641. 0x0108 0 0 0 0x02E8 0 0x02FF 0 \
  642. 0x0108 0 0 0 0x01F0 0 0x01F8 0 \
  643. 0x0108 0 0 0 0x03B0 0 0x03CF 0 \
  644. 0x0108 0 0 0 0x03E8 0 0x03FF 0 \
  645. 0x0108 0 0 0 0x01CE 0 0x01CF 0 \
  646. 0x0108 0 0 0 0x0100 0 0x03FF 0 \
  647. \
  648. 0x0200 0 0x0F 0x0F 0 0 0 0 \
  649. 0x0208 0 0x0D 0x0D 0 0 0 0 \
  650. 0x0208 0 0x0C 0x0C 0 0 0 0 \
  651. 0x0208 0 0x09 0x09 0 0 0 0 \
  652. 0x0208 0 0x08 0x08 0 0 0 0 \
  653. 0x0208 0 0x07 0x07 0 0 0 0 \
  654. 0x0208 0 0x0B 0x0B 0 0 0 0 \
  655. 0x0208 0 0x0A 0x0A 0 0 0 0 \
  656. 0x0208 0 0x02 0x02 0 0 0 0 \
  657. 0x0208 0 0x05 0x05 0 0 0 0 \
  658. 0x0208 0 0x03 0x03 0 0 0 0 \
  659. 0x0208 0 0x04 0x04 0 0 0 0 \
  660. 0x0208 0 0x0E 0x0E 0 0 0 0 \
  661. 0x0208 0 0x06 0x06 0 0 0 0 \
  662. 0x0208 0 0x0C 0x0C 0 0 0 0 \
  663. 0x0208 0 0x01 0x01 0 0 0 0 \
  664. 0x0208 0 0x00 0x0F 0 0 0 0 \
  665. \
  666. 0x0300 0 0 0 0x00100000 0 0xFFFFFFFF 0 \
  667. 0x0308 0 0 0 0x000F0000 0 0x000FFFFF 0 \
  668. 0x0308 0 0 0 0x00080000 0 0x000BFFFF 0 \
  669. 0x0308 0 0 0 0x00080000 0 0x000FFFFF 0 \
  670. 0x0308 0 0 0 0x00080000 0 0xFFBFFFFF 0 \
  671. \
  672. 0x0400 0 0x06 0x0F 0 0 0 0 \
  673. 0x0408 0 0x03 0x04 0 0 0 0 \
  674. 0x0408 0 0x00 0x0F 0 0 0 0
  675. PCI = REG_RESOURCE_REQUIREMENTS 0x00000128 \
  676. 0x00000128 0 0 0 0 0 0 1 0x00010001 0x00000008 \
  677. 0x0100 0 0 0 0x0500 0 0xFFFF 0 \
  678. \
  679. 0x0200 0 0x00 0xFF 0 0 0 0 \
  680. \
  681. 0x0300 0 0 0 0x00100000 0 0xFFFFFFFF 0 \
  682. 0x0308 0 0 0 0x000F0000 0 0x000FFFFF 0 \
  683. 0x0308 0 0 0 0x00080000 0 0x000BFFFF 0 \
  684. 0x0308 0 0 0 0x00080000 0 0x000FFFFF 0 \
  685. 0x0308 0 0 0 0x00080000 0 0xFFBFFFFF 0 \
  686. \
  687. 0x0400 0 0x06 0xFF 0 0 0 0
  688. NetworkProvider
  689. Order
  690. ProviderOrder = REG_SZ LanmanWorkstation
  691. ComputerName
  692. ComputerName
  693. UsbFlags
  694. IgnoreHWSerNum04710302 = REG_BINARY 1 1
  695. IgnoreHWSerNum07810002 = REG_BINARY 1 1
  696. GenericUSBDeviceString = REG_SZ "USB Device"
  697. GenericCompositeUSBDeviceString = REG_SZ "Composite USB Device"
  698. Hardware Profiles [UserR PowerR AdminFull SystemFull CreatorFull]
  699. 0000 [UserR PowerR AdminFull SystemFull CreatorFull]
  700. Software [UserR PowerRWD AdminFull SystemFull CreatorFull]
  701. System [UserR PowerR AdminFull SystemFull CreatorFull]
  702. Services
  703. setupdd
  704. //
  705. // Do NOT change the unnamed value without also changing
  706. // SpReadSKUStuff() in text mode setup (spconfig.c)
  707. //
  708. = REG_BINARY 16 EVALTIME STEPUP RESTRICT_CPU SUITE_TYPE
  709. group = drivers
  710. start = REG_DWORD 0x00000000
  711. tag = REG_DWORD 0x00000001
  712. type = REG_DWORD 0x00000001
  713. Pci
  714. group = Boot Bus Extender
  715. tag = REG_DWORD 0x00000002
  716. Parameters
  717. // Devices specific settings (value name is DevID
  718. // cat with VenID)
  719. // Bit 0: Devices video wanting no IRQ
  720. // Bit 1: Devices PCMCIA wanting IRQ
  721. // Bit 2: Devices Dual PCI IDE without programming
  722. // code with bit 3 set
  723. 1045C621 = REG_BINARY 8 0x00000004 0x00000000
  724. 10950640 = REG_BINARY 8 0x00000004 0x00000000
  725. 80861230 = REG_BINARY 8 0x00000004 0x00000000
  726. 80867010 = REG_BINARY 8 0x00000004 0x00000000
  727. // Bit 3: Devices needing no enum at all
  728. 104B0140 = REG_BINARY 8 0x00000008 0x00000000
  729. 11790603 = REG_BINARY 8 0x00000008 0x00000000
  730. 80867113 = REG_BINARY 8 0x00000008 0x00000000
  731. 497884C5 = REG_BINARY 8 0x00000008 0x00000000
  732. 11063040 = REG_BINARY 8 0x00000008 0x00000000
  733. // Bit 4: Devices needing no resources but having
  734. // garbage in base address registers
  735. 0E111000 = REG_BINARY 8 0x00000010 0x00000000
  736. 0E112000 = REG_BINARY 8 0x00000010 0x00000000
  737. 10390406 = REG_BINARY 8 0x00000010 0x00000000
  738. 80860482 = REG_BINARY 8 0x00000010 0x00000000
  739. 80860008 = REG_BINARY 8 0x00000010 0x00000000
  740. 10140002 = REG_BINARY 8 0x00000010 0x00000000
  741. // Bit 5: Devices needing dword access
  742. 10800600 = REG_BINARY 8 0x00000020 0x00000000
  743. // Bit 6: Devices being single function parading as
  744. // multiple functions
  745. 10131100 = REG_BINARY 8 0x00000040 0x00000000
  746. // Bit 7: Device always enabled
  747. 10B95219 = REG_BINARY 8 0x00000080 0x00000000
  748. // Bit 8: Device is IDE even though not class code of
  749. // 0101
  750. 1C1C0001 = REG_BINARY 8 0x00000100 0x00000000
  751. 10970038 = REG_BINARY 8 0x00000100 0x00000000
  752. // Bit 9: Device is video even though not class code
  753. // of 0001 or 03xx
  754. // Bit 10: Automatically fail to start the device. It
  755. // is not supported in pmode
  756. 100BD001 = REG_BINARY 8 0x00000400 0x00000000
  757. // Bit 11: Device can only appear on bus 0 (improperly
  758. // decode type 1 transactions)
  759. 808604A3 = REG_BINARY 8 0x00000800 0x00000000
  760. 10AA0000 = REG_BINARY 8 0x00000800 0x00000000
  761. 533388D1 = REG_BINARY 8 0x00000800 0x00000000
  762. // Bit 12: Device can only appear on dev <16
  763. 11790605 = REG_BINARY 8 0x00001000 0x00000000
  764. // Bit 13: Bridge device can only have children at Dev0
  765. 10131110 = REG_BINARY 8 0x00002000 0x00000000
  766. //
  767. // Most Ricoh cardbus controllers
  768. //
  769. 11800478 = REG_BINARY 8 0x00002000 0x00000000
  770. 11800475 = REG_BINARY 8 0x00002000 0x00000000
  771. 11800476 = REG_BINARY 8 0x00002000 0x00000000
  772. 11800478 = REG_BINARY 8 0x00002000 0x00000000
  773. 11800475 = REG_BINARY 8 0x00002000 0x00000000
  774. // Bit 14: Do not modify the command bits of the device
  775. // 10040102 = REG_BINARY 8 0x00004000 0x00000000 (in multibit section)
  776. 10040101 = REG_BINARY 8 0x00004000 0x00000000
  777. 10421000 = REG_BINARY 8 0x00004000 0x00000000
  778. // BUGBUG(andrewth) - hack to make Compaq Proliant 5000's
  779. // boot (don't turn on 2nd EISA bridge).
  780. // This should go away post Beta2
  781. 80860482 = REG_BINARY 8 0x00004000 0x00000000
  782. // Bit 15: Device is VGA even though not class code
  783. // of 0001 or 0300 (only has meaning if bit 9 is set).
  784. // Bit 16: Device is MF CardBus controller that shares
  785. // Command register
  786. 104CAC12 = REG_BINARY 8 0x00010000 0x00000000
  787. 11800466 = REG_BINARY 8 0x00010000 0x00000000
  788. // Bit 17: Device is a PCI/PCI bridge with straight
  789. // thru routing (pin A to pin A, etc).
  790. // Bit 18: Device is a subtractive decode PCI-PCI
  791. // bridge with writable IO window
  792. 10140095 = REG_BINARY 8 0x00040000 0x00000000
  793. //
  794. // Intel ICH/ICH2 are forced into subtractive mode
  795. //
  796. 80862418 = REG_BINARY 8 0x00040000 0x00000000
  797. 80862428 = REG_BINARY 8 0x00040000 0x00000000
  798. 8086244E = REG_BINARY 8 0x00040000 0x00000000
  799. 80862448 = REG_BINARY 8 0x00040000 0x00000000
  800. // Bit 19: Device is a PCI/ISA bridge with F-DMA ability
  801. 8086122E = REG_BINARY 8 0x00080000 0x00000000
  802. 80867000 = REG_BINARY 8 0x00080000 0x00000000
  803. 80867110 = REG_BINARY 8 0x00080000 0x00000000
  804. 80867600 = REG_BINARY 8 0x00080000 0x00000000
  805. // Bit 20: Device does not allow IRQ sharing
  806. // Bit 21: Device does not allow level triggered IRQ
  807. // Bit 22: Device has dynamically configurable
  808. // subsystem IDs.
  809. 10024747 = REG_BINARY 8 0x00400000 0x00000000
  810. 10024754 = REG_BINARY 8 0x00400000 0x00000000
  811. 53338901 = REG_BINARY 8 0x00400000 0x00000000
  812. 101300D6 = REG_BINARY 8 0x00400000 0x00000000
  813. 104CAC15 = REG_BINARY 8 0x00400000 0x00000000
  814. 110B0004 = REG_BINARY 8 0x00400000 0x00000000
  815. 1000000F = REG_BINARY 8 0x00400000 0x00000000
  816. 104CAC17 = REG_BINARY 8 0x00400000 0x00000000
  817. 10239397 = REG_BINARY 8 0x00400000 0x00000000
  818. 10024742 = REG_BINARY 8 0x00400000 0x00000000
  819. 10024744 = REG_BINARY 8 0x00400000 0x00000000
  820. 10024749 = REG_BINARY 8 0x00400000 0x00000000
  821. 10024750 = REG_BINARY 8 0x00400000 0x00000000
  822. 10024751 = REG_BINARY 8 0x00400000 0x00000000
  823. 10024755 = REG_BINARY 8 0x00400000 0x00000000
  824. 10024757 = REG_BINARY 8 0x00400000 0x00000000
  825. 10024759 = REG_BINARY 8 0x00400000 0x00000000
  826. 10024C42 = REG_BINARY 8 0x00400000 0x00000000
  827. 10024C44 = REG_BINARY 8 0x00400000 0x00000000
  828. 10024C47 = REG_BINARY 8 0x00400000 0x00000000
  829. 10024C49 = REG_BINARY 8 0x00400000 0x00000000
  830. 10024C50 = REG_BINARY 8 0x00400000 0x00000000
  831. 10024C51 = REG_BINARY 8 0x00400000 0x00000000
  832. 10025654 = REG_BINARY 8 0x00400000 0x00000000
  833. 10025655 = REG_BINARY 8 0x00400000 0x00000000
  834. 10025656 = REG_BINARY 8 0x00400000 0x00000000
  835. 121A0003 = REG_BINARY 8 0x00400000 0x00000000
  836. 11C15811 = REG_BINARY 8 0x00400000 0x00000000
  837. 1045C861107B9300 = REG_BINARY 8 0x00400000 0x00000000
  838. 1045C8611045C861 = REG_BINARY 8 0x00400000 0x00000000
  839. // Bit 23: Device does not allow the WritePostingEnable
  840. // bit to be set in CBB on the same bus.
  841. // Bit 24: Create with the old ID (note that these are
  842. // overridable so that when they rev their driver they
  843. // can clear that bit).
  844. 80861231 = REG_BINARY 8 0x01000000 0x00000000
  845. 12730002 = REG_BINARY 8 0x01000000 0x00000000
  846. 1014007D = REG_BINARY 8 0x01000000 0x00000000
  847. 12850100 = REG_BINARY 8 0x01000000 0x00000000
  848. // Bit 25: Do not shrink the memory window of this bridge.
  849. // Bit 26: Turn off parity on this device
  850. // Bit 27: Dont program the BAR registers for non-PCI
  851. // children.
  852. 12176836 = REG_BINARY 8 0x08000000 0x00000000
  853. 12176832 = REG_BINARY 8 0x08000000 0x00000000
  854. // Bit 29: Devices that claim to be able to do Power
  855. // management but don't get it right.
  856. 109107A0 = REG_BINARY 8 0x20000000 0x00000000
  857. 80867800 = REG_BINARY 8 0x20000000 0x00000000
  858. 10c88005 = REG_BINARY 8 0x20000000 0x00000000
  859. 10c88006 = REG_BINARY 8 0x20000000 0x00000000
  860. 10c80005 = REG_BINARY 8 0x20000000 0x00000000
  861. 10c80006 = REG_BINARY 8 0x20000000 0x00000000
  862. 102B1001 = REG_BINARY 8 0x20000000 0x00000000
  863. // E&S graphics adapter
  864. 10DD0100 = REG_BINARY 8 0x20000000 0x00000000
  865. // CMD Devices
  866. 10950646 = REG_BINARY 8 0x20000000 0x00000000
  867. 10950670 = REG_BINARY 8 0x20000000 0x00000000
  868. // CMD IDE controller that turns into a Raid controller after D3->D0
  869. 10950648 = REG_BINARY 8 0x20000000 0x00000000
  870. // NMA2 Audio
  871. 10C88005 = REG_BINARY 8 0x20000000 0x00000000
  872. // Intel 64bit power managed bridge. This device forgets
  873. // its on a 64bit bus when D3->D0 and appears to corrupt
  874. // bus traffic there after. Bug 411282 (in both DEC and
  875. // intel vendor ID variants)
  876. 10110026 = REG_BINARY 8 0x20000000 0x00000000
  877. 8086B154 = REG_BINARY 8 0x20000000 0x00000000
  878. 53338904 = REG_BINARY 8 0x20000000 0x00000000
  879. // VIA AGP Bridges - Raid #401073
  880. 11068598 = REG_BINARY 8 0x20000000 0x00000000
  881. 11068605 = REG_BINARY 8 0x20000000 0x00000000
  882. // Bit 30: Devices we shouldn't disable the decodes on for
  883. // various reasons. This is rather like preserve
  884. // command (bit 14) but we are allowed to turn on
  885. // the device just not turn it off.
  886. // In this particular case it is a Toshiba docking bridge
  887. // if we turn off the decodes as part of an APM suspend then
  888. // the BIOS fails the resume because it can't see the floppy
  889. // controller in the dock
  890. 11790609 = REG_BINARY 8 0x40000000 0x00000000
  891. //
  892. // This is another APM docking issue with IBM machines. If
  893. // we reset the bridge the PIIX IDE contoller they have
  894. // hidden in config space apprears and is reset so the
  895. // channels are disabled and the IDE devices are surprise
  896. // removed. By not clearing the decodes on the docking
  897. // bridge we don't reset it and all is well
  898. //
  899. 10140047 = REG_BINARY 8 0x40000000 0x00000000
  900. // Bit 31: Devices that lose SSID after being having their
  901. // power management registers set to D0 from D3.
  902. //
  903. 102B051B = REG_BINARY 8 0x80000000 0x00000000
  904. 102B1001 = REG_BINARY 8 0x80000000 0x00000000
  905. 102B0520 = REG_BINARY 8 0x80000000 0x00000000
  906. 102B0521 = REG_BINARY 8 0x80000000 0x00000000
  907. 102B1025 = REG_BINARY 8 0x80000000 0x00000000
  908. 102B0525 = REG_BINARY 8 0x80000000 0x00000000
  909. 102B2527 = REG_BINARY 8 0x80000000 0x00000000
  910. 102B2537 = REG_BINARY 8 0x80000000 0x00000000
  911. 102B0527 = REG_BINARY 8 0x80000000 0x00000000
  912. 102B0528 = REG_BINARY 8 0x80000000 0x00000000
  913. 80867121 = REG_BINARY 8 0x80000000 0x00000000
  914. 80867123 = REG_BINARY 8 0x80000000 0x00000000
  915. 80867125 = REG_BINARY 8 0x80000000 0x00000000
  916. 80861132 = REG_BINARY 8 0x80000000 0x00000000
  917. 90050050 = REG_BINARY 8 0x80000000 0x00000000
  918. 9005005F = REG_BINARY 8 0x80000000 0x00000000
  919. 10024752 = REG_BINARY 8 0x80000000 0x00000000
  920. 1002474F = REG_BINARY 8 0x80000000 0x00000000
  921. 1002474D = REG_BINARY 8 0x80000000 0x00000000
  922. 10024753 = REG_BINARY 8 0x80000000 0x00000000
  923. 1002474C = REG_BINARY 8 0x80000000 0x00000000
  924. 1002474E = REG_BINARY 8 0x80000000 0x00000000
  925. 10024C4D = REG_BINARY 8 0x80000000 0x00000000
  926. 10024C4E = REG_BINARY 8 0x80000000 0x00000000
  927. 10024C52 = REG_BINARY 8 0x80000000 0x00000000
  928. 10024C53 = REG_BINARY 8 0x80000000 0x00000000
  929. 10239880 = REG_BINARY 8 0x80000000 0x00000000
  930. 10DE00A0 = REG_BINARY 8 0x80000000 0x00000000
  931. 10DE00A1 = REG_BINARY 8 0x80000000 0x00000000
  932. 10DE00A3 = REG_BINARY 8 0x80000000 0x00000000
  933. 10DE00B0 = REG_BINARY 8 0x80000000 0x00000000
  934. 10DE00B1 = REG_BINARY 8 0x80000000 0x00000000
  935. 10DE00B3 = REG_BINARY 8 0x80000000 0x00000000
  936. 10DE0100 = REG_BINARY 8 0x80000000 0x00000000
  937. 10DE0101 = REG_BINARY 8 0x80000000 0x00000000
  938. 10DE0102 = REG_BINARY 8 0x80000000 0x00000000
  939. 10DE0103 = REG_BINARY 8 0x80000000 0x00000000
  940. 10DE0120 = REG_BINARY 8 0x80000000 0x00000000
  941. 10DE0121 = REG_BINARY 8 0x80000000 0x00000000
  942. 10DE0122 = REG_BINARY 8 0x80000000 0x00000000
  943. 10DE0123 = REG_BINARY 8 0x80000000 0x00000000
  944. 10DE0150 = REG_BINARY 8 0x80000000 0x00000000
  945. 10DE0151 = REG_BINARY 8 0x80000000 0x00000000
  946. 10DE0152 = REG_BINARY 8 0x80000000 0x00000000
  947. 10DE0153 = REG_BINARY 8 0x80000000 0x00000000
  948. 10DE0200 = REG_BINARY 8 0x80000000 0x00000000
  949. 10DE0201 = REG_BINARY 8 0x80000000 0x00000000
  950. 10DE0202 = REG_BINARY 8 0x80000000 0x00000000
  951. 10DE0203 = REG_BINARY 8 0x80000000 0x00000000
  952. 12D20018 = REG_BINARY 8 0x80000000 0x00000000
  953. 12D20019 = REG_BINARY 8 0x80000000 0x00000000
  954. 10136003 = REG_BINARY 8 0x80000000 0x00000000
  955. 3D3D000A = REG_BINARY 8 0x80000000 0x00000000
  956. // Bit 32: Early video cards that ignore the
  957. // PCI spec and decode all sorts of legacy
  958. // ranges.
  959. 10024158 = REG_BINARY 8 0x00000000 0x00000001
  960. 10024354 = REG_BINARY 8 0x00000000 0x00000001
  961. 10024358 = REG_BINARY 8 0x00000000 0x00000001
  962. 10024554 = REG_BINARY 8 0x00000000 0x00000001
  963. 10024754 = REG_BINARY 8 0x00000000 0x00000001
  964. 10024758 = REG_BINARY 8 0x00000000 0x00000001
  965. 10024C54 = REG_BINARY 8 0x00000000 0x00000001
  966. 10025654 = REG_BINARY 8 0x00000000 0x00000001
  967. 10025654 = REG_BINARY 8 0x00000000 0x00000001
  968. 53338810 = REG_BINARY 8 0x00000000 0x00000001
  969. 53338811 = REG_BINARY 8 0x00000000 0x00000001
  970. 53338812 = REG_BINARY 8 0x00000000 0x00000001
  971. 53338814 = REG_BINARY 8 0x00000000 0x00000001
  972. 53338880 = REG_BINARY 8 0x00000000 0x00000001
  973. 533388B0 = REG_BINARY 8 0x00000000 0x00000001
  974. 533388C0 = REG_BINARY 8 0x00000000 0x00000001
  975. 533388C1 = REG_BINARY 8 0x00000000 0x00000001
  976. 533388D0 = REG_BINARY 8 0x00000000 0x00000001
  977. 533388D1 = REG_BINARY 8 0x00000000 0x00000001
  978. 533388F0 = REG_BINARY 8 0x00000000 0x00000001
  979. 53338901 = REG_BINARY 8 0x00000000 0x00000001
  980. 53338902 = REG_BINARY 8 0x00000000 0x00000001
  981. // Bit 33: Devices with incorrect class codes.
  982. // Treat as if they specified generic
  983. // system device class code.
  984. 0E11B109 = REG_BINARY 8 0x00000000 0x00000002
  985. // Bit 34: Bridges that need to be reset on
  986. // power up
  987. // More than one bit
  988. 100C3202 = REG_BINARY 8 0x00008A00 0x00000000
  989. 10668002 = REG_BINARY 8 0x00300000 0x00000000
  990. 10660002 = REG_BINARY 8 0x00300000 0x00000000
  991. 10040102 = REG_BINARY 8 0x02004000 0x00000000
  992. 1045C814 = REG_BINARY 8 0x20400000 0x00000000
  993. 10024756 = REG_BINARY 8 0x20400000 0x00000000
  994. 10024757 = REG_BINARY 8 0x20400000 0x00000000
  995. 10024759 = REG_BINARY 8 0x20400000 0x00000000
  996. 1002475A = REG_BINARY 8 0x20400000 0x00000000
  997. 1000000B = REG_BINARY 8 0xa0000000 0x00000000
  998. 10DE0020 = REG_BINARY 8 0xa0000000 0x00000000
  999. 10DE0028 = REG_BINARY 8 0xa0000000 0x00000000
  1000. 10DE0029 = REG_BINARY 8 0xa0000000 0x00000000
  1001. 10DE002A = REG_BINARY 8 0xa0000000 0x00000000
  1002. 10DE002B = REG_BINARY 8 0xa0000000 0x00000000
  1003. 10DE002C = REG_BINARY 8 0xa0000000 0x00000000
  1004. 10DE002D = REG_BINARY 8 0xa0000000 0x00000000
  1005. 10DE002E = REG_BINARY 8 0xa0000000 0x00000000
  1006. 10DE002F = REG_BINARY 8 0xa0000000 0x00000000
  1007. // Specific devices that don't need the workarounds
  1008. // specified above.
  1009. 101300D6101880D6 = REG_BINARY 8 0x00000000 0x00000000
  1010. PciIde
  1011. group = System Bus Extender
  1012. tag = REG_DWORD 0x00000003
  1013. IntelIde
  1014. group = System Bus Extender
  1015. tag = REG_DWORD 0x00000004
  1016. CmdIde
  1017. group = System Bus Extender
  1018. tag = REG_DWORD 0x00000004
  1019. TosIde
  1020. group = System Bus Extender
  1021. tag = REG_DWORD 0x00000004
  1022. ViaIde
  1023. group = System Bus Extender
  1024. tag = REG_DWORD 0x00000004
  1025. AliIde
  1026. group = System Bus Extender
  1027. tag = REG_DWORD 0x00000004
  1028. tffsport
  1029. Parameters
  1030. LegacyDetection = REG_DWORD 0x00000001
  1031. atapi
  1032. Parameters
  1033. LegacyDetection = REG_DWORD 0x00000001
  1034. GhostSlave = REG_MULTI_SZ "SunDisk "
  1035. UseCheckPowerForFlush = REG_MULTI_SZ "SAMSUNG WNR-31601A (1600MB) " \
  1036. "SAMSUNG WNR-31601A (1.6GB) " \
  1037. "IBM-DTCA-24090 TC6OAA2A" \
  1038. "IBM-DTCA-24090 TC6IAA2A" \
  1039. "IBM-DPLA-25120 PL8OAA2A" \
  1040. "IBM-DPLA-25120 PL8IAA2A" \
  1041. "IBM-DPLA-25120 PL8IAA4A" \
  1042. "IBM-DTCA-23240 TC5OAA2A" \
  1043. "IBM-DTCA-23240 TC5IAA2A" \
  1044. "IBM-DPLA-24480 PL7OAA2A" \
  1045. "IBM-DPLA-24480 PL7IAA2A"
  1046. NoFlushDevice = REG_MULTI_SZ "QUANTUM_LPS525A " \
  1047. "SCR-730 "
  1048. PioOnlyDevice = REG_MULTI_SZ " Conner Peripherals 425MB - CFS425A " \
  1049. "MATSHITA CR-581 " \
  1050. "FX600S " \
  1051. "CD-44E " \
  1052. "QUANTUM TRB850A " \
  1053. "QUANTUM MARVERICK 540A " \
  1054. " MAXTOR MXT-540 AT " \
  1055. "Maxtor 71260 AT " \
  1056. "Maxtor 7850 AV " \
  1057. "Maxtor 7540 AV " \
  1058. "Maxtor 7213 AT " \
  1059. "Maxtor 7345 " \
  1060. "Maxtor 7245 AT " \
  1061. "Maxtor 7245 " \
  1062. "Maxtor 7211AU " \
  1063. "Maxtor 7171 AT " \
  1064. "CD-316E " \
  1065. "SAMSUNG_SCR-2430" \
  1066. "CR-2801TE"
  1067. NonRemovableMedia = REG_MULTI_SZ "Kingston Technology DataPak 340 " \
  1068. "SunDisk SDP5A-10 " \
  1069. "SunDisk SDCFB-10 " \
  1070. "SunDisk SDP3B-20 " \
  1071. "SunDisk SDP3B-175 " \
  1072. "SunDisk SDP5-2.5 " \
  1073. "Calluna Technology CT260MC " \
  1074. "BN-S004AC-S 1.00" \
  1075. "Calluna Technology CT520RM" \
  1076. "Hitachi CV 5.1.1" \
  1077. " ATA_FLASH " \
  1078. "Mitsubishi ATA Card " \
  1079. "LEXAR ATA_FLASH" \
  1080. "MICRON MTCF004A" \
  1081. "Micron MTCF008A" \
  1082. "SunDisk SDP3B-110" \
  1083. "SunDisk SDCFB-4" \
  1084. "BN-CAB-T" \
  1085. "MEMORYSTICK 8M 8K"
  1086. NoPowerDownDevice = REG_MULTI_SZ "RD-DRC001-M " \
  1087. "CS-R37 0 "
  1088. AutoEjectZipDevice = REG_MULTI_SZ "IOMEGA ZIP 100 ATAPI 23.D " \
  1089. "IOMEGA ZIP 100 ATAPI 21.D " \
  1090. "IOMEGA ZIP 100 ATAPI 20.D " \
  1091. "IOMEGA ZIP 100 ATAPI 91.D " \
  1092. "IOMEGA ZIP 100 B.29 " \
  1093. "IOMEGA ZIP 100 B.22 "
  1094. NeedIdentDevice = REG_MULTI_SZ "QUANTUM FIREBALL"
  1095. acpi
  1096. group = Boot Bus Extender
  1097. tag = REG_DWORD 0x00000001
  1098. cdrom
  1099. AutoRunAlwaysDisable = REG_MULTI_SZ "NRC MBR-7 " \
  1100. "NRC MBR-7.4 " \
  1101. "PIONEER_CHANGR_DRM-1804X" \
  1102. "PIONEER_CD-ROM_DRM-6324X" \
  1103. "PIONEER_CD-ROM_DRM-624X"
  1104. Pcmcia
  1105. group = System Bus Extender
  1106. tag = REG_DWORD 0x00000001
  1107. Parameters
  1108. ForcePolledMode = REG_DWORD 0x00000001
  1109. isapnp
  1110. group = Boot Bus Extender
  1111. tag = REG_DWORD 0x00000003
  1112. Parameters
  1113. // Card specific settings (value name is serial id)
  1114. // Bit 0: Devices that break isolation protocol
  1115. // after being started
  1116. ADP1502 = REG_DWORD 0x00000001
  1117. ADP1505 = REG_DWORD 0x00000001
  1118. ADP1510 = REG_DWORD 0x00000001
  1119. ADP1512 = REG_DWORD 0x00000001
  1120. ADP1515 = REG_DWORD 0x00000001
  1121. ADP1520 = REG_DWORD 0x00000001
  1122. ADP1522 = REG_DWORD 0x00000001
  1123. ADP3015 = REG_DWORD 0x00000001
  1124. ADP3215 = REG_DWORD 0x00000001
  1125. ADP6360 = REG_DWORD 0x00000001
  1126. ADP6370 = REG_DWORD 0x00000001
  1127. // all TI 8 bit isapnp controllerless modems need this
  1128. USR0014 = REG_DWORD 0x00000001
  1129. USR1001 = REG_DWORD 0x00000001
  1130. USR1002 = REG_DWORD 0x00000001
  1131. USR1003 = REG_DWORD 0x00000001
  1132. USR1004 = REG_DWORD 0x00000001
  1133. USR6001 = REG_DWORD 0x00000001
  1134. USR6002 = REG_DWORD 0x00000001
  1135. USR6003 = REG_DWORD 0x00000001
  1136. USR6004 = REG_DWORD 0x00000001
  1137. USR6005 = REG_DWORD 0x00000001
  1138. USR6006 = REG_DWORD 0x00000001
  1139. USR6007 = REG_DWORD 0x00000001
  1140. USR6008 = REG_DWORD 0x00000001
  1141. USR6009 = REG_DWORD 0x00000001
  1142. USR600A = REG_DWORD 0x00000001
  1143. USR600B = REG_DWORD 0x00000001
  1144. USR600C = REG_DWORD 0x00000001
  1145. USR600D = REG_DWORD 0x00000001
  1146. USR600E = REG_DWORD 0x00000001
  1147. USR600F = REG_DWORD 0x00000001
  1148. USR6010 = REG_DWORD 0x00000001
  1149. USR6011 = REG_DWORD 0x00000001
  1150. USR6012 = REG_DWORD 0x00000001
  1151. USR6101 = REG_DWORD 0x00000001
  1152. USR6020 = REG_DWORD 0x00000001
  1153. USR0041 = REG_DWORD 0x00000001
  1154. USR002C = REG_DWORD 0x00000001
  1155. AZT4029 = REG_DWORD 0x00000001
  1156. AZT4023 = REG_DWORD 0x00000001
  1157. USR0040 = REG_DWORD 0x00000001
  1158. HAY8601 = REG_DWORD 0x00000001
  1159. // Bit 2: Ignore boot config
  1160. EQX2400 = REG_DWORD 0x00000002
  1161. EQX0900 = REG_DWORD 0x00000002
  1162. EQX1B00 = REG_DWORD 0x00000002
  1163. EQX1700 = REG_DWORD 0x00000002
  1164. EQX0700 = REG_DWORD 0x00000002
  1165. EQX0F00 = REG_DWORD 0x00000002
  1166. EQX0800 = REG_DWORD 0x00000002
  1167. EQX1000 = REG_DWORD 0x00000002
  1168. EQX3F00 = REG_DWORD 0x00000002
  1169. EQX1200 = REG_DWORD 0x00000002
  1170. // Bit 3: Force level interrupts
  1171. // Bit 4: Force edge interrupts
  1172. // Bit 5: IBM memory boot config
  1173. IBM0001 = REG_DWORD 0x00000010
  1174. acpiec
  1175. group = Boot Bus Extender
  1176. tag = REG_DWORD 0x00000005
  1177. ohci1394
  1178. group = Boot Bus Extender
  1179. tag = REG_DWORD 0x00000004
  1180. mountmgr
  1181. group = System Bus Extender
  1182. tag = REG_DWORD 0x00000008
  1183. ftdisk
  1184. group = System Bus Extender
  1185. tag = REG_DWORD 0x00000009
  1186. partmgr
  1187. group = System Bus Extender
  1188. tag = REG_DWORD 0x0000000a
  1189. volsnap
  1190. group = System Bus Extender
  1191. fdc
  1192. group = System Bus Extender
  1193. tag = REG_DWORD 0x0000000b
  1194. dmload
  1195. group = System Bus Extender
  1196. tag = REG_DWORD 0x0000000c
  1197. dmio
  1198. group = System Bus Extender
  1199. tag = REG_DWORD 0x0000000d
  1200. sbp2port
  1201. group = System Bus Extender
  1202. tag = REG_DWORD 0x0000000e
  1203. dmboot
  1204. Parameters
  1205. setup = REG_DWORD 0x00000001
  1206. Ndis
  1207. group = drivers
  1208. tag = REG_DWORD 0x00000002
  1209. Tcpip
  1210. Linkage
  1211. Export = REG_MULTI_SZ "\Device\Tcpip_{54C7D140-09EF-11D1-B25A-F5FE627ED95E}"
  1212. Bind = REG_MULTI_SZ "\Device\{54C7D140-09EF-11D1-B25A-F5FE627ED95E}"
  1213. Parameters
  1214. DisableDHCPMediaSense = REG_DWORD 0x00000001
  1215. Adapters
  1216. {54C7D140-09EF-11D1-B25A-F5FE627ED95E}
  1217. IpConfig = REG_MULTI_SZ "Tcpip\Parameters\Interfaces\{54C7D140-09EF-11D1-B25A-F5FE627ED95E}"
  1218. Interfaces
  1219. {54C7D140-09EF-11D1-B25A-F5FE627ED95E}
  1220. IPAddress = REG_MULTI_SZ "0.0.0.0"
  1221. SubnetMask = REG_MULTI_SZ "0.0.0.0"
  1222. NTEContextList = REG_MULTI_SZ "0x00000002"
  1223. NetBT
  1224. Linkage
  1225. Export = REG_MULTI_SZ "\Device\NetBT_Tcpip_{54C7D140-09EF-11D1-B25A-F5FE627ED95E}"
  1226. Bind = REG_MULTI_SZ "\Device\Tcpip_{54C7D140-09EF-11D1-B25A-F5FE627ED95E}"
  1227. Parameters
  1228. TransportBindName = "\Device\"
  1229. BroadcastAddress = REG_DWORD 0xffffffff
  1230. Interfaces
  1231. Tcpip_{54C7D140-09EF-11D1-B25A-F5FE627ED95E}
  1232. LanmanWorkstation
  1233. Linkage
  1234. Export = REG_MULTI_SZ "\Device\LanmanWorkstation_NetbiosSmb" \
  1235. "\Device\LanmanWorkstation_NetBT_Tcpip_{54C7D140-09EF-11D1-B25A-F5FE627ED95E}"
  1236. Bind = REG_MULTI_SZ "\Device\NetbiosSmb" \
  1237. "\Device\NetBT_Tcpip_{54C7D140-09EF-11D1-B25A-F5FE627ED95E}"
  1238. networkprovider
  1239. Devicename = REG_SZ \Device\LanmanRedirector
  1240. ProviderPath = REG_EXPAND_SZ %SystemRoot%\System32\ntlanman.dll
  1241. Name = Microsoft Windows Network
  1242. Parameters
  1243. mrxsmb
  1244. Linkage
  1245. Parameters
  1246. rdbss
  1247. Linkage
  1248. Parameters
  1249. adpu160m
  1250. Parameters
  1251. PnpInterface
  1252. 5 = REG_DWORD 0x00000001
  1253. adpu320
  1254. Parameters
  1255. PnpInterface
  1256. 5 = REG_DWORD 0x00000001
  1257. afcnt
  1258. Parameters
  1259. PnpInterface
  1260. 5 = REG_DWORD 0x00000001
  1261. aha154x
  1262. Parameters
  1263. PnpInterface
  1264. 1 = REG_DWORD 0x00000001
  1265. 3 = REG_DWORD 0x00000001
  1266. aic116x
  1267. Parameters
  1268. PnpInterface
  1269. 5 = REG_DWORD 0x00000001
  1270. aic78u2
  1271. Parameters
  1272. PnpInterface
  1273. 5 = REG_DWORD 0x00000001
  1274. aic78xx
  1275. Parameters
  1276. PnpInterface
  1277. 5 = REG_DWORD 0x00000001
  1278. cbidf2k
  1279. Parameters
  1280. PnpInterface
  1281. 1 = REG_DWORD 0x00000001
  1282. 5 = REG_DWORD 0x00000001
  1283. perc2
  1284. Parameters
  1285. PnpInterface
  1286. 5 = REG_DWORD 0x00000001
  1287. hpn
  1288. Parameters
  1289. PnpInterface
  1290. 5 = REG_DWORD 0x00000001
  1291. dpti2o
  1292. Parameters
  1293. PnpInterface
  1294. 5 = REG_DWORD 0x00000001
  1295. buslogic
  1296. Parameters
  1297. PnpInterface
  1298. 1 = REG_DWORD 0x00000001
  1299. 2 = REG_DWORD 0x00000001
  1300. 5 = REG_DWORD 0x00000001
  1301. flashpnt
  1302. Parameters
  1303. PnpInterface
  1304. 5 = REG_DWORD 0x00000001
  1305. dac2w2k
  1306. Parameters
  1307. PnpInterface
  1308. 5 = REG_DWORD 0x00000001
  1309. dac960nt
  1310. Parameters
  1311. PnpInterface
  1312. 2 = REG_DWORD 0x00000001
  1313. 5 = REG_DWORD 0x00000001
  1314. cpqcissm
  1315. Parameters
  1316. PnpInterface
  1317. 5 = REG_DWORD 0x00000001
  1318. cpqfcalm
  1319. Parameters
  1320. PnpInterface
  1321. 2 = REG_DWORD 0x00000001
  1322. 5 = REG_DWORD 0x00000001
  1323. cpqarray
  1324. Parameters
  1325. PnpInterface
  1326. 2 = REG_DWORD 0x00000001
  1327. 5 = REG_DWORD 0x00000001
  1328. cpqarry2
  1329. Parameters
  1330. PnpInterface
  1331. 5 = REG_DWORD 0x00000001
  1332. cpqfws2e
  1333. Parameters
  1334. PnpInterface
  1335. 2 = REG_DWORD 0x00000001
  1336. 5 = REG_DWORD 0x00000001
  1337. amsint
  1338. Parameters
  1339. PnpInterface
  1340. 5 = REG_DWORD 0x00000001
  1341. i2omp
  1342. Parameters
  1343. PnpInterface
  1344. 5 = REG_DWORD 0x00000001
  1345. iirsp
  1346. Parameters
  1347. PnpInterface
  1348. 5 = REG_DWORD 0x00000001
  1349. ipsraidn
  1350. Parameters
  1351. PnpInterface
  1352. 5 = REG_DWORD 0x00000001
  1353. nfrd960
  1354. Parameters
  1355. PnpInterface
  1356. 5 = REG_DWORD 0x00000001
  1357. symc810
  1358. Parameters
  1359. PnpInterface
  1360. 5 = REG_DWORD 0x00000001
  1361. symc8xx
  1362. Parameters
  1363. PnpInterface
  1364. 5 = REG_DWORD 0x00000001
  1365. sym_hi
  1366. Parameters
  1367. PnpInterface
  1368. 5 = REG_DWORD 0x00000001
  1369. sym_u3
  1370. Parameters
  1371. PnpInterface
  1372. 5 = REG_DWORD 0x00000001
  1373. symmpi
  1374. Parameters
  1375. PnpInterface
  1376. 5 = REG_DWORD 0x00000001
  1377. sparrow
  1378. Parameters
  1379. PnpInterface
  1380. 1 = REG_DWORD 0x00000001
  1381. ql10wnt
  1382. Parameters
  1383. PnpInterface
  1384. 5 = REG_DWORD 0x00000001
  1385. ql2100
  1386. Parameters
  1387. PnpInterface
  1388. 5 = REG_DWORD 0x00000001
  1389. ql2200
  1390. Parameters
  1391. PnpInterface
  1392. 5 = REG_DWORD 0x00000001
  1393. ql2300
  1394. Parameters
  1395. PnpInterface
  1396. 5 = REG_DWORD 0x00000001
  1397. ql1280
  1398. Parameters
  1399. PnpInterface
  1400. 5 = REG_DWORD 0x00000001
  1401. ql12160
  1402. Parameters
  1403. PnpInterface
  1404. 5 = REG_DWORD 0x00000001
  1405. lp6nds35
  1406. Parameters
  1407. PnpInterface
  1408. 5 = REG_DWORD 0x00000001
  1409. asc
  1410. Parameters
  1411. PnpInterface
  1412. 5 = REG_DWORD 0x00000001
  1413. asc3550
  1414. Parameters
  1415. PnpInterface
  1416. 5 = REG_DWORD 0x00000001
  1417. asc3350p
  1418. Parameters
  1419. PnpInterface
  1420. 1 = REG_DWORD 0x00000011
  1421. abp480n5
  1422. Parameters
  1423. PnpInterface
  1424. 5 = REG_DWORD 0x00000001
  1425. mraid35x
  1426. Parameters
  1427. PnpInterface
  1428. 5 = REG_DWORD 0x00000001
  1429. dellcerc
  1430. Parameters
  1431. PnpInterface
  1432. 5 = REG_DWORD 0x00000001
  1433. fireport
  1434. Parameters
  1435. PnpInterface
  1436. 5 = REG_DWORD 0x00000001
  1437. ini910u
  1438. Parameters
  1439. PnpInterface
  1440. 5 = REG_DWORD 0x00000001
  1441. ql1240
  1442. Parameters
  1443. PnpInterface
  1444. 5 = REG_DWORD 0x00000001
  1445. cd20xrnt
  1446. Parameters
  1447. PnpInterface
  1448. 1 = REG_DWORD 0x00000011
  1449. ultra
  1450. Parameters
  1451. PnpInterface
  1452. 5 = REG_DWORD 0x00000001
  1453. hpt3xx
  1454. Parameters
  1455. PnpInterface
  1456. 5 = REG_DWORD 0x00000001
  1457. ql1080
  1458. Parameters
  1459. PnpInterface
  1460. 5 = REG_DWORD 0x00000001
  1461. serial
  1462. group = Input Device Support
  1463. tag = REG_DWORD 0x00000001
  1464. serenum
  1465. group = Input Device Support
  1466. tag = REG_DWORD 0x00000002
  1467. usbohci
  1468. group = Input Device Support
  1469. tag = REG_DWORD 0x00000003
  1470. usbuhci
  1471. group = Input Device Support
  1472. tag = REG_DWORD 0x00000004
  1473. usbhub
  1474. group = Input Device Support
  1475. tag = REG_DWORD 0x00000005
  1476. hidusb
  1477. group = Input Device Support
  1478. tag = REG_DWORD 0x00000006
  1479. usbstor
  1480. group = Input Device Support
  1481. tag = REG_DWORD 0x00000007
  1482. Select
  1483. Current = REG_DWORD 0x00000001
  1484. Default = REG_DWORD 0x00000001
  1485. LastKnownGood = REG_DWORD 0x00000001
  1486. Failed = REG_DWORD 0x00000000