Date: Fri, 7 May 2004 23:04:06 -0700 (PDT) From: Warner Losh <imp@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: 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 Message-ID: <200405080604.i48646JZ076598@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200405080604.i48646JZ076598>