From 384781000eec8d8c9bc7ec84e324699be769a024 Mon Sep 17 00:00:00 2001 From: Nick Hibma Date: Mon, 22 Nov 1999 04:08:37 +0000 Subject: [PATCH] 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. --- sys/boot/forth/loader.conf | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/sys/boot/forth/loader.conf b/sys/boot/forth/loader.conf index bb86b1a231e..0932a84ba66 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 ##########################################