artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cccb45c
)
Initialize ipa_ndrq in isascan() too...
author
miod
<miod@openbsd.org>
Mon, 25 May 2015 15:19:22 +0000
(15:19 +0000)
committer
miod
<miod@openbsd.org>
Mon, 25 May 2015 15:19:22 +0000
(15:19 +0000)
sys/dev/isa/isa.c
patch
|
blob
|
history
diff --git
a/sys/dev/isa/isa.c
b/sys/dev/isa/isa.c
index
ee65a74
..
d5d6f84
100644
(file)
--- a/
sys/dev/isa/isa.c
+++ b/
sys/dev/isa/isa.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: isa.c,v 1.4
5 2015/05/24 15:25:34
miod Exp $ */
+/* $OpenBSD: isa.c,v 1.4
6 2015/05/25 15:19:22
miod Exp $ */
/* $NetBSD: isa.c,v 1.85 1996/05/14 00:31:04 thorpej Exp $ */
/*
@@
-214,6
+214,7
@@
isascan(parent, match)
ia.ipa_nirq = ia.ia_irq == IRQUNK ? 0 : 1;
ia.ia_drq = cf->cf_drq;
ia.ia_drq2 = cf->cf_drq2;
+ ia.ipa_ndrq = 2;
ia.ia_delaybah = sc->sc_delaybah;
if (cf->cf_fstate == FSTATE_STAR) {