<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/sys/modules/bktr, branch release/9.3.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=release%2F9.3.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=release%2F9.3.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2008-03-27T20:38:03Z</updated>
<entry>
<title>Remove option headers that do not exist and are not used</title>
<updated>2008-03-27T20:38:03Z</updated>
<author>
<name>Antoine Brodin</name>
<email>antoine@FreeBSD.org</email>
</author>
<published>2008-03-27T20:38:03Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=10f0bcab61ef441cb5af32fb706688d8cbd55dc0'/>
<id>urn:sha1:10f0bcab61ef441cb5af32fb706688d8cbd55dc0</id>
<content type='text'>
from the Makefiles in sys/modules.
(opt_devfs.h, opt_bdg.h, opt_emu10kx.h and opt_uslcom.h)

Approved by:	rwatson (mentor)
</content>
</entry>
<entry>
<title>Housekeeping. Update for maintainers who have handed in their commit bits</title>
<updated>2006-07-01T10:51:55Z</updated>
<author>
<name>Mark Murray</name>
<email>markm@FreeBSD.org</email>
</author>
<published>2006-07-01T10:51:55Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=93c005929f0c428289d674122f2f265b51cff818'/>
<id>urn:sha1:93c005929f0c428289d674122f2f265b51cff818</id>
<content type='text'>
or (in my case) no longer feel that oversight is necessary.
</content>
</entry>
<entry>
<title>add an option BKTR_USE_FREEBSD_SMBUS that enables compiling the module</title>
<updated>2006-01-27T09:08:32Z</updated>
<author>
<name>John-Mark Gurney</name>
<email>jmg@FreeBSD.org</email>
</author>
<published>2006-01-27T09:08:32Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=7ea60cedb5e183a7d00ca35af76e58819810c8e4'/>
<id>urn:sha1:7ea60cedb5e183a7d00ca35af76e58819810c8e4</id>
<content type='text'>
with same option...

MFC after:	3 days
</content>
</entry>
<entry>
<title>Let modules use the kernel's opt_*.h files if built along with</title>
<updated>2005-10-14T23:30:17Z</updated>
<author>
<name>Yaroslav Tykhiy</name>
<email>ytykhiy@gmail.com</email>
</author>
<published>2005-10-14T23:30:17Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=822923447e454b30d310cb46903c9ddeca9f0a7a'/>
<id>urn:sha1:822923447e454b30d310cb46903c9ddeca9f0a7a</id>
<content type='text'>
the kernel by wrapping all targets for fake opt_*.h files in
.if defined(KERNBUILDDIR).  Thus, such fake files won't be
created at all if modules are built with the kernel.

Some modules undergo cleanup like removing unused or unneeded
options or .h files, without which they wouldn't build this way
or the other.

Reviewed by:	ru
Tested by:	no binary changes in modules built alone
Tested on:	i386 sparc64 amd64
</content>
</entry>
<entry>
<title>We don't need to generate vnode_if.h anymore</title>
<updated>2004-12-29T08:50:35Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2004-12-29T08:50:35Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=a4aef7f9a43c5a49dcde36e5dba20635fe31305e'/>
<id>urn:sha1:a4aef7f9a43c5a49dcde36e5dba20635fe31305e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add a overhaul of the soundchip initialization for the MSP34xx chipsets</title>
<updated>2003-08-12T09:45:34Z</updated>
<author>
<name>Alexander Langer</name>
<email>alex@FreeBSD.org</email>
</author>
<published>2003-08-12T09:45:34Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=30e27d96231293c7cd6f5bd81763350c52cb8d63'/>
<id>urn:sha1:30e27d96231293c7cd6f5bd81763350c52cb8d63</id>
<content type='text'>
found only many tv-cards.

We currently use more ore less evil hacks (slow_msp_audio sysctl) to
configure the various variants of these chips in order to have
stereo autodetection work.  Nevertheless, this doesn't always work
even though it _should_, according to the specs.
This is, for example, the case for some popular Hauppauge models sold
sold in Germany.

However, the Linux driver always worked for me and others.  Looking at
the sourcecode you will find that the linux-driver uses a very much
enhanced approach to program the various msp34xx chipset variants,
which is also found in the specs for these chips.

This is a port of the Linux MSP34xx code, written by Gerd Knorr
&lt;kraxel@bytesex.org&gt;, who agreed to re-release his code under a
BSD license for this port.

A new config option "BKTR_NEW_MSP34XX_DRIVER" is added, which is required
to enable the new driver.  Otherwise the old code is used.

The msp34xx.c file is diff-reduced to the linux-driver to make later
modifications easier, thus it doesn't follow style(9) in most cases.

Approved by:	roger (committing this, no time to test/review),
		keichii (code review)
</content>
</entry>
<entry>
<title>Include "../Makefile.inc".</title>
<updated>2002-11-06T13:41:40Z</updated>
<author>
<name>Yoshihiro Takahashi</name>
<email>nyan@FreeBSD.org</email>
</author>
<published>2002-11-06T13:41:40Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=c7a1bf8bf3d6108176c13e8f9cb1a8f0ab7dfb15'/>
<id>urn:sha1:c7a1bf8bf3d6108176c13e8f9cb1a8f0ab7dfb15</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove bktr.h/NBKTR.  Set BKTR_FREEBSD_MODULE in opt_bktr.h instead.</title>
<updated>2002-07-22T00:08:24Z</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>2002-07-22T00:08:24Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=297c910258ed97e272542b904bad2dd61d8b7e9d'/>
<id>urn:sha1:297c910258ed97e272542b904bad2dd61d8b7e9d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix kernel build.</title>
<updated>2002-03-25T08:02:54Z</updated>
<author>
<name>David E. O'Brien</name>
<email>obrien@FreeBSD.org</email>
</author>
<published>2002-03-25T08:02:54Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=b9c09d001572ee24732da08087f080e711127d5d'/>
<id>urn:sha1:b9c09d001572ee24732da08087f080e711127d5d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Major rework of the iicbus/smbus framework:</title>
<updated>2002-03-23T15:49:15Z</updated>
<author>
<name>Nicolas Souchu</name>
<email>nsouch@FreeBSD.org</email>
</author>
<published>2002-03-23T15:49:15Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=c17d43407fe04133a94055b0dbc7ea8965654a9f'/>
<id>urn:sha1:c17d43407fe04133a94055b0dbc7ea8965654a9f</id>
<content type='text'>
	- VIA chipset SMBus controllers added
	- alpm driver updated
	- Support for dynamic modules added
	- bktr FreeBSD smbus updated but not tested
	- cleanup
</content>
</entry>
</feed>
