Subject: Re: Looking for docs on wscons configuration
To: None <kent@goathill.org, kent@tiamat.goathill.org>
From: None <Havard.Eidnes@runit.sintef.no>
List: port-i386
Date: 03/19/1999 19:00:36
> I am trying to set up NetBSD-current for wscons support. Can anyone =

> provide some pointers on how it is supposed to be done? Three main
> things I need:
>
> 1) ctrl/capslock swap

Pass.  Don't know.

> 2) <wsmouse> support for a Logitech MouseMan PS/2 mouse

Section "Pointer"
    Protocol    "wsmouse"
    Device      "/dev/wsmouse0"

Given that you have

pms*            at pckbc?               # PS/2 mouse for wsmouse
wsmouse*        at pms?

in your kernel config.

> 3) proper way to add virtual terminals

Now via /etc/wscons.conf, a short while ago via /etc/rc.wscons.

Naturally, you will need to do "cd /dev; ./MAKEDEV wscons" with a
reasonably new MAKEDEV.  Next step is of course to update
/etc/ttys with the new virtual consoles you want a gettty to run
on.

- H=E5vard