aboutsummaryrefslogtreecommitdiff
path: root/sys/geom/geom_flashmap.c
Commit message (Expand)AuthorAgeFilesLines
* Remove NAND and NANDFS supportWarner Losh2019-06-251-24/+0
* Support device-independent labels for geom_flashmap slices.Ian Lepore2019-03-241-9/+12
* sys/geom: adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* - Allow different slicers for different flash types to be registeredMarius Strobl2017-02-221-72/+47
* Teach the flashmap code about the SPI flash.Adrian Chadd2016-01-231-2/+6
* Create a RouterBoard platform and use it to create a flash mapJustin Hibbits2015-08-221-1/+10
* MFP4 @222836Brooks Davis2013-05-301-2/+5
* Partial MFP4 of 222836:Brooks Davis2013-04-161-1/+1
* - Correct signedness for casts;Xin LI2012-05-231-2/+3
* Use %ju to match uintmax_t usageXin LI2012-05-231-1/+1
* Use %j and cast off_t to intmax_t for now to fix build.Xin LI2012-05-231-2/+2
* Add a new geom class which allows to divide NAND Flash chipGrzegorz Bernacki2012-05-221-0/+255