Renamed vidcvideo configure option to vidcconsole wich covers the function

better and allows to clean up vidc tree by enabling the use of the term
vidcvideo for what it is : configuring video independent of choise of console
to allow implementation of wscons for RiscPC/A7000 and RC7500.
This commit is contained in:
reinoud 2001-02-20 22:49:55 +00:00
parent 5a6198b1a2
commit f1d3c5daa6
8 changed files with 21 additions and 21 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: A7000,v 1.40 2001/02/18 00:54:02 reinoud Exp $
# $NetBSD: A7000,v 1.41 2001/02/20 22:49:55 reinoud Exp $
#
# A7000 - Full A7000 configuration
#
@ -161,7 +161,7 @@ todclock0 at rtc?
vidc0 at mainbus?
# The vidc
vidcvideo0 at vidc?
vidcconsole0 at vidc?
# generic VT console device
vt0 at vidc?

View File

@ -1,4 +1,4 @@
# $NetBSD: A7INST,v 1.29 2001/02/18 00:54:02 reinoud Exp $
# $NetBSD: A7INST,v 1.30 2001/02/20 22:49:55 reinoud Exp $
#
# A7INST - A7000 install configuration
#
@ -157,7 +157,7 @@ todclock0 at rtc?
vidc0 at mainbus?
# The vidc
vidcvideo0 at vidc?
vidcconsole0 at vidc?
# generic VT console device
vt0 at vidc?

View File

@ -1,11 +1,11 @@
# $NetBSD: GENERIC,v 1.76 2001/02/18 00:54:02 reinoud Exp $
# $NetBSD: GENERIC,v 1.77 2001/02/20 22:49:55 reinoud Exp $
#
# GENERIC -- everything that's currently supported
#
include "arch/arm32/conf/std.arm32"
#ident "GENERIC-$Revision: 1.76 $"
#ident "GENERIC-$Revision: 1.77 $"
# estimated number of users
maxusers 32
@ -166,7 +166,7 @@ todclock0 at rtc?
vidc0 at mainbus?
# The vidc
vidcvideo0 at vidc?
vidcconsole0 at vidc?
# generic VT console device
vt0 at vidc?

View File

@ -1,4 +1,4 @@
# $NetBSD: RC7500,v 1.33 2000/11/03 10:18:56 abs Exp $
# $NetBSD: RC7500,v 1.34 2001/02/20 22:49:55 reinoud Exp $
#
# RC7500 - Config for the VLSI RC7500 board
#
@ -140,7 +140,7 @@ iomd0 at mainbus?
vidc0 at mainbus?
# The vidc
vidcvideo0 at vidc?
vidcconsole0 at vidc?
# generic VT console device
vt0 at vidc?

View File

@ -1,4 +1,4 @@
# $NetBSD: RISCPC,v 1.31 2001/02/18 00:54:02 reinoud Exp $
# $NetBSD: RISCPC,v 1.32 2001/02/20 22:49:56 reinoud Exp $
#
# RISCPC -- Full RiscPC config
#
@ -164,7 +164,7 @@ todclock0 at rtc?
vidc0 at mainbus?
# The vidc
vidcvideo0 at vidc?
vidcconsole0 at vidc?
# generic VT console device
vt0 at vidc?

View File

@ -1,4 +1,4 @@
# $NetBSD: RPCINST,v 1.28 2001/02/18 00:54:02 reinoud Exp $
# $NetBSD: RPCINST,v 1.29 2001/02/20 22:49:56 reinoud Exp $
#
# RPCINST -- RiscPC install configuration
#
@ -157,7 +157,7 @@ todclock0 at rtc?
vidc0 at mainbus?
# The vidc
vidcvideo0 at vidc?
vidcconsole0 at vidc?
# generic VT console device
vt0 at vidc?

View File

@ -1,4 +1,4 @@
# $NetBSD: VOYAGER,v 1.51 2001/02/18 00:54:03 reinoud Exp $
# $NetBSD: VOYAGER,v 1.52 2001/02/20 22:49:56 reinoud Exp $
#
# VOYAGER - Mark's development kernel
#
@ -161,7 +161,7 @@ todclock0 at rtc?
vidc0 at mainbus?
# The vidc
vidcvideo0 at vidc?
vidcconsole0 at vidc?
# generic VT console device
vt0 at vidc?

View File

@ -1,4 +1,4 @@
# $NetBSD: files.arm32,v 1.89 2001/02/18 00:54:03 reinoud Exp $
# $NetBSD: files.arm32,v 1.90 2001/02/20 22:49:56 reinoud Exp $
#
# First try for arm-specific configuration info
#
@ -190,7 +190,7 @@ attach todclock at todservice
file arch/arm32/dev/todclock.c todclock needs-count
# VIDC device
# parent to vidcvideo, vidcaudio, beep
# parent to vidcconsole, vidcaudio, beep
device vidc { [base = -1], [dack = -1], [irq = -1] }
attach vidc at mainbus
file arch/arm32/vidc/vidc20.c vidc needs-count
@ -319,11 +319,11 @@ attach amps at podulebus
attach com at amps with com_amps
file arch/arm32/podulebus/amps.c amps
device vidcvideo
attach vidcvideo at vidc
file arch/arm32/vidc/console/vidcvideo.c vidcvideo needs-count
device vidcconsole
attach vidcconsole at vidc
file arch/arm32/vidc/console/vidcvideo.c vidcconsole needs-count
device vt: tty
attach vt at vidc
attach vt at vidc
file arch/arm32/vidc/console/console.c vt needs-count
file arch/arm32/vidc/console/vidcconsole.c vt