Bug 12927

Summary: [PATCH] using BROKEN_KEYBOARD_RESET option gives warning upon kernel config(8)
Product: Base System Reporter: jedgar <jedgar>
Component: kernAssignee: Chris D.Faulhaber <jedgar>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 3.2-STABLE   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff
none
file.diff none

Description jedgar 1999-08-02 17:30:01 UTC
	/sys/i386/conf/options.i386 does not include an entry for
	BROKEN_KEYBOARD_RESET; therefore, the following warning is issued:

		router# config ROUTER
		ROUTER:36: unknown option "BROKEN_KEYBOARD_RESET"
		Unknown option used - it is VERY important that you do
	         	make clean && make depend
		before recompiling
		Kernel build directory is ../../compile/ROUTER
		router#

	even though LINT has the entry:

		# BROKEN_KEYBOARD_RESET disables the use of the keyboard controller to
		# reset the CPU for reboot.  This is needed on some systems with broken
		# keyboard controllers.

	and

		#options        BROKEN_KEYBOARD_RESET

Fix: Apply the following patch which adds BROKEN_KEYBOARD_RESET to
	/sys/i386/conf/options.i386 and an #include line to
	/sys/i386/i386/vm_machdep.c:
How-To-Repeat: 
	config(8) a kernel with the BROKEN_KEYBOARD_RESET option
Comment 1 ru freebsd_committer freebsd_triage 2000-01-06 10:30:04 UTC
Responsible Changed
From-To: freebsd-bugs->jedgar

The originator volunteered to "assist in relieving the pressure on the PR system". 
Comment 2 Chris D.Faulhaber freebsd_committer freebsd_triage 2000-06-10 12:23:45 UTC
State Changed
From-To: open->closed

Woohoo, someone finally committed, this.