summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjoe <joe@FreeBSD.org>2002-08-12 21:25:06 +0000
committerjoe <joe@FreeBSD.org>2002-08-12 21:25:06 +0000
commit191f2abda5b10cff66db2bd0ea0544d8a4f4a0b1 (patch)
tree2aaf09a98e80e0f72ccdcd337c6223ef6940738f
parente2f61844d36148a770c314c90cd062cf009d2fc8 (diff)
downloadFreeBSD-src-191f2abda5b10cff66db2bd0ea0544d8a4f4a0b1.zip
FreeBSD-src-191f2abda5b10cff66db2bd0ea0544d8a4f4a0b1.tar.gz
Update for recent changes in the usb code.
-rw-r--r--sys/conf/NOTES17
1 files changed, 6 insertions, 11 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index ec71bd8..2457a2f 100644
--- a/sys/conf/NOTES
+++ b/sys/conf/NOTES
@@ -2120,9 +2120,15 @@ device urio
device uscanner
# USB serial support
device ucom
+# USB support for serial adapters based on the FT8U100AX and FT8U232AM
+device uftdi
+# USB support for Prolific PL-2303 serial adapters
device uplcom
# USB serial support for DDI pocket's PHS
device uvscom
+# USB Visor and Palm devices
+device uvisor
+
# USB Fm Radio
device ufm
#
@@ -2145,19 +2151,8 @@ device kue
# debugging options for the USB subsystem
#
-options UHCI_DEBUG
-options OHCI_DEBUG
options USB_DEBUG
-options UGEN_DEBUG
-options UHID_DEBUG
-options UHUB_DEBUG
-options UKBD_DEBUG
-options ULPT_DEBUG
-options UMASS_DEBUG
-options UMS_DEBUG
-options URIO_DEBUG
-
# options for ukbd:
options UKBD_DFLT_KEYMAP # specify the built-in keymap
makeoptions UKBD_DFLT_KEYMAP=it.iso
OpenPOWER on IntegriCloud