cvs commit: src/sys/dev/uart
uart_cpu_sparc64.csrc/sys/sparc64/include
ofw_machdep.h src/sys/sparc64/sparc64 ofw_machdep.c
Marius Strobl
marius at FreeBSD.org
Sat Feb 12 19:13:52 GMT 2005
marius 2005-02-12 19:13:51 UTC
FreeBSD src repository
Modified files:
sys/dev/uart uart_cpu_sparc64.c
sys/sparc64/include ofw_machdep.h
sys/sparc64/sparc64 ofw_machdep.c
Log:
- Re-write OF_decode_addr() with a bus-neutral approach, adding support
for nodes hanging off of Central (untested), FireHose (untested) and
PCI (tested) busses.
- Add an additional parameter to OF_decode_addr() which specifies the
index of the register bank to decode.
These should allow to eventually add support for the Z8530 hanging off of
FireHose to uart(4) and to write support for PCI-based graphics adapters.
Suggested by: tmm (back in '03)
Revision Changes Path
1.17 +1 -1 src/sys/dev/uart/uart_cpu_sparc64.c
1.6 +1 -2 src/sys/sparc64/include/ofw_machdep.h
1.13 +175 -84 src/sys/sparc64/sparc64/ofw_machdep.c
More information about the cvs-src
mailing list