From owner-p4-projects Sat May 18 23:25:20 2002 Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 2FA3437B409; Sat, 18 May 2002 23:25:16 -0700 (PDT) Delivered-To: perforce@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 766B637B40B for ; Sat, 18 May 2002 23:25:15 -0700 (PDT) Received: (from perforce@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4J6PFT53264 for perforce@freebsd.org; Sat, 18 May 2002 23:25:15 -0700 (PDT) (envelope-from peter@freebsd.org) Date: Sat, 18 May 2002 23:25:15 -0700 (PDT) Message-Id: <200205190625.g4J6PFT53264@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: perforce set sender to peter@freebsd.org using -f From: Peter Wemm Subject: PERFORCE change 11523 for review To: Perforce Change Reviews Sender: owner-p4-projects@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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