Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/sandpoint/conf Enable cfi/nor/flash devices as read...



details:   https://anonhg.NetBSD.org/src/rev/90485f1b0115
branches:  trunk
changeset: 340481:90485f1b0115
user:      phx <phx%NetBSD.org@localhost>
date:      Mon Sep 07 23:01:08 2015 +0000

description:
Enable cfi/nor/flash devices as reading from flash seems to work now.

diffstat:

 sys/arch/sandpoint/conf/GENERIC |  10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diffs (31 lines):

diff -r fc6637a957d3 -r 90485f1b0115 sys/arch/sandpoint/conf/GENERIC
--- a/sys/arch/sandpoint/conf/GENERIC   Mon Sep 07 23:00:08 2015 +0000
+++ b/sys/arch/sandpoint/conf/GENERIC   Mon Sep 07 23:01:08 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.88 2014/11/16 16:01:42 manu Exp $
+# $NetBSD: GENERIC,v 1.89 2015/09/07 23:01:08 phx Exp $
 #
 # machine description file for GENERIC NAS
 # 
@@ -22,7 +22,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.88 $"
+#ident                 "GENERIC-$Revision: 1.89 $"
 
 maxusers       32
 
@@ -173,9 +173,9 @@
 mainbus0       at root
 cpu*           at mainbus0
 
-#cfi0          at mainbus0
-#nor*          at cfi?
-#flash*                at nor?
+cfi0           at mainbus0
+nor*           at cfi?
+flash*         at nor?
 
 nhpow0         at mainbus0                     # NH230/231 power,LED,buttons
 



Home | Main Index | Thread Index | Old Index