From owner-cvs-all Mon Aug 10 03:07:11 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA14523 for cvs-all-outgoing; Mon, 10 Aug 1998 03:07:11 -0700 (PDT) (envelope-from owner-cvs-all) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.15.68.22]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA14416; Mon, 10 Aug 1998 03:06:54 -0700 (PDT) (envelope-from bde@godzilla.zeta.org.au) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.7/8.8.7) id UAA26922; Mon, 10 Aug 1998 20:06:32 +1000 Date: Mon, 10 Aug 1998 20:06:32 +1000 From: Bruce Evans Message-Id: <199808101006.UAA26922@godzilla.zeta.org.au> To: phk@critter.freebsd.dk, yokota@FreeBSD.ORG Subject: Re: cvs commit: src/sys/i386/conf LINT options.i386 Cc: cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >> 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