Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Nov 2022 15:20:22 +0100
From:      Gary Jennejohn <garyj@gmx.de>
To:        Ed Maste <emaste@freebsd.org>
Cc:        "freebsd-arch@freebsd.org" <freebsd-arch@freebsd.org>
Subject:   Re: Giant Locked drivers
Message-ID:  <20221116152022.5f3441c9@ernst.home>
In-Reply-To: <CAPyFy2AFn-yVkX_t219CcV-ot07RUHpk_svOtPKpLBpWj%2BTMFg@mail.gmail.com>
References:  <CANCZdfrfNzb1O91T4ivMXPsUGu7mYX80pJxvQu07oe2AF=YXCw@mail.gmail.com> <Y3PR2GXR42LcdbDd@troutmask.apl.washington.edu> <CANCZdfo3VKyrQXx3-%2B52-XX53SbuMnDsXQhgb8GT=ZESaeyJ_w@mail.gmail.com> <20221116114330.5407311a@ernst.home> <CAPyFy2AFn-yVkX_t219CcV-ot07RUHpk_svOtPKpLBpWj%2BTMFg@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, 16 Nov 2022 08:44:41 -0500
Ed Maste <emaste@freebsd.org> wrote:

> On Wed, 16 Nov 2022 at 05:43, Gary Jennejohn <garyj@gmx.de> wrote:
> >
> > grep -i giant /var/run/dmesg.boot
> > WARNING: Device "consolectl" is Giant locked and may be deleted before
> > FreeBSD 14.0.
>
> For vt consolectl is implemented in sys/dev/vt/vt_consolectl.c. It
> implements two ioctls: CONS_GETVERS (which returns a constant version
> number) and CONS_MOUSECTL (for mouse events, from e.g. moused). What
> FreeBSD version are you running? NYC*BUG's dmesgd turns up consolectl
> Giant warnings only for 12.x and 13.0.

current from today.

I switched from syscons to vt today but I'm still seeing that warning.

I suspect some really old file under /etc/rc.d since I hardly ever
update that stuff.  My system boots just fine using what's already
under /etc and "never change a running system" is my philosophy.

BTW I had to make a change to /usr/ports/x11/nvidia-driver because
it tries to get the softc for syscons, which is not present when only
vt is in the kernel config file.

=2D-
Gary Jennejohn



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