opnsense-src/sys/dev/mmc
Mark Johnston 2352336ad9 geom_flashmap: Rename the kernel module
Absent a linker.hints, if a module dependency exists on disk, the loader
will automatically load it.  That is, if something depends on module
foo, and foo.ko exists, we'll load foo.ko even though the linker hints
file is missing.  It's a bit of a hack but it's handy.

This breaks with geom_flashmap though, since it's geom_flashmap.ko on
disk but the module is called g_flashmap.  However, pretty much every
other GEOM module is given a "geom_" prefix, so for consistency's sake
alone, it seems nice to rename the module.

PR:		274388
Reviewed by:	jhb
MFC after:	1 week
Differential Revision:	https://reviews.freebsd.org/D47311
2024-10-29 15:11:12 +00:00
..
host newbus: globally replace device_add_child(..., -1) with DEVICE_UNIT_ANY 2024-07-24 22:22:58 -06:00
bridge.h sys: Remove $FreeBSD$: two-line .h pattern 2023-08-16 11:54:11 -06:00
mmc.c newbus: globally replace device_add_child(..., -1) with DEVICE_UNIT_ANY 2024-07-24 22:22:58 -06:00
mmc_fdt_helpers.c mmc_fdt_parse: remove redundant bootverbose check 2024-01-28 13:39:03 +02:00
mmc_fdt_helpers.h regulator: Move regulator code in dev/regulator 2024-01-10 19:20:32 +01:00
mmc_helpers.c sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
mmc_helpers.h regulator: Move regulator code in dev/regulator 2024-01-10 19:20:32 +01:00
mmc_ioctl.h sys: Remove $FreeBSD$: two-line .h pattern 2023-08-16 11:54:11 -06:00
mmc_private.h sys: Remove $FreeBSD$: two-line .h pattern 2023-08-16 11:54:11 -06:00
mmc_pwrseq.c clk: Move clock code in dev/clk 2024-01-10 19:20:26 +01:00
mmc_pwrseq_if.m sys: Remove $FreeBSD$: one-line sh pattern 2023-08-16 11:54:58 -06:00
mmc_subr.c sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
mmc_subr.h sys: Remove $FreeBSD$: two-line .h pattern 2023-08-16 11:54:11 -06:00
mmcbr_if.m sys: Remove $FreeBSD$: one-line sh pattern 2023-08-16 11:54:58 -06:00
mmcbrvar.h sys: Remove $FreeBSD$: two-line .h pattern 2023-08-16 11:54:11 -06:00
mmcbus_if.m sys: Remove $FreeBSD$: one-line sh pattern 2023-08-16 11:54:58 -06:00
mmcreg.h sys: Remove $FreeBSD$: two-line .h pattern 2023-08-16 11:54:11 -06:00
mmcsd.c geom_flashmap: Rename the kernel module 2024-10-29 15:11:12 +00:00
mmcvar.h sys: Remove $FreeBSD$: two-line .h pattern 2023-08-16 11:54:11 -06:00