mirror of
https://github.com/opnsense/src.git
synced 2026-02-12 23:36:07 -05:00
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 |
||
|---|---|---|
| .. | ||
| nand.c | ||
| nand.h | ||
| nand_bbt.c | ||
| nand_cdev.c | ||
| nand_dev.h | ||
| nand_ecc_pos.h | ||
| nand_generic.c | ||
| nand_geom.c | ||
| nand_id.c | ||
| nand_if.m | ||
| nandbus.c | ||
| nandbus.h | ||
| nandbus_if.m | ||
| nandsim.c | ||
| nandsim.h | ||
| nandsim_chip.c | ||
| nandsim_chip.h | ||
| nandsim_ctrl.c | ||
| nandsim_log.c | ||
| nandsim_log.h | ||
| nandsim_swap.c | ||
| nandsim_swap.h | ||
| nfc_at91.c | ||
| nfc_at91.h | ||
| nfc_fsl.c | ||
| nfc_fsl.h | ||
| nfc_if.m | ||
| nfc_mv.c | ||
| nfc_rb.c | ||