PERFORCE change 94517 for review

Kip Macy kmacy at FreeBSD.org
Mon Apr 3 07:24:23 UTC 2006


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

Change 94517 by kmacy at kmacy_storage:sun4v_work on 2006/04/03 07:23:18

	fix panic message

Affected files ...

.. //depot/projects/kmacy_sun4v/src/sys/sun4v/sun4v/vnex.c#4 edit

Differences ...

==== //depot/projects/kmacy_sun4v/src/sys/sun4v/sun4v/vnex.c#4 (text+ko) ====

@@ -146,7 +146,7 @@
 
 	node = ofw_bus_get_node(dev);
 	if (node == -1)
-		panic("%s: OF_peer failed.", __func__);
+		panic("%s: ofw_bus_get_node failed.", __func__);
 
 	sc = device_get_softc(dev);
 	sc->sc_intr_rman.rm_type = RMAN_ARRAY;


More information about the p4-projects mailing list