<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/sys/dev/bktr/bktr_card.c, branch stable/10</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=stable%2F10</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=stable%2F10'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>2011-02-21T09:01:34Z</updated>
<entry>
<title>Fix typos - remove duplicate "the".</title>
<updated>2011-02-21T09:01:34Z</updated>
<author>
<name>Rebecca Cran</name>
<email>brucec@FreeBSD.org</email>
</author>
<published>2011-02-21T09:01:34Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=6bccea7c2bb77cbcbe9f019c664ddf4bf4ff8410'/>
<id>urn:sha1:6bccea7c2bb77cbcbe9f019c664ddf4bf4ff8410</id>
<content type='text'>
PR:	bin/154928
Submitted by:	Eitan Adler &lt;lists at eitanadler.com&gt;
MFC after: 	3 days
</content>
</entry>
<entry>
<title>Fix -Wundef from compiling the amd64 LINT.</title>
<updated>2005-12-04T10:06:06Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2005-12-04T10:06:06Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=3238c6bd335a8262f18b21ab308b569a49cc7fe7'/>
<id>urn:sha1:3238c6bd335a8262f18b21ab308b569a49cc7fe7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add some cards:</title>
<updated>2005-11-13T13:26:37Z</updated>
<author>
<name>Alexander Leidinger</name>
<email>netchild@FreeBSD.org</email>
</author>
<published>2005-11-13T13:26:37Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=96ca607e80a7c3073cc893393c4c6b20533bad32'/>
<id>urn:sha1:96ca607e80a7c3073cc893393c4c6b20533bad32</id>
<content type='text'>
 - several TerraTec TValue [1]
 - PixelView PlayTV Pro REV-4C [2]

In case you have the PixelView card, please tell us the "pciconf -v -l"
output on multimedia@FreeBSD.org if it works. There are revisions out there
which may not work and we need to know which ones work.

PR:		53383 [1], 76002 [2]
Submitted by:	Tanja Wittke &lt;tawi@gruft.de&gt; [1], barner [1],
		Dan Angelescu &lt;mrhsaacdoh@yahoo.com&gt; [2]
MFC after:	2 months
</content>
</entry>
<entry>
<title>Remove bus_{mem,p}io.h and related code for a micro-optimization on i386</title>
<updated>2005-05-29T04:42:30Z</updated>
<author>
<name>Yoshihiro Takahashi</name>
<email>nyan@FreeBSD.org</email>
</author>
<published>2005-05-29T04:42:30Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=d4fcf3cba56369bf27a1943ee07b2ddd124b8436'/>
<id>urn:sha1:d4fcf3cba56369bf27a1943ee07b2ddd124b8436</id>
<content type='text'>
and amd64.  The optimization is a trivial on recent machines.

Reviewed by:	-arch (imp, marcel, dfr)
</content>
</entry>
<entry>
<title>Don't set the tuner type to TUNER_MT2032 if BKTR_OVERRIDE_TUNER is defined or</title>
<updated>2005-05-24T21:12:49Z</updated>
<author>
<name>Olivier Houchard</name>
<email>cognet@FreeBSD.org</email>
</author>
<published>2005-05-24T21:12:49Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=0f470b07d29b43b46ee42f0f2385847025a9bdbb'/>
<id>urn:sha1:0f470b07d29b43b46ee42f0f2385847025a9bdbb</id>
<content type='text'>
if hw.bt848.tuner has been set, so that we can force the tuner.
</content>
</entry>
<entry>
<title>Remove lots of tab/space errors introduced by massive cut-n-paste action.</title>
<updated>2005-02-10T22:38:51Z</updated>
<author>
<name>Julian Elischer</name>
<email>julian@FreeBSD.org</email>
</author>
<published>2005-02-10T22:38:51Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=c96e43721a70875d36313c9507956c75f39f439b'/>
<id>urn:sha1:c96e43721a70875d36313c9507956c75f39f439b</id>
<content type='text'>
Noticed from:	diffs of the last commit.
MFC after:	1 week
</content>
</entry>
<entry>
<title>Take into account that Pinnacle screwed up their PCI ID in the beginning..</title>
<updated>2005-02-10T22:26:28Z</updated>
<author>
<name>Julian Elischer</name>
<email>julian@FreeBSD.org</email>
</author>
<published>2005-02-10T22:26:28Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=ade68ea22667767523e19e8db0e399dc1d203ecc'/>
<id>urn:sha1:ade68ea22667767523e19e8db0e399dc1d203ecc</id>
<content type='text'>
Older cards have it reversed.
Also, use some already defined values instead of magic numbers.

PR:	 73324
Submitted by:	arne_woerner@yahoo.com
MFC after:	1 week
</content>
</entry>
<entry>
<title>Add code to do better auto detection of tuner types etc.</title>
<updated>2005-01-23T07:13:09Z</updated>
<author>
<name>Julian Elischer</name>
<email>julian@FreeBSD.org</email>
</author>
<published>2005-01-23T07:13:09Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=2f4829e6cba52f7afeafe5f31e8639fa98512df5'/>
<id>urn:sha1:2f4829e6cba52f7afeafe5f31e8639fa98512df5</id>
<content type='text'>
PR:		kern/75831
Submitted by:	Branko Lankester &lt;branko@euro.net&gt;
MFC after:	1 week
</content>
</entry>
<entry>
<title>Remove support for FreeBSD &lt; 4.recent from this driver.</title>
<updated>2005-01-08T22:52:00Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2005-01-08T22:52:00Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=e36e54501e82062b7e49cdfec5e40d65b44b42d6'/>
<id>urn:sha1:e36e54501e82062b7e49cdfec5e40d65b44b42d6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove vnode.h and adjust includes to compensate for pollution.</title>
<updated>2005-01-08T22:43:33Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2005-01-08T22:43:33Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=8080d4d196e7f8b84191a75745200e1987a2fc41'/>
<id>urn:sha1:8080d4d196e7f8b84191a75745200e1987a2fc41</id>
<content type='text'>
</content>
</entry>
</feed>
