Index: sys/geom/geom_dev.c =================================================================== --- sys/geom/geom_dev.c +++ sys/geom/geom_dev.c @@ -369,9 +369,6 @@ __func__, gap->ga_alias, error); continue; } - adev->si_flags |= SI_UNMAPPED; - adev->si_iosize_max = dev->si_iosize_max; - adev->si_drv2 = dev->si_drv2; snprintf(buf, sizeof(buf), "cdev=%s", gap->ga_alias); devctl_notify_f("GEOM", "DEV", "CREATE", buf, M_WAITOK); }