Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 May 2009 21:15:27 +0000 (UTC)
From:      Oleksandr Tymoshenko <gonzo@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-projects@freebsd.org
Subject:   svn commit: r192117 - projects/mips/sys/mips/atheros
Message-ID:  <200905142115.n4ELFRRb002510@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200905142115.n4ELFRRb002510>