Module Name:    src
Committed By:   matt
Date:           Wed Dec 28 05:37:26 UTC 2011

Modified Files:
        src/sys/arch/evbmips/conf [matt-nb5-mips64]: XLPEVB

Log Message:
Only connect to nor on cs 0 for now.


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.2 -r1.1.2.3 src/sys/arch/evbmips/conf/XLPEVB

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/evbmips/conf/XLPEVB
diff -u src/sys/arch/evbmips/conf/XLPEVB:1.1.2.2 src/sys/arch/evbmips/conf/XLPEVB:1.1.2.3
--- src/sys/arch/evbmips/conf/XLPEVB:1.1.2.2	Tue Dec 27 20:00:08 2011
+++ src/sys/arch/evbmips/conf/XLPEVB	Wed Dec 28 05:37:26 2011
@@ -1,8 +1,8 @@
-#	$NetBSD: XLPEVB,v 1.1.2.2 2011/12/27 20:00:08 matt Exp $
+#	$NetBSD: XLPEVB,v 1.1.2.3 2011/12/28 05:37:26 matt Exp $
 
 include 	"arch/evbmips/conf/std.rmixlp"
 
-#ident 		"XLSATX-$Revision: 1.1.2.2 $"
+#ident 		"XLSATX-$Revision: 1.1.2.3 $"
 
 #options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
@@ -168,7 +168,7 @@ spdmem*		at iic? addr 0x51
 spdmem*		at iic? addr 0x52
 seeprom*	at iic1 addr 0x57 size 2048
 xlnor*		at pci? dev ? function ?
-cfi*		at xlnor? cs ?
+cfi*		at xlnor? cs 0
 nor*		at cfi?
 flash*		at nor?
 xlnand*		at pci? dev ? function ?

Reply via email to