imp 2004-06-28 02:38:20 UTC
FreeBSD src repository
Modified files:
sys/i386/acpica acpi_machdep.c
Log:
Use APM_UNKNOWN instead of 0xff. Use ~0U instead 0 for the number of
batteries. This should be -1 to match other code, but since the api
is unsigned ~0U is the same thing.
Revision Changes Path
1.23 +9 -9 src/sys/i386/acpica/acpi_machdep.c