The NetBSD Project

CVS log for src/sys/dev/pci/cxdtv.c

[BACK] Up to [cvs.netbsd.org] / src / sys / dev / pci

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.9.2.1 / (download) - annotate - [select for diffs], Tue Apr 17 00:07:44 2012 UTC (5 weeks, 4 days ago) by yamt
Branch: yamt-pagecache
Changes since 1.9: +11 -18 lines
Diff to previous 1.9 (colored) next main 1.10 (colored)

sync with head

Revision 1.9.6.1 / (download) - annotate - [select for diffs], Sat Feb 18 07:34:36 2012 UTC (3 months ago) by mrg
Branch: jmcneill-usbmp
Changes since 1.9: +11 -18 lines
Diff to previous 1.9 (colored) next main 1.10 (colored)

merge to -current.

Revision 1.11 / (download) - annotate - [select for diffs], Mon Jan 30 19:41:19 2012 UTC (3 months, 3 weeks ago) by drochner
Branch: MAIN
CVS Tags: yamt-pagecache-base5, yamt-pagecache-base4, netbsd-6-base, netbsd-6, jmcneill-usbmp-base9, jmcneill-usbmp-base8, jmcneill-usbmp-base7, jmcneill-usbmp-base6, jmcneill-usbmp-base5, jmcneill-usbmp-base4, jmcneill-usbmp-base3, jmcneill-usbmp-base2, HEAD
Changes since 1.10: +3 -8 lines
Diff to previous 1.10 (colored)

Use pci_aprint_devinfo(9) instead of pci_devinfo+aprint_{normal,naive}
where it looks straightforward, and pci_aprint_devinfo_fancy in a few
others where drivers want to supply their own device names instead
of the pcidevs generated one. More complicated cases, where names
are composed at runtime, are left alone for now. It certainly makes
sense to simplify the drivers here rather than inventing a catch-all API.
This should serve as as example for new drivers, and also ensure
consistent output in the AB_QUIET ("boot -q") case. Also, it avoids
excessive stack usage where drivers attach child devices because the
buffer for the device name is not kept on the local stack anymore.

Revision 1.10 / (download) - annotate - [select for diffs], Mon Jan 16 15:33:50 2012 UTC (4 months, 1 week ago) by jmcneill
Branch: MAIN
Changes since 1.9: +10 -12 lines
Diff to previous 1.9 (colored)

Only match supported boards.

Revision 1.9 / (download) - annotate - [select for diffs], Mon Sep 26 18:07:37 2011 UTC (7 months, 4 weeks ago) by jakllsch
Branch: MAIN
CVS Tags: yamt-pagecache-base3, yamt-pagecache-base2, yamt-pagecache-base, jmcneill-usbmp-pre-base2, jmcneill-usbmp-base, jmcneill-audiomp3-base, jmcneill-audiomp3
Branch point for: yamt-pagecache, jmcneill-usbmp
Changes since 1.8: +11 -12 lines
Diff to previous 1.8 (colored)

Define and use symbolic bits in registers.

Revision 1.8 / (download) - annotate - [select for diffs], Mon Aug 29 14:47:08 2011 UTC (8 months, 3 weeks ago) by jmcneill
Branch: MAIN
Changes since 1.7: +3 -3 lines
Diff to previous 1.7 (colored)

have pci register itself as a module, and make PCI driver modules depend on it

Revision 1.7 / (download) - annotate - [select for diffs], Tue Aug 9 01:42:24 2011 UTC (9 months, 2 weeks ago) by jmcneill
Branch: MAIN
Changes since 1.6: +63 -38 lines
Diff to previous 1.6 (colored)

modify the dtv device api so hardware drivers can be loaded independently
of the dtv module

Revision 1.6 / (download) - annotate - [select for diffs], Mon Jul 25 04:31:26 2011 UTC (10 months ago) by jakllsch
Branch: MAIN
Changes since 1.5: +6 -50 lines
Diff to previous 1.5 (colored)

Remove unconditional debugging code.  Also, a few other cleanups.

Revision 1.5 / (download) - annotate - [select for diffs], Fri Jul 15 20:29:58 2011 UTC (10 months, 1 week ago) by jmcneill
Branch: MAIN
Changes since 1.4: +22 -4 lines
Diff to previous 1.4 (colored)

use lg3303_get_snr, lg3303_get_signal_strength

Revision 1.4 / (download) - annotate - [select for diffs], Fri Jul 15 03:35:13 2011 UTC (10 months, 1 week ago) by jmcneill
Branch: MAIN
Changes since 1.3: +29 -20 lines
Diff to previous 1.3 (colored)

add pcHDTV HD-5500 support:

cxdtv0 at pci0 dev 14 function 2: pcHDTV HD-5500 HDTV Video Capture (rev. 0x05)
cxdtv0: interrupting at irq 10
cxdtv0: lg3303: found @ 0x59
cxdtv0: tvpll: LG TDVS-H06xF
dtv0 at cxdtv0: CX23880 [ATSC]

Revision 1.3 / (download) - annotate - [select for diffs], Fri Jul 15 00:21:26 2011 UTC (10 months, 1 week ago) by jmcneill
Branch: MAIN
Changes since 1.2: +80 -11 lines
Diff to previous 1.2 (colored)

add detach support

Revision 1.2 / (download) - annotate - [select for diffs], Thu Jul 14 23:47:45 2011 UTC (10 months, 1 week ago) by jmcneill
Branch: MAIN
Changes since 1.1: +50 -4 lines
Diff to previous 1.1 (colored)

hook in lg3303 demod support and modularize

Revision 1.1 / (download) - annotate - [select for diffs], Mon Jul 11 00:46:03 2011 UTC (10 months, 2 weeks ago) by jakllsch
Branch: MAIN

Add cxdtv(4), a dtv(4) driver for Conexant CX23880-series DTV interface chips.

Initially supports digital reception on ATI HDTV Wonder card.

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>