Minimal driver for the VAXstation 35x0/38x0 LEGSS option, currently limited
authormiod <miod@openbsd.org>
Wed, 20 Aug 2008 18:59:59 +0000 (18:59 +0000)
committermiod <miod@openbsd.org>
Wed, 20 Aug 2008 18:59:59 +0000 (18:59 +0000)
commit2693ffa811b543a36df2743b848bb70d0890b45e
tree4f764642d65cf13c0127753cb4e26113c880c5d1
parentd89d446c86cf7e94f7a5b11679e5814c3862c1bf
Minimal driver for the VAXstation 35x0/38x0 LEGSS option, currently limited
to 8 bit mode operation, and no color or accelerated features until I can
find documentation about it.

Speed is decent by VAX standards, except for scrolling, which is so
abysmally slow one could see ZZ Top's beards growing while waiting for the
screen to scroll...
12 files changed:
distrib/notes/vax/hardware
share/man/man4/man4.vax/Makefile
share/man/man4/man4.vax/intro.4
share/man/man4/man4.vax/legss.4 [new file with mode: 0644]
share/man/man4/man4.vax/mbus.4
sys/arch/vax/conf/GENERIC
sys/arch/vax/conf/RAMDISK
sys/arch/vax/dec/dzcons.c
sys/arch/vax/mbus/files.mbus
sys/arch/vax/mbus/legss.c [new file with mode: 0644]
sys/arch/vax/vax/findcpu.c
sys/arch/vax/vax/wscons_machdep.c