freebsd-dev/sys/dev/ed
Luigi Rizzo 0318355d0e Remove improper use of if_addrhead in device drivers to check
if the link-level address has been initialized already.

The majority of modern drivers never does this and works fine, which
makes me think that the check is totally unnecessary and a residue
of cut&paste from other drivers.

This change is done to simplify locking because now almost none of the
drivers uses this field. The exceptions are "ct" "ctau" and "cx"
where i am not sure if i can remove that part.
2004-04-15 20:31:10 +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 Added TDK LAK-CD031 (simple NE2000 device). 2003-12-31 04:25:00 +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 Remove improper use of if_addrhead in device drivers to check 2004-04-15 20:31:10 +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