Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/playstation2 cosmetic change.



details:   https://anonhg.NetBSD.org/src/rev/af2eb780d99a
branches:  trunk
changeset: 516250:af2eb780d99a
user:      shin <shin%NetBSD.org@localhost>
date:      Fri Oct 19 05:47:40 2001 +0000

description:
cosmetic change.

diffstat:

 sys/arch/playstation2/conf/files.playstation2 |  6 +++---
 sys/arch/playstation2/include/vmparam.h       |  4 ++--
 sys/arch/playstation2/playstation2/cpu.c      |  4 ++--
 sys/arch/playstation2/playstation2/sifbios.c  |  4 ++--
 sys/arch/playstation2/playstation2/sifbios.h  |  4 ++--
 5 files changed, 11 insertions(+), 11 deletions(-)

diffs (96 lines):

diff -r d657a824d794 -r af2eb780d99a sys/arch/playstation2/conf/files.playstation2
--- a/sys/arch/playstation2/conf/files.playstation2     Fri Oct 19 04:12:41 2001 +0000
+++ b/sys/arch/playstation2/conf/files.playstation2     Fri Oct 19 05:47:40 2001 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: files.playstation2,v 1.1 2001/10/16 15:38:32 uch Exp $
+#      $NetBSD: files.playstation2,v 1.2 2001/10/19 05:47:40 shin Exp $
 
 maxpartitions 8
 
@@ -31,7 +31,7 @@
 
 file   dev/clock_subr.c
 #
-#      PlayStation2 internal devices (not optional)
+#      PlayStation 2 internal devices (not optional)
 #
 file   arch/playstation2/ee/intc.c
 file   arch/playstation2/ee/dmac.c
@@ -40,7 +40,7 @@
 file   arch/playstation2/ee/sif.c
 
 #
-#      PlayStation2 internal devices (optional)
+#      PlayStation 2 internal devices (optional)
 #
 device gsfb: wsemuldisplaydev
 attach gsfb at mainbus
diff -r d657a824d794 -r af2eb780d99a sys/arch/playstation2/include/vmparam.h
--- a/sys/arch/playstation2/include/vmparam.h   Fri Oct 19 04:12:41 2001 +0000
+++ b/sys/arch/playstation2/include/vmparam.h   Fri Oct 19 05:47:40 2001 +0000
@@ -1,9 +1,9 @@
-/*     $NetBSD: vmparam.h,v 1.1 2001/10/16 15:38:52 uch Exp $  */
+/*     $NetBSD: vmparam.h,v 1.2 2001/10/19 05:47:40 shin Exp $ */
 
 #include <mips/vmparam.h>
 
 /*
- * PlayStation2 has one physical memory segment.
+ * PlayStation 2 has one physical memory segment.
  *     0 ... kernel itself
  *     1 ... heap (continuous)
  */
diff -r d657a824d794 -r af2eb780d99a sys/arch/playstation2/playstation2/cpu.c
--- a/sys/arch/playstation2/playstation2/cpu.c  Fri Oct 19 04:12:41 2001 +0000
+++ b/sys/arch/playstation2/playstation2/cpu.c  Fri Oct 19 05:47:40 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: cpu.c,v 1.1 2001/10/16 15:38:54 uch Exp $      */
+/*     $NetBSD: cpu.c,v 1.2 2001/10/19 05:47:40 shin Exp $     */
 
 /*
  * Copyright (c) 2000 Soren S. Jorvang.  All rights reserved.
@@ -38,7 +38,7 @@
 };
 
 extern struct cfdriver cpu_cd;
-static int __attached; /* PlayStation has only one CPU */
+static int __attached; /* PlayStation 2 has only one CPU */
 
 static int
 cpumatch(struct device *parent, struct cfdata *cf, void *aux)
diff -r d657a824d794 -r af2eb780d99a sys/arch/playstation2/playstation2/sifbios.c
--- a/sys/arch/playstation2/playstation2/sifbios.c      Fri Oct 19 04:12:41 2001 +0000
+++ b/sys/arch/playstation2/playstation2/sifbios.c      Fri Oct 19 05:47:40 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: sifbios.c,v 1.1 2001/10/16 15:38:56 uch Exp $  */
+/*     $NetBSD: sifbios.c,v 1.2 2001/10/19 05:47:41 shin Exp $ */
 
 /*-
  * Copyright (c) 2001 The NetBSD Foundation, Inc.
@@ -37,7 +37,7 @@
  */
 
 /*
- * PlayStation2 SIF BIOS Version 2.0 interface.
+ * PlayStation 2 SIF BIOS Version 2.0 interface.
  */
 
 #include <sys/param.h>
diff -r d657a824d794 -r af2eb780d99a sys/arch/playstation2/playstation2/sifbios.h
--- a/sys/arch/playstation2/playstation2/sifbios.h      Fri Oct 19 04:12:41 2001 +0000
+++ b/sys/arch/playstation2/playstation2/sifbios.h      Fri Oct 19 05:47:40 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: sifbios.h,v 1.1 2001/10/16 15:38:56 uch Exp $  */
+/*     $NetBSD: sifbios.h,v 1.2 2001/10/19 05:47:41 shin Exp $ */
 
 /*-
  * Copyright (c) 2001 The NetBSD Foundation, Inc.
@@ -37,7 +37,7 @@
  */
 
 /*
- * PlayStation2 SIF BIOS Version 2.0 define.
+ * PlayStation 2 SIF BIOS Version 2.0 define.
  */
 
 /* SIF BIOS uses SIFDMA_BASE as emulated IOP physical memory base */



Home | Main Index | Thread Index | Old Index