From nobody@FreeBSD.org  Fri Mar  5 20:42:35 2010
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id DC85E106566C
	for <freebsd-gnats-submit@FreeBSD.org>; Fri,  5 Mar 2010 20:42:35 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id B13708FC22
	for <freebsd-gnats-submit@FreeBSD.org>; Fri,  5 Mar 2010 20:42:35 +0000 (UTC)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.3/8.14.3) with ESMTP id o25KgZHt032168
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 5 Mar 2010 20:42:35 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.3/8.14.3/Submit) id o25KgZwG032166;
	Fri, 5 Mar 2010 20:42:35 GMT
	(envelope-from nobody)
Message-Id: <201003052042.o25KgZwG032166@www.freebsd.org>
Date: Fri, 5 Mar 2010 20:42:35 GMT
From: Bruce Cran <bruce@cran.org.uk>
To: freebsd-gnats-submit@FreeBSD.org
Subject: boot(8) should reference uart(4) instead of sio(4)
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         144498
>Category:       docs
>Synopsis:       boot(8) should reference uart(4) instead of sio(4)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    bcr
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Mar 05 20:50:01 UTC 2010
>Closed-Date:    Sun Jul 18 11:08:03 UTC 2010
>Last-Modified:  Sun Jul 18 11:10:08 UTC 2010
>Originator:     Bruce Cran
>Release:        9.0-CURRENT
>Organization:
>Environment:
>Description:
boot(8) refers to sio(4); since uart(4) is now the default serial driver, the manual page should be updated.
>How-To-Repeat:
man 8 boot
>Fix:


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->patched 
State-Changed-By: bcr 
State-Changed-When: Sun Jul 4 20:39:57 UTC 2010 
State-Changed-Why:  
A patch was committed to HEAD. MFC pending, so leave it open until then.  


Responsible-Changed-From-To: freebsd-doc->bcr 
Responsible-Changed-By: bcr 
Responsible-Changed-When: Sun Jul 4 20:39:57 UTC 2010 
Responsible-Changed-Why:  
A patch was committed to HEAD. MFC pending, so leave it open until then.  

http://www.freebsd.org/cgi/query-pr.cgi?pr=144498 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: docs/144498: commit references a PR
Date: Sun,  4 Jul 2010 20:39:20 +0000 (UTC)

 Author: bcr (doc committer)
 Date: Sun Jul  4 20:39:07 2010
 New Revision: 209703
 URL: http://svn.freebsd.org/changeset/base/209703
 
 Log:
   Let boot(8) refer to the uart(4) serial driver, which is the replacement
   for the obsolete sio(4) driver.
   
   PR:             docs/144498
   Submitted by:   Bruce Cran (bruce at cran dot org dot uk)
   Approved by:    marcel
   MFC after:      2 weeks
 
 Modified:
   head/sbin/reboot/boot_i386.8
 
 Modified: head/sbin/reboot/boot_i386.8
 ==============================================================================
 --- head/sbin/reboot/boot_i386.8	Sun Jul  4 19:02:32 2010	(r209702)
 +++ head/sbin/reboot/boot_i386.8	Sun Jul  4 20:39:07 2010	(r209703)
 @@ -36,7 +36,7 @@
  .\"
  .\" $FreeBSD$
  .\"
 -.Dd August 18, 2005
 +.Dd July 4, 2010
  .Dt BOOT 8 i386
  .Os
  .Sh NAME
 @@ -220,14 +220,14 @@ you can use the
  option to force the kernel to use the serial port as its
  console device.
  The serial port driver
 -.Xr sio 4
 +.Xr uart 4
  has a flag (0x20) to override this option.
  If that flag is set, the serial port will always be used as the console,
  regardless of the
  .Fl h
  option described here.
  See the man page for
 -.Xr sio 4
 +.Xr uart 4
  for more details.
  .It Fl m
  mute the console to suppress all console input and output during the
 _______________________________________________
 svn-src-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-src-all
 To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"
 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: docs/144498: commit references a PR
