From c8fba3caa372b8ef389cec41f3a60a34a30b4093 Mon Sep 17 00:00:00 2001 From: Constantine Sapuntzakis Date: Sun, 25 Mar 2001 06:15:38 +0000 Subject: Missing splx(). Thanks to Dawson and team for finding this one --- sys/dev/ic/aic7xxx.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sys/dev') diff --git a/sys/dev/ic/aic7xxx.c b/sys/dev/ic/aic7xxx.c index c9da675e13b..56d8b4ee5aa 100644 --- a/sys/dev/ic/aic7xxx.c +++ b/sys/dev/ic/aic7xxx.c @@ -33,7 +33,7 @@ * SUCH DAMAGE. * * $FreeBSD: src/sys/dev/aic7xxx/aic7xxx.c,v 1.40 2000/01/07 23:08:17 gibbs Exp $ - * $OpenBSD: aic7xxx.c,v 1.24 2000/12/06 15:46:51 mickey Exp $ + * $OpenBSD: aic7xxx.c,v 1.25 2001/03/25 06:15:37 csapuntz Exp $ */ /* * A few notes on features of the driver. @@ -4984,6 +4984,7 @@ bus_reset: /* Will clear us from the bus */ restart_sequencer(ahc); + splx(s); return; } -- cgit v1.2.3