diff options
author | 2000-09-21 21:25:16 +0000 | |
---|---|---|
committer | 2000-09-21 21:25:16 +0000 | |
commit | 6301c4a5076d969293dacb86bb22b4c95d3f1b0d (patch) | |
tree | 95743c50cb25e4305ddecaddd4bb877c5f0b7f19 | |
parent | do not limit openings to defined SDOUTSTANDING value of 4, since many controllers can do more; presumably all the cotrollers initialize openings to the right value; also replace some spaces w/ tabs (diff) | |
download | wireguard-openbsd-6301c4a5076d969293dacb86bb22b4c95d3f1b0d.tar.xz wireguard-openbsd-6301c4a5076d969293dacb86bb22b4c95d3f1b0d.zip |
Bad mickey doesn't know how to spell ``openings''
-rw-r--r-- | sys/arch/sun3/dev/si.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/sun3/dev/si.c b/sys/arch/sun3/dev/si.c index 02305f34b50..5c573989874 100644 --- a/sys/arch/sun3/dev/si.c +++ b/sys/arch/sun3/dev/si.c @@ -1,4 +1,4 @@ -/* $OpenBSD: si.c,v 1.12 2000/09/21 17:45:12 mickey Exp $ */ +/* $OpenBSD: si.c,v 1.13 2000/09/21 21:25:16 miod Exp $ */ /* $NetBSD: si.c,v 1.31 1996/11/20 18:56:59 gwr Exp $ */ /*- @@ -177,7 +177,7 @@ si_attach(sc) 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.device = 4; + ncr_sc->sc_link.openings = 4; #ifdef DEBUG if (si_debug) |