summaryrefslogtreecommitdiff
path: root/sys/arch/mac68k
diff options
context:
space:
mode:
authorMichael Shalayeff <mickey@cvs.openbsd.org>2000-09-21 17:45:13 +0000
committerMichael Shalayeff <mickey@cvs.openbsd.org>2000-09-21 17:45:13 +0000
commitfbb19069b9f02390d0e9b39874621fed31e5443e (patch)
tree4b8408a524d24ff8cd40d01bcc164dc11464e4d8 /sys/arch/mac68k
parent21b924c04c186890fc5a060134661e1aa7216184 (diff)
initialize sc_link.openings to it's (currently) default value of 4
Diffstat (limited to 'sys/arch/mac68k')
-rw-r--r--sys/arch/mac68k/dev/sbc_obio.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/arch/mac68k/dev/sbc_obio.c b/sys/arch/mac68k/dev/sbc_obio.c
index 4d944bd3dc6..91d3ea0d11a 100644
--- a/sys/arch/mac68k/dev/sbc_obio.c
+++ b/sys/arch/mac68k/dev/sbc_obio.c
@@ -166,6 +166,7 @@ sbc_obio_attach(parent, self, args)
ncr_sc->sc_link.adapter_target = 7;
ncr_sc->sc_link.adapter = &sbc_ops;
ncr_sc->sc_link.device = &sbc_dev;
+ ncr_sc->sc_link.openings = 4;
/*
* Initialize fields used by the MI code