]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Remove APM BIOS support
authorimp <imp@FreeBSD.org>
Thu, 8 Oct 2020 20:56:06 +0000 (20:56 +0000)
committerimp <imp@FreeBSD.org>
Thu, 8 Oct 2020 20:56:06 +0000 (20:56 +0000)
commitf6ad56466fc6a864efb498fd792c142a8d1dddc8
treebb28ae9f564d6ff17ff64a9443fe23cb82f986de
parent7ed51a4c0b3488e23a9e14daa3b688c3d1f11b31
Remove APM BIOS support

APM BIOS was relevant only to early laptops (approximately P166 or
P200 and slower). These have not been relevant for a long time, and
this code has been untested for a long time (as far as I can
tell). The APM compat code in ACPI and the apm(8) command is not being
retired. Both of these items are still in use (apm(8) is more
scriptable than the replacement acpiconf, for the most part). This has
been commented out of i386 GENERIC since 2002. This code is not
relevant to any other port.

Discussed on: arch@
sys/conf/files.i386
sys/dev/syscons/apm/apm_saver.c [deleted file]
sys/i386/bios/apm.c [deleted file]
sys/i386/bios/apm.h [deleted file]
sys/i386/conf/GENERIC
sys/i386/conf/NOTES