aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/vr
diff options
context:
space:
mode:
authorBill Paul <wpaul@FreeBSD.org>1999-09-20 08:47:11 +0000
committerBill Paul <wpaul@FreeBSD.org>1999-09-20 08:47:11 +0000
commitfac1f39b191baac773260ef692400d38f1f2391b (patch)
treeb8454ec85f079a89b6c8746934ccb5a746baef5d /sys/dev/vr
parent2e9d38764fa7e068ca2ddc70a9f983b339485ffd (diff)
Notes
Diffstat (limited to 'sys/dev/vr')
-rw-r--r--sys/dev/vr/if_vr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/vr/if_vr.c b/sys/dev/vr/if_vr.c
index a4a22d83a2506..23f9ca90e8a02 100644
--- a/sys/dev/vr/if_vr.c
+++ b/sys/dev/vr/if_vr.c
@@ -195,7 +195,7 @@ static device_method_t vr_methods[] = {
};
static driver_t vr_driver = {
- "if_vr",
+ "vr",
vr_methods,
sizeof(struct vr_softc)
};