From 01e96d261c93b9364a44d74933ceed5275f21a7c Mon Sep 17 00:00:00 2001 From: Jason Wright Date: Wed, 26 Sep 2001 00:03:35 +0000 Subject: bad me, don't break current builds with uncomitted dependent changes. --- sys/dev/sbus/esp_sbus.c | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/sys/dev/sbus/esp_sbus.c b/sys/dev/sbus/esp_sbus.c index 7385f17a150..8d8f0b2a47a 100644 --- a/sys/dev/sbus/esp_sbus.c +++ b/sys/dev/sbus/esp_sbus.c @@ -1,4 +1,4 @@ -/* $OpenBSD: esp_sbus.c,v 1.3 2001/09/25 23:58:15 jason Exp $ */ +/* $OpenBSD: esp_sbus.c,v 1.4 2001/09/26 00:03:34 jason Exp $ */ /* $NetBSD: esp_sbus.c,v 1.14 2001/04/25 17:53:37 bouyer Exp $ */ /*- @@ -538,8 +538,13 @@ espattach(esc, gluep) evcnt_attach(&sc->sc_dev, "intr", &sc->sc_intrcnt); /* Turn on target selection using the `dma' method */ +#ifdef notyet if (sc->sc_rev != NCR_VARIANT_FAS366) sc->sc_features |= NCR_F_DMASELECT; +#else + if (sc->sc_rev != NCR_VARIANT_FAS366) + ncr53c9x_dmaselect = 1; +#endif /* Do the common parts of attachment. */ ncr53c9x_attach(sc, &esp_switch, &esp_dev); -- cgit v1.2.3