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_sk.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/pci/if_sk.c') diff --git a/sys/pci/if_sk.c b/sys/pci/if_sk.c index 04c1bf7..9e06a35 100644 --- a/sys/pci/if_sk.c +++ b/sys/pci/if_sk.c @@ -174,7 +174,7 @@ static device_method_t sk_methods[] = { }; static driver_t sk_driver = { - "skc", + "if_skc", sk_methods, sizeof(struct sk_softc) }; -- cgit v1.1