Date: Wed, 23 May 2001 12:44:18 -0700 (PDT) From: Doug Rabson <dfr@FreeBSD.org> 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 Message-ID: <200105231944.f4NJiIC07464@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200105231944.f4NJiIC07464>