PERFORCE change 111421 for review

Sam Leffler sam at FreeBSD.org
Sun Dec 10 15:59:58 PST 2006


http://perforce.freebsd.org/chv.cgi?CH=111421

Change 111421 by sam at sam_ebb on 2006/12/10 23:59:28

	revert #if 0 of pllconfig printout

Affected files ...

.. //depot/projects/crypto/sys/dev/hifn/hifn7751.c#7 edit

Differences ...

==== //depot/projects/crypto/sys/dev/hifn/hifn7751.c#7 (text+ko) ====

@@ -575,14 +575,10 @@
 		hifn_partname(sc), rev,
 		rseg, rbase, sc->sc_drammodel ? 'd' : 's');
 	if (sc->sc_flags & HIFN_IS_7956) {
-#if 0
 		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));
-#else
-		printf(", pll=defaulting");
-#endif
 	}
 	printf("\n");
 


More information about the p4-projects mailing list