summaryrefslogtreecommitdiffstats
path: root/sys/dev/cs/if_cs_isa.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/cs/if_cs_isa.c')
-rw-r--r--sys/dev/cs/if_cs_isa.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/dev/cs/if_cs_isa.c b/sys/dev/cs/if_cs_isa.c
index 1f0dfbf..df7b0d7 100644
--- a/sys/dev/cs/if_cs_isa.c
+++ b/sys/dev/cs/if_cs_isa.c
@@ -126,4 +126,6 @@ static driver_t cs_isa_driver = {
extern devclass_t cs_devclass;
-DRIVER_MODULE(if_cs, isa, cs_isa_driver, cs_devclass, 0, 0);
+DRIVER_MODULE(cs, isa, cs_isa_driver, cs_devclass, 0, 0);
+MODULE_DEPEND(cs, isa, 1, 1, 1);
+MODULE_DEPEND(cs, ether, 1, 1, 1);
OpenPOWER on IntegriCloud