summaryrefslogtreecommitdiffstats
path: root/sys/boot/forth/loader.conf
diff options
context:
space:
mode:
authorn_hibma <n_hibma@FreeBSD.org>1999-11-22 04:08:37 +0000
committern_hibma <n_hibma@FreeBSD.org>1999-11-22 04:08:37 +0000
commit3966edc4dc1872d08c4d6b94e769968037aa4116 (patch)
tree5b3af638c3654801a6ed5dffb6079f4d7e01bf3b /sys/boot/forth/loader.conf
parentd8abfe2e0a67e2eae34088795be68371256cd597 (diff)
downloadFreeBSD-src-3966edc4dc1872d08c4d6b94e769968037aa4116.zip
FreeBSD-src-3966edc4dc1872d08c4d6b94e769968037aa4116.tar.gz
Add comments on what it the USB modules are. Add the usb module.
The USB module contains the OHCI and UHCI controllers as well. Sticking them into separate modules might be possible after I have untangled the mess.
Diffstat (limited to 'sys/boot/forth/loader.conf')
-rw-r--r--sys/boot/forth/loader.conf13
1 files changed, 8 insertions, 5 deletions
diff --git a/sys/boot/forth/loader.conf b/sys/boot/forth/loader.conf
index bb86b1a..0932a84 100644
--- a/sys/boot/forth/loader.conf
+++ b/sys/boot/forth/loader.conf
@@ -161,11 +161,14 @@ xl_load="NO" # 3Com Etherlink XL (3c900, 3c905, 3c905B)
### USB modules ############################################
##############################################################
-ugen_load="NO"
-uhid_load="NO"
-ukbd_load="NO"
-ulpt_load="NO"
-ums_load="NO"
+usb_load="NO" # USB subsystem
+ugen_load="NO" # USB generic device, if all else fails ...
+uhid_load="NO" # Human Interface Devices
+ukbd_load="NO" # Keyboard
+ulpt_load="NO" # Printer
+ums_load="NO" # Mouse
+umass_load="NO" # Mass Storage Devices
+
##############################################################
### Other modules ##########################################
OpenPOWER on IntegriCloud