From owner-cvs-all Mon Nov 15 0:11:30 1999 Delivered-To: cvs-all@freebsd.org Received: from mailman.zeta.org.au (mailman.zeta.org.au [203.26.10.16]) by hub.freebsd.org (Postfix) with ESMTP id A5B8F14C97; Mon, 15 Nov 1999 00:11:15 -0800 (PST) (envelope-from bde@zeta.org.au) Received: from p70-ts5.syd2.zeta.org.au (beefcake.zeta.org.au [203.26.10.12]) by mailman.zeta.org.au (8.8.7/8.8.7) with ESMTP id TAA32748; Mon, 15 Nov 1999 19:17:24 +1100 Date: Mon, 15 Nov 1999 19:10:45 +1100 (EST) From: Bruce Evans X-Sender: bde@alphplex.bde.org To: Peter Wemm Cc: Garrett Wollman , Kazutaka YOKOTA , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/syscons scmouse.c src/sys/i386/conf options.i386 src/sys/alpha/conf options.alpha In-Reply-To: <19991115051318.AD2701C6D@overcee.netplex.com.au> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On Mon, 15 Nov 1999, Peter Wemm wrote: > Garrett Wollman wrote: > > < g> said: > > > > > - Added a new kernel configuration option: SC_TWOBUTTON_MOUSE. > > This should be a flag on the mouse device (or on syscons), not a > > compile option. > > I would think a sysctl option would be better still as that's easily > changed at runtime.. This should be an ioctl. sysctl(8) and sysctlbyname(3) are not suitable for device control since the interface that makes them easy to use for one-off things makes them hard to use for arrays of things. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message