Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/usb - remove items that are fixed (usually in the di...



details:   https://anonhg.NetBSD.org/src/rev/99ae1bd9e4ca
branches:  trunk
changeset: 459081:99ae1bd9e4ca
user:      mrg <mrg%NetBSD.org@localhost>
date:      Fri Aug 23 07:13:03 2019 +0000

description:
- remove items that are fixed (usually in the distant past)
- usbnet is (almost) done for non wifi
- non trivial usbdi documentation exists now

diffstat:

 sys/dev/usb/TODO |  37 +++----------------------------------
 1 files changed, 3 insertions(+), 34 deletions(-)

diffs (70 lines):

diff -r 30f2b586e0e6 -r 99ae1bd9e4ca sys/dev/usb/TODO
--- a/sys/dev/usb/TODO  Fri Aug 23 06:59:52 2019 +0000
+++ b/sys/dev/usb/TODO  Fri Aug 23 07:13:03 2019 +0000
@@ -11,20 +11,6 @@
 Get the uezcom driver (with Doug Ambrisko's firmware) running.
 
 
-Bug reports:
-------------
-
-Bernd Ernesti's problem: host controller halted with umodem
-
-umass problem with Ricoh flash reader
-
-wskbd for X
-
-mel kravitz's problem, lockups with disk and printer
-
-Aaron's problem: Test aue with ohci.
-
-
 General:
 --------
 
@@ -47,33 +33,16 @@
 Change HC drivers to queue multiple request for an endpoint
 to get better performance.
 
-Do memory deallocation when HC driver is detached.
-
 uaudio problems:
        mixer names are awful, use some heuristics.
        implement selector units
        debug input
-       test with more devices
 
 Stylistic changes:
        use usb_ and usbd_ consistently
        rearrange the contents and names of some files (Nick)
 
-Factor out the common code from the Ethernet drivers and reuse that.
-       if_aue - patch available
-       if_axe - done
-       if_axen - done
-       if_cdce - done
-       if_cue - patch available
-       if_kue - patch available
-       if_mue - patch available
-       if_smsc - done
-       if_udav - done
-       if_umb - maybe too special?
-       if_upl - patch available
-       if_ure - done
-       if_url - patch available
-       if_urndis - done
+Use usbnet in if_umb(4).  Figure out how to use it for wifi.
 
 Keyspan serial driver
 
@@ -83,8 +52,8 @@
 Documentation:
 --------------
 
-Document device driver API.
+Complete documentation of device driver API.
 
-Document HC driver API.
+Complete documentation of HC driver API.
 
 Update ugen(4)



Home | Main Index | Thread Index | Old Index