From 41166e0488b316e7ab1e94a193eaf37080e5df31 Mon Sep 17 00:00:00 2001 From: Poul-Henning Kamp Date: Thu, 6 Jan 2005 23:56:13 +0000 Subject: [PATCH] Don't tweak DSP on the ..16 chips. --- sys/pci/if_sis.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/pci/if_sis.c b/sys/pci/if_sis.c index 22d83b503f7e..d88cd1df72ac 100644 --- a/sys/pci/if_sis.c +++ b/sys/pci/if_sis.c @@ -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;