- Fix 2nd stage boot

svn path=/trunk/; revision=63346
This commit is contained in:
Cameron Gutman 2014-05-18 06:58:51 +00:00
parent ae4a8102df
commit a59063a064

View file

@ -551,6 +551,7 @@ Bus_PDO_QueryDeviceId(
RtlCopyMemory (buffer, src, length * sizeof(WCHAR));
Irp->IoStatus.Information = (ULONG_PTR) buffer;
DPRINT("BusQueryHardwareIDs: %ls\n",buffer);
status = STATUS_SUCCESS;
break;
case BusQueryCompatibleIDs: