Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 18 May 2002 23:25:15 -0700 (PDT)
From:      Peter Wemm <peter@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 11523 for review
Message-ID:  <200205190625.g4J6PFT53264@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://people.freebsd.org/~peter/p4db/chv.cgi?CH=11523

Change 11523 by peter@peter_ia64 on 2002/05/18 23:24:26

	add boot_serial and boot_multicons variables since the machine
	at work has got a keyboard plugged in and I'll be damned if I want
	to go and drive in and unplug it.  And I keep missing the boot
	prompt and getting no console on the serial port. Grrr.

Affected files ...

... //depot/projects/ia64/sys/boot/efi/libefi/bootinfo.c#5 edit

Differences ...

==== //depot/projects/ia64/sys/boot/efi/libefi/bootinfo.c#5 (text+ko) ====

@@ -55,6 +55,8 @@
     {"boot_gdb",	RB_GDB},
     {"boot_single",	RB_SINGLE},
     {"boot_verbose",	RB_VERBOSE},
+    {"boot_multicons",	RB_MULTIPLE},
+    {"boot_serial",	RB_SERIAL},
     {NULL,	0}
 };
 

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe p4-projects" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200205190625.g4J6PFT53264>