NetBSD/sys/arch/arc
abs 3267a6b9fe Update all kernel configs mentioning WSEMUL_* but not already including
WSDISPLAY_COMPAT_USL using the following rules:
- If WSEMUL_ is commented out, add commented out out WSDISPLAY_COMPAT_USL
- If INSTALL or obviously memory constrained, add WSDISPLAY_DEFAULTSCREENS=1
  and commented out WSDISPLAY_COMPAT_USL
- Otherwise add WSDISPLAY_COMPAT_USL

Some of the INSTALL configs for larger memory machines are probably suitable
for adding WSDISPLAY_COMPAT_USL.

Now wsconscfg(8) should be able to switch VTs when expected.

Implemented after no objection from tech-kern to the following:

On 5 June 2012 09:47, David Brownlee <abs@absd.org> wrote:
> wsconscfg(8) requires WSDISPLAY_COMPAT_USL in order to switch virtual
> terminals.
>
> Except when in an exceptionally memory or space constrained
> environment (INSTALL being the obvious case), is there any reason why
> all GENERIC and GENERIC-like kernels which have wscons enabled
> shouldn't also have WSDISPLAY_COMPAT_USL?
2012-08-17 20:11:37 +00:00
..
arc Do not call setroot() from MD code and from MI code, which has 2012-07-29 18:05:39 +00:00
compile
conf Update all kernel configs mentioning WSEMUL_* but not already including 2012-08-17 20:11:37 +00:00
dev #include <sys/bus.h> instead of <machine/bus.h>. 2011-07-01 18:51:52 +00:00
dti #include <sys/bus.h> instead of <machine/bus.h>. 2011-07-01 18:51:52 +00:00
include Make sure "struct clockframe" is declared before declaring a 2011-11-16 12:40:53 +00:00
isa #include <sys/bus.h> instead of <machine/bus.h>. 2011-07-01 18:51:52 +00:00
jazz converting extent(9) from malloc(9) to kmem(9) 2012-01-27 18:52:47 +00:00
pci converting extent(9) from malloc(9) to kmem(9) 2012-01-27 18:52:47 +00:00
stand Retire varargs.h support. Move machine/stdarg.h logic into MI 2011-07-17 20:54:30 +00:00
Makefile
TODO