Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 6 Feb 2015 14:23:12 +0200
From:      Aleksandr Rybalko <ray@freebsd.org>
To:        Michal Varga <michal.varga@stonehenge.sk>
Cc:        current@freebsd.org
Subject:   Re: vt(4) sysctl inconsistency question
Message-ID:  <20150206142312.2a9935dc58796e88be92205f@freebsd.org>
In-Reply-To: <1423087017.854.20.camel@stonehenge.sk>
References:  <1423087017.854.20.camel@stonehenge.sk>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, 04 Feb 2015 22:56:57 +0100
Michal Varga <michal.varga@stonehenge.sk> wrote:

> I have a quick question regarding the vt driver which hopefully someone
> involved in its design could answer for me.
> 
> Roughly 4 months ago, vt gained the ability to listen to a set of
> keyboard combinations controlling power/debug situations and the ability
> to control (or more precisely, turn off) their behavior via sysctls:
> 
> http://svnweb.freebsd.org/base/head/sys/dev/vt/vt_core.c?r1=271380&r2=271381&;
> 
> Interestingly, two cases in particular (excluding SPSC which isn't
> implemented yet) were left out of this configuration, namely the standby
> and suspend modes (STBY, SUSP), making use of those keys completely
> non-optional.
> 
> If anyone could tell me, what was the reason for not including sysctls
> for those two modes?
> 
> m.
> 
> 
> -- 
> Michal Varga,
> Stonehenge
> 
> 
> 
> 
> _______________________________________________
> freebsd-current@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-current
> To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org"

Hi Michal!

When I was work on vt(4) due to lack of knowledge about kbd(4)
internals I decide to not touch it a lot, so I mostly just copy sc(4)
things :)

IIRC support of such keys/combinations will require some updates to
kbd(4).

Think, if somebody will prepare patch for such things, guys and maybe
me, will be happy to review and possibly commit it.

Thanks!

WBW
-- 
Aleksandr Rybalko <ray@freebsd.org>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20150206142312.2a9935dc58796e88be92205f>