aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/awi
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2004-05-08 06:04:06 +0000
committerWarner Losh <imp@FreeBSD.org>2004-05-08 06:04:06 +0000
commitfbfb97942e88a6800df9574ff8da019fee368aa8 (patch)
treeb3f4a0f662a3d637806bdfeeebd427c2b855fb90 /sys/dev/awi
parente5728f83a05974ccad715b9cc7fdf996c5531c82 (diff)
downloadsrc-fbfb97942e88a6800df9574ff8da019fee368aa8.tar.gz
src-fbfb97942e88a6800df9574ff8da019fee368aa8.zip
It turns out that the module dependency on pccard is in error. Since
there's not dependencies on pccard symboles, such a dependency is not necessary. This means that drivers that have multiple attachments can not drag bogus devices into the kernel at load time. We can't (yet) do this with pci and isa. Drivers written for them actually do seem to have symbols that depend on these busses' implementation code. ndis not touched until other things can be tested.
Notes
Notes: svn path=/head/; revision=129046
Diffstat (limited to 'sys/dev/awi')
-rw-r--r--sys/dev/awi/if_awi_pccard.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/awi/if_awi_pccard.c b/sys/dev/awi/if_awi_pccard.c
index 56f36a8502aa..e860a5c82563 100644
--- a/sys/dev/awi/if_awi_pccard.c
+++ b/sys/dev/awi/if_awi_pccard.c
@@ -301,4 +301,3 @@ extern devclass_t awi_devclass;
DRIVER_MODULE(awi, pccard, awi_pccard_driver, awi_devclass, 0, 0);
MODULE_DEPEND(awi, wlan, 1, 1, 1);
-MODULE_DEPEND(awi, pccard, 1, 1, 1);