Date: Mon, 11 Dec 2006 00:00:57 GMT From: Sam Leffler <sam@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 111422 for review Message-ID: <200612110000.kBB00vNs073377@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=111422 Change 111422 by sam@sam_ebb on 2006/12/11 00:00:24 revert {'s change too Affected files ... .. //depot/projects/crypto/sys/dev/hifn/hifn7751.c#8 edit Differences ... ==== //depot/projects/crypto/sys/dev/hifn/hifn7751.c#8 (text+ko) ==== @@ -574,12 +574,11 @@ device_printf(sc->sc_dev, "%s, rev %u, %d%cB %cram", hifn_partname(sc), rev, rseg, rbase, sc->sc_drammodel ? 'd' : 's'); - if (sc->sc_flags & HIFN_IS_7956) { + if (sc->sc_flags & HIFN_IS_7956) printf(", pll=0x%x<%s clk, %ux mult>", sc->sc_pllconfig, sc->sc_pllconfig & HIFN_PLL_REF_SEL ? "ext" : "pci", 2 + 2*((sc->sc_pllconfig & HIFN_PLL_ND) >> 11)); - } printf("\n"); sc->sc_cid = crypto_get_driverid(dev, CRYPTOCAP_F_HARDWARE);
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200612110000.kBB00vNs073377>