Date: Sun, 2 Apr 2006 06:13:52 GMT From: John-Mark Gurney <jmg@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 94447 for review Message-ID: <200604020613.k326DqNQ013425@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=94447 Change 94447 by jmg@jmg_carbon-60 on 2006/04/02 06:13:09 print return.. Affected files ... .. //depot/projects/kmacy_sun4v/src/sys/sun4v/sun4v/hv_pci.c#6 edit Differences ... ==== //depot/projects/kmacy_sun4v/src/sys/sun4v/sun4v/hv_pci.c#6 (text+ko) ==== @@ -169,8 +169,8 @@ r = hvio_config_get(sc->hs_devhandle, HVPCI_BDF(bus, slot, func), reg, width, &data); - printf("read_config(%#x, %#x, %d, %d) = %#x\n", sc->hs_devhandle, - HVPCI_BDF(bus, slot, func), reg, width, data); + printf("%d = read_config(%#x, %#x, %d, %d) = %#x\n", r, + sc->hs_devhandle, HVPCI_BDF(bus, slot, func), reg, width, data); if (r == H_EOK) return data;
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200604020613.k326DqNQ013425>