summaryrefslogtreecommitdiffstats
path: root/sys/conf
diff options
context:
space:
mode:
authorn_hibma <n_hibma@FreeBSD.org>1999-04-16 16:17:05 +0000
committern_hibma <n_hibma@FreeBSD.org>1999-04-16 16:17:05 +0000
commit7625ffca167896d74d9f41326801fe3c2c55eda6 (patch)
tree97b2319ff50b18020ee2fb8ebd8898dbe414613f /sys/conf
parent6ebc0f3f3281a81ab6804829e4b1c72896ce7f6c (diff)
downloadFreeBSD-src-7625ffca167896d74d9f41326801fe3c2c55eda6.zip
FreeBSD-src-7625ffca167896d74d9f41326801fe3c2c55eda6.tar.gz
Remove the entries for umodem and ucom. These drivers only probe
and attach, nothing else. This is confusing to people.
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/NOTES6
-rw-r--r--sys/conf/files2
2 files changed, 1 insertions, 7 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index 1d5adea..833fbc9 100644
--- a/sys/conf/NOTES
+++ b/sys/conf/NOTES
@@ -2,7 +2,7 @@
# LINT -- config file for checking all the sources, tries to pull in
# as much of the source tree as it can.
#
-# $Id: LINT,v 1.580 1999/04/13 19:38:09 peter Exp $
+# $Id: LINT,v 1.581 1999/04/14 16:54:00 peter Exp $
#
# NB: You probably don't want to try running a kernel built from this
# file. Instead, you should start from GENERIC, and add options from
@@ -2113,10 +2113,6 @@ device ums0
device ukbd0
# USB printer
device ulpt0
-# USB communications driver
-device ucom0
-# USB modem driver
-device umodem0
# Human Interface Device (anything with buttons and dials)
device uhid0
# Generic USB device driver
diff --git a/sys/conf/files b/sys/conf/files
index 72aad09..66e94b0 100644
--- a/sys/conf/files
+++ b/sys/conf/files
@@ -695,8 +695,6 @@ dev/usb/hid.c optional usb device-driver
# be the inverse of the wanted one (MAKE_SET)
dev/usb/ugen.c optional ugen device-driver
dev/usb/uhid.c optional uhid device-driver
-dev/usb/umodem.c optional umodem device-driver
-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
OpenPOWER on IntegriCloud