freebsd-dev/sys/dev/ed
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_ed98.h
if_ed_cbus.c Replace the if_name and if_unit members of struct ifnet with new members 2003-10-31 18:32:15 +00:00
if_ed_isa.c Replace the if_name and if_unit members of struct ifnet with new members 2003-10-31 18:32:15 +00:00
if_ed_pccard.c It turns out that the module dependency on pccard is in error. Since 2004-05-08 06:04:06 +00:00
if_ed_pci.c Replace the if_name and if_unit members of struct ifnet with new members 2003-10-31 18:32:15 +00:00
if_ed.c Fix building on L64 machines. 2004-04-16 05:34:14 +00:00
if_edreg.h Add Allied Telesis SIC-AT boards support. 2003-10-15 17:22:15 +00:00
if_edvar.h Adjust ed(4) for 64-bit platforms should it get newbus'ified. 2004-03-03 06:48:42 +00:00