index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
nor
Age
Commit message (
Expand
)
Author
2015-09-18
Size 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-24
Add some NOR_VERBOSE ifdefs for static functions only used in that case.
joerg
2014-02-25
Ensure that the top level sysctl nodes (kern, vfs, net, ...) exist before
pooka
2011-12-17
- In cfi_probe() iterate over all chip widths for every port width to find
phx
2011-11-23
Make it compile without DEBUG option.
phx
2011-08-02
add JEDEC Mfgr ID for Macronix
cliff
2011-08-02
when unpacking CFI QRY data, byte order within a word is host order,
cliff
2011-08-02
- CFI_0002_STATS no longer defined here
cliff
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_JEDEC
cliff
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.h
cliff
2011-07-20
replace 'nor_manufacturer_t' with 'struct nor_manufacturer'
cliff
2011-07-19
add TNF copyright
cliff
2011-07-17
#include <sys/bus.h> not <machine/bus.h>.
dyoung
2011-07-15
More support for CFI NOR.
cliff
2011-07-15
Add support for CFI NOR, using MPC8536DS as initial example.
cliff
2011-06-22
Initial work on a NOR driver; it's commited here as is,
ahoka