From owner-cvs-src@FreeBSD.ORG Thu May 20 23:03:40 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 D26E816A4CE; Thu, 20 May 2004 23:03:40 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B450E43D1D; Thu, 20 May 2004 23:03:40 -0700 (PDT) (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 i4L63Rm0052476; Thu, 20 May 2004 23:03:27 -0700 (PDT) (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i4L63R7Q052475; Thu, 20 May 2004 23:03:27 -0700 (PDT) (envelope-from imp) Message-Id: <200405210603.i4L63R7Q052475@repoman.freebsd.org> From: Warner Losh Date: Thu, 20 May 2004 23:03:27 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/pci pci.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: Fri, 21 May 2004 06:03:41 -0000 imp 2004/05/20 23:03:27 PDT FreeBSD src repository Modified files: sys/dev/pci pci.c Log: make the pci power state and resource code a lot less chatty. The chattiness was left in for debugging, but now that nearly all of the problems relating to the changes have been fixed, it is only annoying. It is still available via bootverbose. Prodded by: jhb Revision Changes Path 1.251 +28 -17 src/sys/dev/pci/pci.c