-
Notifications
You must be signed in to change notification settings - Fork 28
Expand file tree
/
Copy pathwnbd.inf
More file actions
71 lines (56 loc) · 1.7 KB
/
wnbd.inf
File metadata and controls
71 lines (56 loc) · 1.7 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
;
; Copyright (c) 2019 SUSE LLC
;
; Licensed under LGPL-2.1 (see LICENSE)
;
[Version]
Signature="$WINDOWS NT$"
Class=SCSIAdapter
ClassGUID={4D36E97B-E325-11CE-BFC1-08002BE10318}
Provider=%wnbd%
; The driver version is updated automatically using the git tag
DriverVer = 02/17/2020,2.24.28.428
CatalogFile = wnbd.cat
PnpLockdown = 1
[DestinationDirs]
DefaultDestDir = 12
wnbdSVM.ntamd64.Application = 11
[Manufacturer]
%wnbd%=wnbdSVM, NTamd64.10.0...17763
[wnbdSVM.NTamd64.10.0...17763]
%WNBDVMDeviceDesc%=wnbdSVM_Device, %rootstr%
[wnbdSVM_Device]
CopyFiles=@wnbd.sys
[wnbdSVM_Device.HW]
AddReg = wnbdSVM_Device_AddReg
[wnbdSVM_Device_AddReg]
HKR, "ScsiPort", "NeedsSystemShutdownNotification", 0x00010001, 1
[wnbdSVM_Device.Services]
AddService = wnbd, %SPSVCINST_ASSOCSERVICE%, wnbdSVM_Service_Inst
[SourceDisksNames.amd64]
0 = %DiskId1%,,,
[SourceDisksFiles.amd64]
wnbd.sys = 0
[wnbdSVM_Service_Inst]
DisplayName = %WNBDVMDeviceDesc%
ServiceType = %SERVICE_KERNEL_DRIVER%
StartType = %SERVICE_BOOT_START%
ErrorControl = %SERVICE_ERROR_NORMAL%
ServiceBinary = %12%\wnbd.sys
LoadOrderGroup = SCSI Miniport
AddReg = pnpsafe_isa_addreg
[pnpsafe_isa_addreg]
HKR, "Parameters", "BusType", %REG_DWORD%, 0x0000000A
[Strings]
wnbd = "SUSE LLC"
SCSIClassName = "SCSI and RAID controllers"
WNBDVMDeviceDesc = "WNBD SCSI Virtual Adapter"
DiskId1 = "WNBD SCSI Virtual Adapter Device Installation Disk #1"
rootstr = "root\wnbd"
SPSVCINST_ASSOCSERVICE = 0x00000002
SERVICE_KERNEL_DRIVER = 1
SERVICE_BOOT_START = 0
SERVICE_ERROR_NORMAL = 1
REG_DWORD = 0x00010001
REG_BINARY = 0x00000001
REG_SZ = 0x00000000