blob: de898c66b6d06dac41afb6c4e66c680f4b47bd28 (
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
72
73
|
.\"
.\" $OpenBSD: bktr.4,v 1.5 2000/11/10 20:02:18 todd Exp $
.\" $FreeBSD: bktr.4,v 1.1 1998/03/09 10:56:22 jkh Exp $
.\"
.Dd January 28, 1998
.Dt BKTR 4 i386
.Os
.Sh NAME
.Nm bktr
.Nd brooktree video capture driver
.Sh SYNOPSIS
.Nm device bktr0
.Sh DESCRIPTION
The
.Nm
driver provides support for PCI video capture on low cost, high performance
boards.
The driver is heavily based on the Matrox Meteor driver.
The
.Nm
driver should support most video cards based on the
.Em Brooktree Bt848 Video Capture Chip.
.Pp
Specifically, the following cards are known to work:
.Pp
.Bl -tag -width -offset indent -compact
.It Hauppage Wincast TV
.It STB TV PCI Television Tuner
.It Miro PC TV
.It MIntel Smart Video Recorder III
.El
.Pp
The driver currently supports the following features:
.Pp
.Bl -tag -width -offset indent -compact
.It PCI-to-PCI DMA transfer
.It Clipping
.It YUV
.It RGB16, RGB24, RGB32
.El
.Pp
The following kernel parameters may be used to further configure the driver:
.Pp
.Bl -ohang
.It Cd option "BROOKTREE_ALLOC_PAGES=xxx"
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.
.El
.Sh AUTHORS
This 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
and a bunch of other people.
.\" .Sh FILES
.\" .Bl -tag -width /usr/share/examples/meteor -compact
.\" .It Pa /usr/share/examples/meteor
.\" Examples of what you can do with the (similarly designed) Meteor driver.
.\" .It Pa /usr/ports/graphics/fxtv
.\" A display program utilizing the bktr driver - requires that
.\" .Em The X Window System
.\" and
.\" .Em The Ports Collection
.\" also be installed.
.\" .El
.\" .Sh SEE ALSO
.\" .Xr meteor 4
.Sh HISTORY
The
.Nm
driver first appeared in
.Fx 2.2 .
|