summaryrefslogtreecommitdiff
path: root/distrib/macppc
diff options
context:
space:
mode:
authorTodd T. Fries <todd@cvs.openbsd.org>2009-01-15 17:53:58 +0000
committerTodd T. Fries <todd@cvs.openbsd.org>2009-01-15 17:53:58 +0000
commit88e1222a3f74f31b37413e6a3f2488e29ef76a82 (patch)
treee0d5f5cdae810dafc19a1069cc365d1cacf51ead /distrib/macppc
parentc604db2726247dc03f8107c927a4433ca278556d (diff)
proof that nobody chooses serial consoles on macppc on install and uses the
default serial speed, fix a typo introduced many months ago. ok krw@ "Good catch."
Diffstat (limited to 'distrib/macppc')
-rw-r--r--distrib/macppc/ramdisk/install.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/macppc/ramdisk/install.md b/distrib/macppc/ramdisk/install.md
index 270ba525e86..1c55eff41a5 100644
--- a/distrib/macppc/ramdisk/install.md
+++ b/distrib/macppc/ramdisk/install.md
@@ -1,4 +1,4 @@
-# $OpenBSD: install.md,v 1.34 2008/06/26 05:42:03 ray Exp $
+# $OpenBSD: install.md,v 1.35 2009/01/15 17:53:57 todd Exp $
#
#
# Copyright (c) 1996 The NetBSD Foundation, Inc.
@@ -188,7 +188,7 @@ md_consoleinfo() {
for _u in $(scan_dmesg "/^$_d\([0-9]\) .*/s//\1/p"); do
if [[ $_d$_u == $CONSOLE || -z $CONSOLE ]]; then
CDEV=$_d$_u
- : ${CSPEED:=56700}
+ : ${CSPEED:=57600}
set -- a b c d e f g h i j
shift $_u
CTTY=tty$1