diff options
| author | Evan Lojewski <github@meklort.com> | 2020-12-13 12:02:36 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-12-13 12:02:36 -0700 |
| commit | 0a181e22a50bbfd8200109b5d85a0010971c69ea (patch) | |
| tree | 8f6b171db9fd3d7565bb0f986101fcbea38c101d /simulator/bcm5719_MII.cpp | |
| parent | 987ba8bdfce8e1ecc90f5bfb692e36d11a65a6ee (diff) | |
| download | bcm5719-ortega-0a181e22a50bbfd8200109b5d85a0010971c69ea.tar.gz bcm5719-ortega-0a181e22a50bbfd8200109b5d85a0010971c69ea.zip | |
mii: Add Auto-Power Down register as defined in the tg3 driver. (#190)
Diffstat (limited to 'simulator/bcm5719_MII.cpp')
| -rw-r--r-- | simulator/bcm5719_MII.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/simulator/bcm5719_MII.cpp b/simulator/bcm5719_MII.cpp index a072f9c..db769bf 100644 --- a/simulator/bcm5719_MII.cpp +++ b/simulator/bcm5719_MII.cpp @@ -10,7 +10,7 @@ /// //////////////////////////////////////////////////////////////////////////////// /// -/// @copyright Copyright (c) 2018, Evan Lojewski +/// @copyright Copyright (c) 2020, Evan Lojewski /// @cond /// /// All rights reserved. @@ -125,5 +125,7 @@ void init_bcm5719_MII(void) /** @brief Bitmap for @ref MII_t.MiscellaneousControl. */ + /** @brief Bitmap for @ref MII_t.AutoPowerDown. */ + } |

