[ECOS]How does FEC work on the ADDERII without PHY package being called!!surprise!!

jason kole jasubang@yahoo.com
Wed Sep 22 12:18:00 GMT 2004


hi community,
i was surpised to see FEC work on ADDERII without the
code for the phy chip(AM79C874)being actually being
compiled.
the support for the PHY chip is under the following
package.

cdl_package CYGPKG_DEVS_ETH_PHY {
    display       "Ethernet transciever (PHY) support"
    description   "API for ethernet PHY devices"

    parent        CYGPKG_IO_ETH_DRIVERS
    active_if     CYGPKG_IO_ETH_DRIVERS

    include_dir   cyg/io

    compile eth_phy.c

     cdl_option CYGHWR_DEVS_ETH_PHY_AM79C874 {
        display       "AMD 79C874"
        flavor        bool
        default_value 0
        compile       -library=libextras.a AM79C874.c
        description "
          Include support for AMD 79C874 NetPHY"
    }
}

but the package shown above is either included under
the target adderII in ecos.db and nor in the
adderII_redboot_ROMRAM.ecm file.
Infact the above package is never called at all.

so what i wanted to know was 
1)how does the FEC work without the PHY support on the
Adder card and
2)how do we add support for a new PHY chip if our
porting to a new board is based on the AdderII source?

thank u all the folks for having a look at the doubt..

regards,
jk 

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

-- 
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss



More information about the Ecos-discuss mailing list