Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/usb Fix the IPL level of the HC lock in a comment.



details:   https://anonhg.NetBSD.org/src/rev/6d8a5a6e0e99
branches:  trunk
changeset: 783766:6d8a5a6e0e99
user:      skrll <skrll%NetBSD.org@localhost>
date:      Tue Jan 08 06:50:07 2013 +0000

description:
Fix the IPL level of the HC lock in a comment.

diffstat:

 sys/dev/usb/usbdivar.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 95b53dbd353e -r 6d8a5a6e0e99 sys/dev/usb/usbdivar.h
--- a/sys/dev/usb/usbdivar.h    Tue Jan 08 06:47:45 2013 +0000
+++ b/sys/dev/usb/usbdivar.h    Tue Jan 08 06:50:07 2013 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: usbdivar.h,v 1.99 2012/08/11 21:54:18 mrg Exp $        */
+/*     $NetBSD: usbdivar.h,v 1.100 2013/01/08 06:50:07 skrll Exp $     */
 
 /*
  * Copyright (c) 1998, 2012 The NetBSD Foundation, Inc.
@@ -33,7 +33,7 @@
 /*
  * Discussion about locking in the USB code:
  *
- * The host controller presents one lock at IPL_SCHED.
+ * The host controller presents one lock at IPL_SOFTUSB.
  *
  * List of hardware interface methods, and whether the lock is held
  * when each is called by this module:



Home | Main Index | Thread Index | Old Index