summaryrefslogtreecommitdiffstats
path: root/sys/conf
diff options
context:
space:
mode:
authorn_hibma <n_hibma@FreeBSD.org>1999-04-08 17:58:07 +0000
committern_hibma <n_hibma@FreeBSD.org>1999-04-08 17:58:07 +0000
commitf50a876b16737306b39c1cf6c825dcc14866d321 (patch)
treed0a6ec485c6ed76b068842813c2f23e2372e4de2 /sys/conf
parent79f5a5d674761aaef8dbd910cee7a7976c59f0cf (diff)
downloadFreeBSD-src-f50a876b16737306b39c1cf6c825dcc14866d321.zip
FreeBSD-src-f50a876b16737306b39c1cf6c825dcc14866d321.tar.gz
In preparation of the commit of the umass driver and to make life easier
for testers.
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/files1
-rw-r--r--sys/conf/options3
2 files changed, 3 insertions, 1 deletions
diff --git a/sys/conf/files b/sys/conf/files
index d73f836..36d876e 100644
--- a/sys/conf/files
+++ b/sys/conf/files
@@ -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
diff --git a/sys/conf/options b/sys/conf/options
index 8d9979b..8df5546 100644
--- a/sys/conf/options
+++ b/sys/conf/options
@@ -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
OpenPOWER on IntegriCloud