From owner-cvs-all@FreeBSD.ORG Tue Apr 15 12:38:19 2003 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 0AE7437B401; Tue, 15 Apr 2003 12:38:19 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 983A143F3F; Tue, 15 Apr 2003 12:38:18 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3FJcI0U030558; Tue, 15 Apr 2003 12:38:18 -0700 (PDT) (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3FJcIvk030557; Tue, 15 Apr 2003 12:38:18 -0700 (PDT) Message-Id: <200304151938.h3FJcIvk030557@repoman.freebsd.org> From: Warner Losh Date: Tue, 15 Apr 2003 12:38:18 -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: Tue, 15 Apr 2003 19:38:19 -0000 imp 2003/04/15 12:38:18 PDT FreeBSD src repository Modified files: sys/dev/pci pci.c Log: When the driver allocates memory or I/O ports, enable that bit in the command config register. At the present, this represents a nop because these bits should have been set earlier in the process. In the future, we'll only set these bits when the driver requests the resource, not when the bus code detects the resource. Reviewed by: mdodd Revision Changes Path 1.213 +26 -14 src/sys/dev/pci/pci.c