Skip to content

Commit c4a093e

Browse files
zlockardZac Lockard
andauthored
Fix for sdhc sample using bootflags as a registry (#1207)
Fix for bootflags being written as a regkey in sdhc Co-authored-by: Zac Lockard <[email protected]>
1 parent 4dbe9c1 commit c4a093e

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

sd/miniport/sdhc/sdhc.inx

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Signature="$Windows NT$"
55
Class=SDHost
66
ClassGUID={a0a588a4-c46f-4b37-b7ea-c82fe89870c6}
77
Provider=%ProviderString%
8-
DriverVer=04/02/2015,10.0.10053
8+
DriverVer=04/02/2015,10.0.10053.0
99
CatalogFile=sdhc.cat
1010
PnpLockdown=1
1111

@@ -16,9 +16,9 @@ PnpLockdown=1
1616
sdhc.sys = 1
1717

1818
[Manufacturer]
19-
%Generic%=Generic,NT$ARCH$
20-
%TED%=TED,NT$ARCH$
21-
%VIA%=VIA,NT$ARCH$
19+
%Generic%=Generic,NT$ARCH$.10.0...25398
20+
%TED%=TED,NT$ARCH$.10.0...25398
21+
%VIA%=VIA,NT$ARCH$.10.0...25398
2222

2323
[ControlFlags]
2424
ExcludeFromSelect=*
@@ -27,7 +27,7 @@ ExcludeFromSelect=*
2727
; Generic Device
2828
;
2929

30-
[Generic.NT$ARCH$]
30+
[Generic.NT$ARCH$.10.0...25398]
3131
%PCI\CC_080500.DeviceDesc%=SDHost, PCI\CC_080500
3232
%PCI\CC_080501.DeviceDesc%=SDHost, PCI\CC_080501
3333
%ACPI\PNP0D40.DeviceDesc%=SDHost, ACPI\PNP0D40
@@ -42,10 +42,10 @@ ExcludeFromSelect=*
4242
; %<SpecificID...>%
4343
;
4444

45-
[TED.NT$ARCH$]
45+
[TED.NT$ARCH$.10.0...25398]
4646
%PCI\VEN_1679&DEV_3000.DeviceDesc%=SDHost, PCI\VEN_1679&DEV_3000
4747

48-
[VIA.NT$ARCH$]
48+
[VIA.NT$ARCH$.10.0...25398]
4949
%PCI\VEN_1106&DEV_365B.DeviceDesc%=SDHost, PCI\VEN_1106&DEV_365B
5050
%PCI\VEN_1106&DEV_401B.DeviceDesc%=SDHost, PCI\VEN_1106&DEV_401B
5151
%PCI\VEN_1106&DEV_95D0.DeviceDesc%=SDHost, PCI\VEN_1106&DEV_95D0
@@ -60,6 +60,7 @@ StartType = %SERVICE_DEMAND_START%
6060
ErrorControl = %SERVICE_ERROR_NORMAL%
6161
ServiceBinary = %12%\sdhc.sys
6262
LoadOrderGroup = System Bus Extender
63+
BootFlags = 0x00000008
6364
AddReg = SDHCServiceReg
6465

6566
;
@@ -73,7 +74,6 @@ HKR,,UINumberDescFormat,,%SDHCSlot%
7374
HKR,,Driver,,"sdhc.sys"
7475

7576
[SDHCServiceReg]
76-
HKR,,BootFlags,0x00010003,0x00000008
7777
HKR,Parameters,SdCmdFlags,1, 05,01, 06,01, 08,11, 09,19, 0A,19, 0D,11, \
7878
10,01, 11,01, 12,01, 17,01, 18,05, 19,05, \
7979
1A,01, 1B,01, 1C,01, \
@@ -172,4 +172,4 @@ REG_SZ = 0x00000000
172172

173173
ProviderString="TODO-Set-Provider"
174174
TED="Tokyo Electron Device"
175-
VIA="VIA Technologies, Inc"
175+
VIA="VIA Technologies, Inc"

0 commit comments

Comments
 (0)