Subject: Virtual consoles added.
To: None <port-vax@NetBSD.ORG>
From: Anders Magnusson <ragge@ludd.luth.se>
List: port-vax
Date: 06/06/1998 00:11:08
I have just fixed so that virtual consoles work on the newly supported
VS3100 graphics. To switch between them type ctrl-shift-F{1-8}.

To have it working correctly you also need entries i /dev. Do:

mknod /dev/ttyw0 c 68 0
mknod /dev/ttyw1 c 68 1
...
to get the correct device nodes. Also remember to edit /etc/ttys
to get getty's running to the other virtual terminals.

As always; the latest kernel is available at multivac.ludd.luth.se!

-- Ragge