summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2004-03-14 19:23:34 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2004-03-14 19:23:34 +0000
commit0f1f493a3caaab38d3074d2afe8822ccfc29ac0e (patch)
tree19a3a6fd25101ab516a2c4b5ff4e53523267aa80
parent89d99c0284f993829fecf7c794a4e503c08ee5c5 (diff)
Shrink openings down to 1 for now, this makes the snakes happy, until a
better command selection algorithm is written.
-rw-r--r--sys/dev/ic/oosiop.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ic/oosiop.c b/sys/dev/ic/oosiop.c
index adda528a412..b7eb32840fc 100644
--- a/sys/dev/ic/oosiop.c
+++ b/sys/dev/ic/oosiop.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: oosiop.c,v 1.3 2004/03/14 12:23:49 miod Exp $ */
+/* $OpenBSD: oosiop.c,v 1.4 2004/03/14 19:23:33 miod Exp $ */
/* $NetBSD: oosiop.c,v 1.4 2003/10/29 17:45:55 tsutsui Exp $ */
/*
@@ -243,7 +243,7 @@ oosiop_attach(struct oosiop_softc *sc)
sc->sc_link.adapter = &oosiop_adapter;
sc->sc_link.adapter_softc = sc;
sc->sc_link.device = &oosiop_dev;
- sc->sc_link.openings = 4;
+ sc->sc_link.openings = 1; /* XXX */
sc->sc_link.adapter_buswidth = OOSIOP_NTGT;
sc->sc_link.adapter_target = sc->sc_id;
sc->sc_link.quirks = ADEV_NODOORLOCK;