call _INI in AcpiEnable

date	2000.08.25.02.50.00;	author agrover;	state Exp;
This commit is contained in:
aystarik 2005-06-29 16:48:23 +00:00
parent ce93b95d03
commit 02d1faa2ab

View File

@ -131,6 +131,10 @@ ACPI_STATUS
AcpiEvFindPciRootBuses (
void);
ACPI_STATUS
AcpiEvInitDevices (
void);
/**************************************************************************
*
* FUNCTION: AcpiEnable
@ -237,6 +241,10 @@ AcpiEnable (void)
Status = AcpiEvInitGlobalLockHandler ();
/* Call _INI on all devices */
AcpiEvInitDevices ();
/*