From c1c00fc652f1f43976563d26f552f9b1c5d1e247 Mon Sep 17 00:00:00 2001 From: Per Fogelstrom Date: Tue, 24 Sep 1996 19:37:28 +0000 Subject: Some problems with Pica systems and noncontigous memory config fixed. --- sys/arch/arc/conf/GENERIC | 4 ++-- sys/arch/arc/conf/Makefile.arc | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'sys/arch/arc/conf') diff --git a/sys/arch/arc/conf/GENERIC b/sys/arch/arc/conf/GENERIC index 262afdd595b..0cc5855093d 100644 --- a/sys/arch/arc/conf/GENERIC +++ b/sys/arch/arc/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.7 1996/09/20 23:17:01 niklas Exp $ +# $OpenBSD: GENERIC,v 1.8 1996/09/24 19:37:26 pefo Exp $ # # Generic configuration file for MIPS R4x00 ARC Systems # @@ -56,7 +56,7 @@ options INET # Internet protocols options MACHINE_NONCONTIG # Support noncontigous memory. # Specify storage configuration (its a joke..) -config bsd swap generic +config bsd root on sd0 # # Definition of system diff --git a/sys/arch/arc/conf/Makefile.arc b/sys/arch/arc/conf/Makefile.arc index ba646119b03..501d8261246 100644 --- a/sys/arch/arc/conf/Makefile.arc +++ b/sys/arch/arc/conf/Makefile.arc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.arc,v 1.4 1996/08/26 10:52:24 pefo Exp $ +# $OpenBSD: Makefile.arc,v 1.5 1996/09/24 19:37:26 pefo Exp $ # @(#)Makefile.arc 8.2 (Berkeley) 2/16/94 # @@ -114,7 +114,7 @@ clean:: lint: /tmp param.c @lint -hbxn -DGENERIC -Dvolatile= ${COPTS} ${PARAM} -UKGDB \ - ${ARC}/arc/Locore.c ${CFILES} ${ARC}/arc/swapgeneric.c \ + ${ARC}/arc/Locore.c ${CFILES} \ ioconf.c param.c symbols.sort: ${ARC}/arc/symbols.raw -- cgit v1.2.3