Add zsc(4) and zstty(4) for Qube 2700.

This commit is contained in:
tsutsui 2008-03-27 15:24:35 +00:00
parent fc21b00873
commit dde8b66a5c
2 changed files with 12 additions and 4 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.114 2008/03/01 05:37:33 tsutsui Exp $
# $NetBSD: GENERIC,v 1.115 2008/03/27 15:24:35 tsutsui Exp $
#
# GENERIC machine description file
#
@ -22,7 +22,7 @@ include "arch/cobalt/conf/std.cobalt"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC-$Revision: 1.114 $"
#ident "GENERIC-$Revision: 1.115 $"
maxusers 32
@ -156,6 +156,10 @@ mcclock0 at mainbus? addr 0x10000070
com0 at mainbus? addr 0x1c800000 level 3
options COM_16650
zsc0 at mainbus? addr 0x1c800000 irq 4
zstty0 at zsc0 channel 0
zstty1 at zsc0 channel 1
panel0 at mainbus? addr 0x1f000000
gt0 at mainbus? addr 0x14000000

View File

@ -1,4 +1,4 @@
# $NetBSD: INSTALL,v 1.32 2008/03/01 05:40:38 tsutsui Exp $
# $NetBSD: INSTALL,v 1.33 2008/03/27 15:24:35 tsutsui Exp $
#
# INSTALL -- installation and rescue kernel.
#
@ -10,7 +10,7 @@ include "arch/cobalt/conf/std.cobalt"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "INSTALL-$Revision: 1.32 $"
#ident "INSTALL-$Revision: 1.33 $"
makeoptions COPTS="-Os -mmemcpy"
makeoptions CPUFLAGS="-march=vr5000 -mabi=32"
@ -148,6 +148,10 @@ mcclock0 at mainbus? addr 0x10000070
com0 at mainbus? addr 0x1c800000 level 3
options COM_16650
zsc0 at mainbus? addr 0x1c800000 irq 4
zstty0 at zsc0 channel 0
zstty1 at zsc0 channel 1
panel0 at mainbus? addr 0x1f000000
gt0 at mainbus? addr 0x14000000