Module Name: src Committed By: riz Date: Wed Nov 4 21:05:01 UTC 2015
Modified Files: src/sys/arch/sandpoint/sandpoint [netbsd-7]: flash_cfi.c machdep.c mainbus.c Log Message: Pull up following revision(s) (requested by phx in ticket #976): sys/arch/sandpoint/sandpoint/mainbus.c: revision 1.30 sys/arch/sandpoint/sandpoint/machdep.c: revision 1.64 sys/arch/sandpoint/sandpoint/flash_cfi.c: revision 1.4 Fix nor-flash bus space: extent limit should not be zero and bus space is definitely big-endian. Reading the flash via /dev/flash0 works now. Writing is untested. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.3.26.1 src/sys/arch/sandpoint/sandpoint/flash_cfi.c cvs rdiff -u -r1.63 -r1.63.10.1 src/sys/arch/sandpoint/sandpoint/machdep.c cvs rdiff -u -r1.29 -r1.29.22.1 src/sys/arch/sandpoint/sandpoint/mainbus.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.