Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/hpcmips/conf fix typo.



details:   https://anonhg.NetBSD.org/src/rev/63acbe0def2d
branches:  trunk
changeset: 584211:63acbe0def2d
user:      chs <chs%NetBSD.org@localhost>
date:      Sun Sep 11 13:42:40 2005 +0000

description:
fix typo.

diffstat:

 sys/arch/hpcmips/conf/VR41XX |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 385b507a400b -r 63acbe0def2d sys/arch/hpcmips/conf/VR41XX
--- a/sys/arch/hpcmips/conf/VR41XX      Sun Sep 11 13:20:00 2005 +0000
+++ b/sys/arch/hpcmips/conf/VR41XX      Sun Sep 11 13:42:40 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: VR41XX,v 1.30 2005/08/19 05:19:50 christos Exp $
+# $NetBSD: VR41XX,v 1.31 2005/09/11 13:42:40 chs Exp $
 #
 # GENERIC machine description file
 # 
@@ -20,7 +20,7 @@
 
 include                "arch/hpcmips/conf/std.hpcmips"
 include                "arch/hpcmips/conf/std.hpcmips.vr41"
-#ident                 "GENERIC-$Revision: 1.30 $"
+#ident                 "GENERIC-$Revision: 1.31 $"
 
 #options       INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
@@ -243,7 +243,7 @@
 pwctl2 at vrgiu? platform NEC_MCR_3XX id PWCTL_LCD port 10
 pwctl2 at vrgiu? platform NEC_MCR_500 id PWCTL_LCD port 10
 pwctl2 at vrgiu? platform NEC_MCCS id PWCTL_LCD port 10
-ewctl3 at vrgiu? platform NEC_MCCS id PWCTL_SPEAKER port 12
+pwctl3 at vrgiu? platform NEC_MCCS id PWCTL_SPEAKER port 12
 pwctl3 at vrgiu? platform NEC_MCR_3XX id PWCTL_SPEAKER port 12
 pwctl3 at vrgiu? platform NEC_MCR_430 id PWCTL_SPEAKER port 44
 pwctl3 at vrgiu? platform NEC_MCR_500 id PWCTL_SPEAKER port 12



Home | Main Index | Thread Index | Old Index