Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 05/13/1999 16:34:39
Module Name:	src
Committed By:	thorpej
Date:		Thu May 13 23:34:39 UTC 1999

Modified Files:
	src/sys/dev/pci: ohci_pci.c uhci_pci.c
	src/sys/dev/usb: ukbd.c usbdivar.h
Added Files:
	src/sys/dev/usb: ukbdvar.h
Log Message:
Rework the way ukbd attaches itself as the console (again).  We now allow
the code to pick the first USB keyboard instance as the console, ignoring
which USB controller it's on.  Should eventually allow detaching of the
console keyboard.

From Jason Thorpe <thorpej@nas.nasa.gov>