In preparation of the commit of the umass driver and to make life easier

for testers.
This commit is contained in:
Nick Hibma 1999-04-08 17:58:07 +00:00
parent 4473c5ec86
commit 5628cc3116
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=45486
2 changed files with 3 additions and 1 deletions

View File

@ -701,4 +701,5 @@ dev/usb/ucom.c optional ucom device-driver
dev/usb/ums.c optional ums device-driver
dev/usb/ulpt.c optional ulpt device-driver
dev/usb/ukbd.c optional ukbd device-driver
dev/usb/umass.c optional umass device-driver
dev/usb/uhub.c optional usb device-driver

View File

@ -1,4 +1,4 @@
# $Id: options,v 1.129 1999/03/02 20:26:02 semenu Exp $
# $Id: options,v 1.130 1999/03/17 01:48:34 mjacob Exp $
#
# On the handling of kernel options
#
@ -344,6 +344,7 @@ BUS_DEBUG opt_bus.h
# options for USB support
USB_DEBUG opt_usb.h
USBVERBOSE opt_usb.h
UMASS_DEBUG opt_usb.h
# Vinum options
VINUMDEBUG opt_vinum.h