Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/sparc64/sparc64 fix a comment.



details:   https://anonhg.NetBSD.org/src/rev/2853db21397d
branches:  trunk
changeset: 751070:2853db21397d
user:      mrg <mrg%NetBSD.org@localhost>
date:      Sat Jan 23 21:46:59 2010 +0000

description:
fix a comment.

diffstat:

 sys/arch/sparc64/sparc64/locore.s |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 81c36b029e2a -r 2853db21397d sys/arch/sparc64/sparc64/locore.s
--- a/sys/arch/sparc64/sparc64/locore.s Sat Jan 23 18:54:53 2010 +0000
+++ b/sys/arch/sparc64/sparc64/locore.s Sat Jan 23 21:46:59 2010 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: locore.s,v 1.301 2009/12/10 05:10:03 rmind Exp $       */
+/*     $NetBSD: locore.s,v 1.302 2010/01/23 21:46:59 mrg Exp $ */
 
 /*
  * Copyright (c) 1996-2002 Eduardo Horvath
@@ -56,7 +56,7 @@
  */
 
 #ifndef SCHIZO_BUS_SPACE_BROKEN /* Need phys access for USIII so far */
-#define        SPITFIRE                /* We don't support Cheetah (USIII) yet */
+#define        SPITFIRE                /* Cheetah (USIII) */
 #endif
 #undef PARANOID                /* Extremely expensive consistency checks */
 #undef NO_VCACHE               /* Map w/D$ disabled */



Home | Main Index | Thread Index | Old Index