aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKATO Takenori <kato@FreeBSD.org>1998-12-11 08:04:33 +0000
committerKATO Takenori <kato@FreeBSD.org>1998-12-11 08:04:33 +0000
commite4a8d417037dadc99ae07ca6f6d6eaa1e609a49b (patch)
treea461ed7e4fe4fc3869e805d1a4ca32d500ed6395
parented744c4e51fbbb29d41e5641d2fbfeeb73b5a830 (diff)
Notes
-rw-r--r--sys/pc98/i386/machdep.c4
-rw-r--r--sys/pc98/pc98/machdep.c4
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/pc98/i386/machdep.c b/sys/pc98/i386/machdep.c
index 0cf858e04064..0508aed0b0db 100644
--- a/sys/pc98/i386/machdep.c
+++ b/sys/pc98/i386/machdep.c
@@ -35,7 +35,7 @@
* SUCH DAMAGE.
*
* from: @(#)machdep.c 7.4 (Berkeley) 6/3/91
- * $Id: machdep.c,v 1.100 1998/11/06 08:07:32 kato Exp $
+ * $Id: machdep.c,v 1.101 1998/12/02 08:15:17 kato Exp $
*/
#include "apm.h"
@@ -1669,7 +1669,7 @@ f00f_hack(void *unused) {
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;
diff --git a/sys/pc98/pc98/machdep.c b/sys/pc98/pc98/machdep.c
index 0cf858e04064..0508aed0b0db 100644
--- a/sys/pc98/pc98/machdep.c
+++ b/sys/pc98/pc98/machdep.c
@@ -35,7 +35,7 @@
* SUCH DAMAGE.
*
* from: @(#)machdep.c 7.4 (Berkeley) 6/3/91
- * $Id: machdep.c,v 1.100 1998/11/06 08:07:32 kato Exp $
+ * $Id: machdep.c,v 1.101 1998/12/02 08:15:17 kato Exp $
*/
#include "apm.h"
@@ -1669,7 +1669,7 @@ f00f_hack(void *unused) {
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;