summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorbriggs <briggs@NetBSD.org>1995-08-09 03:25:25 +0000
committerbriggs <briggs@NetBSD.org>1995-08-09 03:25:25 +0000
commitb4eecb5362e49eb4f0fa07847e9a7e8b673abe57 (patch)
tree668078dc062f0987a1179aa9838baaa8edf5e37d /sys
parent53af1e73b8cb4ad06ba5863528d02931a2ec6f59 (diff)
We need to set cpu040 for just a while longer.
Diffstat (limited to 'sys')
-rw-r--r--sys/arch/mac68k/mac68k/machdep.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/mac68k/mac68k/machdep.c b/sys/arch/mac68k/mac68k/machdep.c
index a7ccba2c70a..f37512311cc 100644
--- a/sys/arch/mac68k/mac68k/machdep.c
+++ b/sys/arch/mac68k/mac68k/machdep.c
@@ -1,4 +1,4 @@
-/* $NetBSD: machdep.c,v 1.60 1995/08/06 04:39:56 briggs Exp $ */
+/* $NetBSD: machdep.c,v 1.61 1995/08/09 03:25:25 briggs Exp $ */
/*
* Copyright (c) 1988 University of Utah.
@@ -1909,6 +1909,7 @@ setmachdep()
break;
case MACH_CLASSQ:
VIA2 = 1;
+ cpu040 = 1;
IOBase = 0x50f00000;
Via1Base = (volatile u_char *) IOBase;
mac68k_machine.scsi96 = 1;