Module Name: src Committed By: cliff Date: Sat Jul 23 06:27:09 UTC 2011
Modified Files: src/sys/dev/nor: cfi.h Log Message: - names changed: erase_chiptime_* --> erase_chip_time_* - define CFI_IFCODE_* and use those instead of literals - add field 'cfi_emulated' to struct cfi; use when the cfi query info are synthesized/faked based on table lookup, i.e. for a non CFI chip. - add field 'cfi_name' to struct cfi; - add struct cfi_jedec_tab to allow creating lookup table to obtain chip parameters given JEDEC ID. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sys/dev/nor/cfi.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.