Subject: CVS commit: src/sys/arch/x86/x86
To: None <source-changes@NetBSD.org>
From: Lennart Augustsson <augustss@netbsd.org>
List: source-changes
Date: 04/29/2005 20:11:01
Module Name:	src
Committed By:	augustss
Date:		Fri Apr 29 20:11:01 UTC 2005

Modified Files:
	src/sys/arch/x86/x86: consinit.c

Log Message:
Attach a USB keyboard as console keyboard if pckbc_cnattach() failed or
if there is no pckbc configured.  Previously only the latter cuased the
USB keyboard to be used.
This should make it more likely to get the USB keyboard as the console
on legacy free machines using the GENERIC config file.


To generate a diff of this commit:
cvs rdiff -r1.4 -r1.5 src/sys/arch/x86/x86/consinit.c

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