diff options
author | scottl <scottl@FreeBSD.org> | 2003-06-28 05:47:34 +0000 |
---|---|---|
committer | scottl <scottl@FreeBSD.org> | 2003-06-28 05:47:34 +0000 |
commit | b235b00b730df3ff3b9c8e324a9f557cf961b1ce (patch) | |
tree | b63de6d4ab44934b779d543e147953482b1e9086 /sys/conf | |
parent | e723d6692120276b01132cc20fcd9e606a960240 (diff) | |
download | FreeBSD-src-b235b00b730df3ff3b9c8e324a9f557cf961b1ce.zip FreeBSD-src-b235b00b730df3ff3b9c8e324a9f557cf961b1ce.tar.gz |
Announce umct to kernel build.
Diffstat (limited to 'sys/conf')
-rw-r--r-- | sys/conf/NOTES | 2 | ||||
-rw-r--r-- | sys/conf/files | 1 |
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 |