cvs commit: src/sys/boot/sparc64/loader metadata.c src/sys/dev/uart
uart_cpu_sparc64.c
Marius Strobl
marius at FreeBSD.org
Sat Aug 27 15:52:06 GMT 2005
marius 2005-08-27 15:52:05 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_6)
sys/boot/sparc64/loader metadata.c
sys/dev/uart uart_cpu_sparc64.c
Log:
MFC: sys/boot/sparc64/loader/metadata.c 1.14,
sys/dev/uart/uart_cpu_sparc64.c 1.21
- Change the code that determines whether to use a serial console and
which serial device to use in that case respectively to not rely on
the OFW names of the input/output and stdin/stdout devices. While at
it save on some variables and for sys/boot/sparc64/loader/metadata.c
move the code in question to a new function md_bootserial() so it can
be kept in sync with uart_cpu_getdev_console() more easily.
- Adjust the size of some buffers.
- Remove the package handle of the '/options' node from the argument
list of uart_cpu_getdev_dbgport().
Approved by: re (scottl)
Revision Changes Path
1.13.2.1 +41 -17 src/sys/boot/sparc64/loader/metadata.c
1.19.2.1 +21 -21 src/sys/dev/uart/uart_cpu_sparc64.c
More information about the cvs-src
mailing list