/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
Responsible Changed From-To: freebsd-bugs->jedgar The originator volunteered to "assist in relieving the pressure on the PR system".
State Changed From-To: open->closed Woohoo, someone finally committed, this.