CVSROOT: /cvs
Module name: src
Changes by: [EMAIL PROTECTED] 2008/08/18 17:04:28
Modified files:
sys/arch/vax/conf: files.vax
sys/arch/vax/dec: dzkbd.c dzkbdvar.h files.dec
sys/arch/vax/vax: wscons_machdep.c
sys/arch/vax/vsa: dz_ibus.c
Added files:
sys/arch/vax/dec: dzcons.c dzinput.c
Log message:
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 [EMAIL PROTECTED] one to
be used
for the dz console device.