Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/sparc64/conf options BUFCACHE=20, plus a 64 bit con...



details:   https://anonhg.NetBSD.org/src/rev/a8225b7d144a
branches:  trunk
changeset: 494500:a8225b7d144a
user:      mrg <mrg%NetBSD.org@localhost>
date:      Fri Jul 07 08:44:16 2000 +0000

description:
options BUFCACHE=20, plus a 64 bit config.

diffstat:

 sys/arch/sparc64/conf/POWEROFSEVEN   |  3 ++-
 sys/arch/sparc64/conf/POWEROFSEVEN64 |  7 +++++++
 2 files changed, 9 insertions(+), 1 deletions(-)

diffs (28 lines):

diff -r ed64ac67285b -r a8225b7d144a sys/arch/sparc64/conf/POWEROFSEVEN
--- a/sys/arch/sparc64/conf/POWEROFSEVEN        Fri Jul 07 08:20:50 2000 +0000
+++ b/sys/arch/sparc64/conf/POWEROFSEVEN        Fri Jul 07 08:44:16 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: POWEROFSEVEN,v 1.10 2000/07/02 15:02:29 mrg Exp $
+#      $NetBSD: POWEROFSEVEN,v 1.11 2000/07/07 08:44:16 mrg Exp $
 #
 # Configuration for Ultra5/Ultra10
 
@@ -30,6 +30,7 @@
 ## automagically determined at boot time.
 
 config         netbsd  root on ? type ?
+options        BUFCACHE=20
 
 ## UVM options.
 options        UVM_PAGE_TRKOWN
diff -r ed64ac67285b -r a8225b7d144a sys/arch/sparc64/conf/POWEROFSEVEN64
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sys/arch/sparc64/conf/POWEROFSEVEN64      Fri Jul 07 08:44:16 2000 +0000
@@ -0,0 +1,7 @@
+#      $NetBSD: POWEROFSEVEN64,v 1.1 2000/07/07 08:44:16 mrg Exp $
+
+include "arch/sparc64/conf/POWEROFSEVEN"
+
+options        _LP64           # we're using a 64-bit compiler
+options        COMPAT_NETBSD32 # NetBSD/sparc binary compatibility
+options        EXEC_ELF64      # Exec module for sparc64 & SunOs 5.x binaries.



Home | Main Index | Thread Index | Old Index