freebsd-src/sys/dev/flash
Ian Lepore 56e07c3e97 Add a metadata entry for the AT45DB641E chip. This chip has the same 3-byte
jedec ID as its older cousin the AT45DB642D, but uses a different page size.
The only way to distinguish between the two chips is that the 2D chip has
0 bytes of extended ID info and the new 1E has 1 byte of extended ID.  The
actual value of the extended ID byte is all zeroes.  In other words, it's
the presence of the extended info that identifies this chip. (Presumably
a future upgrade might define non-zero values for the extended ID byte.)
2019-02-25 16:40:10 +00:00
..
at45d.c Add a metadata entry for the AT45DB641E chip. This chip has the same 3-byte 2019-02-25 16:40:10 +00:00
cqspi.c Add driver for Cadence Quad SPI Flash Controller found on 2018-04-23 10:35:00 +00:00
cqspi.h Add driver for Cadence Quad SPI Flash Controller found on 2018-04-23 10:35:00 +00:00
mx25l.c Remove All Rights Reserved 2019-02-05 21:37:34 +00:00
mx25lreg.h Add driver for Cadence Quad SPI Flash Controller found on 2018-04-23 10:35:00 +00:00
n25q.c Remove All Rights Reserved 2019-02-05 21:37:34 +00:00
qspi_if.m Add driver for Cadence Quad SPI Flash Controller found on 2018-04-23 10:35:00 +00:00