summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorscottl <scottl@FreeBSD.org>2003-06-28 05:47:34 +0000
committerscottl <scottl@FreeBSD.org>2003-06-28 05:47:34 +0000
commitb235b00b730df3ff3b9c8e324a9f557cf961b1ce (patch)
treeb63de6d4ab44934b779d543e147953482b1e9086 /sys
parente723d6692120276b01132cc20fcd9e606a960240 (diff)
downloadFreeBSD-src-b235b00b730df3ff3b9c8e324a9f557cf961b1ce.zip
FreeBSD-src-b235b00b730df3ff3b9c8e324a9f557cf961b1ce.tar.gz
Announce umct to kernel build.
Diffstat (limited to 'sys')
-rw-r--r--sys/conf/NOTES2
-rw-r--r--sys/conf/files1
2 files changed, 3 insertions, 0 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index c0c8df0..f93b8c9 100644
--- a/sys/conf/NOTES
+++ b/sys/conf/NOTES
@@ -2123,6 +2123,8 @@ device ukbd
device ulpt
# USB Iomega Zip 100 Drive (Requires scbus and da)
device umass
+# USB support for Belkin F5U109 and Magic Control Technology serial adapters
+device umct
# USB modem support
device umodem
# USB mouse
diff --git a/sys/conf/files b/sys/conf/files
index a679097..ae890be 100644
--- a/sys/conf/files
+++ b/sys/conf/files
@@ -794,6 +794,7 @@ dev/usb/uhub.c optional usb
dev/usb/ukbd.c optional ukbd
dev/usb/ulpt.c optional ulpt
dev/usb/umass.c optional umass
+dev/usb/umct.c optional umct
dev/usb/umodem.c optional umodem
dev/usb/ums.c optional ums
dev/usb/uplcom.c optional uplcom ucom
OpenPOWER on IntegriCloud