PERFORCE change 71612 for review

John-Mark Gurney jmg at FreeBSD.org
Tue Feb 22 15:16:37 PST 2005


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

Change 71612 by jmg at jmg_carbon on 2005/02/22 23:16:17

	add from hint to the adding line to make it obvious where we got it
	from

Affected files ...

.. //depot/projects/arm/src/sys/arm/ep93xx/ep93xx.c#7 edit

Differences ...

==== //depot/projects/arm/src/sys/arm/ep93xx/ep93xx.c#7 (text+ko) ====

@@ -135,7 +135,8 @@
 	i = 0;
 	while ((resource_find_match(&i, &dname, &dunit, "at", buf)) == 0) {
 		if (bootverbose)
-			printf("adding %s%d on %s\n", dname, dunit, buf);
+			printf("adding %s%d on %s from hint\n", dname, dunit,
+			    buf);
 		ahpb_add_child(bus, dname, dunit);
 	}
 


More information about the p4-projects mailing list