Date: Wed, 16 Nov 2022 08:44:41 -0500 From: Ed Maste <emaste@freebsd.org> To: garyj@gmx.de Cc: "freebsd-arch@freebsd.org" <freebsd-arch@freebsd.org> Subject: Re: Giant Locked drivers Message-ID: <CAPyFy2AFn-yVkX_t219CcV-ot07RUHpk_svOtPKpLBpWj%2BTMFg@mail.gmail.com> In-Reply-To: <20221116114330.5407311a@ernst.home> References: <CANCZdfrfNzb1O91T4ivMXPsUGu7mYX80pJxvQu07oe2AF=YXCw@mail.gmail.com> <Y3PR2GXR42LcdbDd@troutmask.apl.washington.edu> <CANCZdfo3VKyrQXx3-%2B52-XX53SbuMnDsXQhgb8GT=ZESaeyJ_w@mail.gmail.com> <20221116114330.5407311a@ernst.home>
next in thread | previous in thread | raw e-mail | index | archive | help
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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAPyFy2AFn-yVkX_t219CcV-ot07RUHpk_svOtPKpLBpWj%2BTMFg>