View | Details | Raw Unified | Return to bug 264282
Collapse All | Expand All

(-)b/stand/libsa/geli/gelidev.c (-1 / +1 lines)
Lines 53-59 static void geli_dev_cleanup(void); Link Here
53
 * geli_devdesc, effectively routing all IO operations through our code.
53
 * geli_devdesc, effectively routing all IO operations through our code.
54
 */
54
 */
55
static struct devsw geli_devsw = {
55
static struct devsw geli_devsw = {
56
	.dv_name     = "gelidisk",
56
	.dv_name     = "disk",
57
	.dv_type     = DEVT_DISK,
57
	.dv_type     = DEVT_DISK,
58
	.dv_init     = geli_dev_init,
58
	.dv_init     = geli_dev_init,
59
	.dv_strategy = geli_dev_strategy,
59
	.dv_strategy = geli_dev_strategy,

Return to bug 264282