Project

General

Profile

Download (2.48 KB) Statistics
| Branch: | Revision:
1
Windows Registry Editor Version 5.00
2

    
3
;Add driver for Atapi (requires Atapi.sys in Drivers directory)
4

    
5
[HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\atapi]
6
"ErrorControl"=dword:00000001
7
"Group"="SCSI miniport"
8
"Start"=dword:00000000
9
"Tag"=dword:00000019
10
"Type"=dword:00000001
11
"DisplayName"="Standard IDE/ESDI Hard Disk Controller"
12
"ImagePath"=hex(2):53,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,44,00,\ 
13
  52,00,49,00,56,00,45,00,52,00,53,00,5c,00,61,00,74,00,61,00,70,00,69,00,2e,\ 
14
  00,73,00,79,00,73,00,00,00
15

    
16
;Add driver for intelide (requires intelide.sys in drivers directory)
17

    
18
[HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\IntelIde]
19
"ErrorControl"=dword:00000001
20
"Group"="System Bus Extender"
21
"Start"=dword:00000000
22
"Tag"=dword:00000004
23
"Type"=dword:00000001
24
"ImagePath"=hex(2):53,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,44,00,\ 
25
  52,00,49,00,56,00,45,00,52,00,53,00,5c,00,69,00,6e,00,74,00,65,00,6c,00,69,\ 
26
  00,64,00,65,00,2e,00,73,00,79,00,73,00,00,00
27

    
28

    
29
;Add driver for Pciide (requires Pciide.sys and Pciidex.sys in Drivers directory)
30

    
31
[HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\PCIIde]
32
"ErrorControl"=dword:00000001
33
"Group"="System Bus Extender"
34
"Start"=dword:00000000
35
"Tag"=dword:00000003
36
"Type"=dword:00000001
37
"ImagePath"=hex(2):53,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,44,00,\ 
38
  52,00,49,00,56,00,45,00,52,00,53,00,5c,00,70,00,63,00,69,00,69,00,64,00,65,\ 
39
  00,2e,00,73,00,79,00,73,00,00,00
40

    
41
;
42
; Add the viostor service
43
;
44

    
45
[HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\viostor]
46
"Group"="SCSI miniport"
47
"ImagePath"=hex(2):73,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,64,\
48
  00,72,00,69,00,76,00,65,00,72,00,73,00,5c,00,76,00,69,00,6f,00,73,00,74,00,6f,\
49
  00,72,00,2e,00,73,00,79,00,73,00,00,00
50
"ErrorControl"=dword:00000001
51
"Start"=dword:00000000
52
"Type"=dword:00000001
53
"Tag"=dword:00000040
54

    
55
[HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\viostor\Parameters]
56
"BusType"=dword:00000001
57

    
58
[HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\viostor\Parameters\MaxTransferSize]
59
"ParamDesc"="Maximum Transfer Size"
60
"type"="enum"
61
"default"="0"
62

    
63
[HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\viostor\Parameters\MaxTransferSize\enum]
64
"0"="64  KB"
65
"1"="128 KB"
66
"2"="256 KB"
67

    
68
[HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\viostor\Parameters\PnpInterface]
69
"5"=dword:00000001
70

    
71
[HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\viostor\Enum]
72
"0"="PCI\\VEN_1AF4&DEV_1001&SUBSYS_00021AF4&REV_00\\3&13c0b0c5&2&20"
73
"Count"=dword:00000001
74
"NextInstance"=dword:00000001
(20-20/33)