Subject: wsdisplay, max no of screens
To: None <tech-kern@netbsd.org>
From: Manfred Petz <pm@innonet.at>
List: tech-kern
Date: 08/04/2000 01:00:58
Hi,

The number of screens in wsdisplay.c is limited to 8.

Is there any reason not to make this a tunable, and imposing a limit of 12 (is
12 a reasonable value)? We could get rid of WSDISPLAY_DEFAULTSCREENS and
introduce WSDISPLAY_MAXSCREENS. I don't know whether this makes sense for
other hardware, but on a i386 with a regular PC keyboard attached, it
does. 

At first sight, this change could be done easily. 

pm