From owner-cvs-all Thu Jul 9 01:57:08 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA19080 for cvs-all-outgoing; Thu, 9 Jul 1998 01:57:08 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.15.68.22]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA19066; Thu, 9 Jul 1998 01:56:54 -0700 (PDT) (envelope-from bde@godzilla.zeta.org.au) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.7/8.8.7) id SAA29631; Thu, 9 Jul 1998 18:56:52 +1000 Date: Thu, 9 Jul 1998 18:56:52 +1000 From: Bruce Evans Message-Id: <199807090856.SAA29631@godzilla.zeta.org.au> To: cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, cvs-sbin@FreeBSD.ORG, phk@FreeBSD.ORG Subject: Re: cvs commit: src/sbin/reboot boot_i386.8 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk > Modified files: > sbin/reboot boot_i386.8 > Log: > The '-h' option cannot toggle the kernel from a serial console > if the kernel was built with COMCONSOLE > > PR: 7202 > Reviewed by: phk > Submitted by: Greg A. Woods > > Revision Changes Path > 1.12 +4 -2 src/sbin/reboot/boot_i386.8 COMCONSOLE hasn't existed for more than a year in -current. There's a device flag instead. There is no reason to use COMCONSOLE or the flag except to break the -h toggle. This may be better explained in biosboot/README.serial. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message