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
Marius Strobl
marius at FreeBSD.org
Sat Dec 3 19:52:21 GMT 2005
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
More information about the cvs-src
mailing list