summaryrefslogtreecommitdiffstats
path: root/sys/dev/ed/if_ed_isa.c
diff options
context:
space:
mode:
authormsmith <msmith@FreeBSD.org>2000-10-15 20:23:27 +0000
committermsmith <msmith@FreeBSD.org>2000-10-15 20:23:27 +0000
commit3f1cd5592bc89a733d0923e885ae9e4718bf9e93 (patch)
tree1b7252e7ef5afec05f612ccf327e07961f785064 /sys/dev/ed/if_ed_isa.c
parent97cc68f9c32e8cc1579074fa97df532bd92b13b3 (diff)
downloadFreeBSD-src-3f1cd5592bc89a733d0923e885ae9e4718bf9e93.zip
FreeBSD-src-3f1cd5592bc89a733d0923e885ae9e4718bf9e93.tar.gz
Network modules are all "if_foo" not "foo". Avoid the confusing spew that
ensues when ifconfig tries to load if_ed.ko when it's already in the kernel.
Diffstat (limited to 'sys/dev/ed/if_ed_isa.c')
-rw-r--r--sys/dev/ed/if_ed_isa.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/ed/if_ed_isa.c b/sys/dev/ed/if_ed_isa.c
index f4572f7..15da2fb 100644
--- a/sys/dev/ed/if_ed_isa.c
+++ b/sys/dev/ed/if_ed_isa.c
@@ -155,4 +155,4 @@ static driver_t ed_isa_driver = {
static devclass_t ed_isa_devclass;
-DRIVER_MODULE(ed, isa, ed_isa_driver, ed_isa_devclass, 0, 0);
+DRIVER_MODULE(if_ed, isa, ed_isa_driver, ed_isa_devclass, 0, 0);
OpenPOWER on IntegriCloud