Date: Thu, 29 Oct 1998 21:41:16 -0800 (PST) From: Michael Smith <msmith@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/alpha/alpha machdep.c src/sys/alpha/include md_var.h src/sys/i386/apm apm.c src/sys/i386/i386 machdep.c src/sys/i386/include apm_bios.h md_var.h src/sys/kern kern_shutdown.c src/sys/sys systm.h Message-ID: <199810300541.VAA11715@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
msmith 1998/10/29 21:41:16 PST
Modified files:
sys/alpha/alpha machdep.c
sys/alpha/include md_var.h
sys/i386/apm apm.c
sys/i386/i386 machdep.c
sys/i386/include apm_bios.h md_var.h
sys/kern kern_shutdown.c
sys/sys systm.h
Log:
Add the ability to specify where on the at_shutdown queue a handler is
installed.
Remove cpu_power_down, and replace it with an entry at the end of the
SHUTDOWN_FINAL queue in the only place it's used (APM).
Submitted by: Some ideas from Bruce Walter <walter@fortean.com>
Revision Changes Path
1.19 +1 -10 src/sys/alpha/alpha/machdep.c
1.5 +1 -2 src/sys/alpha/include/md_var.h
1.75 +9 -4 src/sys/i386/apm/apm.c
1.314 +1 -15 src/sys/i386/i386/machdep.c
1.21 +1 -2 src/sys/i386/include/apm_bios.h
1.27 +1 -2 src/sys/i386/include/md_var.h
1.41 +33 -5 src/sys/kern/kern_shutdown.c
1.78 +5 -1 src/sys/sys/systm.h
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199810300541.VAA11715>
