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 couple more items that have been (mostl...



details:   https://anonhg.NetBSD.org/src/rev/9f9c6875342b
branches:  trunk
changeset: 325116:9f9c6875342b
user:      skrll <skrll%NetBSD.org@localhost>
date:      Sat Dec 07 07:59:37 2013 +0000

description:
Remove a couple more items that have been (mostly) done.

diffstat:

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

diffs (23 lines):

diff -r 8620ab366b51 -r 9f9c6875342b sys/dev/usb/TODO.usbmp
--- a/sys/dev/usb/TODO.usbmp    Sat Dec 07 07:57:44 2013 +0000
+++ b/sys/dev/usb/TODO.usbmp    Sat Dec 07 07:59:37 2013 +0000
@@ -1,4 +1,4 @@
-$NetBSD: TODO.usbmp,v 1.5 2013/12/07 07:57:44 skrll Exp $
+$NetBSD: TODO.usbmp,v 1.6 2013/12/07 07:59:37 skrll Exp $
 
 
 the majority of the USB MP device interface is documented in usbdivar.h.
@@ -11,13 +11,6 @@
   - rump/dev/lib/libugenhc/ugenhc.c
 
 
-use /* XXXSMP ok */ markers for non-SMP-safe host controller driver uses.
-eg, "if (lock_ptr) mutex_enter(lock_ptr); else s = splusb();"
-
-
-add lots more asserts
-
-
 usb_event_thread() startup should use something to sync companions
 
 



Home | Main Index | Thread Index | Old Index