From wjgrun@dippy.cyberwar.com Tue Jun 22 08:21:06 1999
Return-Path: <wjgrun@dippy.cyberwar.com>
Received: from dippy.cyberwar.com (dippy.cyberwar.com [206.88.128.79])
	by hub.freebsd.org (Postfix) with ESMTP id 433571520D
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 22 Jun 1999 08:21:05 -0700 (PDT)
	(envelope-from wjgrun@dippy.cyberwar.com)
Received: (from root@localhost)
	by dippy.cyberwar.com (8.9.3/8.9.1) id LAA70993;
	Tue, 22 Jun 1999 11:20:44 -0400 (EDT)
	(envelope-from wjgrun)
Message-Id: <199906221520.LAA70993@dippy.cyberwar.com>
Date: Tue, 22 Jun 1999 11:20:44 -0400 (EDT)
From: Bill Grunfelder <wjgrun@dippy.cyberwar.com>
Reply-To: wjgrun@dippy.cyberwar.com
To: FreeBSD-gnats-submit@freebsd.org
Subject: make.conf documentation error COM2 (low priority)
X-Send-Pr-Version: 3.2

>Number:         12343
>Category:       docs
>Synopsis:       make.conf error in documentation (COM2)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-doc
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jun 22 08:30:01 PDT 1999
>Closed-Date:    Wed Jul 28 13:29:13 PDT 1999
>Last-Modified:  Wed Jul 28 13:29:31 PDT 1999
>Originator:     Bill Grunfelder
>Release:        FreeBSD 4.0-CURRENT i386
>Organization:
>Environment:

relevant lines from /etc/make.conf shown below:
# By default we use COM1 as our serial console port *if* we're going to use
# a serial port as our console at all.  (0x3E8 = COM2)
#
#BOOT_COMCONSOLE_PORT=  0x3F8

>Description:

  0x3E8 is not COM2 ... 0x2F8

>How-To-Repeat:

	

>Fix:
	
   s/0x3E8/0x2F8



>Release-Note:
>Audit-Trail:

From: "Crist J. Clark" <cjc@cc942873-a.ewndsr1.nj.home.com>
To: wjgrun@dippy.cyberwar.com
Cc: FreeBSD-gnats-submit@FreeBSD.ORG
Subject: Re: docs/12343: make.conf documentation error COM2 (low priority)
Date: Tue, 22 Jun 1999 23:49:38 -0400 (EDT)

 Bill Grunfelder wrote,
 > 
 > >Number:         12343
 > >Category:       docs
 > >Synopsis:       make.conf error in documentation (COM2)
 > >Confidential:   no
 > >Severity:       non-critical
 > >Priority:       low
 > >Responsible:    freebsd-doc
 > >State:          open
 > >Quarter:        
 > >Keywords:       
 > >Date-Required:
 > >Class:          doc-bug
 > >Submitter-Id:   current-users
 > >Arrival-Date:   Tue Jun 22 08:30:01 PDT 1999
 > >Closed-Date:
 > >Last-Modified:
 > >Originator:     Bill Grunfelder
 > >Release:        FreeBSD 4.0-CURRENT i386
 > >Organization:
 > >Environment:
 > 
 > relevant lines from /etc/make.conf shown below:
 > # By default we use COM1 as our serial console port *if* we're going to use
 > # a serial port as our console at all.  (0x3E8 = COM2)
 > #
 > #BOOT_COMCONSOLE_PORT=  0x3F8
 > 
 > >Description:
 > 
 >   0x3E8 is not COM2 ... 0x2F8
 
 COM1 = sio0 = 0x3f8
 COM2 = sio1 = 0x2f8
 COM3 = sio2 = 0x3e8
 
 I believe make.conf is correct.
 -- 
 Crist J. Clark                           cjclark@home.com
 

From: Bill Grunfelder <wjgrun@cyberwar.com>
To: cjclark@home.com
Cc: FreeBSD-gnats-submit@FreeBSD.ORG
Subject: Re: docs/12343: make.conf documentation error COM2 (low
  priority)
Date: Wed, 23 Jun 1999 08:45:02 -0400

 This is the line I am questioning:
 # a serial port as our console at all.  (0x3E8 = COM2)
 
 it says that COM2 is 0x3E8  --  which is wrong.
 
 Bill
 At 11:49 PM 6/22/99 -0400, you wrote:
 > > >Number:         12343
 > > >Category:       docs
 > > >Synopsis:       make.conf error in documentation (COM2)
 > > >Confidential:   no
 > > >Severity:       non-critical
 > > >Priority:       low
 > > >Responsible:    freebsd-doc
 > > >State:          open
 > > >Quarter:
 > > >Keywords:
 > > >Date-Required:
 > > >Class:          doc-bug
 > > >Submitter-Id:   current-users
 > > >Arrival-Date:   Tue Jun 22 08:30:01 PDT 1999
 > > >Closed-Date:
 > > >Last-Modified:
 > > >Originator:     Bill Grunfelder
 > > >Release:        FreeBSD 4.0-CURRENT i386
 > > >Organization:
 > > >Environment:
 > >
 > > relevant lines from /etc/make.conf shown below:
 > > # By default we use COM1 as our serial console port *if* we're going to use
 > > # a serial port as our console at all.  (0x3E8 = COM2)
 > > #
 > > #BOOT_COMCONSOLE_PORT=  0x3F8
 > >
 > > >Description:
 > >
 > >   0x3E8 is not COM2 ... 0x2F8
 >
 >COM1 = sio0 = 0x3f8
 >COM2 = sio1 = 0x2f8
 >COM3 = sio2 = 0x3e8
 >
 >I believe make.conf is correct.
 >--
 >Crist J. Clark                           cjclark@home.com
 
 
State-Changed-From-To: open->closed 
State-Changed-By: nik 
State-Changed-When: Wed Jul 28 13:29:13 PDT 1999 
State-Changed-Why:  
Error fixed, and clearer text substituted.  Thanks. 
>Unformatted:
