summaryrefslogtreecommitdiffstats
path: root/sys/amd64
diff options
context:
space:
mode:
authorn_hibma <n_hibma@FreeBSD.org>1998-12-13 23:04:35 +0000
committern_hibma <n_hibma@FreeBSD.org>1998-12-13 23:04:35 +0000
commit4f19f2cec501cd37972c335272354ceefccc6875 (patch)
tree8e63e94c68ce6ca77d7790886793a78c075a5068 /sys/amd64
parent8fdbb602f1b34c7b3ceac31831f1173631a2b8f4 (diff)
downloadFreeBSD-src-4f19f2cec501cd37972c335272354ceefccc6875.zip
FreeBSD-src-4f19f2cec501cd37972c335272354ceefccc6875.tar.gz
dded the stubs for umodem and ucom (communications class driver). They are nothing other than
the ugen driver with different variable names.
Diffstat (limited to 'sys/amd64')
-rw-r--r--sys/amd64/conf/GENERIC5
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/amd64/conf/GENERIC b/sys/amd64/conf/GENERIC
index 3f52d59..305e1b6 100644
--- a/sys/amd64/conf/GENERIC
+++ b/sys/amd64/conf/GENERIC
@@ -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.133 1998/12/04 18:01:23 wpaul Exp $
+# $Id: GENERIC,v 1.134 1998/12/09 23:28:43 n_hibma Exp $
machine "i386"
cpu "I386_CPU"
@@ -198,8 +198,11 @@ options SYSVSHM
#device ukbd0
#device ulpt0
#device uhub0
+#device ucom0
+#device umodem0
#device hid0
#device ugen0
+
#
#options USB_DEBUG
#options USBVERBOSE
OpenPOWER on IntegriCloud