1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-02-05 18:05:16 +00:00

Yukon Ultra2 has 126MHz clock.

This commit is contained in:
Pyun YongHyeon 2010-01-22 20:15:49 +00:00
parent a91981e4ba
commit 84e3651eb3
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=202827

View File

@ -1750,7 +1750,7 @@ mskc_attach(device_t dev)
sc->msk_pflags |= MSK_FLAG_JUMBO;
break;
case CHIP_ID_YUKON_UL_2:
sc->msk_clock = 156; /* 156 MHz */
sc->msk_clock = 125; /* 125 MHz */
sc->msk_pflags |= MSK_FLAG_JUMBO;
break;
default: