From fac1f39b191baac773260ef692400d38f1f2391b Mon Sep 17 00:00:00 2001 From: Bill Paul 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/dev/sk/if_sk.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/dev/sk') diff --git a/sys/dev/sk/if_sk.c b/sys/dev/sk/if_sk.c index 9e06a35f1851d..04c1bf72fe092 100644 --- a/sys/dev/sk/if_sk.c +++ b/sys/dev/sk/if_sk.c @@ -174,7 +174,7 @@ static device_method_t sk_methods[] = { }; static driver_t sk_driver = { - "if_skc", + "skc", sk_methods, sizeof(struct sk_softc) }; -- cgit v1.3