diff options
author | kstailey <kstailey@cvs.openbsd.org> | 1997-04-29 13:09:26 +0000 |
---|---|---|
committer | kstailey <kstailey@cvs.openbsd.org> | 1997-04-29 13:09:26 +0000 |
commit | b20cb3ae44f9d615c35cf340460a13870fe93ac4 (patch) | |
tree | e1bb12dba5abaab9fe191f11cf5380d15a2cea88 /sys | |
parent | 31edc23277659df702b0a995b712d6204dd2886f (diff) |
turn off DMA, it doesn't work
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/sun3/dev/si_obio.c | 4 |
1 files 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 |