From owner-cvs-all@FreeBSD.ORG Fri Feb 18 17:35:03 2005 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 914AF16A4CE; Fri, 18 Feb 2005 17:35:03 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 64C4743D39; Fri, 18 Feb 2005 17:35:03 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j1IHZ3Wn032039; Fri, 18 Feb 2005 17:35:03 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j1IHZ3Ch032038; Fri, 18 Feb 2005 17:35:03 GMT (envelope-from imp) Message-Id: <200502181735.j1IHZ3Ch032038@repoman.freebsd.org> From: Warner Losh Date: Fri, 18 Feb 2005 17:35:03 +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/pci 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, 18 Feb 2005 17:35:03 -0000 imp 2005-02-18 17:35:03 UTC FreeBSD src repository Modified files: sys/dev/pci pci_pci.c Log: For the I/O port case, we need to set ok to 1 if we have what looks like a valid range. We already do this in the memory case (although the code there is somewhat different than the I/o case because we have to deal with different kinds of memory). Since most laptops don't have non-subtractive bridges, this wasn't seen in practice. Evidentally the Compaq R3000 hits this problem with PC Cards. Some minor style fixes while I'm here. Submitted by: Jung-uk Kim Revision Changes Path 1.34 +15 -8 src/sys/dev/pci/pci_pci.c