Source-Changes-HG archive

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

[src/jmcneill-usbmp]: src/sys/dev/usb note that:



details:   https://anonhg.NetBSD.org/src/rev/d48503165e00
branches:  jmcneill-usbmp
changeset: 771844:d48503165e00
user:      mrg <mrg%NetBSD.org@localhost>
date:      Sat Apr 14 23:11:02 2012 +0000

description:
note that:
 - umodem works
 - checking uhid is a merge issue
 - testing ugen, ulpt and a couple of network devices is a merge issue
 - ehci issues are done

diffstat:

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

diffs (71 lines):

diff -r 43ef86c3f5fe -r d48503165e00 sys/dev/usb/TODO.usbmp
--- a/sys/dev/usb/TODO.usbmp    Fri Apr 06 08:22:28 2012 +0000
+++ b/sys/dev/usb/TODO.usbmp    Sat Apr 14 23:11:02 2012 +0000
@@ -1,9 +1,12 @@
-$NetBSD: TODO.usbmp,v 1.1.2.10 2012/04/06 08:22:28 mrg Exp $
+$NetBSD: TODO.usbmp,v 1.1.2.11 2012/04/14 23:11:02 mrg Exp $
 
 
 the majority of the USB MP device interface is documented in usbdivar.h.
 
 
+flesh out most of usbdi(9).
+
+
 host controllers needing to be ported:
   - dev/ic/slhci.c
   - arch/mips/adm5120/dev/ahci.c
@@ -20,11 +23,6 @@
 usb_event_thread() startup should use something to sync companions
 
 
-ehci issues:
-  - ehci_idone() has gone from splhigh() to splusb().  OK?
-  - ehci_suspend() no longer has splhardusb() across the whole function
-
-
 wake/wakeup conversion:
   - usb_detach_waitold/wakeupold() -> usb_detach_wait/broadcast()
   - drivers:
@@ -57,6 +55,7 @@
 
   uhid(4)
   - needs some locking here (not completely tested changes)
+  - MERGE ISSUE
 
   ukbd(4)
   ums(4)
@@ -123,7 +122,7 @@
   - ucycom
   - uep
   - udl
-  - ulpt               attaches ok
+  - ulpt               attaches ok, MERGE ISSUE
   - uhso               working (must take kernel lock for scsipi)
   - umass              working (must take kernel lock for scsipi)
   - uaudio             working
@@ -155,7 +154,7 @@
   - utoppy
   - uyap
   - udsbr
-  - ugen
+  - ugen               MERGE ISSUE
   - pseye
   - uvideo
   - auvitek            ? (must take kernel lock for scsipi)
@@ -164,7 +163,7 @@
   - aubtfwl
   - u3ginit
 ucom attachments:
-  - umodem
+  - umodem             working
   - uark
   - ubsa
   - uchcom
@@ -179,3 +178,6 @@
   - ukyopon
   - u3g
   - ugensa
+
+
+test two metwork cards.  MERGE ISSUE



Home | Main Index | Thread Index | Old Index