Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/evbmips/conf configure CFI NOR flash



details:   https://anonhg.NetBSD.org/src/rev/15a0f8bc3e98
branches:  trunk
changeset: 767866:15a0f8bc3e98
user:      cliff <cliff%NetBSD.org@localhost>
date:      Tue Aug 02 03:41:16 2011 +0000

description:
configure CFI NOR flash

diffstat:

 sys/arch/evbmips/conf/CPMBR1400 |  6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diffs (16 lines):

diff -r a16d6d52a85d -r 15a0f8bc3e98 sys/arch/evbmips/conf/CPMBR1400
--- a/sys/arch/evbmips/conf/CPMBR1400   Tue Aug 02 03:38:48 2011 +0000
+++ b/sys/arch/evbmips/conf/CPMBR1400   Tue Aug 02 03:41:16 2011 +0000
@@ -198,6 +198,12 @@
 ri2c0          at mainbus?
 iic*           at ri2c?
 
+# NOR Flash
+#options       NOR_VERBOSE
+cfi0           at mainbus0
+nor*           at cfi?
+flash*         at nor? offset 0 size 0x2000000
+
 # USB Hubs
 uhub*          at usb?
 uhub*          at uhub? port ?



Home | Main Index | Thread Index | Old Index