freebsd-dev/sys/dev/sn
Warner Losh fbfb97942e 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.
2004-05-08 06:04:06 +00:00
..
if_sn_isa.c Don't establish the ISR in the sn_activate routine. I've had two 2003-11-10 16:04:11 +00:00
if_sn_pccard.c It turns out that the module dependency on pccard is in error. Since 2004-05-08 06:04:06 +00:00
if_sn.c Remove two variables that became unused because of last commit. 2004-04-16 06:58:39 +00:00
if_snreg.h Convert to bus_space. 2003-10-25 19:56:19 +00:00
if_snvar.h Make sn MPSAFE. This has survived a couple of make buildworlds with 2003-10-26 22:35:44 +00:00