Fixed bug 3596911.

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4961 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
gdisirio 2012-12-23 16:15:43 +00:00
parent 5089bc85d6
commit 09c5cf73dd
2 changed files with 3 additions and 0 deletions

View File

@ -272,8 +272,10 @@ void mac_lld_init(void) {
;
#endif
#if STM32_ETH1_CHANGE_PHY_STATE
/* PHY in power down mode until the driver will be started.*/
mii_write(&ETHD1, MII_BMCR, mii_read(&ETHD1, MII_BMCR) | BMCR_PDOWN);
#endif
/* MAC clocks stopped again.*/
rccDisableETH(FALSE);

View File

@ -85,6 +85,7 @@
- FIX: Fixed warning in STM32 ICU driver using IAR compiler (bug 3598177)
(backported to 2.4.3).
- FIX: Fixed wrong SPI path in platform_f105_f107.mk (bug 3598151).
- FIX: Fixed PHY powerdown issues not fixed (bug 3596911).
- NEW: Added support for Olimex board STM32-LCD.
*** 2.5.1 ***