From owner-cvs-all Wed May 23 12:44:22 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 E959337B422; Wed, 23 May 2001 12:44:18 -0700 (PDT) (envelope-from dfr@FreeBSD.org) Received: (from dfr@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4NJiIC07464; Wed, 23 May 2001 12:44:18 -0700 (PDT) (envelope-from dfr) Message-Id: <200105231944.f4NJiIC07464@freefall.freebsd.org> From: Doug Rabson Date: Wed, 23 May 2001 12:44:18 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/pci apecs.c apecs_pci.c cia.c cia_pci.c irongate.c irongate_pci.c lca.c lca_pci.c t2.c t2_pci.c tsunami.c tsunami_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 dfr 2001/05/23 12:44:18 PDT Modified files: sys/alpha/pci apecs.c apecs_pci.c cia.c cia_pci.c irongate.c irongate_pci.c lca.c lca_pci.c t2.c t2_pci.c tsunami.c tsunami_pci.c Log: Make sure that all resource allocation is handled in the pcib device, not the chipset. This is already how the multi-hose systems handle resource allocation and it fixes a bug where dense and bwx memory allocations were not handled properly. Reviewed by: gallatin Revision Changes Path 1.19 +1 -36 src/sys/alpha/pci/apecs.c 1.10 +33 -5 src/sys/alpha/pci/apecs_pci.c 1.35 +1 -7 src/sys/alpha/pci/cia.c 1.12 +8 -5 src/sys/alpha/pci/cia_pci.c 1.5 +3 -9 src/sys/alpha/pci/irongate.c 1.6 +7 -5 src/sys/alpha/pci/irongate_pci.c 1.16 +1 -36 src/sys/alpha/pci/lca.c 1.10 +30 -5 src/sys/alpha/pci/lca_pci.c 1.9 +3 -10 src/sys/alpha/pci/t2.c 1.7 +8 -5 src/sys/alpha/pci/t2_pci.c 1.16 +3 -5 src/sys/alpha/pci/tsunami.c 1.12 +4 -3 src/sys/alpha/pci/tsunami_pci.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message