From owner-svn-src-projects@FreeBSD.ORG Thu May 14 21:15:28 2009 Return-Path: Delivered-To: svn-src-projects@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 208C51065670; Thu, 14 May 2009 21:15:28 +0000 (UTC) (envelope-from gonzo@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 0FBA58FC1E; Thu, 14 May 2009 21:15:28 +0000 (UTC) (envelope-from gonzo@FreeBSD.org) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id n4ELFRAo002511; Thu, 14 May 2009 21:15:27 GMT (envelope-from gonzo@svn.freebsd.org) Received: (from gonzo@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id n4ELFRRb002510; Thu, 14 May 2009 21:15:27 GMT (envelope-from gonzo@svn.freebsd.org) Message-Id: <200905142115.n4ELFRRb002510@svn.freebsd.org> From: Oleksandr Tymoshenko Date: Thu, 14 May 2009 21:15:27 +0000 (UTC) To: src-committers@freebsd.org, svn-src-projects@freebsd.org X-SVN-Group: projects MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r192117 - projects/mips/sys/mips/atheros X-BeenThere: svn-src-projects@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the src " projects" tree" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 May 2009 21:15:28 -0000 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