From 2fd30c0ea539f6ec55659cb2fbb9f21c5d07a797 Mon Sep 17 00:00:00 2001 From: obrien Date: Mon, 20 Sep 1999 07:50:10 +0000 Subject: Goofed and didn't change the second DRIVER_MODULE() linking these with the miibus. Noticed by: wpaul --- 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 af3ae7e..23f9ca9 100644 --- a/sys/pci/if_vr.c +++ b/sys/pci/if_vr.c @@ -203,7 +203,7 @@ static driver_t vr_driver = { static devclass_t vr_devclass; DRIVER_MODULE(if_vr, pci, vr_driver, vr_devclass, 0, 0); -DRIVER_MODULE(miibus, vr, miibus_driver, miibus_devclass, 0, 0); +DRIVER_MODULE(miibus, if_vr, miibus_driver, miibus_devclass, 0, 0); #define VR_SETBIT(sc, reg, x) \ CSR_WRITE_1(sc, reg, \ -- cgit v1.1