Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 Apr 1999 18:31:28 +0100
From:      Roger Hardiman <roger@cs.strath.ac.uk>
To:        matt <matt@xnet-a-226.resnet.purdue.edu>
Cc:        multimedia@FreeBSD.ORG
Subject:   Re: STP PCI problem
Message-ID:  <3724A2F0.78978BD7@cs.strath.ac.uk>
References:  <Pine.BSF.4.05.9904251514290.1638-100000@xnet-a-226.resnet.purdue.edu>

next in thread | previous in thread | raw e-mail | index | archive | help
matt wrote:

> I think this might have something
> to do with it...
> 
> xnet-a-226# sysctl hw.bt848
> hw.bt848.card: -1
> hw.bt848.tuner: -1
> hw.bt848.reverse_mute: -1
> hw.bt848.format: -1

No, the -1 setting just means there are no changes to the driver since
booting up.
The driver will use either a) probed values or b) kernel config
overrides.

The sysctls do not tell you the current status of the driver.



As for the sysctl values, here is the VALUE to NUMBER conversion table
taken
from the source file /usr/src/sys/pci/brooktree848.c

FOR hw.bt848.card
#define CARD_UNKNOWN            0
#define CARD_MIRO               1
#define CARD_HAUPPAUGE          2
#define CARD_STB                3
#define CARD_INTEL              4
#define CARD_IMS_TURBO          5
#define CARD_AVER_MEDIA         6
#define CARD_OSPREY             7 

FOR hw.bt848.tuner
#define NO_TUNER                0
#define TEMIC_NTSC              1
#define TEMIC_PAL               2
#define TEMIC_SECAM             3
#define PHILIPS_NTSC            4
#define PHILIPS_PAL             5
#define PHILIPS_SECAM           6
#define TEMIC_PALI              7
#define PHILIPS_PALI            8
#define PHILIPS_FR1236_NTSC     9
#define PHILIPS_FR1216_PAL      10
#define PHILIPS_FR1236_SECAM    11
#define ALPS_TSCH5              12  


Bye
Roger


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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3724A2F0.78978BD7>