Don't tweak DSP on the ..16 chips.

This commit is contained in:
Poul-Henning Kamp 2005-01-06 23:56:13 +00:00
parent 4ce7885f87
commit 41166e0488
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=139808

View file

@ -2012,7 +2012,7 @@ sis_initl(struct sis_softc *sc)
SIS_SETBIT(sc, SIS_TX_CFG, SIS_TXCFG_MPII03D);
}
if (sc->sis_type == SIS_TYPE_83815 &&
if (sc->sis_type == SIS_TYPE_83815 && sc->sis_srr < NS_SRR_16A &&
IFM_SUBTYPE(mii->mii_media_active) == IFM_100_TX) {
uint32_t reg;