Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src Install the emdtv(4) manual page, based on earlier feedback ...
details: https://anonhg.NetBSD.org/src/rev/c4bf48020c69
branches: trunk
changeset: 769008:c4bf48020c69
user: jruoho <jruoho%NetBSD.org@localhost>
date: Tue Aug 30 07:07:04 2011 +0000
description:
Install the emdtv(4) manual page, based on earlier feedback from jmcneill@
(includes some XXX comments; should be updated alongside with the driver).
Also use the new dtviic(4) links to build a list of supported cards.
diffstat:
distrib/sets/lists/man/mi | 5 ++++-
share/man/man4/Makefile | 8 ++++++--
share/man/man4/emdtv.4 | 32 +++++++++++++++++++++++---------
3 files changed, 33 insertions(+), 12 deletions(-)
diffs (125 lines):
diff -r a475d979cd51 -r c4bf48020c69 distrib/sets/lists/man/mi
--- a/distrib/sets/lists/man/mi Tue Aug 30 07:06:39 2011 +0000
+++ b/distrib/sets/lists/man/mi Tue Aug 30 07:07:04 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: mi,v 1.1337 2011/08/30 05:59:44 jruoho Exp $
+# $NetBSD: mi,v 1.1338 2011/08/30 07:07:05 jruoho Exp $
#
# Note: don't delete entries from here - mark them as "obsolete" instead.
#
@@ -940,6 +940,7 @@
./usr/share/man/cat4/eisa.0 man-sys-catman .cat
./usr/share/man/cat4/el.0 man-sys-catman .cat
./usr/share/man/cat4/elmc.0 man-sys-catman .cat
+./usr/share/man/cat4/emdtv.0 man-sys-catman .cat
./usr/share/man/cat4/emips/ace.0 man-sys-catman .cat
./usr/share/man/cat4/emips/autoconf.0 man-sys-catman .cat
./usr/share/man/cat4/emips/dz.0 man-sys-catman .cat
@@ -3759,6 +3760,7 @@
./usr/share/man/html4/eisa.html man-sys-htmlman html
./usr/share/man/html4/el.html man-sys-htmlman html
./usr/share/man/html4/elmc.html man-sys-htmlman html
+./usr/share/man/html4/emdtv.html man-sys-htmlman html
./usr/share/man/html4/emips/ace.html man-sys-htmlman html
./usr/share/man/html4/emips/autoconf.html man-sys-htmlman html
./usr/share/man/html4/emips/dz.html man-sys-htmlman html
@@ -6353,6 +6355,7 @@
./usr/share/man/man4/eisa.4 man-sys-man .man
./usr/share/man/man4/el.4 man-sys-man .man
./usr/share/man/man4/elmc.4 man-sys-man .man
+./usr/share/man/man4/emdtv.4 man-sys-man .man
./usr/share/man/man4/emips/ace.4 man-sys-man .man
./usr/share/man/man4/emips/autoconf.4 man-sys-man .man
./usr/share/man/man4/emips/dz.4 man-sys-man .man
diff -r a475d979cd51 -r c4bf48020c69 share/man/man4/Makefile
--- a/share/man/man4/Makefile Tue Aug 30 07:06:39 2011 +0000
+++ b/share/man/man4/Makefile Tue Aug 30 07:07:04 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.568 2011/08/30 05:59:44 jruoho Exp $
+# $NetBSD: Makefile,v 1.569 2011/08/30 07:07:04 jruoho Exp $
# @(#)Makefile 8.1 (Berkeley) 6/18/93
MAN= aac.4 ac97.4 acardide.4 aceride.4 acphy.4 \
@@ -10,7 +10,7 @@
an.4 arcmsr.4 aria.4 artsata.4 ata.4 atalk.4 ataraid.4 \
ath.4 atphy.4 atppc.4 attimer.4 atw.4 \
auacer.4 audio.4 audiocs.4 auich.4 \
- auixp.4 autri.4 auvia.4 auvitek.4 awi.4 azalia.4 \
+ auixp.4 autri.4 auvia.4 awi.4 azalia.4 \
battery_pmu.4 bba.4 bce.4 bcsp.4 be.4 bge.4 bnx.4 bha.4 \
bio.4 bktr.4 bluetooth.4 bmtphy.4 bpf.4 \
brgphy.4 bridge.4 bthidev.4 bthub.4 btkbd.4 \
@@ -143,6 +143,10 @@
# machine-independent Xen devices
MAN+= pciback.4 xbd.4 xbdback.4 xenbus.4 xennet.4 xpci.4 xvif.4
+# DTV drivers
+MAN+= auvitek.4 \
+ emdtv.4
+
# DTV I2C modules
MLINKS+=dtviic.4 au8522.4 \
dtviic.4 cx24227.4 \
diff -r a475d979cd51 -r c4bf48020c69 share/man/man4/emdtv.4
--- a/share/man/man4/emdtv.4 Tue Aug 30 07:06:39 2011 +0000
+++ b/share/man/man4/emdtv.4 Tue Aug 30 07:07:04 2011 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: emdtv.4,v 1.2 2011/08/14 15:21:01 wiz Exp $
+.\" $NetBSD: emdtv.4,v 1.3 2011/08/30 07:07:04 jruoho Exp $
.\"
.\" Copyright (c) 2011 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -27,7 +27,7 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
.\" POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd August 13, 2011
+.Dd August 30, 2011
.Dt EMDTV 4
.Os
.Sh NAME
@@ -35,6 +35,7 @@
.Nd digital video driver for Empia Technology EM28xx based cards
.Sh SYNOPSIS
.Cd "emdtv* at uhub?"
+.Cd "dtv* at dtvbus?"
.Sh DESCRIPTION
The
.Nm
@@ -44,16 +45,29 @@
This chip is used in USB products.
.Pp
Supported cards include:
-.Bl -bullet -offset indent
-.It
-ATI/AMD TV Wonder 600 USB
-.\".It
-.\"Empia Hybrid XS ATSC
-.It
-Pinnacle PCTV HD Pro Stick (800e)
+.Pp
+.Bl -column -offset indent \
+"Pinnacle PCTV HD Pro Stick 800e" \
+" " \
+" "
+.It Sy "Device" Ta Sy "Demodulator" Ta Sy "Tuner"
+.It "ATI TV Wonder 600 USB" Ta Xr lg3303 4 Ta Xr xc3028 4
+.\" .It "Pinnacle PCTV HD Pro Stick 800e" Ta Xr lg3303 4 Ta Xr xc3028 4
+.\" Empia Hybrid XS ATSC?
.El
+.Pp
+.\"
+.\" XXX: No package for the XC3028 (and not XC3028L) used in the Pinnacle?
+.\"
+The
+.Xr xc3028 4
+digital tuner requires firmware.
+This is provided by the
+.Pa pkgsrc/sysutils/xc3028l-firmware
+package.
.Sh SEE ALSO
.Xr dtv 4 ,
+.Xr dtviic 4 ,
.Xr usb 4
.Sh HISTORY
The
Home |
Main Index |
Thread Index |
Old Index