From 9d727f97fa43ff5304630330f583a92e2f96b2b4 Mon Sep 17 00:00:00 2001 From: garbled Date: Wed, 23 Jan 2008 23:18:50 +0000 Subject: [PATCH] Default /dev/console to 9600, add new bridge mode kernel sets to build. --- etc/etc.ofppc/Makefile.inc | 6 +++--- etc/etc.ofppc/ttys | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/etc/etc.ofppc/Makefile.inc b/etc/etc.ofppc/Makefile.inc index d451606df21c..e12219d90bce 100644 --- a/etc/etc.ofppc/Makefile.inc +++ b/etc/etc.ofppc/Makefile.inc @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.inc,v 1.6 2008/01/02 11:32:16 mrg Exp $ +# $NetBSD: Makefile.inc,v 1.7 2008/01/23 23:18:50 garbled Exp $ # # etc.ofppc/Makefile.inc -- ofppc-specific etc Makefile targets # @@ -6,6 +6,6 @@ # If you change the list of distributed kernels, don't forget # to update the release documentation in distrib/notes/common/contents -KERNEL_SETS= GENERIC +KERNEL_SETS= GENERIC GENERIC_B64 -BUILD_KERNELS+= INSTALL +BUILD_KERNELS+= INSTALL INSTALL_B64 diff --git a/etc/etc.ofppc/ttys b/etc/etc.ofppc/ttys index 8ef297d87ef8..14ed5d2b0dd0 100644 --- a/etc/etc.ofppc/ttys +++ b/etc/etc.ofppc/ttys @@ -1,10 +1,10 @@ # # from: @(#)ttys 5.1 (Berkeley) 4/17/89 -# $NetBSD: ttys,v 1.4 2004/06/20 21:30:28 christos Exp $ +# $NetBSD: ttys,v 1.5 2008/01/23 23:18:50 garbled Exp $ # # name getty type status comments # -console "/usr/libexec/getty std.19200" vt100 on secure +console "/usr/libexec/getty std.9600" vt100 on secure ttyE0 "/usr/libexec/getty std.9600" vt100 off secure tty00 "/usr/libexec/getty std.9600" vt100 off secure tty01 "/usr/libexec/getty std.9600" unknown off secure