Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/nick-nhusb]: src/sys/dev Tweak comment
details: https://anonhg.NetBSD.org/src/rev/ce8c581ae651
branches: nick-nhusb
changeset: 334448:ce8c581ae651
user: skrll <skrll%NetBSD.org@localhost>
date: Wed Mar 23 22:12:03 2016 +0000
description:
Tweak comment
diffstat:
sys/dev/audio.c | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diffs (31 lines):
diff -r fc7ac22eeeb2 -r ce8c581ae651 sys/dev/audio.c
--- a/sys/dev/audio.c Wed Mar 23 22:11:20 2016 +0000
+++ b/sys/dev/audio.c Wed Mar 23 22:12:03 2016 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: audio.c,v 1.266 2014/11/18 01:50:12 jmcneill Exp $ */
+/* $NetBSD: audio.c,v 1.266.2.1 2016/03/23 22:12:03 skrll Exp $ */
/*-
* Copyright (c) 2008 The NetBSD Foundation, Inc.
@@ -99,9 +99,9 @@
* LONG TERM SLEEPS MUST NOT OCCUR WITH THIS LOCK HELD.
*
* - sc_intr_lock, provided by the underlying driver. This may be either a
- * spinlock (at IPL_SCHED or IPL_VM) or an adaptive lock (IPL_NONE),
- * returned in the first parameter to hw_if->get_locks(). It is known as
- * the "interrupt lock".
+ * spinlock (at IPL_SCHED or IPL_VM) or an adaptive lock (IPL_NONE or
+ * IPL_SOFT*), returned in the first parameter to hw_if->get_locks(). It
+ * is known as the "interrupt lock".
*
* It provides atomic access to the device's hardware state, and to audio
* channel data that may be accessed by the hardware driver's ISR.
@@ -155,7 +155,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: audio.c,v 1.266 2014/11/18 01:50:12 jmcneill Exp $");
+__KERNEL_RCSID(0, "$NetBSD: audio.c,v 1.266.2.1 2016/03/23 22:12:03 skrll Exp $");
#include "audio.h"
#if NAUDIO > 0
Home |
Main Index |
Thread Index |
Old Index