mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-13 10:02:38 +00:00
In preparation of the commit of the umass driver and to make life easier
for testers.
This commit is contained in:
parent
4473c5ec86
commit
5628cc3116
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=45486
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user