freebsd-dev/sys/dev/ed
Warner Losh 201aec8321 In the ISA case, we call ed_probe_WD80x3 before we call
ed_probe_rtl80x9.  In the pci case we call ed_probe_rtl80x9 first.  In
the PCI case we were using the correct nic_offset by accident because
softc is initialized to zero.  In the isa case we were using the wrong
value by accident, since ed_probe_WD80x3 sets the offset value to
0x10.  This lead to the identification routines failing.  Fix this
problem by always initalizing the nic_offset and asic_offset before
making ed_{asic,nic}_{in,out}* calls.
2005-10-22 05:14:18 +00:00
..
ax88x90reg.h MFp4: 2005-10-05 05:21:07 +00:00
dl100xxreg.h MFp4: 2005-10-05 05:21:07 +00:00
if_ed98.h Remove ifdef PC98. 2005-04-13 13:02:58 +00:00
if_ed_3c503.c Finish conversion to bus space and make ed MP safe. 2005-08-28 23:56:25 +00:00
if_ed_cbus.c Make device_detach methods really work. 2005-09-14 19:03:14 +00:00
if_ed_hpp.c Finish conversion to bus space and make ed MP safe. 2005-08-28 23:56:25 +00:00
if_ed_isa.c Check against 8019 rather than 8029 for reading in the MAC addr since 2005-10-17 02:32:23 +00:00
if_ed_novell.c o Expose ed_probe_Novel_generic, it is useful for pccard case. 2005-09-07 03:20:33 +00:00
if_ed_pccard.c Buffalo LPC4/CLX ID 2005-10-11 01:04:16 +00:00
if_ed_pci.c If we can't probe the RTL80x9 for some reason, fall back to probing it 2005-10-13 22:12:34 +00:00
if_ed_rtl80x9.c In the ISA case, we call ed_probe_WD80x3 before we call 2005-10-22 05:14:18 +00:00
if_ed_sic.c Finish conversion to bus space and make ed MP safe. 2005-08-28 23:56:25 +00:00
if_ed_wd80x3.c Finish conversion to bus space and make ed MP safe. 2005-08-28 23:56:25 +00:00
if_ed.c Go ahead and detach our children in our detach routine. I'm undecided 2005-09-26 18:22:24 +00:00
if_edreg.h MFp4: 2005-10-05 05:21:07 +00:00
if_edvar.h MFp4: 2005-10-05 05:21:07 +00:00
rtl80x9reg.h MFp4: 2005-10-05 05:21:07 +00:00
tc5299jreg.h MFp4: 2005-10-05 05:21:07 +00:00