]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
It turns out that the module dependency on pccard is in error. Since
authorWarner Losh <imp@FreeBSD.org>
Sat, 8 May 2004 06:04:06 +0000 (06:04 +0000)
committerWarner Losh <imp@FreeBSD.org>
Sat, 8 May 2004 06:04:06 +0000 (06:04 +0000)
commitfbfb97942e88a6800df9574ff8da019fee368aa8
treeb3f4a0f662a3d637806bdfeeebd427c2b855fb90
parente5728f83a05974ccad715b9cc7fdf996c5531c82
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.
sys/dev/an/if_an_pccard.c
sys/dev/awi/if_awi_pccard.c
sys/dev/ed/if_ed_pccard.c
sys/dev/sn/if_sn_pccard.c
sys/dev/snc/if_snc_pccard.c
sys/dev/wi/if_wi_pccard.c