From 73a8dd66e74a351f3723fc0e47ac46908073a785 Mon Sep 17 00:00:00 2001 From: wpaul Date: Mon, 20 Sep 1999 08:14:39 +0000 Subject: Fix the strings in the driver_t structs so that they match the new names in the DRIVER_MODULES() declarations. *sigh* --- 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 f5770bd..f309006 100644 --- a/sys/pci/if_wb.c +++ b/sys/pci/if_wb.c @@ -222,7 +222,7 @@ static device_method_t wb_methods[] = { }; static driver_t wb_driver = { - "wb", + "if_wb", wb_methods, sizeof(struct wb_softc) }; -- cgit v1.1