Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/hpcarm/conf change com-speed to 19200.



details:   https://anonhg.NetBSD.org/src/rev/a5cb07c1a975
branches:  trunk
changeset: 504177:a5cb07c1a975
user:      ichiro <ichiro%NetBSD.org@localhost>
date:      Sat Feb 24 11:08:31 2001 +0000

description:
change com-speed to 19200.
default com-speed of hpcboot are 19200

diffstat:

 sys/arch/hpcarm/conf/IPAQ       |  5 +++--
 sys/arch/hpcarm/conf/JORNADA720 |  7 ++++---
 2 files changed, 7 insertions(+), 5 deletions(-)

diffs (60 lines):

diff -r d5b694db0873 -r a5cb07c1a975 sys/arch/hpcarm/conf/IPAQ
--- a/sys/arch/hpcarm/conf/IPAQ Sat Feb 24 10:16:46 2001 +0000
+++ b/sys/arch/hpcarm/conf/IPAQ Sat Feb 24 11:08:31 2001 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: IPAQ,v 1.1 2001/02/23 03:48:07 ichiro Exp $
+#      $NetBSD: IPAQ,v 1.2 2001/02/24 11:08:31 ichiro Exp $
 #
 #      iPAQ H3600 -- Windows-CE based PDA
 #
@@ -116,7 +116,7 @@
 #makeoptions   DEBUG="-g"      # compile full symbol table
 
 config         netbsd  root on ? type ?
-#options       COMCONSOLE=0,CONADDR=0x3f8,CONUNIT=0,CONSPEED=9600
+#options       COMCONSOLE=0,CONADDR=0x3f8,CONUNIT=0
 
 # The main bus device
 mainbus0 at root
@@ -127,6 +127,7 @@
 saip0  at mainbus?
 
 # Serial
+options        CONSPEED=19200
 sacom*  at saip? addr 0xd000d000 size 0x24     intr 17
 
 #OS Timer
diff -r d5b694db0873 -r a5cb07c1a975 sys/arch/hpcarm/conf/JORNADA720
--- a/sys/arch/hpcarm/conf/JORNADA720   Sat Feb 24 10:16:46 2001 +0000
+++ b/sys/arch/hpcarm/conf/JORNADA720   Sat Feb 24 11:08:31 2001 +0000
@@ -1,11 +1,11 @@
-#      $NetBSD: JORNADA720,v 1.1 2001/02/23 03:48:07 ichiro Exp $
+#      $NetBSD: JORNADA720,v 1.2 2001/02/24 11:08:31 ichiro Exp $
 #
 #      JORNADA -- Windows-CE based jornada 720
 #
 
 include        "arch/hpcarm/conf/std.hpcarm"
 
-#ident                 "GENERIC-$Revision: 1.1 $"
+#ident                 "GENERIC-$Revision: 1.2 $"
 
 # estimated number of users
 maxusers       32
@@ -118,7 +118,7 @@
 #makeoptions   DEBUG="-g"      # compile full symbol table
 
 config         netbsd  root on ? type ?
-#options       COMCONSOLE=0,CONADDR=0x3f8,CONUNIT=0,CONSPEED=9600
+#options       COMCONSOLE=0,CONADDR=0x3f8,CONUNIT=0
 
 # The main bus device
 mainbus0 at root
@@ -129,6 +129,7 @@
 saip0  at mainbus?
 
 # Serial
+options        CONSPEED=19200
 sacom*  at saip? addr 0xd000d000 size 0x24     intr 17
 
 #OS Timer



Home | Main Index | Thread Index | Old Index