mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
[ISAPNP] Mark Read Data Port as not having a unique ID
This fixes a bugcheck in ntoskrnl.exe when computer has multiple ISA buses. CORE-17034
This commit is contained in:
parent
e978ec6125
commit
fc0a0b9f84
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ IsaPdoQueryCapabilities(
|
|||
}
|
||||
else
|
||||
{
|
||||
DeviceCapabilities->UniqueID = TRUE;
|
||||
DeviceCapabilities->UniqueID = FALSE;
|
||||
DeviceCapabilities->RawDeviceOK = TRUE;
|
||||
DeviceCapabilities->SilentInstall = TRUE;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue