opnsense-src/sys/dev/flash
Ian Lepore dac94adb63 Do not overwrite the contents of BIO_WRITE buffers. SPI inherently
transfers data in both directions at once.  When writing to the device,
use a dummy buffer for the incoming data, not the same buffer as the
outgoing data.  Writes are done in FLASH_PAGE_SIZE chunks, which is only
256 bytes, so just put the dummy buffer into the softc.
2018-03-18 15:56:10 +00:00
..
at45d.c Add missing MODULE_DEPENDS(). 2018-02-20 03:51:09 +00:00
mx25l.c Do not overwrite the contents of BIO_WRITE buffers. SPI inherently 2018-03-18 15:56:10 +00:00
mx25lreg.h sys/dev: further adoption of SPDX licensing ID tags. 2017-11-27 14:52:40 +00:00