<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in WITHOUT_SOURCELESS_UCODE</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>031beb4e - sys: Remove $FreeBSD$: one-line sh pattern</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/conf/WITHOUT_SOURCELESS_UCODE#031beb4e</link>
        <description>sys: Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /freebsd-14.2/sys/conf/WITHOUT_SOURCELESS_UCODE</description>
        <pubDate>Wed, 16 Aug 2023 17:54:58 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>895992bb - retire cp(4) driver</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/conf/WITHOUT_SOURCELESS_UCODE#895992bb</link>
        <description>retire cp(4) driverSync serial (e.g. T1/T1/G.703) interfaces are obsolete, this driverincludes obfuscated source, and has reported potential security issues.Differential Revision:  https://reviews.freebsd.org/D33468

            List of files:
            /freebsd-14.2/sys/conf/WITHOUT_SOURCELESS_UCODE</description>
        <pubDate>Thu, 24 Sep 2020 14:08:02 +0000</pubDate>
        <dc:creator>Ed Maste &lt;emaste@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>76f67518 - retire ce(4) driver</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/conf/WITHOUT_SOURCELESS_UCODE#76f67518</link>
        <description>retire ce(4) driverSync serial (e.g. T1/T1/G.703) interfaces are obsolete, this driverincludes obfuscated source, and has reported potential security issues.Differential Revision:	https://reviews.freebsd.org/D33467

            List of files:
            /freebsd-14.2/sys/conf/WITHOUT_SOURCELESS_UCODE</description>
        <pubDate>Sun, 02 Feb 2020 18:27:37 +0000</pubDate>
        <dc:creator>Ed Maste &lt;emaste@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>2733d8c9 - retire cx,ctau drivers</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/conf/WITHOUT_SOURCELESS_UCODE#2733d8c9</link>
        <description>retire cx,ctau driversThe devices supported by these drivers are obsolete ISA cards, and thesync serial protocols they supported are essentially obsolete too.Sponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd-14.2/sys/conf/WITHOUT_SOURCELESS_UCODE</description>
        <pubDate>Fri, 20 Mar 2020 16:50:19 +0000</pubDate>
        <dc:creator>Ed Maste &lt;emaste@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>43b16da8 - Remove adv(4) and adw(4)</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/conf/WITHOUT_SOURCELESS_UCODE#43b16da8</link>
        <description>Remove adv(4) and adw(4)Remove the advanssy drivers (both adv and adw). They were tagged asgone in 12 a while qgo. The nycbug dmesg database shows this was lastseen in 6 and there were only a few adv sightings then (none for adw).Relnotes: yes

            List of files:
            /freebsd-14.2/sys/conf/WITHOUT_SOURCELESS_UCODE</description>
        <pubDate>Mon, 22 Oct 2018 02:34:47 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>42e23e99 - Remove stray fatm reference.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/conf/WITHOUT_SOURCELESS_UCODE#42e23e99</link>
        <description>Remove stray fatm reference.

            List of files:
            /freebsd-14.2/sys/conf/WITHOUT_SOURCELESS_UCODE</description>
        <pubDate>Sun, 21 Oct 2018 16:29:32 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>7453645f - rtwn(4), urtwn(4): merge common code, add support for 11ac devices.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/conf/WITHOUT_SOURCELESS_UCODE#7453645f</link>
        <description>rtwn(4), urtwn(4): merge common code, add support for 11ac devices.All devices:- add support for rate adaptation via ieee80211_amrr(9);- use short preamble for transmitted frames when needed;- multi-bss support: * for RTL8821AU: 2 VAPs at the same time; * other: 1 any VAP + 1 sta VAP.RTL8188CE:- fix IQ calibration bug (reason of significant speed degradation);- add h/w crypto acceleration support.USB:- A-MPDU Tx support;- short GI support;Other:- add support for RTL8812AU / RTL8821AU chipsets(a/b/g/n only; no ac yet);- split merged code into subparts: * bus glue (usb/*, pci/*, rtl*/usb/*, rtl*/pci/*) * common (if_rtwn*) * chip-specific (rtl*/*)- various other bugfixes.Due to code reorganization, module names / requirements were changed too:urtwn urtwnfw -&gt; rtwn rtwn_usb rtwnfwrtwn  rtwnfw  -&gt; rtwn rtwn_pci rtwnfwTested with RTL8188CE, RTL8188CUS, RTL8188EU and RTL8821AU.Tested by:	kevlo, garga,		Peter Garshtja &lt;peter.garshtja@ambient-md.com&gt;,		Kevin McAleavey &lt;kevin.mcaleavey@knosproject.com&gt;,		Ilias-Dimitrios Vrachnis &lt;id@vrachnis.com&gt;,		&lt;otacilio.neto@bsd.com.br&gt;Relnotes:	yes

            List of files:
            /freebsd-14.2/sys/conf/WITHOUT_SOURCELESS_UCODE</description>
        <pubDate>Mon, 17 Oct 2016 20:38:24 +0000</pubDate>
        <dc:creator>Andriy Voskoboinyk &lt;avos@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>cbe49cc4 - Add nodevice iwmfw to WITHOUT_SOURCELESS_UCODE.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/conf/WITHOUT_SOURCELESS_UCODE#cbe49cc4</link>
        <description>Add nodevice iwmfw to WITHOUT_SOURCELESS_UCODE.

            List of files:
            /freebsd-14.2/sys/conf/WITHOUT_SOURCELESS_UCODE</description>
        <pubDate>Sat, 08 Aug 2015 20:45:47 +0000</pubDate>
        <dc:creator>Rui Paulo &lt;rpaulo@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e9d2602a - The sn driver doesn&apos;t actually include microcode at the current time,</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/conf/WITHOUT_SOURCELESS_UCODE#e9d2602a</link>
        <description>The sn driver doesn&apos;t actually include microcode at the current time,although it may in the future. Or not since the ositech cards thatmight need it have become perhaps too rare to support.

            List of files:
            /freebsd-14.2/sys/conf/WITHOUT_SOURCELESS_UCODE</description>
        <pubDate>Tue, 30 Dec 2014 02:39:44 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>31d98677 - Import OpenBSD&apos;s rsu(4) WLAN driver.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/conf/WITHOUT_SOURCELESS_UCODE#31d98677</link>
        <description>Import OpenBSD&apos;s rsu(4) WLAN driver.Support chipsets are the Realtek RTL8188SU, RTL8191SU, and RTL8192SU.Many thanks to Idwer Vollering for porting/writing the man page and fortesting.Reviewed by:	adrian, hselaskyObtained from:	OpenBSDTested by:	kevlo, Idwer Vollering &lt;vidwer at gmail.com&gt;

            List of files:
            /freebsd-14.2/sys/conf/WITHOUT_SOURCELESS_UCODE</description>
        <pubDate>Tue, 30 Jul 2013 02:07:57 +0000</pubDate>
        <dc:creator>Rui Paulo &lt;rpaulo@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>3c9d5a03 - Adding urtwn(4) firmware and related changes.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/conf/WITHOUT_SOURCELESS_UCODE#3c9d5a03</link>
        <description>Adding urtwn(4) firmware and related changes.Reviewed by:	rpauloApproved by:	sbruno (mentor)

            List of files:
            /freebsd-14.2/sys/conf/WITHOUT_SOURCELESS_UCODE</description>
        <pubDate>Wed, 10 Jul 2013 08:21:09 +0000</pubDate>
        <dc:creator>Hiren Panchasara &lt;hiren@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>6a443d53 - Move WITHOUT_SOURCELESS_* files to sys/conf/ in order to avoid &quot;universe&quot;</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/conf/WITHOUT_SOURCELESS_UCODE#6a443d53</link>
        <description>Move WITHOUT_SOURCELESS_* files to sys/conf/ in order to avoid &quot;universe&quot;target processing them as if they were standalone kernel config files.Approved by:	kib (mentor)MFC after:	5 days

            List of files:
            /freebsd-14.2/sys/conf/WITHOUT_SOURCELESS_UCODE</description>
        <pubDate>Sun, 12 Feb 2012 14:55:27 +0000</pubDate>
        <dc:creator>Robert Millan &lt;rmh@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
