Date: Thu, 20 May 1999 08:33:36 -0700 (PDT) From: Andrew Gallatin <gallatin@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/alpha dec_2100_a50.c dec_axppci_33.c src/sys/alpha/include chipset.h src/sys/alpha/pci apecs.c apecs_pci.c cia.c cia_pci.c lca.c lca_pci.c pcibus.c src/sys/alpha/tlsb dwlpx.c src/sys/pci pci.c pcisupport.c pcivar.h Message-ID: <199905201533.IAA46772@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
gallatin 1999/05/20 08:33:35 PDT Modified files: sys/alpha/alpha dec_2100_a50.c dec_axppci_33.c sys/alpha/include chipset.h sys/alpha/pci apecs.c apecs_pci.c cia.c cia_pci.c lca.c lca_pci.c pcibus.c sys/alpha/tlsb dwlpx.c sys/pci pci.c pcisupport.c pcivar.h Log: Add support for multiple PCI "hoses" used on various alpha platforms. The specific intent of this commit is to pave the way for importing Compaq XP1000 support. These changes should not affect the i386 port. Reviewed by: Doug Rabson <dfr@nlsystems.com> (actually, he walked me through most of it & deserves more than reviewd-by credit ) Revision Changes Path 1.3 +1 -1 src/sys/alpha/alpha/dec_2100_a50.c 1.3 +2 -2 src/sys/alpha/alpha/dec_axppci_33.c 1.8 +7 -7 src/sys/alpha/include/chipset.h 1.8 +13 -13 src/sys/alpha/pci/apecs.c 1.3 +13 -1 src/sys/alpha/pci/apecs_pci.c 1.18 +13 -13 src/sys/alpha/pci/cia.c 1.3 +13 -1 src/sys/alpha/pci/cia_pci.c 1.9 +7 -7 src/sys/alpha/pci/lca.c 1.3 +13 -1 src/sys/alpha/pci/lca_pci.c 1.14 +15 -9 src/sys/alpha/pci/pcibus.c 1.10 +7 -7 src/sys/alpha/tlsb/dwlpx.c 1.104 +37 -2 src/sys/pci/pci.c 1.112 +15 -1 src/sys/pci/pcisupport.c 1.33 +30 -1 src/sys/pci/pcivar.h 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?199905201533.IAA46772>