newcons comming
John Baldwin
jhb at freebsd.org
Tue Feb 11 19:49:34 UTC 2014
On Tuesday, February 11, 2014 8:50:43 am Aleksandr Rybalko wrote:
> Hi Adrian!
>
> On Mon, 10 Feb 2014 13:24:18 -0800
> Adrian Chadd <adrian at freebsd.org> wrote:
>
> > [snip]
> >
> > My experiences with newcons/drm2:
> >
> > * suspend/resume occasionally throws up a panic in the softclock code,
> > with some vaguely invalid looking newcons timer entry. THis happens
> > after it comes out of suspend, after af ew seconds. It sucks and makes
> > things rather unusable.
>
> Are you have some data to investigate who is culprit?
> You can try also kernel with syscons, of course console will be black
> after kms load, but you still able to input commands.
I had this for the first time yesterday. It is the timer used for vt
switching. c_lock inside the callout structure for ttyv0 is trashed and
points to NULL instead of &Giant. Adrian, you should try setting
kern.vt.suspendswitch=0 to see if that helps.
--
John Baldwin
More information about the freebsd-current
mailing list