aboutsummaryrefslogtreecommitdiff
path: root/sys/geom/geom_flashmap.c
Commit message (Collapse)AuthorAgeFilesLines
* MFP4 @222836Brooks Davis2013-05-301-2/+5
| | | | | | | | | Add support for partitioning CFI disks from FDT using geom_flashmap. Sponsored by: DARPA, AFRL Notes: svn path=/head/; revision=251117
* Partial MFP4 of 222836:Brooks Davis2013-04-161-1/+1
| | | | | | | | | | | | | | Only look for FDT partitions if our potential parent is a DISK device. Excluding direct recursion on the flashmap geoms was insufficient because it did not prevent the underlying device from being retrieved if flashmap geoms were further partitioned. Reviewed by: imp Sponsored by: DARPA, AFRL Notes: svn path=/head/; revision=249556
* - Correct signedness for casts;Xin LI2012-05-231-2/+3
| | | | | | | | | - Wrap long line while I'm there. Noticed by: pjd, avg Notes: svn path=/head/; revision=235858
* Use %ju to match uintmax_t usageXin LI2012-05-231-1/+1
| | | | Notes: svn path=/head/; revision=235852
* Use %j and cast off_t to intmax_t for now to fix build.Xin LI2012-05-231-2/+2
| | | | | | | Noticed by: bz Notes: svn path=/head/; revision=235849
* Add a new geom class which allows to divide NAND Flash chipGrzegorz Bernacki2012-05-221-0/+255
into partitions. Partitions are created based on data in dts file which are extracted and interpreted by slicer. Obtained from: Semihalf Supported by: FreeBSD Foundation, Juniper Networks Notes: svn path=/head/; revision=235778