Module Name:    src
Committed By:   jruoho
Date:           Tue Aug 30 07:07:05 UTC 2011

Modified Files:
        src/distrib/sets/lists/man: mi
        src/share/man/man4: Makefile emdtv.4

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.1337 -r1.1338 src/distrib/sets/lists/man/mi
cvs rdiff -u -r1.568 -r1.569 src/share/man/man4/Makefile
cvs rdiff -u -r1.2 -r1.3 src/share/man/man4/emdtv.4

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/distrib/sets/lists/man/mi
diff -u src/distrib/sets/lists/man/mi:1.1337 src/distrib/sets/lists/man/mi:1.1338
--- src/distrib/sets/lists/man/mi:1.1337	Tue Aug 30 05:59:44 2011
+++ src/distrib/sets/lists/man/mi	Tue Aug 30 07:07:05 2011
@@ -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

Index: src/share/man/man4/Makefile
diff -u src/share/man/man4/Makefile:1.568 src/share/man/man4/Makefile:1.569
--- src/share/man/man4/Makefile:1.568	Tue Aug 30 05:59:44 2011
+++ src/share/man/man4/Makefile	Tue Aug 30 07:07:04 2011
@@ -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 \

Index: src/share/man/man4/emdtv.4
diff -u src/share/man/man4/emdtv.4:1.2 src/share/man/man4/emdtv.4:1.3
--- src/share/man/man4/emdtv.4:1.2	Sun Aug 14 15:21:01 2011
+++ src/share/man/man4/emdtv.4	Tue Aug 30 07:07:04 2011
@@ -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

Reply via email to