Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/usb Update a comment. Thanks mrg@
details: https://anonhg.NetBSD.org/src/rev/f7e77e2c9fbb
branches: trunk
changeset: 790329:f7e77e2c9fbb
user: skrll <skrll%NetBSD.org@localhost>
date: Thu Oct 03 19:04:00 2013 +0000
description:
Update a comment. Thanks mrg@
diffstat:
sys/dev/usb/usbdivar.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 28634d7c2278 -r f7e77e2c9fbb sys/dev/usb/usbdivar.h
--- a/sys/dev/usb/usbdivar.h Thu Oct 03 18:58:37 2013 +0000
+++ b/sys/dev/usb/usbdivar.h Thu Oct 03 19:04:00 2013 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: usbdivar.h,v 1.106 2013/10/03 07:35:37 skrll Exp $ */
+/* $NetBSD: usbdivar.h,v 1.107 2013/10/03 19:04:00 skrll Exp $ */
/*
* Copyright (c) 1998, 2012 The NetBSD Foundation, Inc.
@@ -325,7 +325,7 @@
void usb_schedsoftintr(struct usbd_bus *);
/*
- * These macros help while not all host controllers are ported to the MP code.
+ * These macros reflect the current locking scheme. They might change.
*/
#define usbd_lock_pipe(p) mutex_enter((p)->device->bus->lock)
Home |
Main Index |
Thread Index |
Old Index