Clear intrrupt before kthread gets ready.

Submitted by:	iwasaki
This commit is contained in:
takawata 2000-09-26 12:39:37 +00:00
parent 3838f94560
commit 63a61f074e

View File

@ -1456,6 +1456,7 @@ acpi_attach(device_t dev)
#ifndef ACPI_NO_ENABLE_ON_BOOT
acpi_enable_disable(sc, 1);
acpi_enable_events(sc);
acpi_intr((void *)sc);
#endif
acpi_powerres_init(sc);