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 a few items that are done, and mark a few...



details:   https://anonhg.NetBSD.org/src/rev/531d016c2fd5
branches:  trunk
changeset: 457535:531d016c2fd5
user:      mrg <mrg%NetBSD.org@localhost>
date:      Sun Jun 30 22:19:55 2019 +0000

description:
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.

diffstat:

 sys/dev/usb/TODO.usbmp |  21 +++++++++------------
 1 files changed, 9 insertions(+), 12 deletions(-)

diffs (75 lines):

diff -r f3437e1dcfdc -r 531d016c2fd5 sys/dev/usb/TODO.usbmp
--- a/sys/dev/usb/TODO.usbmp    Sun Jun 30 22:17:22 2019 +0000
+++ b/sys/dev/usb/TODO.usbmp    Sun Jun 30 22:19:55 2019 +0000
@@ -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 @@
   - 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 @@
   - 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 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 @@
   - irmce
   - aue
   - axe                        working
-  - cdce
+  - axen               working
+  - cdce               working
   - cue
   - kue
   - udav
@@ -169,8 +165,9 @@
   - ral
   - rum
   - run
+  - ure                        working
   - urtw               working
-  - urtwn
+  - urtwn              working
   - upgt
   - zyd
   - upl
@@ -194,14 +191,14 @@
   - 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



Home | Main Index | Thread Index | Old Index