cvs commit: src/sys/boot/common console.c loader.8
src/sys/boot/i386/libi386 bootinfo.c src/sys/boot/i386/loader
main.c src/sys/boot/pc98/loader main.c
John Baldwin
jhb at FreeBSD.org
Fri May 27 12:31:00 PDT 2005
jhb 2005-05-27 19:31:00 UTC
FreeBSD src repository
Modified files:
sys/boot/common console.c loader.8
sys/boot/i386/libi386 bootinfo.c
sys/boot/i386/loader main.c
sys/boot/pc98/loader main.c
Log:
- Add support to the loader for multiple consoles.
- Teach the i386 and pc98 loaders to honor multiple console requests from
their respective boot2 binaries so that the same console(s) are used in
both boot2 and the loader.
- Since the kernel doesn't support multiple consoles, whichever console is
listed first is treated as the "primary" console and is passed to the
kernel in the boot_howto flags.
PR: kern/66425
Submitted by: Gavin Atkinson gavin at ury dot york dot ac dot uk
MFC after: 1 week
Revision Changes Path
1.7 +93 -39 src/sys/boot/common/console.c
1.80 +6 -1 src/sys/boot/common/loader.8
1.37 +31 -5 src/sys/boot/i386/libi386/bootinfo.c
1.31 +8 -4 src/sys/boot/i386/loader/main.c
1.20 +8 -4 src/sys/boot/pc98/loader/main.c
More information about the cvs-src
mailing list