Module Name:    src
Committed By:   mrg
Date:           Sun Jun 30 22:19:55 UTC 2019

Modified Files:
        src/sys/dev/usb: TODO.usbmp

Log Message:
remove a few items that are done, and mark a few others as working
since i've personally tested.  most in the "drivers testing" i think
are working now since it's been a few releases and we've had minor
bug reports in them fixed, this list was rarely updated.


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/sys/dev/usb/TODO.usbmp

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/dev/usb/TODO.usbmp
diff -u src/sys/dev/usb/TODO.usbmp:1.12 src/sys/dev/usb/TODO.usbmp:1.13
--- src/sys/dev/usb/TODO.usbmp:1.12	Tue May  7 22:00:10 2019
+++ src/sys/dev/usb/TODO.usbmp	Sun Jun 30 22:19:55 2019
@@ -1,4 +1,4 @@
-$NetBSD: TODO.usbmp,v 1.12 2019/05/07 22:00:10 mrg Exp $
+$NetBSD: TODO.usbmp,v 1.13 2019/06/30 22:19:55 mrg Exp $
 
 
 the majority of the USB MP device interface is documented in usbdivar.h.
@@ -22,8 +22,6 @@ usb_detach_{waitold,wakeup} to usb_detac
   - drivers:
       if_aue.c
       if_axe.c
-      if_axen.c
-      if_smsc.c
       if_udav.c
       if_url.c
       stuirda.c
@@ -69,8 +67,6 @@ splusb drivers:
   - if_athn_usb.c
   - if_aue.c
   - if_axe.c
-  - if_axen.c
-  - if_cdce.c
   - if_cue.c
   - if_kue.c
   - if_otus.c
@@ -120,7 +116,6 @@ missing D_MPSAFE drivers:
 missing CALLOUT_MPSAFE drivers:
   - if_aue.c
   - if_axe.c
-  - if_axen.c
   - if_cue.c
   - if_otus.c
   - if_rum.c
@@ -158,7 +153,8 @@ driver testing:		STATUS
   - irmce
   - aue
   - axe			working
-  - cdce
+  - axen		working
+  - cdce		working
   - cue
   - kue
   - udav
@@ -169,8 +165,9 @@ driver testing:		STATUS
   - ral
   - rum
   - run
+  - ure			working
   - urtw		working
-  - urtwn
+  - urtwn		working
   - upgt
   - zyd
   - upl
@@ -194,14 +191,14 @@ ucom attachments:
   - umodem		working
   - uark
   - ubsa
-  - uchcom
-  - uftdi
+  - uchcom		working
+  - uftdi		working
   - uipaq
   - umct
   - uplcom		attaches ok
   - uslsa		working
-  - uvscom
-  - umcs
+  - uvscom		working
+  - umcs		working
   - uvisor
   - ukyopon
   - u3g

Reply via email to