git: kernel: APM was only supported on i386, remove unused x86_64 files.
Sascha Wildner
swildner at crater.dragonflybsd.org
Sun Apr 12 01:36:06 PDT 2015
commit f40d6f0f4a9d5668de02ec97717519176ce1b00f
Author: Sascha Wildner <saw at online.de>
Date: Sun Apr 12 10:35:39 2015 +0200
kernel: APM was only supported on i386, remove unused x86_64 files.
This is due to our x86_64 not supporting VM86 BIOS calls. This
code was never hooked in.
This does not affect ACPI's APM "emulation" (it supports some
APM ioctls) which is available on x86_64 too.
Summary of changes:
sys/platform/pc64/Makefile.inc | 1 -
sys/platform/pc64/acpica/acpi_machdep.c | 13 +-
sys/platform/pc64/apm/apm.c | 1426 -------------------------------
sys/platform/pc64/apm/apm.h | 43 -
4 files changed, 6 insertions(+), 1477 deletions(-)
delete mode 100644 sys/platform/pc64/apm/apm.c
delete mode 100644 sys/platform/pc64/apm/apm.h
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/f40d6f0f4a9d5668de02ec97717519176ce1b00f
--
DragonFly BSD source repository
More information about the Commits
mailing list