summaryrefslogtreecommitdiffstats
path: root/sys/modules/md
diff options
context:
space:
mode:
authorpjd <pjd@FreeBSD.org>2005-11-11 11:31:23 +0000
committerpjd <pjd@FreeBSD.org>2005-11-11 11:31:23 +0000
commit679cff6ef7b052a28621079e0148a60ab7568357 (patch)
treeadbb79f2bb84163c0101eba4499d186b0f814d5d /sys/modules/md
parent618c8789688d1bd81a105118d081c7e779f06a59 (diff)
downloadFreeBSD-src-679cff6ef7b052a28621079e0148a60ab7568357.zip
FreeBSD-src-679cff6ef7b052a28621079e0148a60ab7568357.tar.gz
Rename GEOM class kernel module g_md.ko to geom_md.ko for consistency
with the rest. mdconfig.c: Simplify mdmaybeload() function. mdioctl.h: Removed (now unused) #define. loader.conf: Sort GEOM classes properly. OK'ed by: phk
Diffstat (limited to 'sys/modules/md')
-rw-r--r--sys/modules/md/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/md/Makefile b/sys/modules/md/Makefile
index 3f0654f..19851e6 100644
--- a/sys/modules/md/Makefile
+++ b/sys/modules/md/Makefile
@@ -2,7 +2,7 @@
.PATH: ${.CURDIR}/../../dev/md
-KMOD= g_md
+KMOD= geom_md
SRCS= md.c opt_md.h opt_geom.h vnode_if.h
.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud