PERFORCE change 94447 for review

John-Mark Gurney jmg at FreeBSD.org
Sun Apr 2 06:13:53 UTC 2006


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

Change 94447 by jmg at 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;
 


More information about the p4-projects mailing list