CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]    2009/09/04 16:13:51

Modified files:
        sys/dev/pci    : if_em.c if_em_hw.c if_em_hw.h 

Log message:
Bring back support for iCH10 based chips. This time support for fiber cards
seems to be fixed, thanks to tests done by mpf at mailq dot de.
Also support for older fiber cards that have no PHY seems to be working,
thanks to claudio@
The code includes all the changes that i backed out, plus two tweaks:
1. em_detect_gig_phy() gets called in em_setup_link() instead of
em_copper_link_preconfig(), this enables phy detection on fiber cards.
2. em_detect_gig_phy() gets a condition to look for old fiber cards, that
have no PHY.

ok by claudio@, prodded by deraadt@

Reply via email to