From owner-p4-projects Fri May 24 5:59: 6 2002 Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 5835037B404; Fri, 24 May 2002 05:59:02 -0700 (PDT) Delivered-To: perforce@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9CD5737B403 for ; Fri, 24 May 2002 05:59:01 -0700 (PDT) Received: (from perforce@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4OCx1776294 for perforce@freebsd.org; Fri, 24 May 2002 05:59:01 -0700 (PDT) (envelope-from tmm@freebsd.org) Date: Fri, 24 May 2002 05:59:01 -0700 (PDT) Message-Id: <200205241259.g4OCx1776294@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: perforce set sender to tmm@freebsd.org using -f From: Thomas Moestl Subject: PERFORCE change 11833 for review To: Perforce Change Reviews Sender: owner-p4-projects@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG http://people.freebsd.org/~peter/p4db/chv.cgi?CH=11833 Change 11833 by tmm@tmm_sparc64 on 2002/05/24 05:58:57 printf() -> device_printf() for some debug output. Affected files ... ... //depot/projects/sparc64/sys/dev/gem/if_gem.c#15 edit Differences ... ==== //depot/projects/sparc64/sys/dev/gem/if_gem.c#15 (text+ko) ==== @@ -275,12 +275,12 @@ */ if (sc->sc_phys[1]) { #ifdef GEM_DEBUG - printf("using external phy\n"); + device_printf(sc->sc_dev, "using external phy\n"); #endif sc->sc_mif_config |= GEM_MIF_CONFIG_PHY_SEL; } else { #ifdef GEM_DEBUG - printf("using internal phy\n"); + device_printf(sc->sc_dev, "using internal phy\n"); #endif sc->sc_mif_config &= ~GEM_MIF_CONFIG_PHY_SEL; } To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe p4-projects" in the body of the message