mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +00:00
Added atapi disk driver stack (disabled).
svn path=/trunk/; revision=2509
This commit is contained in:
+25
-1
@@ -38,16 +38,34 @@ REGEDIT4
|
||||
"InstallLanguage"="0409"
|
||||
|
||||
[\Registry\Machine\SYSTEM\CurrentControlSet\Control\ServiceGroupOrder]
|
||||
"List"="Primary Disk;Boot File System;Base;Pointer Port;Keyboard Port;Pointer Class;Keyboard Class;Video;File System"
|
||||
"List"="SCSI Port;SCSI Miniport;Primary Disk;SCSI Class Helper;SCSI Class;Boot File System;Base;Pointer Port;Keyboard Port;Pointer Class;Keyboard Class;Video;File System"
|
||||
|
||||
[\Registry\Machine\SYSTEM\CurrentControlSet\Services]
|
||||
|
||||
[\Registry\Machine\SYSTEM\CurrentControlSet\Services\Atapi]
|
||||
"ImagePath"="system32\drivers\atapi.sys"
|
||||
"Group"="SCSI Miniport"
|
||||
"Start"=dword:00000004
|
||||
"Type"=dword:00000001
|
||||
|
||||
[\Registry\Machine\SYSTEM\CurrentControlSet\Services\Beep]
|
||||
"ImagePath"="system32\drivers\beep.sys"
|
||||
"Group"="Base"
|
||||
"Start"=dword:00000001
|
||||
"Type"=dword:00000001
|
||||
|
||||
[\Registry\Machine\SYSTEM\CurrentControlSet\Services\Class2]
|
||||
"ImagePath"="system32\drivers\class2.sys"
|
||||
"Group"="SCSI Class Helper"
|
||||
"Start"=dword:00000004
|
||||
"Type"=dword:00000001
|
||||
|
||||
[\Registry\Machine\SYSTEM\CurrentControlSet\Services\Disk]
|
||||
"ImagePath"="system32\drivers\disk.sys"
|
||||
"Group"="SCSI Class"
|
||||
"Start"=dword:00000004
|
||||
"Type"=dword:00000001
|
||||
|
||||
[\Registry\Machine\SYSTEM\CurrentControlSet\Services\Floppy]
|
||||
"ImagePath"="system32\drivers\floppy.sys"
|
||||
"Group"="Primary Disk"
|
||||
@@ -78,6 +96,12 @@ REGEDIT4
|
||||
"Start"=dword:00000001
|
||||
"Type"=dword:00000001
|
||||
|
||||
[\Registry\Machine\SYSTEM\CurrentControlSet\Services\Scsiport]
|
||||
"ImagePath"="system32\drivers\scsiport.sys"
|
||||
"Group"="SCSI Port"
|
||||
"Start"=dword:00000004
|
||||
"Type"=dword:00000001
|
||||
|
||||
[\Registry\Machine\SYSTEM\CurrentControlSet\Services\Vfatfs]
|
||||
"ImagePath"="system32\drivers\vfatfs.sys"
|
||||
"Group"="Boot File System"
|
||||
|
||||
Reference in New Issue
Block a user