Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Aug 1998 20:06:32 +1000
From:      Bruce Evans <bde@zeta.org.au>
To:        phk@critter.freebsd.dk, yokota@FreeBSD.ORG
Cc:        cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG
Subject:   Re: cvs commit: src/sys/i386/conf LINT options.i386
Message-ID:  <199808101006.UAA26922@godzilla.zeta.org.au>

next in thread | raw e-mail | index | archive | help
>>  Modified files:
>>    sys/i386/conf        LINT options.i386 
>>  Log:
>>  - Added SC_BAD_FLICKER for syscons.
>>  - Added the flag 0x40 (quiet bell) for syscons.
>
>Should have been sysctl variabls ?

No.  Should have been ioctls.  Drivers are controlled by device flags
and ioctls.  Device flags are only needed for things that must be
controlled before /etc/rc can run but whose setting can safely be
delayed until after userconfig has run.

Bruce



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