diff options
Diffstat (limited to 'drivers/net/tigon3.c')
| -rw-r--r-- | drivers/net/tigon3.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/drivers/net/tigon3.c b/drivers/net/tigon3.c index ab448b0f8..e4e004eed 100644 --- a/drivers/net/tigon3.c +++ b/drivers/net/tigon3.c @@ -2247,7 +2247,7 @@ LM_STATUS LM_ResetAdapter (PLM_DEVICE_BLOCK pDevice)  	REG_WR (pDevice, Grc.Mode, Value32);  	/* Setup the timer prescalar register. */ -	REG_WR (pDevice, Grc.MiscCfg, 65 << 1);	/* Clock is alwasy 66Mhz. */ +	REG_WR (pDevice, Grc.MiscCfg, 65 << 1);	/* Clock is alwasy 66MHz. */  	/* Set up the MBUF pool base address and size. */  	REG_WR (pDevice, BufMgr.MbufPoolAddr, pDevice->MbufBase); |