Date: Sat, 3 Dec 2005 19:52:21 +0000 (UTC) From: Marius Strobl <marius@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sparc64/include ofw_upa.h src/sys/sparc64/pci ofw_pci.h psycho.c src/sys/sparc64/isa ofw_isa.c Message-ID: <200512031952.jB3JqLVd061313@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
marius 2005-12-03 19:52:21 UTC FreeBSD src repository Modified files: sys/sparc64/include ofw_upa.h sys/sparc64/pci ofw_pci.h psycho.c sys/sparc64/isa ofw_isa.c Log: - Move the declaration of struct upa_ranges and the UPA_RANGE_* macros from sys/sparc64/include/ofw_upa.h to sys/sparc64/pci/ofw_pci.h and rename them to struct ofw_pci_ranges and OFW_PCI_RANGE_* respectively. This ranges struct only applies to host-PCI bridges but no to other bridges found on UPA. At the same time it applies to all host-PCI bridges regardless of whether the interconnection bus is Fireplane/ Safari, JBus or UPA. - While here rename the PCI_CS_* macros in sys/sparc64/pci/ofw_pci.h to OFW_PCI_CS_* in order to be consistent and change this header to use uintXX_t instead of u_intXX_t. Revision Changes Path 1.5 +0 -18 src/sys/sparc64/include/ofw_upa.h 1.11 +2 -2 src/sys/sparc64/isa/ofw_isa.c 1.10 +24 -6 src/sys/sparc64/pci/ofw_pci.h 1.58 +10 -10 src/sys/sparc64/pci/psycho.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200512031952.jB3JqLVd061313>