Shuffle the dz console code (both serial and keyboard) to be more independent
authormiod <miod@openbsd.org>
Mon, 18 Aug 2008 23:04:26 +0000 (23:04 +0000)
committermiod <miod@openbsd.org>
Mon, 18 Aug 2008 23:04:26 +0000 (23:04 +0000)
commitbabedca81c4a20c2c8e8f240d691b14d0a560019
tree781080c66616eb44cbd53ec6e346d4df6543aab0
parent28f8ab7fd9997b2b5d044341c029a5f27d00bae9
Shuffle the dz console code (both serial and keyboard) to be more independent
of the console device attachment, and to be able to work on system where there
are more than one dz device of the same type, one of it being the console one.

This also allows a different register layout than the dz@ibus one to be used
for the dz console device.
sys/arch/vax/conf/files.vax
sys/arch/vax/dec/dzcons.c [new file with mode: 0644]
sys/arch/vax/dec/dzinput.c [new file with mode: 0644]
sys/arch/vax/dec/dzkbd.c
sys/arch/vax/dec/dzkbdvar.h
sys/arch/vax/dec/files.dec
sys/arch/vax/vax/wscons_machdep.c
sys/arch/vax/vsa/dz_ibus.c