I.MX6 开启 1000Mb/s interface

简介: /*********************************************************************** * I.MX6 开启 1000Mb/s interface * 说明: * 最近出现1000Mb/s网卡不用的现象,于是tony对这个问题进行了解决。
/***********************************************************************
 *                  I.MX6 开启 1000Mb/s interface 
 * 说明:
 *     最近出现1000Mb/s网卡不用的现象,于是tony对这个问题进行了解决。
 *
 *                                     2016-4-20 深圳 南山平山村 曾剑锋
 **********************************************************************/

一、参考文档:
    imx6 ar8031 千兆网卡不能用
        http://www.cnblogs.com/helloworldtoyou/p/5406913.html

二、cat drivers/net/fec.c
    ......
    static int fec_enet_mii_probe(struct net_device *ndev)
    {
        /* mask with MAC supported features */
        if (cpu_is_mx6q() || cpu_is_mx6dl())
            //phy_dev->supported &= PHY_BASIC_FEATURES;
            phy_dev->supported &= PHY_GBIT_FEATURES;
        else
            phy_dev->supported &= PHY_BASIC_FEATURES;
    }
    ......

 

目录
打赏
0
0
0
0
12
分享
相关文章
GB/T28181-2022协议版本标识X-GB-Ver解读
GB28181-2022相对2016,其中有个变化是:报文中携带协议版本标识 X-GB-Ver:3.0(3.0-2022 2.0-2016)
234 0
|
25天前
|
git 使用之remote: File [4e21e71a555febaa4dfaaa05cf7eeb606ea96ae2] size 104.090MB, exceeds quota 100MB remote: Please remove the file[s] from history and try again 报错如何解决-优雅草卓伊凡
git 使用之remote: File [4e21e71a555febaa4dfaaa05cf7eeb606ea96ae2] size 104.090MB, exceeds quota 100MB remote: Please remove the file[s] from history and try again 报错如何解决-优雅草卓伊凡
63 3
git 使用之remote: File [4e21e71a555febaa4dfaaa05cf7eeb606ea96ae2] size 104.090MB, exceeds quota 100MB remote: Please remove the file[s] from history and try again 报错如何解决-优雅草卓伊凡
Android编译出现Warning: Mapping new ns to old ns的解决方案
Android编译出现Warning: Mapping new ns to old ns的解决方案
542 3
安装并启用Active Directory域服务与DNS服务
为了使用Windows AD/ACL,首先需要在VPC内创建一个Active Directory域服务控制器。本文分步骤说明了如何在Windows Server系统中从头开始安装与配置AD域服务和相应的DNS服务
7663 1
AI助理

你好,我是AI助理

可以解答问题、推荐解决方案等