From c3c763bc9d3978cbcc38d23dbcc6771edad750de Mon Sep 17 00:00:00 2001 From: wpaul Date: Mon, 20 Sep 1999 08:47:11 +0000 Subject: Grrr. Okay, changing the devnames was a bad idea. Put them back the way they were. --- sys/pci/if_vr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/pci/if_vr.c') 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) }; -- cgit v1.1