mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
Pass ACPI driver on command line
svn path=/trunk/; revision=2195
This commit is contained in:
parent
5d518a1695
commit
a50141ac65
1 changed files with 1 additions and 10 deletions
|
@ -1,4 +1,4 @@
|
||||||
/* $Id: enum.c,v 1.2 2001/08/23 16:31:27 chorns Exp $
|
/* $Id: enum.c,v 1.3 2001/08/23 17:34:00 chorns Exp $
|
||||||
*
|
*
|
||||||
* COPYRIGHT: See COPYING in the top level directory
|
* COPYRIGHT: See COPYING in the top level directory
|
||||||
* PROJECT: ReactOS kernel
|
* PROJECT: ReactOS kernel
|
||||||
|
@ -20,15 +20,6 @@
|
||||||
VOID
|
VOID
|
||||||
HalpStartEnumerator (VOID)
|
HalpStartEnumerator (VOID)
|
||||||
{
|
{
|
||||||
#ifdef ACPI
|
|
||||||
|
|
||||||
UNICODE_STRING DriverName;
|
|
||||||
|
|
||||||
RtlInitUnicodeString(&DriverName,
|
|
||||||
L"\\SystemRoot\\system32\\drivers\\acpi.sys");
|
|
||||||
ZwLoadDriver(&DriverName);
|
|
||||||
|
|
||||||
#endif /* ACPI */
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* EOF */
|
/* EOF */
|
||||||
|
|
Loading…
Reference in a new issue