summaryrefslogtreecommitdiffstats
path: root/sys/pci/if_vr.c
diff options
context:
space:
mode:
authorwpaul <wpaul@FreeBSD.org>1999-09-20 08:47:11 +0000
committerwpaul <wpaul@FreeBSD.org>1999-09-20 08:47:11 +0000
commitc3c763bc9d3978cbcc38d23dbcc6771edad750de (patch)
tree649990e5896c27677d41a3d889174a39158e4f1c /sys/pci/if_vr.c
parent080968c8e26b17355225e3195fe1ae3a5de03e35 (diff)
downloadFreeBSD-src-c3c763bc9d3978cbcc38d23dbcc6771edad750de.zip
FreeBSD-src-c3c763bc9d3978cbcc38d23dbcc6771edad750de.tar.gz
Grrr. Okay, changing the devnames was a bad idea. Put them back the way
they were.
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