Date: Thu, 24 Sep 1998 12:09:00 -0500 (CDT) From: Dan Nelson <dnelson@emsphone.com> To: FreeBSD-gnats-submit@FreeBSD.ORG Subject: kern/8041: F00F message grammar fix Message-ID: <199809241709.MAA24280@dan.emsphone.com>
next in thread | raw e-mail | index | archive | help
>Number: 8041
>Category: kern
>Synopsis: F00F message grammar fix
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: change-request
>Submitter-Id: current-users
>Arrival-Date: Thu Sep 24 10:10:01 PDT 1998
>Last-Modified:
>Originator: Dan Nelson
>Organization:
Executive Marketing Services
>Release: FreeBSD 2.2.7-STABLE i386
>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;
>Audit-Trail:
>Unformatted:
Dan Nelson
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199809241709.MAA24280>
