Module Name:    src
Committed By:   mrg
Date:           Thu Jun 24 23:00:14 UTC 2021

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

Log Message:
update a couple of lists of drivers that have had a few changes


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 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.19 src/sys/dev/usb/TODO.usbmp:1.20
--- src/sys/dev/usb/TODO.usbmp:1.19	Sat May 16 13:46:12 2020
+++ src/sys/dev/usb/TODO.usbmp	Thu Jun 24 23:00:14 2021
@@ -1,4 +1,4 @@
-$NetBSD: TODO.usbmp,v 1.19 2020/05/16 13:46:12 maya Exp $
+$NetBSD: TODO.usbmp,v 1.20 2021/06/24 23:00:14 mrg Exp $
 
 
 the majority of the USB MP device interface is documented in usbdivar.h.
@@ -20,20 +20,17 @@ KERNEL_LOCK
 
 usb_detach_{waitold,wakeup} to usb_detach_{wait,broadcast} conversion:
   - drivers:
-      if_aue.c
-      stuirda.c
-      ubt.c
-      ucom.c
-      ucycom.c
-      udsir.c
-      uhso.c
-      uirda.c
-      ulpt.c
-      umass.c		- done, partially done -- need to check umass_scsipi.c change
-      uscanner.c
-      usscanner.c
-      ustir.c
-      utoppy.c
+      - stuirda.c
+      - ubt.c
+      - ucycom.c
+      - udsir.c
+      - uhso.c
+      - uirda.c
+      - ulpt.c
+      - uscanner.c
+      - usscanner.c
+      - ustir.c
+      - utoppy.c
 
 
 use usb_delay_ms_locked() in places
@@ -81,20 +78,18 @@ splusb drivers to convert:
   - uvideo.c
 
 wakeup/tsleep drivers:
-  - if_otus.c
+  - if_rum.c
   - if_run.c
   - if_upgt.c
-  - if_urtwn.c
-  - if_zyd.c
-  - ucom.c
+  - if_ural.c
   - ucycom.c
   - udsir.c
   - uirda.c
-  - ulpt.c
-  - umass_isdata.c
+  - umcs.h
+  - usb.c
+  - usb_subr.c
+  - usbdi.c
   - ustir.c
-  - uthum.c
-  - uvscom.c
 
 missing D_MPSAFE drivers:
   - ucom

Reply via email to