Subject: CVS commit: src/sys/dev/pckbport
To: None <source-changes@NetBSD.org>
From: Lennart Augustsson <augustss@netbsd.org>
List: source-changes
Date: 05/04/2005 02:35:22
Module Name:	src
Committed By:	augustss
Date:		Wed May  4 02:35:22 UTC 2005

Modified Files:
	src/sys/dev/pckbport: files.pckbport pckbd.c

Log Message:
Make an new option PCKBD_CNATTACH_MAY_FAIL.  When this option is set and no
keyboard is detected the pckbd keyboard is not used as the console.

Previously the pckbd keyboard was used as the console as soon as the
kernel had it configured into the kernel.  This is far from ideal on a
machine that has no PS/2 keyboard, but a USB keyboard attached since the
(non-existant) PS/2 keyboard becomes the console instead of the USB keyboard.

For now this option will be off by default to be backwards compatible.


To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 src/sys/dev/pckbport/files.pckbport
cvs rdiff -r1.6 -r1.7 src/sys/dev/pckbport/pckbd.c

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