svn commit: r192117 - projects/mips/sys/mips/atheros

Oleksandr Tymoshenko gonzo at FreeBSD.org
Thu May 14 21:15:28 UTC 2009


Author: gonzo
Date: Thu May 14 21:15:27 2009
New Revision: 192117
URL: http://svn.freebsd.org/changeset/base/192117

Log:
  - Remove garbage debug output

Modified:
  projects/mips/sys/mips/atheros/apb.c

Modified: projects/mips/sys/mips/atheros/apb.c
==============================================================================
--- projects/mips/sys/mips/atheros/apb.c	Thu May 14 20:59:36 2009	(r192116)
+++ projects/mips/sys/mips/atheros/apb.c	Thu May 14 21:15:27 2009	(r192117)
@@ -166,8 +166,6 @@ apb_alloc_resource(device_t bus, device_
 		return (BUS_ALLOC_RESOURCE(device_get_parent(bus), child, type,
 		    rid, start, end, count, flags));
 
-	printf("not pass through\n");
-
 	/*
 	 * If this is an allocation of the "default" range for a given RID,
 	 * and we know what the resources for this device are (ie. they aren't


More information about the svn-src-projects mailing list