Module Name: src
Committed By: mrg
Date: Sat May 12 21:30:07 UTC 2012
Modified Files:
src/sys/dev/usb [jmcneill-usbmp]: TODO.usbmp
Log Message:
update:
- ugen is done, needs testing
- umass has an issue
- uhid is done
- 2 network cards have been tested
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.12 -r1.1.2.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.1.2.12 src/sys/dev/usb/TODO.usbmp:1.1.2.13
--- src/sys/dev/usb/TODO.usbmp:1.1.2.12 Mon Apr 30 02:41:02 2012
+++ src/sys/dev/usb/TODO.usbmp Sat May 12 21:30:07 2012
@@ -1,4 +1,4 @@
-$NetBSD: TODO.usbmp,v 1.1.2.12 2012/04/30 02:41:02 mrg Exp $
+$NetBSD: TODO.usbmp,v 1.1.2.13 2012/05/12 21:30:07 mrg Exp $
the majority of the USB MP device interface is documented in usbdivar.h.
@@ -33,12 +33,12 @@ wake/wakeup conversion:
ubt.c
ucom.c
ucycom.c
- ugen.c
+ ugen.c - done
uhid.c - done
uhso.c
uirda.c
ulpt.c
- umass.c - done, partially done
+ umass.c - done, partially done -- need to check umass_scsipi.c change
urio.c
uscanner.c
usscanner.c
@@ -55,7 +55,7 @@ convert uhidev users to MPSAFE:
uhid(4)
- needs some locking here (not completely tested changes)
- - MERGE ISSUE
+ - done
ukbd(4)
ums(4)
@@ -73,7 +73,7 @@ wakeup/tsleep drivers:
- if_zyd.c
- ucom.c
- ucycom.c
- - ugen.c
+ - ugen.c - done
- uirda.c
- ulpt.c
- umass_isdata.c
@@ -87,7 +87,7 @@ wakeup/tsleep drivers:
missing D_MPSAFE drivers:
- ucom
- ucycom
- - ugen
+ - ugen - partially ready
- uhso
- ulpt
- urio
@@ -154,7 +154,7 @@ driver testing: STATUS
- utoppy
- uyap
- udsbr
- - ugen MERGE ISSUE
+ - ugen mostly done, testing is a MERGE ISSUE
- pseye
- uvideo
- auvitek ? (must take kernel lock for scsipi)
@@ -178,6 +178,3 @@ ucom attachments:
- ukyopon
- u3g
- ugensa
-
-
-test two metwork cards. MERGE ISSUE