CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]    2009/11/25 06:28:13

Modified files:
        sys/dev/pci    : if_em.c if_em.h if_em_hw.c if_em_hw.h files.pci 
Added files:
        sys/dev/pci    : if_em_soc.c if_em_soc.h gcu.c gcu.h gcu_reg.h 

Log message:
Add support for em(4) interfaces found on intel EP80579 SoC. The MAC part is
basicly 82545, but the PHY's are separated form the chip and they are accessed
through a special PCI device called GCU which has the MDIO interface. Since
there is no direct relationship between MAC and PHY, so for the moment they
are assigned to each other the way its done on Axiomtek NA-200, that was
danted to us by them.

This also adds a device driver for the GCU.

tested by me on Axiomtek board
reviewed by claudio@, kettenis@, deraadt@
'commit that as is' deraadt@

Reply via email to