From owner-cvs-src@FreeBSD.ORG Sun Apr 11 00:02:50 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 854F316A4CE; Sun, 11 Apr 2004 00:02:50 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 65B8343D41; Sun, 11 Apr 2004 00:02:50 -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 i3B72oGe081396; Sun, 11 Apr 2004 00:02:50 -0700 (PDT) (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3B72oeY081395; Sun, 11 Apr 2004 00:02:50 -0700 (PDT) (envelope-from imp) Message-Id: <200404110702.i3B72oeY081395@repoman.freebsd.org> From: Warner Losh Date: Sun, 11 Apr 2004 00:02:50 -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: Sun, 11 Apr 2004 07:02:50 -0000 imp 2004/04/11 00:02:50 PDT FreeBSD src repository Modified files: sys/dev/pci pci.c Log: Add system tunable to turn off power state changes. Default to off until we get the resource allocation stuff hammered out. Fix and off by one error that caused unnecessary filtering of valid BARs for only 4 bytes than ICH3 and other PCI IDE controllers have. Andrew Gallatin submitted this, although it doesn't solve the problems ICH3 controllers have with the new code, it does restore the former resource list on the probe line. Revision Changes Path 1.240 +48 -15 src/sys/dev/pci/pci.c