From owner-cvs-all@FreeBSD.ORG Fri Apr 9 13:41:19 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7954616A4CF; Fri, 9 Apr 2004 13:41:19 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5D9D143D1D; Fri, 9 Apr 2004 13:41:19 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i39KfJGe041791; Fri, 9 Apr 2004 13:41:19 -0700 (PDT) (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i39KfJ99041790; Fri, 9 Apr 2004 13:41:19 -0700 (PDT) (envelope-from imp) Message-Id: <200404092041.i39KfJ99041790@repoman.freebsd.org> From: Warner Losh Date: Fri, 9 Apr 2004 13:41:19 -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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Apr 2004 20:41:19 -0000 imp 2004/04/09 13:41:19 PDT FreeBSD src repository Modified files: sys/dev/pci pci.c Log: Only print state change message for real state changes. When we set a device in D0 to D0, that's a no-op, however the messages seem to be confusing some people. Eventually, these messages will be parked behind a if (bootverbose). # I don't think this will fix any real bugs... Revision Changes Path 1.239 +10 -6 src/sys/dev/pci/pci.c