Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/evbppc/conf Add missing no options GUR_BASE



details:   https://anonhg.NetBSD.org/src/rev/510c31441145
branches:  trunk
changeset: 765932:510c31441145
user:      matt <matt%NetBSD.org@localhost>
date:      Sat Jun 11 00:52:42 2011 +0000

description:
Add missing no options GUR_BASE

diffstat:

 sys/arch/evbppc/conf/MPC8548CDS |  5 +++--
 sys/arch/evbppc/conf/RB800      |  5 +++--
 2 files changed, 6 insertions(+), 4 deletions(-)

diffs (52 lines):

diff -r 3fc698b4df22 -r 510c31441145 sys/arch/evbppc/conf/MPC8548CDS
--- a/sys/arch/evbppc/conf/MPC8548CDS   Fri Jun 10 23:57:39 2011 +0000
+++ b/sys/arch/evbppc/conf/MPC8548CDS   Sat Jun 11 00:52:42 2011 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: MPC8548CDS,v 1.5 2011/06/10 16:38:17 matt Exp $
+#      $NetBSD: MPC8548CDS,v 1.6 2011/06/11 00:52:42 matt Exp $
 #
 #      MPC8548CDS -- everything that's currently supported
 #
@@ -7,7 +7,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-ident          "MPC8548CDS-$Revision: 1.5 $"
+ident          "MPC8548CDS-$Revision: 1.6 $"
 
 maxusers       32
 
@@ -19,6 +19,7 @@
 
 options        MPC8548
 options        CADMUS
+no options     GUR_BASE
 options        GUR_BASE=0xe0000000
 #options       HZ=1000
 
diff -r 3fc698b4df22 -r 510c31441145 sys/arch/evbppc/conf/RB800
--- a/sys/arch/evbppc/conf/RB800        Fri Jun 10 23:57:39 2011 +0000
+++ b/sys/arch/evbppc/conf/RB800        Sat Jun 11 00:52:42 2011 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: RB800,v 1.7 2011/06/10 16:38:17 matt Exp $
+#      $NetBSD: RB800,v 1.8 2011/06/11 00:52:42 matt Exp $
 #
 #      RB800 -- everything that's currently supported
 #
@@ -7,7 +7,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-ident          "RB800-$Revision: 1.7 $"
+ident          "RB800-$Revision: 1.8 $"
 
 maxusers       32
 
@@ -16,6 +16,7 @@
 
 options        MPC8544
 options        PPC_HAVE_SPE
+no options     GUR_BASE
 options        GUR_BASE=0xe0000000
 
 #options       INSECURE        # disable kernel security levels



Home | Main Index | Thread Index | Old Index