History log of /freebsd/sys/geom/geom_flashmap.c (Results 26 – 34 of 34)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: release/8.4.0
# 444e7801 30-May-2013 Brooks Davis <brooks@FreeBSD.org>

MFP4 @222836

Add support for partitioning CFI disks from FDT using geom_flashmap.

Sponsored by: DARPA, AFRL


# b7b63db7 16-Apr-2013 Brooks Davis <brooks@FreeBSD.org>

Partial MFP4 of 222836:

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 under

Partial MFP4 of 222836:

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

show more ...


Revision tags: release/9.1.0
# b652778e 11-Jul-2012 Peter Grehan <grehan@FreeBSD.org>

IFC @ r238370


# 2d5e7d2e 30-May-2012 Will Andrews <will@FreeBSD.org>

IFC @ r236291.
Diff reductions to the enclosure driver made in r235911.


# 31ccd489 28-May-2012 Gleb Smirnoff <glebius@FreeBSD.org>

Merge head r233826 through r236168.


# 8287ee1b 23-May-2012 Xin LI <delphij@FreeBSD.org>

- Correct signedness for casts;
- Wrap long line while I'm there.

Noticed by: pjd, avg


# dc89cfa6 23-May-2012 Xin LI <delphij@FreeBSD.org>

Use %ju to match uintmax_t usage


# 29209974 23-May-2012 Xin LI <delphij@FreeBSD.org>

Use %j and cast off_t to intmax_t for now to fix build.

Noticed by: bz


# 4ffd4dfe 22-May-2012 Grzegorz Bernacki <gber@FreeBSD.org>

Add a new geom class which allows to divide NAND Flash chip
into partitions.

Partitions are created based on data in dts file which are
extracted and interpreted by slicer.

Obtained from: Semihalf

Add a new geom class which allows to divide NAND Flash chip
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

show more ...


12