Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/usb minor correction to some comments.
details: https://anonhg.NetBSD.org/src/rev/6a0fea8e6efd
branches: trunk
changeset: 780925:6a0fea8e6efd
user: mrg <mrg%NetBSD.org@localhost>
date: Sat Aug 11 21:54:18 2012 +0000
description:
minor correction to some comments.
diffstat:
sys/dev/usb/usbdivar.h | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (23 lines):
diff -r 7eae33b7f77a -r 6a0fea8e6efd sys/dev/usb/usbdivar.h
--- a/sys/dev/usb/usbdivar.h Sat Aug 11 21:48:30 2012 +0000
+++ b/sys/dev/usb/usbdivar.h Sat Aug 11 21:54:18 2012 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: usbdivar.h,v 1.98 2012/07/15 21:13:31 mrg Exp $ */
+/* $NetBSD: usbdivar.h,v 1.99 2012/08/11 21:54:18 mrg Exp $ */
/*
* Copyright (c) 1998, 2012 The NetBSD Foundation, Inc.
@@ -33,10 +33,10 @@
/*
* Discussion about locking in the USB code:
*
- * The host controller presents one lock at IPL_USB.
+ * The host controller presents one lock at IPL_SCHED.
*
- * List of hardware interface methods, and which locks are held when each
- * is called by this module:
+ * List of hardware interface methods, and whether the lock is held
+ * when each is called by this module:
*
* BUS METHOD LOCK NOTES
* ----------------------- ------- -------------------------
Home |
Main Index |
Thread Index |
Old Index