et(4): Fix a typo in a source code comment
- s/Diable/Disable/ MFC after: 3 days
This commit is contained in:
+1
-1
@@ -2699,7 +2699,7 @@ et_suspend(device_t dev)
|
|||||||
ET_LOCK(sc);
|
ET_LOCK(sc);
|
||||||
if ((if_getdrvflags(sc->ifp) & IFF_DRV_RUNNING) != 0)
|
if ((if_getdrvflags(sc->ifp) & IFF_DRV_RUNNING) != 0)
|
||||||
et_stop(sc);
|
et_stop(sc);
|
||||||
/* Diable all clocks and put PHY into COMA. */
|
/* Disable all clocks and put PHY into COMA. */
|
||||||
pmcfg = CSR_READ_4(sc, ET_PM);
|
pmcfg = CSR_READ_4(sc, ET_PM);
|
||||||
pmcfg &= ~(EM_PM_GIGEPHY_ENB | ET_PM_SYSCLK_GATE | ET_PM_TXCLK_GATE |
|
pmcfg &= ~(EM_PM_GIGEPHY_ENB | ET_PM_SYSCLK_GATE | ET_PM_TXCLK_GATE |
|
||||||
ET_PM_RXCLK_GATE);
|
ET_PM_RXCLK_GATE);
|
||||||
|
|||||||
Reference in New Issue
Block a user