Please give names to your PDOs. Should correct the boot on non-ACPI systems.

svn path=/trunk/; revision=14924
This commit is contained in:
Hervé Poussineau 2005-05-01 20:20:59 +00:00
parent aa1fd35178
commit fbad02ab35

View file

@ -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)) {