1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-18 10:35:55 +00:00

Clear intrrupt before kthread gets ready.

Submitted by:	iwasaki
This commit is contained in:
Takanori Watanabe 2000-09-26 12:39:37 +00:00
parent 0aaa98f3a5
commit e126cbaaca
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=66387

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);