diff options
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 |