From owner-cvs-src@FreeBSD.ORG Sat Nov 13 23:39:56 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BF6D016A4CE; Sat, 13 Nov 2004 23:39:56 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9DBFE43D46; Sat, 13 Nov 2004 23:39:56 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id iADNdu9J033354; Sat, 13 Nov 2004 23:39:56 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id iADNduZd033353; Sat, 13 Nov 2004 23:39:56 GMT (envelope-from imp) Message-Id: <200411132339.iADNduZd033353@repoman.freebsd.org> From: Warner Losh Date: Sat, 13 Nov 2004 23:39:56 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/acpica acpi_snc.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Nov 2004 23:39:56 -0000 imp 2004-11-13 23:39:56 UTC FreeBSD src repository Modified files: sys/dev/acpica acpi_snc.c Log: Kill ACPI_FUNCTION_TRACE. It is killing the tinderbox build, and it isn't worth adding to the modules lists that we have to hard code for this to work. Since we print PID right away, we have a trace point already. Minor knf while I'm here. Revision Changes Path 1.2 +6 -10 src/sys/dev/acpica/acpi_snc.c