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_wb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/pci/if_wb.c') diff --git a/sys/pci/if_wb.c b/sys/pci/if_wb.c index 5e8f68d..f5770bd 100644 --- a/sys/pci/if_wb.c +++ b/sys/pci/if_wb.c @@ -230,7 +230,7 @@ static driver_t wb_driver = { static devclass_t wb_devclass; DRIVER_MODULE(if_wb, pci, wb_driver, wb_devclass, 0, 0); -DRIVER_MODULE(miibus, wb, miibus_driver, miibus_devclass, 0, 0); +DRIVER_MODULE(miibus, if_wb, miibus_driver, miibus_devclass, 0, 0); #define WB_SETBIT(sc, reg, x) \ CSR_WRITE_4(sc, reg, \ -- cgit v1.1