PERFORCE change 73527 for review

Juli Mallett jmallett at FreeBSD.org
Sat Mar 19 11:29:48 PST 2005


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

Change 73527 by jmallett at jmallett_windward on 2005/03/19 19:29:22

	Quiet down.

Affected files ...

.. //depot/projects/mips/sys/dev/arcs/arcs_dev.c#5 edit

Differences ...

==== //depot/projects/mips/sys/dev/arcs/arcs_dev.c#5 (text+ko) ====

@@ -23,7 +23,7 @@
  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  * SUCH DAMAGE.
  *
- * $P4: //depot/projects/mips/sys/dev/arcs/arcs_dev.c#4 $
+ * $P4: //depot/projects/mips/sys/dev/arcs/arcs_dev.c#5 $
  */
 
 #include <sys/param.h>
@@ -112,11 +112,10 @@
 			      this->Class);
 	}
 	if (device != NULL) {
-		device_printf(parent, "attaching %s\n", device);
 		me = device_add_child(parent, device, unit);
 		if (me != NULL)
 			device_set_softc(me, this);
-	} else {
+	} else if (bootverbose) {
 		device_printf(parent,
 			      "Not attaching ARCS device "
 			      "class %d, type %d, #%d: %s\n",


More information about the p4-projects mailing list