Source-Changes-HG archive

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

[src/trunk]: src/sys/arch Move defopt FOOTBRIDGE to where it really should be...



details:   https://anonhg.NetBSD.org/src/rev/15485beaebfd
branches:  trunk
changeset: 511053:15485beaebfd
user:      chris <chris%NetBSD.org@localhost>
date:      Mon Jun 11 22:25:09 2001 +0000

description:
Move defopt FOOTBRIDGE to where it really should be in files.footbridge, which is where I should have left it.

diffstat:

 sys/arch/arm/conf/files.footbridge      |  4 ++--
 sys/arch/netwinder/conf/files.netwinder |  3 +--
 2 files changed, 3 insertions(+), 4 deletions(-)

diffs (31 lines):

diff -r 83308969f170 -r 15485beaebfd sys/arch/arm/conf/files.footbridge
--- a/sys/arch/arm/conf/files.footbridge        Mon Jun 11 22:08:42 2001 +0000
+++ b/sys/arch/arm/conf/files.footbridge        Mon Jun 11 22:25:09 2001 +0000
@@ -1,8 +1,8 @@
-#      $NetBSD: files.footbridge,v 1.2 2001/06/09 10:29:12 chris Exp $
+#      $NetBSD: files.footbridge,v 1.3 2001/06/11 22:25:09 chris Exp $
 #
 # Shared footbridge files information
 
-#defopt        FOOTBRIDGE
+defopt FOOTBRIDGE
 
 # DC21285 "Footbridge" specific files
 define footbridge {}
diff -r 83308969f170 -r 15485beaebfd sys/arch/netwinder/conf/files.netwinder
--- a/sys/arch/netwinder/conf/files.netwinder   Mon Jun 11 22:08:42 2001 +0000
+++ b/sys/arch/netwinder/conf/files.netwinder   Mon Jun 11 22:25:09 2001 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: files.netwinder,v 1.9 2001/06/11 13:48:28 rearnsha Exp $
+#      $NetBSD: files.netwinder,v 1.10 2001/06/11 22:25:11 chris Exp $
 #
 # First try for arm-specific configuration info
 #
@@ -21,7 +21,6 @@
 # Architectures and core logic
 defopt EBSA285
 defopt NETWINDER
-defopt FOOTBRIDGE
 
 define todservice {}
 



Home | Main Index | Thread Index | Old Index