From 02d1faa2ab6a5fea96181326972ff7645e0fab03 Mon Sep 17 00:00:00 2001 From: aystarik Date: Wed, 29 Jun 2005 16:48:23 +0000 Subject: [PATCH] call _INI in AcpiEnable date 2000.08.25.02.50.00; author agrover; state Exp; --- source/components/events/evxfevnt.c | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/source/components/events/evxfevnt.c b/source/components/events/evxfevnt.c index e0a54af43..6a0fcc9ed 100644 --- a/source/components/events/evxfevnt.c +++ b/source/components/events/evxfevnt.c @@ -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 (); + /*