Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 19 May 1998 17:23:43 +1000
From:      Bruce Evans <bde@zeta.org.au>
To:        hasty@rah.star-gate.com, luigi@labinfo.iet.unipi.it
Cc:        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
Message-ID:  <199805190723.RAA03775@godzilla.zeta.org.au>

next in thread | raw e-mail | index | archive | help
>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

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message



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