From p@i609a.hadiko.de  Sun Jul 27 15:30:45 2003
Return-Path: <p@i609a.hadiko.de>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 79DA937B401
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 27 Jul 2003 15:30:45 -0700 (PDT)
Received: from i609a.hadiko.de (nat-wohnheime.rz.uni-karlsruhe.de [193.196.41.250])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 26F6F43FA3
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 27 Jul 2003 15:30:44 -0700 (PDT)
	(envelope-from p@i609a.hadiko.de)
Received: from i609a.hadiko.de (localhost [127.0.0.1])
	by i609a.hadiko.de (8.12.9/8.12.9) with ESMTP id h6RMUg5T002563
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 28 Jul 2003 00:30:42 +0200 (CEST)
	(envelope-from p@i609a.hadiko.de)
Received: (from p@localhost)
	by i609a.hadiko.de (8.12.9/8.12.9/Submit) id h6RMUgO7002562;
	Mon, 28 Jul 2003 00:30:42 +0200 (CEST)
Message-Id: <200307272230.h6RMUgO7002562@i609a.hadiko.de>
Date: Mon, 28 Jul 2003 00:30:42 +0200 (CEST)
From: Philipp Mergenthaler <philipp.mergenthaler@stud.uni-karlsruhe.de>
Reply-To: Philipp Mergenthaler <philipp.mergenthaler@stud.uni-karlsruhe.de>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: Left over/outdated comment in NOTES
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         54963
>Category:       i386
>Synopsis:       Left over/outdated comment in NOTES
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-i386
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jul 27 15:40:08 PDT 2003
>Closed-Date:    Thu Jan 22 06:36:14 PST 2004
>Last-Modified:  Thu Jan 22 06:36:14 PST 2004
>Originator:     Philipp Mergenthaler
>Release:        FreeBSD 5.1-CURRENT i386
>Organization:
University of Karlsruhe, Germany
>Environment:
System: FreeBSD i609a.hadiko.de 5.1-CURRENT FreeBSD 5.1-CURRENT #661: Fri Jul 25 01:46:51 CEST 2003 p@i609a.hadiko.de:/usr/obj/usr/src/sys/I609 i386


>Description:
When the math emulators were removed in version 1.1091, one comment line
remained.

>How-To-Repeat:
	
>Fix:


Index: NOTES
===================================================================
RCS file: /ncvs/src/sys/i386/conf/NOTES,v
retrieving revision 1.1091
diff -u -r1.1091 NOTES
--- NOTES	22 Jul 2003 08:11:15 -0000	1.1091
+++ NOTES	27 Jul 2003 22:10:20 -0000
@@ -188,7 +188,6 @@
 
 # Debug options
 options 	NPX_DEBUG	# enable npx debugging (FPU/math emu)
-					#new math emulator
 
 #
 # PERFMON causes the driver for Pentium/Pentium Pro performance counters

>Release-Note:
>Audit-Trail:

From: Bruce Evans <bde@zeta.org.au>
To: Philipp Mergenthaler <philipp.mergenthaler@stud.uni-karlsruhe.de>
Cc: FreeBSD-gnats-submit@freebsd.org, freebsd-i386@freebsd.org
Subject: Re: i386/54963: Left over/outdated comment in NOTES
Date: Mon, 28 Jul 2003 16:21:40 +1000 (EST)

 On Mon, 28 Jul 2003, Philipp Mergenthaler wrote:
 
 > >Description:
 > When the math emulators were removed in version 1.1091, one comment line
 > remained.
 >
 > Index: NOTES
 > ===================================================================
 > RCS file: /ncvs/src/sys/i386/conf/NOTES,v
 > retrieving revision 1.1091
 > diff -u -r1.1091 NOTES
 > --- NOTES	22 Jul 2003 08:11:15 -0000	1.1091
 > +++ NOTES	27 Jul 2003 22:10:20 -0000
 > @@ -188,7 +188,6 @@
 >
 >  # Debug options
 >  options 	NPX_DEBUG	# enable npx debugging (FPU/math emu)
 > -					#new math emulator
 >
 
 Also, the parenthetical comment remained.  I use this patch:
 
 %%%
 Index: NOTES
 ===================================================================
 RCS file: /home/ncvs/src/sys/i386/conf/NOTES,v
 retrieving revision 1.1091
 diff -u -0 -r1.1091 NOTES
 --- NOTES	22 Jul 2003 08:11:15 -0000	1.1091
 +++ NOTES	25 Jul 2003 20:49:01 -0000
 @@ -190,2 +195 @@
 -options 	NPX_DEBUG	# enable npx debugging (FPU/math emu)
 -					#new math emulator
 +options 	NPX_DEBUG	# enable npx debugging
 %%%
 
 This is not exactly an improvement, since the comment now just echoes
 the code.  Perhaps no comment is correct.  Anyone debugging NPX doesn't
 need to be reminded that it is i486speak for FPU.
 
 Bruce

From: Philipp Mergenthaler <philipp.mergenthaler@stud.uni-karlsruhe.de>
To: freebsd-gnats-submit@FreeBSD.org
Cc:  
Subject: Re: i386/54963: Left over/outdated comment in NOTES
Date: Thu, 22 Jan 2004 15:10:08 +0100

 This PR can be closed.
 The issue has been resolved by bde in
 http://cvsup.leo.org/cgi-bin/cvsweb.cgi/src/sys/i386/conf/NOTES#rev1.1118
 
 Bye, Philipp
State-Changed-From-To: open->closed 
State-Changed-By: simon 
State-Changed-When: Thu Jan 22 06:35:46 PST 2004 
State-Changed-Why:  
Close at submitters request. 
Thanks for letting us know that it has been fixed. 

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