Remove the entries for umodem and ucom. These drivers only probe
and attach, nothing else. This is confusing to people.
This commit is contained in:
parent
22fae70741
commit
ec71ab8ec3
@ -11,7 +11,7 @@
|
||||
# device lines is present in the ./LINT configuration file. If you are
|
||||
# in doubt as to the purpose or necessity of a line, check first in LINT.
|
||||
#
|
||||
# $Id: GENERIC,v 1.158 1999/04/13 19:38:09 peter Exp $
|
||||
# $Id: GENERIC,v 1.159 1999/04/13 20:59:36 peter Exp $
|
||||
|
||||
machine "i386"
|
||||
cpu "I386_CPU"
|
||||
@ -220,7 +220,5 @@ options SYSVMSG
|
||||
#device ums0
|
||||
#device ukbd0
|
||||
#device ulpt0
|
||||
#device ucom0
|
||||
#device umodem0
|
||||
#device uhid0
|
||||
#device ugen0
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -11,7 +11,7 @@
|
||||
# device lines is present in the ./LINT configuration file. If you are
|
||||
# in doubt as to the purpose or necessity of a line, check first in LINT.
|
||||
#
|
||||
# $Id: GENERIC,v 1.158 1999/04/13 19:38:09 peter Exp $
|
||||
# $Id: GENERIC,v 1.159 1999/04/13 20:59:36 peter Exp $
|
||||
|
||||
machine "i386"
|
||||
cpu "I386_CPU"
|
||||
@ -220,7 +220,5 @@ options SYSVMSG
|
||||
#device ums0
|
||||
#device ukbd0
|
||||
#device ulpt0
|
||||
#device ucom0
|
||||
#device umodem0
|
||||
#device uhid0
|
||||
#device ugen0
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user