<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/sys/dev/bktr/bktr_i2c.c, branch releng/4.7</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=releng%2F4.7</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=releng%2F4.7'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2000-10-26T16:38:46Z</updated>
<entry>
<title>MFC update to driver 2.17</title>
<updated>2000-10-26T16:38:46Z</updated>
<author>
<name>Roger Hardiman</name>
<email>roger@FreeBSD.org</email>
</author>
<published>2000-10-26T16:38:46Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=2db3ec5e0d91c5b19f1e484231d502ca319ffbc6'/>
<id>urn:sha1:2db3ec5e0d91c5b19f1e484231d502ca319ffbc6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>MFC: Update to driver release 2.15.</title>
<updated>2000-09-11T07:59:57Z</updated>
<author>
<name>Roger Hardiman</name>
<email>roger@FreeBSD.org</email>
</author>
<published>2000-09-11T07:59:57Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=e33b9ce7e35e3678a24fc69ed988619833d891cb'/>
<id>urn:sha1:e33b9ce7e35e3678a24fc69ed988619833d891cb</id>
<content type='text'>
Functional changes: New tuner types added, improvmemts to KLD module
                    and memory allocation.
</content>
</entry>
<entry>
<title>MFC: Update to driver 2.12</title>
<updated>2000-04-18T12:50:33Z</updated>
<author>
<name>Roger Hardiman</name>
<email>roger@FreeBSD.org</email>
</author>
<published>2000-04-18T12:50:33Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=74419b1a5488aab5b529974bcf2a26961e1091ac'/>
<id>urn:sha1:74419b1a5488aab5b529974bcf2a26961e1091ac</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use config's tools rather than #if's.</title>
<updated>2000-01-29T18:54:12Z</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>2000-01-29T18:54:12Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=4486cd7990374fb21d0aefa1dabd70c5efcc0798'/>
<id>urn:sha1:4486cd7990374fb21d0aefa1dabd70c5efcc0798</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update to driver 2.07</title>
<updated>2000-01-24T14:00:21Z</updated>
<author>
<name>Roger Hardiman</name>
<email>roger@FreeBSD.org</email>
</author>
<published>2000-01-24T14:00:21Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=12504d0820e7e62e32d40a779016b5efef945606'/>
<id>urn:sha1:12504d0820e7e62e32d40a779016b5efef945606</id>
<content type='text'>
Update i2c code to build on FreeBSD 3.x and 4.x machines.
Added GPIO audio values for the Askey/Dynalink TV card talken from postings on the V4L mailing list.
Update Australian Channel Set. Submitted by John Birrell &lt;jb@cimlogic.com.au&gt;
Add new Channel Set for France. Submitted by Daniel Dagneaux &lt;dagneaux@lure.u-psud.fr&gt;
</content>
</entry>
<entry>
<title>Remove the 'ivars' arguement to device_add_child() and</title>
<updated>1999-12-03T08:41:24Z</updated>
<author>
<name>Matthew N. Dodd</name>
<email>mdodd@FreeBSD.org</email>
</author>
<published>1999-12-03T08:41:24Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=fe0d408987b42b531420ff2de76d534dbe7ecee7'/>
<id>urn:sha1:fe0d408987b42b531420ff2de76d534dbe7ecee7</id>
<content type='text'>
device_add_child_ordered().  'ivars' may now be set using the
device_set_ivars() function.

This makes it easier for us to change how arbitrary data structures are
associated with a device_t.  Eventually we won't be modifying device_t
to add additional pointers for ivars, softc data etc.

Despite my best efforts I've probably forgotten something so let me know
if this breaks anything.  I've been running with this change for months
and its been quite involved actually isolating all the changes from
the rest of the local changes in my tree.

Reviewed by:	peter, dfr
</content>
</entry>
<entry>
<title>Update to driver release 2.04</title>
<updated>1999-10-28T13:58:17Z</updated>
<author>
<name>Roger Hardiman</name>
<email>roger@FreeBSD.org</email>
</author>
<published>1999-10-28T13:58:17Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=56597309fad7daae908317e0153f251c9cee92aa'/>
<id>urn:sha1:56597309fad7daae908317e0153f251c9cee92aa</id>
<content type='text'>
Update AverMedia GPIO values
Submitted by:	AverMedia

Add support for WinTV Theater Dolby Surround Sound DPL3518A chip
Submitted by:	Frank Nobis &lt;fn@radio-do.de&gt;

Make PLL mode the default for Bt878s. You no longer need options BKTR_USE_PLL
</content>
</entry>
<entry>
<title>Move the bktr Bt848/Bt878 driver to /sys/dev/bktr</title>
<updated>1999-09-22T06:46:08Z</updated>
<author>
<name>Roger Hardiman</name>
<email>roger@FreeBSD.org</email>
</author>
<published>1999-09-22T06:46:08Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=ca0c4630a176c7be7f143ae9a296d9429a4d1170'/>
<id>urn:sha1:ca0c4630a176c7be7f143ae9a296d9429a4d1170</id>
<content type='text'>
Phase 1) move the driver
Phase 2)
Phase 3) Profit, by splitting the driver into smaller files like
bktr_tuner, bktr_card, bktr_audio, bktr_&lt;osname&gt;
making it easier to maintain and understand.
</content>
</entry>
<entry>
<title>Add #include &lt;sys/select.h&gt; ready for select() support in bt848 driver</title>
<updated>1999-08-30T09:28:47Z</updated>
<author>
<name>Roger Hardiman</name>
<email>roger@FreeBSD.org</email>
</author>
<published>1999-08-30T09:28:47Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=a8a77e37249543387424ad70ef7c1e3ea8a23d69'/>
<id>urn:sha1:a8a77e37249543387424ad70ef7c1e3ea8a23d69</id>
<content type='text'>
</content>
</entry>
<entry>
<title>$Id$ -&gt; $FreeBSD$</title>
<updated>1999-08-28T01:08:13Z</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>1999-08-28T01:08:13Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=c3aac50f284c6cca5b4f2eb46aaa13812cb8b630'/>
<id>urn:sha1:c3aac50f284c6cca5b4f2eb46aaa13812cb8b630</id>
<content type='text'>
</content>
</entry>
</feed>
