From owner-cvs-all Tue Sep 25 18:11:39 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 03F6E37B408; Tue, 25 Sep 2001 18:11:33 -0700 (PDT) Received: (from brooks@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8Q1BXu68994; Tue, 25 Sep 2001 18:11:33 -0700 (PDT) (envelope-from brooks) Message-Id: <200109260111.f8Q1BXu68994@freefall.freebsd.org> From: Brooks Davis Date: Tue, 25 Sep 2001 18:11:33 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/pci pci_pci.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG brooks 2001/09/25 18:11:33 PDT Modified files: sys/dev/pci pci_pci.c Log: Add a standard hack in the spirit of PCI_ENABLE_IO_MODES to allow systems with weird PCI-PCI bridge configurations to work. Defining PCI_ALLOW_UNSUPPORTED_IO_RANGE causes the sanity checks to pass even with out of range values. Reviewed by: msmith Revision Changes Path 1.4 +5 -1 src/sys/dev/pci/pci_pci.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message