<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/sys/gnu/dev, branch release/11.4.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F11.4.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F11.4.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>2016-05-23T04:17:27Z</updated>
<entry>
<title>[bwn] convert another PHY-N workaround to the freebsd bwn format.</title>
<updated>2016-05-23T04:17:27Z</updated>
<author>
<name>Adrian Chadd</name>
<email>adrian@FreeBSD.org</email>
</author>
<published>2016-05-23T04:17:27Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=0d1a9688768825ebcff094eeb22986cda6524550'/>
<id>urn:sha1:0d1a9688768825ebcff094eeb22986cda6524550</id>
<content type='text'>
These were hidden behind an #ifdef that we weren't setting.

I don't have the hardware in question to check.
</content>
</entry>
<entry>
<title>[bwn] typo.</title>
<updated>2016-05-19T05:06:12Z</updated>
<author>
<name>Adrian Chadd</name>
<email>adrian@FreeBSD.org</email>
</author>
<published>2016-05-19T05:06:12Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=1230b0df52e35a36e8ddfeeedd2cffd851b75fd1'/>
<id>urn:sha1:1230b0df52e35a36e8ddfeeedd2cffd851b75fd1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[bwn] disable rfon checks so the 2056/2057 radios are programmed.</title>
<updated>2016-05-19T04:48:13Z</updated>
<author>
<name>Adrian Chadd</name>
<email>adrian@FreeBSD.org</email>
</author>
<published>2016-05-19T04:48:13Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=e6162ef26a37b247154f4aa72c8be03ef0794fb4'/>
<id>urn:sha1:e6162ef26a37b247154f4aa72c8be03ef0794fb4</id>
<content type='text'>
This was the big missing piece for getting the BCM94322MC NIC
to work at all.

Tested:

* BCM4322, STA mode (2g, 5g)
</content>
</entry>
<entry>
<title>[bwn] improve N-PHY debuggability a little bit.</title>
<updated>2016-05-19T04:46:21Z</updated>
<author>
<name>Adrian Chadd</name>
<email>adrian@FreeBSD.org</email>
</author>
<published>2016-05-19T04:46:21Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=10c523f1154e687cb7e526b48dec3a8c7f936fc7'/>
<id>urn:sha1:10c523f1154e687cb7e526b48dec3a8c7f936fc7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[bwn] add opt_wlan.h and opt_bwn.h to each of the phy_n source files.</title>
<updated>2016-05-19T04:45:50Z</updated>
<author>
<name>Adrian Chadd</name>
<email>adrian@FreeBSD.org</email>
</author>
<published>2016-05-19T04:45:50Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=d06fe9105e6e7f5ac5576bcc5213dfabaed6a2a2'/>
<id>urn:sha1:d06fe9105e6e7f5ac5576bcc5213dfabaed6a2a2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[bwn] add initial bwn(4) N-PHY code, ported from Linux b43.</title>
<updated>2016-05-17T07:09:24Z</updated>
<author>
<name>Adrian Chadd</name>
<email>adrian@FreeBSD.org</email>
</author>
<published>2016-05-17T07:09:24Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=dbf8e132e106fa5a5d141916e52ef17c8b7f7fdb'/>
<id>urn:sha1:dbf8e132e106fa5a5d141916e52ef17c8b7f7fdb</id>
<content type='text'>
This is a GPLv2 PHY-N implementation based on the Linux b43 driver,
ported over to work in bwn(4).

I've tested this on the BCM4321 11abgn device, in 11bg and 11a modes.
The b43 PHY code only supports 11abg, no 11n, and 20MHz only wide
channels.

Yes, this is a GPLv2 driver, so it won't be included in the
default builds.

Tested:

* BCM4321 11abgn device (Apple!), 11bg and 11a STA mode.

Obtained from:	Linux b43
</content>
</entry>
<entry>
<title>Use new OSS-based BSD-licensed header for cs sound driver.</title>
<updated>2012-02-01T21:38:01Z</updated>
<author>
<name>Pedro F. Giffuni</name>
<email>pfg@FreeBSD.org</email>
</author>
<published>2012-02-01T21:38:01Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=7106ed257d95ca70375c672a492c33e514ae4db2'/>
<id>urn:sha1:7106ed257d95ca70375c672a492c33e514ae4db2</id>
<content type='text'>
The cs driver requires a table with firmware values. An
alternative firmware is available in a similar Open Sound
System driver. This is actually a partial revert of
Revision 77504.

Special thanks to joel@ for patiently testing several
replacement attempts.

The csa driver and the complete sound system are now free
of the GPL.

Tested by:	joel
Approved by:	jhb (mentor)
MFC after:	3 weeks
</content>
</entry>
<entry>
<title>Replace GPLd headers from the Maestro3 driver with BSD licensed</title>
<updated>2012-01-20T22:37:10Z</updated>
<author>
<name>Pedro F. Giffuni</name>
<email>pfg@FreeBSD.org</email>
</author>
<published>2012-01-20T22:37:10Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=5dcd37b17d1db262cb99e231258156cba7771e5d'/>
<id>urn:sha1:5dcd37b17d1db262cb99e231258156cba7771e5d</id>
<content type='text'>
versions derived from /usr/ports/audio/oss.

The particular headers used were taken from the
attic/drv/oss_allegro directory and are mostly identical
to the previous files.

The Maestro3 driver is now free from the GPL.

NOTE: due to lack of testers this driver is being
considered for deprecation and removal.

PR:		kern/153920
Approved by:	jhb (mentor)
MFC after:	2 weeks
</content>
</entry>
<entry>
<title>Replace GPL'd headers in the emu10kx snd driver code.</title>
<updated>2012-01-11T21:17:14Z</updated>
<author>
<name>Pedro F. Giffuni</name>
<email>pfg@FreeBSD.org</email>
</author>
<published>2012-01-11T21:17:14Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=70e0bbedef95258a4dadc996d641a9bebd3f107d'/>
<id>urn:sha1:70e0bbedef95258a4dadc996d641a9bebd3f107d</id>
<content type='text'>
This uses the emuxkireg.h already used in the emu10k1
snd driver. Special thanks go to Alexander Motin as
he was able to find some errors and reverse engineer
some wrong values in the emuxkireg header.

The emu10kx driver is now free from the GPL.

PR:		153901
Tested by:	mav, joel
Approved by:	jhb (mentor)
MFC after:	2 weeks
</content>
</entry>
<entry>
<title>Add snd_emu10kx driver for Creative SoundBlaster Live! and Audigy series</title>
<updated>2006-07-15T19:36:28Z</updated>
<author>
<name>Alexander Leidinger</name>
<email>netchild@FreeBSD.org</email>
</author>
<published>2006-07-15T19:36:28Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=d056fa046c6a91b90cd98165face0e42a33a5173'/>
<id>urn:sha1:d056fa046c6a91b90cd98165face0e42a33a5173</id>
<content type='text'>
sound cards with optional pseudo-multichannel playback.

It's based on snd_emu10k1 sound driver. Single channel version is available
from audio/emu10kx port since some time.

The two new ALSA header files (GPLed), which contain Audigy 2 ("p16v") and
Audigy 2 Value ("p17v") specific interfaces, are latest versions from ALSA
Mercurial repository.

This is not connected to the build yet.

Submitted by:	Yuriy Tsibizov &lt;Yuriy.Tsibizov@gfk.ru&gt;
</content>
</entry>
</feed>
