artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
200560d
)
Be more careful about enabling nubus interrupts.
author
briggs
<briggs@openbsd.org>
Thu, 27 Mar 1997 14:58:53 +0000
(14:58 +0000)
committer
briggs
<briggs@openbsd.org>
Thu, 27 Mar 1997 14:58:53 +0000
(14:58 +0000)
sys/arch/mac68k/mac68k/via.c
patch
|
blob
|
history
diff --git
a/sys/arch/mac68k/mac68k/via.c
b/sys/arch/mac68k/mac68k/via.c
index
6640002
..
f839db2
100644
(file)
--- a/
sys/arch/mac68k/mac68k/via.c
+++ b/
sys/arch/mac68k/mac68k/via.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: via.c,v 1.1
3 1997/03/08 16:17:06
briggs Exp $ */
+/* $OpenBSD: via.c,v 1.1
4 1997/03/27 14:58:53
briggs Exp $ */
/* $NetBSD: via.c,v 1.58 1997/03/04 04:11:52 scottr Exp $ */
/*-
@@
-322,7
+322,7
@@
add_nubus_intr(slot, func, client_data)
void
enable_nubus_intr()
{
- if (
!nubus_intr_mask
)
+ if (
(nubus_intr_mask & 0x3f) == 0
)
return;
if (VIA2 == VIA2OFF)