From acaf26d44d2949e5ac09649901696fafa3bf7b7c Mon Sep 17 00:00:00 2001 From: benyamin-codez <115509179+benyamin-codez@users.noreply.github.com> Date: Wed, 18 Dec 2024 20:22:13 +1100 Subject: [PATCH] [vioscsi] DriverEntry() improved tracing Addendum to b6edb81 and b7904fc. 1. Removed hwInitData.AddressTypeFlags per code review. Split to PR #1225. Signed-off-by: benyamin-codez <115509179+benyamin-codez@users.noreply.github.com> --- vioscsi/vioscsi.c | 1 - 1 file changed, 1 deletion(-) diff --git a/vioscsi/vioscsi.c b/vioscsi/vioscsi.c index 18b90c8a7..f60ecdc87 100755 --- a/vioscsi/vioscsi.c +++ b/vioscsi/vioscsi.c @@ -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,