From d7730e936499fed68a9490cb673a4820e03c7db5 Mon Sep 17 00:00:00 2001 From: kstailey Date: Tue, 29 Apr 1997 13:09:25 +0000 Subject: [PATCH] turn off DMA, it doesn't work --- sys/arch/sun3/dev/si_obio.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/arch/sun3/dev/si_obio.c b/sys/arch/sun3/dev/si_obio.c index 4d129ea41a2..42b0a69d9da 100644 --- a/sys/arch/sun3/dev/si_obio.c +++ b/sys/arch/sun3/dev/si_obio.c @@ -1,4 +1,4 @@ -/* $OpenBSD: si_obio.c,v 1.6 1997/01/16 04:03:53 kstailey Exp $ */ +/* $OpenBSD: si_obio.c,v 1.7 1997/04/29 13:09:25 kstailey Exp $ */ /* $NetBSD: si_obio.c,v 1.7 1996/11/20 18:57:00 gwr Exp $ */ /*- @@ -135,7 +135,7 @@ struct cfattach si_obio_ca = { /* Options. Interesting values are: 1,3,7 */ /* XXX: Using 1 for now to mask a (pmap?) bug not yet found... */ -int si_obio_options = 1; /* XXX */ +int si_obio_options = 0; /* XXX */ static int -- 2.20.1