Bug 12927 - [PATCH] using BROKEN_KEYBOARD_RESET option gives warning upon kernel config(8)
Summary: [PATCH] using BROKEN_KEYBOARD_RESET option gives warning upon kernel config(8)
Status: Closed FIXED
Alias: None
Product: Base System
Classification: Unclassified
Component: kern (show other bugs)
Version: 3.2-STABLE
Hardware: Any Any
: Normal Affects Only Me
Assignee: Chris D.Faulhaber
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 1999-08-02 17:30 UTC by jedgar
Modified: 2000-06-10 12:24 UTC (History)
0 users

See Also:


Attachments
file.diff (275 bytes, patch)
1999-08-02 17:30 UTC, jedgar
no flags Details | Diff
file.diff (280 bytes, patch)
1999-08-02 17:30 UTC, jedgar
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.