cvs commit: src/sys/dev/an if_an_pccard.c src/sys/dev/awi
if_awi_pccard.c src/sys/dev/ed if_ed_pccard.c src/sys/dev/sn
if_sn_pccard.c src/sys/dev/snc if_snc_pccard.c src/sys/dev/wi
if_wi_pccard.c
Warner Losh
imp at FreeBSD.org
Fri May 7 23:04:07 PDT 2004
imp 2004/05/07 23:04:06 PDT
FreeBSD src repository
Modified files:
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
Log:
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.
Revision Changes Path
1.24 +0 -1 src/sys/dev/an/if_an_pccard.c
1.17 +0 -1 src/sys/dev/awi/if_awi_pccard.c
1.56 +0 -1 src/sys/dev/ed/if_ed_pccard.c
1.21 +0 -1 src/sys/dev/sn/if_sn_pccard.c
1.5 +0 -1 src/sys/dev/snc/if_snc_pccard.c
1.44 +0 -1 src/sys/dev/wi/if_wi_pccard.c
More information about the cvs-src
mailing list