aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmmanuel Vadot <manu@FreeBSD.org>2023-01-27 06:34:02 +0000
committerEmmanuel Vadot <manu@FreeBSD.org>2023-01-27 18:06:25 +0000
commit04afa8cc370e6bb7302b6fe09c8d27a606fe414e (patch)
treee0600b84c12000a3e9b57333b8e0fffa911a27bb
parent79111aa26f8b33a6f4870d2666aa6e9b9d2fdc15 (diff)
loader: md: Use default func for fmtdev and parsedev
The default function are enough for md so use them instead of the disks ones that doesn't work for it anymore. Reviewed by: imp Sponsored by: Beckhoff Automation GmbH & Co. KG MFC after: now Differential Revision: https://reviews.freebsd.org/D38218
-rw-r--r--stand/common/md.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/stand/common/md.c b/stand/common/md.c
index a3243beb17dd..61db56ece7ae 100644
--- a/stand/common/md.c
+++ b/stand/common/md.c
@@ -75,8 +75,6 @@ struct devsw md_dev = {
.dv_ioctl = noioctl,
.dv_print = md_print,
.dv_cleanup = nullsys,
- .dv_fmtdev = disk_fmtdev,
- .dv_parsedev = disk_parsedev,
};
static int