Skip to content

Commit

Permalink
viostor: Use DIRID 12 for Win10 driver
Browse files Browse the repository at this point in the history
As Windows Server 2016 has build lower than 16299, we should
have DIRID 12 for Win10 drivers.

Resolve: https://issues.redhat.com/browse/RHEL-1214

Signed-off-by: Kostiantyn Kostiuk <[email protected]>
  • Loading branch information
kostyanf14 authored and vrozenfe committed Mar 29, 2024
1 parent 1f6c12c commit bc4dec6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions viostor/viostor.inx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ viostor.sys = 1,,
;ExcludeFromSelect = *

[DestinationDirs]
viostor_Files_Driver = 13
viostor_Files_Driver = INX_PLATFORM_DRIVERS_DIR

;
; Driver information
Expand Down Expand Up @@ -73,7 +73,7 @@ AddService = viostor, 0x00000002 , scsi_Service_Inst, scsi_EventLog_Inst
ServiceType = %SERVICE_KERNEL_DRIVER%
StartType = %SERVICE_BOOT_START%
ErrorControl = %SERVICE_ERROR_NORMAL%
ServiceBinary = %13%\viostor.sys
ServiceBinary = %INX_PLATFORM_DRIVERS_DIR%\viostor.sys
LoadOrderGroup = SCSI miniport
AddReg = pnpsafe_pci_addreg

Expand Down

0 comments on commit bc4dec6

Please sign in to comment.