Date: Fri, 27 May 2005 19:31:00 +0000 (UTC) From: John Baldwin <jhb@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: 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 Message-ID: <200505271931.j4RJV0nN018111@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200505271931.j4RJV0nN018111>