mirror of
https://github.com/acpica/acpica/
synced 2025-02-07 09:04:21 +03:00
call _INI in AcpiEnable
date 2000.08.25.02.50.00; author agrover; state Exp;
This commit is contained in:
parent
ce93b95d03
commit
02d1faa2ab
@ -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 ();
|
||||
|
||||
|
||||
|
||||
/*
|
||||
|
Loading…
x
Reference in New Issue
Block a user