summaryrefslogtreecommitdiffstats
path: root/sys/dev/fxp
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>1999-09-20 06:50:52 +0000
committerobrien <obrien@FreeBSD.org>1999-09-20 06:50:52 +0000
commitbcbd06fb8243c8610a1616eea292f816b86de204 (patch)
tree4ba9911d7211ffdf9d05055da6bb2e3c83554b80 /sys/dev/fxp
parent68941a839afc696e17006caeda3cca9b1cdd01f0 (diff)
downloadFreeBSD-src-bcbd06fb8243c8610a1616eea292f816b86de204.zip
FreeBSD-src-bcbd06fb8243c8610a1616eea292f816b86de204.tar.gz
Change the name we register with DRIVER_MODULE() to include the leading
"if_". Reviewed by: msmith, wpaul
Diffstat (limited to 'sys/dev/fxp')
-rw-r--r--sys/dev/fxp/if_fxp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/fxp/if_fxp.c b/sys/dev/fxp/if_fxp.c
index 84cabd2..d2438e3 100644
--- a/sys/dev/fxp/if_fxp.c
+++ b/sys/dev/fxp/if_fxp.c
@@ -701,7 +701,7 @@ static driver_t fxp_driver = {
static devclass_t fxp_devclass;
-DRIVER_MODULE(fxp, pci, fxp_driver, fxp_devclass, 0, 0);
+DRIVER_MODULE(if_fxp, pci, fxp_driver, fxp_devclass, 0, 0);
#endif /* __NetBSD__ */
OpenPOWER on IntegriCloud