blob: 215f6f451cb3ab631f8fc26cd78bd51543bc948f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
|
.\" $OpenBSD: bktr.4,v 1.6 2001/04/17 04:40:38 fgsch Exp $
.\" $FreeBSD: /c/ncvs/src/share/man/man4/bktr.4,v 1.9.2.5 2001/03/06 19:08:09 ru Exp $
.\"
.Dd January 28, 1998
.Dt BKTR 4
.Os
.Sh NAME
.Nm bktr
.Nd video capture driver
.Sh SYNOPSIS
.Cd option BROOKTREE_ALLOC_PAGES=nnn
.Cd option BROOKTREE_SYSTEM_DEFAULT=XXX
.Pp
.Cd bktr* at pci? dev ? function ?
.Sh DESCRIPTION
The
.Nm bktr
driver provides support for PCI video capture and VBI capture on low cost,
high performance boards. This should support most video cards based on the
Brooktree Bt848/849/878/879 Video Capture Chip.
The driver also supports FM Radio if the Tuner supports it.
.Pp
Specifically, the following cards are known to work:
.Bd -unfilled -offset indent
Hauppage Wincast TV and WinTV/PCI
STB TV PCI Television Tuner
Miro PC TV
Intel Smart Video Recorder III
AverMedia cards
Video Highway XTreme
VideoLogic Captivator PCI
.Ed
.Pp
The driver currently supports the following features:
.Bd -unfilled -offset indent
PCI to PCI dma transfer
clipping
yuv
rgb16
rgb24
rgb32
.Ed
.Pp
On these cards, tuners and other components are interconnected with an I2C bus.
The Brooktree848 chips act as a master device on the bus to control them.
.Pp
The following kernel configuration options are available:
.Pp
.Bl -tag -width xxxxxxxx
.It Cd option BROOKTREE_ALLOC_PAGES=nnn
Specifies the number of contiguous pages to allocate when successfully
probed. The default number of pages allocated by the kernel is 216.
This means that there are (216*4096) bytes available for use.
.It Cd option BROOKTREE_SYSTEM_DEFAULT="(BROOKTREE_PAL | BROOKTREE_NTSC)"
One of these options can be used to set the default video format for the driver.
This fixed random hangs and lockups with the VideoLogic Captivator PCI card.
.El
.Sh AUTHORS
The
.Nm
driver is based on the work of
.An Jim Lowe Aq james@miller.cs.uwm.edu ,
.An Mark Tinguely Aq tinguely@plains.nodak.edu ,
.An Amancio Hasty Aq hasty@star\-gate.com ,
.An Roger Hardiman Aq roger@FreeBSD.org
and a bunch of other people.
.Sh HISTORY
The
.Nm
driver first appeared in
.Fx 2.2 .
|