summaryrefslogtreecommitdiffstats
path: root/sys/pci/if_vr.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/pci/if_vr.c')
-rw-r--r--sys/pci/if_vr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/pci/if_vr.c b/sys/pci/if_vr.c
index a4a22d8..23f9ca9 100644
--- a/sys/pci/if_vr.c
+++ b/sys/pci/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)
};
OpenPOWER on IntegriCloud