From nobody@FreeBSD.org  Fri Apr 30 11:25:27 2004
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 53E7F16A4CE
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 30 Apr 2004 11:25:27 -0700 (PDT)
Received: from www.freebsd.org (www.freebsd.org [216.136.204.117])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 47A5843D58
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 30 Apr 2004 11:25:27 -0700 (PDT)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.12.11/8.12.11) with ESMTP id i3UIPQR3071227
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 30 Apr 2004 11:25:26 -0700 (PDT)
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.12.11/8.12.11/Submit) id i3UIPQ8A071226;
	Fri, 30 Apr 2004 11:25:26 -0700 (PDT)
	(envelope-from nobody)
Message-Id: <200404301825.i3UIPQ8A071226@www.freebsd.org>
Date: Fri, 30 Apr 2004 11:25:26 -0700 (PDT)
From: Jamin Brown <alec@gwi.net>
To: freebsd-gnats-submit@FreeBSD.org
Subject: Handbook Serial Console Page doesn't list how to recompile boot blocks.
X-Send-Pr-Version: www-2.3

>Number:         66117
>Category:       docs
>Synopsis:       Handbook Serial Console Page doesn't list how to recompile boot blocks.
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    keramida
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Apr 30 11:30:17 PDT 2004
>Closed-Date:    Thu Jul 08 05:28:51 GMT 2004
>Last-Modified:  Thu Jul 08 05:28:51 GMT 2004
>Originator:     Jamin Brown
>Release:        4.9-RELEASE-p4
>Organization:
>Environment:
>Description:
Neither the pages at http://www.freebsd.org/doc/handbook/serialconsole-setup.html nor http://www.freebsd.org/doc/handbook/boot-blocks.html detail how to recompile boot blocks for when an option like BOOT_COMCONSOLE_SPEED is updated in make.conf
>How-To-Repeat:
      
>Fix:
Add documentation that explains that:

cd /usr/src/sys/boot/i386/boot2
make clean
make all install

are needed before 'disklabel -B diskslice' if you are trying to compile boot blocks with custom settings like an updated COM_CONSOLE_SPEED.
>Release-Note:
>Audit-Trail:

From: Ceri Davies <ceri@submonkey.net>
To: Jamin Brown <alec@gwi.net>
Cc: freebsd-gnats-submit@FreeBSD.org
Subject: Re: docs/66117: Handbook Serial Console Page doesn't list how to recompile boot blocks.
Date: Fri, 30 Apr 2004 19:37:14 +0100

 On Fri, Apr 30, 2004 at 11:25:26AM -0700, Jamin Brown wrote:
 > >Fix:
 > Add documentation that explains that:
 > 
 > cd /usr/src/sys/boot/i386/boot2
 > make clean
 > make all install
 > 
 > are needed before 'disklabel -B diskslice' if you are trying to compile boot blocks with custom settings like an updated COM_CONSOLE_SPEED.
 
 It should also be noted that the "-o packet" option is required
 if you have a "large" disk.
 
 Ceri
 
 -- 

From: Giorgos Keramidas <keramida@FreeBSD.org>
To: Jamin Brown <alec@gwi.net>
Cc: bug-followup@FreeBSD.org
Subject: Re: docs/66117: Handbook Serial Console Page doesn't list how to recompile boot blocks.
Date: Thu, 8 Jul 2004 01:27:33 +0300

 > Add documentation that explains that:
 >
 > cd /usr/src/sys/boot/i386/boot2
 > make clean
 > make all install
 
 There is documentation about doing exactly this thing a few lines below.
 Is a cross-reference ok (to avoid repeating things)?
 
 %%
 Index: chapter.sgml
 ===================================================================
 RCS file: /home/ncvs/doc/en_US.ISO8859-1/books/handbook/serialcomms/chapter.sgml,v
 retrieving revision 1.88
 diff -u -r1.88 chapter.sgml
 --- chapter.sgml	6 Jun 2004 18:17:07 -0000	1.88
 +++ chapter.sgml	7 Jul 2004 22:21:55 -0000
 @@ -2442,7 +2442,12 @@
  	  blocks:</para>
  
  	<programlisting>BOOT_COMCONSOLE_SPEED=19200</programlisting>
 -  
 +
 +	<para>Changing <makevar>BOOT_COMCONSOLE_SPEED</makevar> in
 +	  <filename>make.conf</filename> might require building and
 +	  installing new boot blocks.
 +	  See <xref linkend="serialconsole-com2"> for details.</para>
 +
  	<para>If the serial console is configured in some other way than by
  	  booting with <option>-h</option>, or if the serial console used by
  	  the kernel is different from the one used by the boot blocks, then
 %%
State-Changed-From-To: open->closed 
State-Changed-By: keramida 
State-Changed-When: Thu Jul 8 05:28:05 GMT 2004 
State-Changed-Why:  
Committed the <xref> patch.  Thanks! 


Responsible-Changed-From-To: freebsd-doc->keramida 
Responsible-Changed-By: keramida 
Responsible-Changed-When: Thu Jul 8 05:28:05 GMT 2004 
Responsible-Changed-Why:  

http://www.freebsd.org/cgi/query-pr.cgi?pr=66117 
>Unformatted:
