diff options
author | Per Fogelstrom <pefo@cvs.openbsd.org> | 1996-09-24 19:37:28 +0000 |
---|---|---|
committer | Per Fogelstrom <pefo@cvs.openbsd.org> | 1996-09-24 19:37:28 +0000 |
commit | c1c00fc652f1f43976563d26f552f9b1c5d1e247 (patch) | |
tree | c1be518f3bbb0c526a11678d8d468e6c4030914e /sys/arch/arc/conf | |
parent | 01b8240b60c7b36546c99e9467d92e7dd931989c (diff) |
Some problems with Pica systems and noncontigous memory config fixed.
Diffstat (limited to 'sys/arch/arc/conf')
-rw-r--r-- | sys/arch/arc/conf/GENERIC | 4 | ||||
-rw-r--r-- | sys/arch/arc/conf/Makefile.arc | 4 |
2 files changed, 4 insertions, 4 deletions
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 |