mirror of
https://github.com/reactos/reactos.git
synced 2024-11-20 06:15:26 +00:00
Please give names to your PDOs. Should correct the boot on non-ACPI systems.
svn path=/trunk/; revision=14924
This commit is contained in:
parent
aa1fd35178
commit
fbad02ab35
1 changed files with 1 additions and 1 deletions
|
@ -130,7 +130,7 @@ PnpRootCreateDevice(
|
|||
sizeof(PNPROOT_PDO_DEVICE_EXTENSION),
|
||||
NULL,
|
||||
FILE_DEVICE_CONTROLLER,
|
||||
0,
|
||||
FILE_AUTOGENERATED_DEVICE_NAME,
|
||||
FALSE,
|
||||
&Device->Pdo);
|
||||
if (!NT_SUCCESS(Status)) {
|
||||
|
|
Loading…
Reference in a new issue