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

Modified Files:
	src/sys/dev/pci: ohci_pci.c uhci_pci.c
	src/sys/dev/usb: ukbd.c usbdivar.h
Log Message:
Add a way for machine-dependent code to tell a USB controller that it
has the console input device.  The USB keyboard driver uses this to
attach the first USB keyboard instance as the console keyboard.

Unfortunately, this must still be deferred to autoconfiguration time,
but there's not much we can do about that right now.