git: kernel/acpi: Remove the old APM emulation code.
Sascha Wildner
swildner at crater.dragonflybsd.org
Wed Feb 21 22:51:44 PST 2018
commit e4f76d8fcfb26ac1d721fcb3c7430d3e90182e24
Author: Sascha Wildner <saw at online.de>
Date: Thu Feb 22 07:50:13 2018 +0100
kernel/acpi: Remove the old APM emulation code.
This is no longer needed by anything. The <machine/apm_bios.h> header
with APM ioctl defines can go as well.
While here, do a little adjustment of comments and manual pages too.
Pointed-out-by: ivadasz
Summary of changes:
Makefile_upgrade.inc | 1 +
etc/rc.resume | 2 +-
etc/rc.suspend | 2 +-
share/man/man9/ioctl.9 | 4 +-
sys/platform/pc64/acpica/acpi_machdep.c | 272 --------------------------------
sys/platform/pc64/include/apm_bios.h | 267 -------------------------------
sys/sys/kbio.h | 4 +-
sys/sys/param.h | 3 +-
usr.sbin/kbdcontrol/kbdmap.5 | 5 +-
9 files changed, 10 insertions(+), 550 deletions(-)
delete mode 100644 sys/platform/pc64/include/apm_bios.h
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/e4f76d8fcfb26ac1d721fcb3c7430d3e90182e24
--
DragonFly BSD source repository
More information about the Commits
mailing list