Subject: CVS commit: src/sys/arch/i386
To: None <source-changes@netbsd.org>
From: Julio Merino <jmmv@netbsd.org>
List: source-changes
Date: 03/25/2003 21:37:19
Module Name:	src
Committed By:	jmmv
Date:		Tue Mar 25 19:37:19 UTC 2003

Modified Files:
	src/sys/arch/i386/conf: GENERIC files.i386
	src/sys/arch/i386/i386: machdep.c

Log Message:
Implement the beep on halt feature.  When enabled, it makes the kernel beep
the computer speaker when it's completely safe to power down the machine
(after the "The operating system has halted." message).  This is useful for
headless machines.

The feature is only enabled if the BEEP_ONHALT option is defined (disabled      by default).  It can be tuned through the BEEP_ONHALT_{COUNT,PERIOD,PITCH}      options.

Closes my own PR kern/18792.


To generate a diff of this commit:
cvs rdiff -r1.550 -r1.551 src/sys/arch/i386/conf/GENERIC
cvs rdiff -r1.235 -r1.236 src/sys/arch/i386/conf/files.i386
cvs rdiff -r1.516 -r1.517 src/sys/arch/i386/i386/machdep.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.