Source-Changes-HG archive

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

[src/nick-nhusb]: src/sys/dev/usb Match comment to code



details:   https://anonhg.NetBSD.org/src/rev/b3df8fc7407b
branches:  nick-nhusb
changeset: 334084:b3df8fc7407b
user:      skrll <skrll%NetBSD.org@localhost>
date:      Sun Dec 14 11:16:29 2014 +0000

description:
Match comment to code

diffstat:

 sys/dev/usb/usbdivar.h |  17 +++++++++--------
 1 files changed, 9 insertions(+), 8 deletions(-)

diffs (31 lines):

diff -r 0a3f860d7596 -r b3df8fc7407b sys/dev/usb/usbdivar.h
--- a/sys/dev/usb/usbdivar.h    Sun Dec 07 20:42:11 2014 +0000
+++ b/sys/dev/usb/usbdivar.h    Sun Dec 14 11:16:29 2014 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: usbdivar.h,v 1.109.2.8 2014/12/06 08:27:23 skrll Exp $ */
+/*     $NetBSD: usbdivar.h,v 1.109.2.9 2014/12/14 11:16:29 skrll Exp $ */
 
 /*
  * Copyright (c) 1998, 2012 The NetBSD Foundation, Inc.
@@ -40,13 +40,14 @@
  *
  *     BUS METHOD              LOCK  NOTES
  *     ----------------------- ------- -------------------------
- *     open_pipe               -       might want to take lock?
- *     soft_intr               x
- *     do_poll                 -       might want to take lock?
- *     allocx                  -
- *     freex                   -
- *     get_lock                -       Called at attach time
- *     new_device
+ *     ubm_open                -       might want to take lock?
+ *     ubm_softint             x
+ *     ubm_dopoll              -       might want to take lock?
+ *     ubm_allocx              -
+ *     ubm_freex               -
+ *     ubm_getlock             -       Called at attach time
+ *     ubm_newdev              -       Will take lock
+       ubm_rhctrl              
  *
  *     PIPE METHOD             LOCK  NOTES
  *     ----------------------- ------- -------------------------



Home | Main Index | Thread Index | Old Index