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/sparc | |
parent | 21b924c04c186890fc5a060134661e1aa7216184 (diff) |
initialize sc_link.openings to it's (currently) default value of 4
Diffstat (limited to 'sys/arch/sparc')
-rw-r--r-- | sys/arch/sparc/dev/si.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/sparc/dev/si.c b/sys/arch/sparc/dev/si.c index b66b07333a0..032fc2aaf8b 100644 --- a/sys/arch/sparc/dev/si.c +++ b/sys/arch/sparc/dev/si.c @@ -1,4 +1,4 @@ -/* $OpenBSD: si.c,v 1.13 1999/07/09 21:34:45 art Exp $ */ +/* $OpenBSD: si.c,v 1.14 2000/09/21 17:45:12 mickey Exp $ */ /* $NetBSD: si.c,v 1.38 1997/08/27 11:24:20 bouyer Exp $ */ /*- @@ -359,6 +359,7 @@ si_attach(parent, self, args) ncr_sc->sc_link.adapter_target = 7; ncr_sc->sc_link.adapter = &si_ops; ncr_sc->sc_link.device = &si_dev; + ncr_sc->sc_link.openings = 4; /* * Initialize fields used by the MI code |