mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +00:00
Pass ACPI driver on command line
svn path=/trunk/; revision=2195
This commit is contained in:
@@ -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
|
||||
* PROJECT: ReactOS kernel
|
||||
@@ -20,15 +20,6 @@
|
||||
VOID
|
||||
HalpStartEnumerator (VOID)
|
||||
{
|
||||
#ifdef ACPI
|
||||
|
||||
UNICODE_STRING DriverName;
|
||||
|
||||
RtlInitUnicodeString(&DriverName,
|
||||
L"\\SystemRoot\\system32\\drivers\\acpi.sys");
|
||||
ZwLoadDriver(&DriverName);
|
||||
|
||||
#endif /* ACPI */
|
||||
}
|
||||
|
||||
/* EOF */
|
||||
|
||||
Reference in New Issue
Block a user