From owner-cvs-sys Tue May 19 00:53:42 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA12651 for cvs-sys-outgoing; Tue, 19 May 1998 00:53:42 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from rah.star-gate.com (rah.star-gate.com [209.133.7.234]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA12612; Tue, 19 May 1998 00:53:26 -0700 (PDT) (envelope-from hasty@rah.star-gate.com) Received: from rah.star-gate.com (localhost.star-gate.com [127.0.0.1]) by rah.star-gate.com (8.8.8/8.8.8) with ESMTP id AAA00891; Tue, 19 May 1998 00:52:43 -0700 (PDT) (envelope-from hasty@rah.star-gate.com) Message-Id: <199805190752.AAA00891@rah.star-gate.com> X-Mailer: exmh version 2.0.2 2/24/98 To: Bruce Evans cc: luigi@labinfo.iet.unipi.it, ahasty@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, cvs-sys@FreeBSD.ORG, roger@cs.strath.ac.uk Subject: Re: cvs commit: src/sys/pci brooktree848.c In-reply-to: Your message of "Tue, 19 May 1998 17:23:43 +1000." <199805190723.RAA03775@godzilla.zeta.org.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 19 May 1998 00:52:43 -0700 From: Amancio Hasty Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Fine what do you propose instead and I hope that you know why we are adding the sysctl variables. The Bt848 chipset per se we have a good handle on however we are falling flat in our faces trying to support all the different tuners cropping up and to make matters worse we can not uniquely identify some Bt848 / tuners -- none of this is a problem on Win95 because the manufacturer provides a custom driver. It is very difficult to train users to go in the driver and modify it and it is not a desired way of configuring the driver. Cheers, Amancio > >When either you or Roger can verify the new sysctl hw.bt848.format, > >I will commit the fix. > > Please don't. > > >hw.bt848.format = 0 | 1 > > > >0 Denotes PAL > >1 Denotes NTSC > > > >So far we have 4 bt848 sysctl variables 8) > > > >{hasty} sysctl hw.bt848 > >hw.bt848.card: -1 > >hw.bt848.tuner: -1 > >hw.bt848.reverse_mute: -1 > >hw.bt848.format: 1 > > A sysctl is even worse than a config option for device control. ioctl(2) > should be used for device control. > > Bruce