Make interrupt driven EC transaction optional.

This commit is contained in:
Takanori Watanabe 2002-07-02 03:38:07 +00:00
parent c06ffb8977
commit 4ec593593a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=99243

View file

@ -618,7 +618,9 @@ EcWaitEventIntr(struct acpi_ec_softc *sc, EC_EVENT Event)
ACPI_FUNCTION_TRACE_U32((char *)(uintptr_t)__func__, (UINT32)Event);
/* XXX this should test whether interrupts are available some other way */
#ifdef ACPI_EC_EVENT_DRIVEN
if(cold)
#endif
return_ACPI_STATUS(EcWaitEvent(sc, Event));
if (!EcIsLocked(sc))