diff options
author | msmith <msmith@FreeBSD.org> | 2001-07-05 07:14:30 +0000 |
---|---|---|
committer | msmith <msmith@FreeBSD.org> | 2001-07-05 07:14:30 +0000 |
commit | 71d7e813044c8685803a313d803c542139d0347a (patch) | |
tree | 3334bbbf395963715dc9843de0f05a59b43d1a0f /sys/conf | |
parent | f40e6b29340f6911535768b29e8adf1fd1a49fee (diff) | |
download | FreeBSD-src-71d7e813044c8685803a313d803c542139d0347a.zip FreeBSD-src-71d7e813044c8685803a313d803c542139d0347a.tar.gz |
Add a new helper function for finding resources in resource buffers.
Move the ACPI generic battery code into a new file.
Diffstat (limited to 'sys/conf')
-rw-r--r-- | sys/conf/files | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/conf/files b/sys/conf/files index adb512c..346f6bd 100644 --- a/sys/conf/files +++ b/sys/conf/files @@ -197,6 +197,7 @@ dev/aac/aac_pci.c optional aac pci dev/acpica/acpi.c optional acpica dev/acpica/acpi_acad.c optional acpica #dev/acpica/acpi_apic.c optional acpica +dev/acpica/acpi_battery.c optional acpica dev/acpica/acpi_button.c optional acpica dev/acpica/acpi_cmbat.c optional acpica dev/acpica/acpi_ec.c optional acpica |