From owner-freebsd-i386@FreeBSD.ORG Sun Jul 27 23:21:51 2003 Return-Path: Delivered-To: freebsd-i386@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F3DDA37B401; Sun, 27 Jul 2003 23:21:50 -0700 (PDT) Received: from mailman.zeta.org.au (mailman.zeta.org.au [203.26.10.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id 928F143F75; Sun, 27 Jul 2003 23:21:49 -0700 (PDT) (envelope-from bde@zeta.org.au) Received: from gamplex.bde.org (katana.zip.com.au [61.8.7.246]) by mailman.zeta.org.au (8.9.3p2/8.8.7) with ESMTP id QAA17709; Mon, 28 Jul 2003 16:21:41 +1000 Date: Mon, 28 Jul 2003 16:21:40 +1000 (EST) From: Bruce Evans X-X-Sender: bde@gamplex.bde.org To: Philipp Mergenthaler In-Reply-To: <200307272230.h6RMUgO7002562@i609a.hadiko.de> Message-ID: <20030728161221.U2380@gamplex.bde.org> References: <200307272230.h6RMUgO7002562@i609a.hadiko.de> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: FreeBSD-gnats-submit@freebsd.org cc: freebsd-i386@freebsd.org Subject: Re: i386/54963: Left over/outdated comment in NOTES X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Jul 2003 06:21:51 -0000 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