Skip to content

Commit

Permalink
[vioscsi] DriverEntry() improved tracing
Browse files Browse the repository at this point in the history
Addendum to b6edb81 and b7904fc.

1. Removed hwInitData.AddressTypeFlags per code review. Split to PR #1225.

Signed-off-by: benyamin-codez <[email protected]>
  • Loading branch information
benyamin-codez committed Dec 18, 2024
1 parent b7904fc commit acaf26d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion vioscsi/vioscsi.c
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,6 @@ DriverEntry(
hwInitData.MapBuffers = STOR_MAP_NON_READ_WRITE_BUFFERS;

hwInitData.SrbTypeFlags = SRB_TYPE_FLAG_STORAGE_REQUEST_BLOCK;
hwInitData.AddressTypeFlags = ADDRESS_TYPE_FLAG_BTL8;

initResult = StorPortInitialize(DriverObject,
RegistryPath,
Expand Down

0 comments on commit acaf26d

Please sign in to comment.