Date: Sun, 18 Jul 2010 10:56:32 +0000 (UTC)

 Author: bcr (doc committer)
 Date: Sun Jul 18 10:56:20 2010
 New Revision: 210218
 URL: http://svn.freebsd.org/changeset/base/210218
 
 Log:
   MFC r209703:
   
   Let boot(8) refer to the uart(4) serial driver, which is the replacement
   for the obsolete sio(4) driver.
   
   PR:             docs/144498
   Submitted by:   Bruce Cran (bruce at cran dot org dot uk)
   Approved by:    marcel
 
 Modified:
   stable/8/sbin/reboot/boot_i386.8
 
 Modified: stable/8/sbin/reboot/boot_i386.8
 ==============================================================================
 --- stable/8/sbin/reboot/boot_i386.8	Sun Jul 18 10:15:33 2010	(r210217)
 +++ stable/8/sbin/reboot/boot_i386.8	Sun Jul 18 10:56:20 2010	(r210218)
 @@ -36,7 +36,7 @@
  .\"
  .\" $FreeBSD$
  .\"
 -.Dd August 18, 2005
 +.Dd July 4, 2010
  .Dt BOOT 8 i386
  .Os
  .Sh NAME
 @@ -220,14 +220,14 @@ you can use the
  option to force the kernel to use the serial port as its
  console device.
  The serial port driver
 -.Xr sio 4
 +.Xr uart 4
  has a flag (0x20) to override this option.
  If that flag is set, the serial port will always be used as the console,
  regardless of the
  .Fl h
  option described here.
  See the man page for
 -.Xr sio 4
 +.Xr uart 4
  for more details.
  .It Fl m
  mute the console to suppress all console input and output during the
 _______________________________________________
 svn-src-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-src-all
 To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"
 
State-Changed-From-To: patched->closed 
State-Changed-By: bcr 
State-Changed-When: Sun Jul 18 11:06:36 UTC 2010 
State-Changed-Why:  
MFC is through, PR closed. Thanks for your submission! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=144498 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: docs/144498: commit references a PR
Date: Sun, 18 Jul 2010 11:03:52 +0000 (UTC)

 Author: bcr (doc committer)
 Date: Sun Jul 18 11:03:32 2010
 New Revision: 210219
 URL: http://svn.freebsd.org/changeset/base/210219
 
 Log:
   MFC r209703:
   
   Let boot(8) refer to the uart(4) serial driver, which is the replacement
   for the obsolete sio(4) driver.
   
   PR:             docs/144498
   Submitted by:   Bruce Cran (bruce at cran dot org dot uk)
   Approved by:    marcel
 
 Modified:
   stable/7/sbin/reboot/boot_i386.8
 
 Modified: stable/7/sbin/reboot/boot_i386.8
 ==============================================================================
 --- stable/7/sbin/reboot/boot_i386.8	Sun Jul 18 10:56:20 2010	(r210218)
 +++ stable/7/sbin/reboot/boot_i386.8	Sun Jul 18 11:03:32 2010	(r210219)
 @@ -36,7 +36,7 @@
  .\"
  .\" $FreeBSD$
  .\"
 -.Dd August 18, 2005
 +.Dd July 4, 2010
  .Dt BOOT 8 i386
  .Os
  .Sh NAME
 @@ -220,14 +220,14 @@ you can use the
  option to force the kernel to use the serial port as its
  console device.
  The serial port driver
 -.Xr sio 4
 +.Xr uart 4
  has a flag (0x20) to override this option.
  If that flag is set, the serial port will always be used as the console,
  regardless of the
  .Fl h
  option described here.
  See the man page for
 -.Xr sio 4
 +.Xr uart 4
  for more details.
  .It Fl m
  mute the console to suppress all console input and output during the
 _______________________________________________
 svn-src-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-src-all
 To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"
 
>Unformatted:
