Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/i386/stand/biosboot Add support for on-the-fly swit...



details:   https://anonhg.NetBSD.org/src/rev/64d37a81c549
branches:  trunk
changeset: 486099:64d37a81c549
user:      jhawk <jhawk%NetBSD.org@localhost>
date:      Sat May 13 05:31:00 2000 +0000

description:
Add support for on-the-fly switching of console devices interactively
from biosboot via the "consdev" command.

diffstat:

 sys/arch/i386/stand/biosboot/version |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (14 lines):

diff -r 15bc4107a383 -r 64d37a81c549 sys/arch/i386/stand/biosboot/version
--- a/sys/arch/i386/stand/biosboot/version      Sat May 13 05:27:21 2000 +0000
+++ b/sys/arch/i386/stand/biosboot/version      Sat May 13 05:31:00 2000 +0000
@@ -1,8 +1,9 @@
-$NetBSD: version,v 1.6 1999/01/28 20:12:49 christos Exp $
+$NetBSD: version,v 1.7 2000/05/13 05:31:00 jhawk Exp $
 
 NOTE ANY CHANGES YOU MAKE TO THE BOOTBLOCKS HERE.  The format of this
 file is important.  Make sure the current version number is on line 6.
 
+2.7:   Support on-the-fly switching of console devices.
 2.6:   Support ELF boot.
 2.5:   Support ustarfs boot.
 2.4:   Support BIOS Int13-Extensions.



Home | Main Index | Thread Index | Old Index