From dan@dan.emsphone.com  Thu Sep 24 10:09:04 1998
Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101])
          by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA02686
          for <FreeBSD-gnats-submit@freebsd.org>; Thu, 24 Sep 1998 10:09:03 -0700 (PDT)
          (envelope-from dan@dan.emsphone.com)
Received: (from dan@localhost)
	by dan.emsphone.com (8.9.1/8.9.1) id MAA24280;
	Thu, 24 Sep 1998 12:09:00 -0500 (CDT)
Message-Id: <199809241709.MAA24280@dan.emsphone.com>
Date: Thu, 24 Sep 1998 12:09:00 -0500 (CDT)
From: Dan Nelson <dnelson@emsphone.com>
To: FreeBSD-gnats-submit@freebsd.org
Subject: F00F message grammar fix
X-Send-Pr-Version: 3.2

>Number:         8041
>Category:       kern
>Synopsis:       F00F message grammar fix
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Sep 24 10:10:01 PDT 1998
>Closed-Date:    Wed Dec 9 17:50:52 PST 1998
>Last-Modified:  Wed Dec  9 17:51:38 PST 1998
>Originator:     Dan Nelson
>Release:        FreeBSD 2.2.7-STABLE i386
>Organization:
Executive Marketing Services
>Environment:

	

>Description:

The kernel message

"Intel Pentium F00F detected, installing workaround"

Is grammatically incorrect and slightly confusing.

>How-To-Repeat:

	

>Fix:
	
	

Index: machdep.c
===================================================================
RCS file: /home/ncvs/src/sys/i386/i386/machdep.c,v
retrieving revision 1.209.2.24
diff -u -r1.209.2.24 machdep.c
--- machdep.c	1998/06/25 00:46:43	1.209.2.24
+++ machdep.c	1998/09/24 17:08:05
@@ -1384,7 +1384,7 @@
 	if (!has_f00f_bug)
 		return;
 
-	printf("Intel Pentium F00F detected, installing workaround\n");
+	printf("Intel Pentium detected, installing workaround for F00F bug\n");
 
 	r_idt.rd_limit = sizeof(idt) - 1;
 
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: steve 
State-Changed-When: Wed Dec 9 17:50:52 PST 1998 
State-Changed-Why:  
Committed in revisions 1.318 and 1.209.2.25 of machdep.c.  Thanks! 
>Unformatted:
Dan Nelson
