diff options
author | bde <bde@FreeBSD.org> | 2004-03-01 07:51:51 +0000 |
---|---|---|
committer | bde <bde@FreeBSD.org> | 2004-03-01 07:51:51 +0000 |
commit | 280876b8904669c27a3c1680dda257c872095911 (patch) | |
tree | 649502c1c11f171c006ab0c234c26f7022b64e1d | |
parent | c687163156d8e949ec5183b2a1dba4f7be98ff7c (diff) | |
download | FreeBSD-src-280876b8904669c27a3c1680dda257c872095911.zip FreeBSD-src-280876b8904669c27a3c1680dda257c872095911.tar.gz |
Fixed some insertion sort errors for usb devcies (mainly for serial ones).
-rw-r--r-- | sys/conf/NOTES | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES index 1826a97..c898911 100644 --- a/sys/conf/NOTES +++ b/sys/conf/NOTES @@ -2135,6 +2135,8 @@ device usb # # USB Double Bulk Pipe devices device udbp +# USB Fm Radio +device ufm # Generic USB device driver device ugen # Human Interface Device (anything with buttons and dials) @@ -2155,23 +2157,21 @@ device ums device urio # USB scanners device uscanner +# # USB serial support device ucom +# USB support for Belkin F5U103 and compatible serial adapters +device ubsa +# USB support for BWCT console serial adapters +device ubser # USB support for serial adapters based on the FT8U100AX and FT8U232AM device uftdi # USB support for Prolific PL-2303 serial adapters device uplcom -# USB support for Belkin F5U103 and compatible serial adapters -device ubsa -# USB serial support for DDI pocket's PHS -device uvscom # USB Visor and Palm devices device uvisor -# USB support for BWCT console serial adapters -device ubser - -# USB Fm Radio -device ufm +# USB serial support for DDI pocket's PHS +device uvscom # # ADMtek USB ethernet. Supports the LinkSys USB100TX, # the Billionton USB100, the Melco LU-ATX, the D-Link DSB-650TX |