summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorad <ad@NetBSD.org>2007-11-12 17:28:23 +0000
committerad <ad@NetBSD.org>2007-11-12 17:28:23 +0000
commit2ea87a5b7a1f4e43e08e68653c99752b0798539b (patch)
tree5e287eff5c64d0d9e218ef2bccd643d0a810765e /sys/dev
parentcac90c847be34ea46d11cb530a2e4ae7bad90909 (diff)
Back out revision 1.26.
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/ic/z8530sc.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/ic/z8530sc.c b/sys/dev/ic/z8530sc.c
index 6697c7d2169..0a90f44f9e5 100644
--- a/sys/dev/ic/z8530sc.c
+++ b/sys/dev/ic/z8530sc.c
@@ -1,4 +1,4 @@
-/* $NetBSD: z8530sc.c,v 1.26 2007/11/09 20:31:16 macallan Exp $ */
+/* $NetBSD: z8530sc.c,v 1.27 2007/11/12 17:28:23 ad Exp $ */
/*
* Copyright (c) 1992, 1993
@@ -91,7 +91,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: z8530sc.c,v 1.26 2007/11/09 20:31:16 macallan Exp $");
+__KERNEL_RCSID(0, "$NetBSD: z8530sc.c,v 1.27 2007/11/12 17:28:23 ad Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -275,7 +275,7 @@ void
zs_lock_init(struct zs_chanstate *cs)
{
- mutex_init(&cs->cs_lock, MUTEX_SPIN, IPL_NONE);
+ mutex_init(&cs->cs_lock, MUTEX_NODEBUG, IPL_ZS);
}
/*