mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 08:15:41 +00:00
- scsi.inf made by hpoussin, to address the issue in bug 2631.
See issue #2631 for more details. svn path=/trunk/; revision=30320
This commit is contained in:
parent
83134d10e3
commit
399831685e
1 changed files with 50 additions and 13 deletions
|
@ -1,6 +1,6 @@
|
||||||
; SCSI.INF
|
; SCSI.INF
|
||||||
;
|
;
|
||||||
; Installation file for the SCSI class
|
; Installation file for SCSI class and SCSI hardware
|
||||||
;
|
;
|
||||||
[Version]
|
[Version]
|
||||||
Signature = "$Windows NT$"
|
Signature = "$Windows NT$"
|
||||||
|
@ -10,16 +10,53 @@ LayoutFile = layout.inf
|
||||||
Class = SCSIAdapter
|
Class = SCSIAdapter
|
||||||
ClassGUID = {4D36E97B-E325-11CE-BFC1-08002BE10318}
|
ClassGUID = {4D36E97B-E325-11CE-BFC1-08002BE10318}
|
||||||
Provider = %ReactOS%
|
Provider = %ReactOS%
|
||||||
DriverVer = 10/19/1999,5.00.2157.1
|
DriverVer = 11/2/2007,1.0
|
||||||
|
|
||||||
[ClassInstall32.NT]
|
[DestinationDirs]
|
||||||
AddReg = SCSIClass.NT.AddReg
|
DefaultDestDir = 12
|
||||||
|
|
||||||
[SCSIClass.NT.AddReg]
|
[Manufacturer]
|
||||||
HKR, , , 0, %SCSIClassName%
|
%GenericMfg% = GenericMfg
|
||||||
HKR, , Icon, 0, "-10"
|
|
||||||
;HKR, , Installer32, 0, "syssetup.dll,ScsiClassInstaller"
|
[GenericMfg]
|
||||||
|
%PCI\VEN_104B&CC_0100.DeviceDesc% = BusLogic_Inst,PCI\VEN_104B&CC_0100
|
||||||
|
|
||||||
|
;----------------------------- ScsiPort Driver ----------------------------
|
||||||
|
|
||||||
|
[Scsiport_CopyFiles.NT]
|
||||||
|
scsiport.sys
|
||||||
|
|
||||||
|
[Scsiport_Service_Inst]
|
||||||
|
ServiceType = 4
|
||||||
|
StartType = 0
|
||||||
|
ErrorControl = 0
|
||||||
|
ServiceBinary = %12%\scsiport.sys
|
||||||
|
LoadOrderGroup = SCSI Port
|
||||||
|
|
||||||
|
;----------------------------- BusLogic Driver ----------------------------
|
||||||
|
|
||||||
|
[BusLogic_Inst.NT]
|
||||||
|
CopyFiles = BusLogic_CopyFiles.NT, Scsiport_CopyFiles.NT
|
||||||
|
|
||||||
|
[BusLogic_CopyFiles.NT]
|
||||||
|
buslogic.sys
|
||||||
|
|
||||||
|
[BusLogic_Inst.NT.Services]
|
||||||
|
AddService = BusLogic, 0x00000002, BusLogic_Service_Inst
|
||||||
|
AddService = Scsiport, , Scsiport_Service_Inst
|
||||||
|
|
||||||
|
[BusLogic_Service_Inst]
|
||||||
|
ServiceType = 0
|
||||||
|
StartType = 0
|
||||||
|
ErrorControl = 0
|
||||||
|
ServiceBinary = %12%\buslogic.sys
|
||||||
|
LoadOrderGroup = SCSI Miniport
|
||||||
|
|
||||||
|
;--------------------------------- Strings ---------------------------------
|
||||||
|
|
||||||
[Strings]
|
[Strings]
|
||||||
ReactOS = "ReactOS Team"
|
ReactOS = "ReactOS Team"
|
||||||
SCSIClassName = "SCSI- and RAID-Controller"
|
SCSIClassName = "SCSI and RAID Controllers"
|
||||||
|
|
||||||
|
GenericMfg = "(Standard SCSI and RAID controllers)"
|
||||||
|
PCI\VEN_104B&CC_0100.DeviceDesc = "BusLogic SCSI Controller"
|
Loading…
Add table
Add a link
Reference in a new issue