diff options
author | wpaul <wpaul@FreeBSD.org> | 1999-09-20 08:47:11 +0000 |
---|---|---|
committer | wpaul <wpaul@FreeBSD.org> | 1999-09-20 08:47:11 +0000 |
commit | c3c763bc9d3978cbcc38d23dbcc6771edad750de (patch) | |
tree | 649990e5896c27677d41a3d889174a39158e4f1c /sys/dev/sk | |
parent | 080968c8e26b17355225e3195fe1ae3a5de03e35 (diff) | |
download | FreeBSD-src-c3c763bc9d3978cbcc38d23dbcc6771edad750de.zip FreeBSD-src-c3c763bc9d3978cbcc38d23dbcc6771edad750de.tar.gz |
Grrr. Okay, changing the devnames was a bad idea. Put them back the way
they were.
Diffstat (limited to 'sys/dev/sk')
-rw-r--r-- | sys/dev/sk/if_sk.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/sk/if_sk.c b/sys/dev/sk/if_sk.c index 9e06a35..04c1bf7 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) }; |