summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys/dev/sbus/esp_sbus.c7
1 files changed, 6 insertions, 1 deletions
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);