mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 08:15:41 +00:00
fix boot on vmware
svn path=/trunk/; revision=15405
This commit is contained in:
parent
c6eb354e8b
commit
f39cc83ebf
1 changed files with 5 additions and 3 deletions
|
@ -230,6 +230,8 @@ IopCreateDriverObject(
|
|||
return Status;
|
||||
}
|
||||
|
||||
/* This function shouldn't be called twice for the same driver anyways..why is it? */
|
||||
#if 0
|
||||
if (Status == STATUS_OBJECT_EXISTS)
|
||||
{
|
||||
/* The driver object already exists, so it is already
|
||||
|
@ -237,7 +239,7 @@ IopCreateDriverObject(
|
|||
*DriverObject = Object;
|
||||
return STATUS_SUCCESS;
|
||||
}
|
||||
|
||||
#endif
|
||||
/* Create driver extension */
|
||||
Object->DriverExtension = (PDRIVER_EXTENSION)
|
||||
ExAllocatePoolWithTag(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue