Default /dev/console to 9600, add new bridge mode kernel sets to build.
This commit is contained in:
parent
e87796b3eb
commit
9d727f97fa
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue