njl 2004-06-28 20:41:30 UTC
FreeBSD src repository
Modified files:
sys/dev/acpica acpi_ec.c
Log:
While booting, use DELAY() for waiting for the EC to respond instead of
msleep(). Until we're finally up, msleep is a no-op.
Explained by: peter
Revision Changes Path
1.53 +13 -6 src/sys/dev/acpica/acpi_ec.c