diff options
| author | fvdl <fvdl@NetBSD.org> | 1999-08-10 12:16:13 +0000 |
|---|---|---|
| committer | fvdl <fvdl@NetBSD.org> | 1999-08-10 12:16:13 +0000 |
| commit | d04fb757d60900b4e4c4abfb14cb6db9191ec4cc (patch) | |
| tree | a972a670b14c98662123c2873956179545da4cf6 /sys | |
| parent | fbcdd3224508225d05625d328a20a1ae6ed46825 (diff) | |
Correct comment about family 6 not being available from AMD, since that's
no longer true.
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/arch/i386/i386/machdep.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/i386/i386/machdep.c b/sys/arch/i386/i386/machdep.c index d83a6630885..72aa0644af2 100644 --- a/sys/arch/i386/i386/machdep.c +++ b/sys/arch/i386/i386/machdep.c @@ -1,4 +1,4 @@ -/* $NetBSD: machdep.c,v 1.362 1999/08/10 12:00:50 fvdl Exp $ */ +/* $NetBSD: machdep.c,v 1.363 1999/08/10 12:16:13 fvdl Exp $ */ /*- * Copyright (c) 1996, 1997, 1998 The NetBSD Foundation, Inc. @@ -675,7 +675,7 @@ struct cpu_cpuid_nameclass i386_cpuid_cpus[] = { }, NULL }, - /* Family 6, not yet available from AMD */ + /* Family 6 */ { CPUCLASS_686, { |
