From owner-cvs-src@FreeBSD.ORG Wed Oct 6 07:26:52 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 C58DC16A4CE; Wed, 6 Oct 2004 07:26:52 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A427D43D5D; Wed, 6 Oct 2004 07:26:52 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i967QqKT014917; Wed, 6 Oct 2004 07:26:52 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i967Qqiv014916; Wed, 6 Oct 2004 07:26:52 GMT (envelope-from imp) Message-Id: <200410060726.i967Qqiv014916@repoman.freebsd.org> From: Warner Losh Date: Wed, 6 Oct 2004 07:26:52 +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/acpica acpi_pcib_acpi.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: Wed, 06 Oct 2004 07:26:52 -0000 imp 2004-10-06 07:26:52 UTC FreeBSD src repository Modified files: sys/dev/acpica acpi_pcib_acpi.c Log: For older systems with ACPI which don't have a pci <-> pci bridge, allocate unallocated memory resources from the top 32MB of the address space rather than the top 2GB. While the latter works on some chipsets, it fails badly on others. 32MB is more conservative and matches what cheap harware from this era is hardwired to pass. Revision Changes Path 1.41 +3 -3 src/sys/dev/acpica/acpi_pcib_acpi.c