rpaulo 2008-04-11 17:16:19 UTC
FreeBSD src repository
Modified files:
sys/dev/asmc asmc.c
Log:
Don't call acpi_disabled() because we are not part of the acpi.ko
module. Instead, use resource_disabled() that doesn't depend on any
module.
Noticed by: Ian FREISLICH <ianf at clue.co.za>
Revision Changes Path
1.8 +1 -1 src/sys/dev/asmc/asmc.c