Module Name: src Committed By: ahoka Date: Mon Apr 4 14:25:10 UTC 2011
Modified Files: src/sys/dev/flash: flash.c flash.h src/sys/dev/nand: nand.c nand.h nand_bbt.c nand_bbt.h nand_io.c Log Message: Fix badblock checking Replace flash_addr_t with flash_off_t and use it to address flash everywhere To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/dev/flash/flash.c src/sys/dev/flash/flash.h cvs rdiff -u -r1.6 -r1.7 src/sys/dev/nand/nand.c cvs rdiff -u -r1.4 -r1.5 src/sys/dev/nand/nand.h cvs rdiff -u -r1.1 -r1.2 src/sys/dev/nand/nand_bbt.c \ src/sys/dev/nand/nand_bbt.h src/sys/dev/nand/nand_io.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.