summaryrefslogtreecommitdiffstats
path: root/sys/pci/if_sk.c
diff options
context:
space:
mode:
authorwpaul <wpaul@FreeBSD.org>1999-09-20 08:14:39 +0000
committerwpaul <wpaul@FreeBSD.org>1999-09-20 08:14:39 +0000
commit73a8dd66e74a351f3723fc0e47ac46908073a785 (patch)
tree800a7866337e811ee88bfdd74ecaf740366b618c /sys/pci/if_sk.c
parent4d16916f800d4c5ee37fb3c93ca6981ad9b33eb3 (diff)
downloadFreeBSD-src-73a8dd66e74a351f3723fc0e47ac46908073a785.zip
FreeBSD-src-73a8dd66e74a351f3723fc0e47ac46908073a785.tar.gz
Fix the strings in the driver_t structs so that they match the new names
in the DRIVER_MODULES() declarations. *sigh*
Diffstat (limited to 'sys/pci/if_sk.c')
-rw-r--r--sys/pci/if_sk.c2
1 files changed, 1 insertions, 1 deletions
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)
};
OpenPOWER on IntegriCloud