mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 09:25:10 +00:00
[PCIIDEX]
- Don't report raw device support to allow the IDE channel driver (uniata) to take over control of the enumerated devices - Ideally the PnP manager should deal with a driver collision like this but it doesn't currently svn path=/trunk/; revision=51967
This commit is contained in:
parent
3bff188bfc
commit
ceb022f8e1
1 changed files with 1 additions and 1 deletions
|
@ -441,7 +441,7 @@ PciIdeXPdoPnpDispatch(
|
|||
DeviceCapabilities->DockDevice = FALSE;
|
||||
DeviceCapabilities->UniqueID = FALSE;
|
||||
DeviceCapabilities->SilentInstall = FALSE;
|
||||
DeviceCapabilities->RawDeviceOK = TRUE;
|
||||
DeviceCapabilities->RawDeviceOK = FALSE;
|
||||
DeviceCapabilities->SurpriseRemovalOK = TRUE;
|
||||
DeviceCapabilities->HardwareDisabled = FALSE; /* FIXME */
|
||||
//DeviceCapabilities->NoDisplayInUI = FALSE; /* FIXME */
|
||||
|
|
Loading…
Reference in a new issue