mirror of
https://github.com/reactos/reactos.git
synced 2026-07-05 20:44:28 +08:00
Import VMware open source BusLogic driver
Hartmut made it work in ReactOS. svn path=/trunk/; revision=17434
This commit is contained in:
@@ -376,6 +376,14 @@ HKLM,"SYSTEM\CurrentControlSet\Services\Atapi","Start",0x00010001,0x00000000
|
||||
HKLM,"SYSTEM\CurrentControlSet\Services\Atapi","Type",0x00010001,0x00000001
|
||||
HKLM,"SYSTEM\CurrentControlSet\Services\Atapi","Tag",0x00010001,0x00000010
|
||||
|
||||
; BusLogic 958 miniport driver
|
||||
HKLM,"SYSTEM\CurrentControlSet\Services\BusLogic","ErrorControl",0x00010001,0x00000000
|
||||
HKLM,"SYSTEM\CurrentControlSet\Services\BusLogic","Group",0x00000000,"SCSI Miniport"
|
||||
HKLM,"SYSTEM\CurrentControlSet\Services\BusLogic","ImagePath",0x00020000,"system32\drivers\buslogic.sys"
|
||||
HKLM,"SYSTEM\CurrentControlSet\Services\BusLogic","Start",0x00010001,0x00000000
|
||||
HKLM,"SYSTEM\CurrentControlSet\Services\BusLogic","Type",0x00010001,0x00000001
|
||||
HKLM,"SYSTEM\CurrentControlSet\Services\BusLogic","Tag",0x00010001,0x00000020
|
||||
|
||||
; ACPI driver
|
||||
HKLM,"SYSTEM\CurrentControlSet\Services\ACPI","ErrorControl",0x00010001,0x00000001
|
||||
HKLM,"SYSTEM\CurrentControlSet\Services\ACPI","Group",0x00000000,"Boot Bus Extender"
|
||||
|
||||
@@ -14,6 +14,7 @@ Signature = "$ReactOS$"
|
||||
[SourceFiles]
|
||||
; <filename> = <directory_id>
|
||||
atapi.sys = 3
|
||||
buslogic.sys = 3
|
||||
blue.sys = 3
|
||||
c_437.nls = 2
|
||||
c_1252.nls = 2
|
||||
|
||||
Reference in New Issue
Block a user