diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2000-09-21 17:45:13 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2000-09-21 17:45:13 +0000 |
commit | fbb19069b9f02390d0e9b39874621fed31e5443e (patch) | |
tree | 4b8408a524d24ff8cd40d01bcc164dc11464e4d8 /sys/arch/mac68k | |
parent | 21b924c04c186890fc5a060134661e1aa7216184 (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.c | 1 |
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 |