Date: Tue, 22 Feb 2005 23:16:36 GMT From: John-Mark Gurney <jmg@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 71612 for review Message-ID: <200502222316.j1MNGab1088709@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=71612 Change 71612 by jmg@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); }
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200502222316.j1MNGab1088709>