补充参考资料.

Signed-off-by: chen.yang <chen.yang@yuzhen-iot.com>
This commit is contained in:
chen.yang 2022-04-25 19:04:14 +08:00
parent ebfbd1269c
commit 42f6e255b3

View File

@ -175,3 +175,7 @@ static int really_probe(struct device *dev, struct device_driver *drv)
ret = drv->probe(dev);
}
```
## 外部参考资料
1. [以太网驱动的流程浅析(五)-mii_bus初始化以及phy id的获取](https://www.cnblogs.com/sky-heaven/p/11942921.html)