Module Name: src Committed By: skrll Date: Tue Jan 8 06:50:07 UTC 2013
Modified Files: src/sys/dev/usb: usbdivar.h Log Message: Fix the IPL level of the HC lock in a comment. To generate a diff of this commit: cvs rdiff -u -r1.99 -r1.100 src/sys/dev/usb/usbdivar.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/dev/usb/usbdivar.h diff -u src/sys/dev/usb/usbdivar.h:1.99 src/sys/dev/usb/usbdivar.h:1.100 --- src/sys/dev/usb/usbdivar.h:1.99 Sat Aug 11 21:54:18 2012 +++ src/sys/dev/usb/usbdivar.h Tue Jan 8 06:50:07 2013 @@ -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: