freebsd-dev/sys/modules/geom
Marius Strobl 4874af73c1 - Allow different slicers for different flash types to be registered
with geom_flashmap(4) and teach it about MMC for slicing enhanced
  user data area partitions. The FDT slicer still is the default for
  CFI, NAND and SPI flash on FDT-enabled platforms.
- In addition to a device_t, also pass the name of the GEOM provider
  in question to the slicers as a single device may provide more than
  provider.
- Build a geom_flashmap.ko.
- Use MODULE_VERSION() so other modules can depend on geom_flashmap(4).
- Remove redundant/superfluous GEOM routines that either do nothing
  or provide/just call default GEOM (slice) functionality.
- Trim/adjust includes

Submitted by:	jhibbits (RouterBoard bits)
Reviewed by:	jhibbits
2017-02-22 10:21:39 +00:00
..
geom_bde Replace sys/crypto/sha2/sha2.c with lib/libmd/sha512c.c 2015-12-27 17:33:59 +00:00
geom_bsd
geom_cache
geom_ccd
geom_concat
geom_eli Make additional parts of sys/geom/eli more usable in userspace 2016-01-07 05:47:34 +00:00
geom_flashmap - Allow different slicers for different flash types to be registered 2017-02-22 10:21:39 +00:00
geom_fox
geom_gate
geom_journal
geom_label
geom_linux_lvm
geom_map
geom_mbr
geom_mirror
geom_mountver
geom_multipath
geom_nop
geom_part Remove pc98 support completely. 2017-01-28 02:22:15 +00:00
geom_raid Kill MFILES and find things automatically. It turned out to be only 2015-07-03 01:50:26 +00:00
geom_raid3
geom_sched Scheduling module to introduce a fixed delay into the I/O path. 2015-12-18 05:39:25 +00:00
geom_shsec
geom_stripe
geom_sunlabel
geom_uzip Improve mkuzip(8) and geom_uzip(4), merge in LZMA support from mkulzma(8) 2016-02-23 23:59:08 +00:00
geom_vinum
geom_virstor
geom_vol_ffs
geom_zero
Makefile - Allow different slicers for different flash types to be registered 2017-02-22 10:21:39 +00:00
Makefile.inc