summaryrefslogtreecommitdiff
path: root/sys/dev/nor
AgeCommit message (Expand)Author
2015-09-18Size of erase block is 128 bytes when sector density (z) is zero.phx
2015-06-09#include <sys/sched.h> for yield();matt
2014-07-24Add some NOR_VERBOSE ifdefs for static functions only used in that case.joerg
2014-02-25Ensure that the top level sysctl nodes (kern, vfs, net, ...) exist beforepooka
2011-12-17- In cfi_probe() iterate over all chip widths for every port width to findphx
2011-11-23Make it compile without DEBUG option.phx
2011-08-02add JEDEC Mfgr ID for Macronixcliff
2011-08-02when unpacking CFI QRY data, byte order within a word is host order,cliff
2011-08-02- CFI_0002_STATS no longer defined herecliff
2011-07-23- add little endian variants of cfi_opmodes tables (untested)cliff
2011-07-23- dump raw QRY and/or JEDEC data depending on CFI_DEBUG_QRY, CFI_DEBUG_JEDECcliff
2011-07-23- names changed: erase_chiptime_* --> erase_chip_time_*cliff
2011-07-23- names changed: erase_chiptime_* --> erase_chip_time_*cliff
2011-07-23- add option flags CFI_DEBUG_QRY CFI_DEBUG_JEDEC in opt_cfi.hcliff
2011-07-20replace 'nor_manufacturer_t' with 'struct nor_manufacturer'cliff
2011-07-19add TNF copyrightcliff
2011-07-17#include <sys/bus.h> not <machine/bus.h>.dyoung
2011-07-15More support for CFI NOR.cliff
2011-07-15Add support for CFI NOR, using MPC8536DS as initial example.cliff
2011-06-22Initial work on a NOR driver; it's commited here as is,ahoka