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

            List of files:
            /freebsd/sys/modules/netgraph/bluetooth/Makefile</description>
        <pubDate>Wed, 16 Aug 2023 19:54:58 +0200</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>23e124c78bcb46ac78d9f06449c4454f43732805 - pccard: Remove bt3c(4) driver</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/netgraph/bluetooth/Makefile#23e124c78bcb46ac78d9f06449c4454f43732805</link>
        <description>pccard: Remove bt3c(4) driverpccard is being removed, so remove bt3c driver since it only has PCCard attachment. Also remove bt3cfw(8) since it&apos;s the firmware for thisdriver.Relnotes: Yes

            List of files:
            /freebsd/sys/modules/netgraph/bluetooth/Makefile</description>
        <pubDate>Thu, 07 Jan 2021 23:52:49 +0100</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>200d80cd74a8cb0a58383d0cbef063f2575c9f53 - Disconnect drivers that haven&apos;t been ported to MPSAFE TTY yet.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/netgraph/bluetooth/Makefile#200d80cd74a8cb0a58383d0cbef063f2575c9f53</link>
        <description>Disconnect drivers that haven&apos;t been ported to MPSAFE TTY yet.As clearly mentioned on the mailing lists, there is a list of driversthat have not been ported to the MPSAFE TTY layer yet. Remove them fromthe kernel configuration files. This means people can now still usethese drivers if they explicitly put them in their kernel configurationfile, which is good.People should keep in mind that after August 10, these drivers will notwork anymore. Even though owners of the hardware are capable of gettingthese drivers working again, I will see if I can at least get them to acompilable state (if time permits).

            List of files:
            /freebsd/sys/modules/netgraph/bluetooth/Makefile</description>
        <pubDate>Sun, 03 Aug 2008 12:32:17 +0200</pubDate>
        <dc:creator>Ed Schouten &lt;ed@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>51713b2a7b128056bae6793e3b10252c1a261d9a - Make ng_h4(4) MPSAFE. Use similar to ng_tty(4) locking strategy.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/netgraph/bluetooth/Makefile#51713b2a7b128056bae6793e3b10252c1a261d9a</link>
        <description>Make ng_h4(4) MPSAFE. Use similar to ng_tty(4) locking strategy.Reconnect ng_h(4) back to the build.Reviewed by:	kensmithApproved by:	re (kensmith)MFC after:	1 month

            List of files:
            /freebsd/sys/modules/netgraph/bluetooth/Makefile</description>
        <pubDate>Mon, 13 Aug 2007 19:19:28 +0200</pubDate>
        <dc:creator>Maksim Yevmenkin &lt;emax@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>08b755600f29790c8bd905e800ef9a2d71c9d159 - Mark ng_h4(4) as not MPSAFE and disconnect it from the build for now.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/netgraph/bluetooth/Makefile#08b755600f29790c8bd905e800ef9a2d71c9d159</link>
        <description>Mark ng_h4(4) as not MPSAFE and disconnect it from the build for now.Approved by:	re (rwatson)

            List of files:
            /freebsd/sys/modules/netgraph/bluetooth/Makefile</description>
        <pubDate>Tue, 10 Jul 2007 18:38:43 +0200</pubDate>
        <dc:creator>Maksim Yevmenkin &lt;emax@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>9be0cda615e6437e7db862cea3b1857716e2787d - Style: Remove blank lines before EOF.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/netgraph/bluetooth/Makefile#9be0cda615e6437e7db862cea3b1857716e2787d</link>
        <description>Style: Remove blank lines before EOF.Tested by:	cvs diff -B

            List of files:
            /freebsd/sys/modules/netgraph/bluetooth/Makefile</description>
        <pubDate>Sun, 19 Feb 2006 00:49:28 +0100</pubDate>
        <dc:creator>Yaroslav Tykhiy &lt;ytykhiy@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>f2bb1cae36283a8eb5a0f19d8612c6abc5148e8f - Part one of undating the bluetooth code to the newest version</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/netgraph/bluetooth/Makefile#f2bb1cae36283a8eb5a0f19d8612c6abc5148e8f</link>
        <description>Part one of undating the bluetooth code to the newest versionSubmitted by:   Maksim Yevmenkin &lt;m_evmenkin@yahoo.com&gt;Approved by: re@

            List of files:
            /freebsd/sys/modules/netgraph/bluetooth/Makefile</description>
        <pubDate>Sat, 10 May 2003 23:44:42 +0200</pubDate>
        <dc:creator>Julian Elischer &lt;julian@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>878ed22696d5402cabd6f90932cc970ab912b7b0 - The second try a committing the bluetooth code</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/netgraph/bluetooth/Makefile#878ed22696d5402cabd6f90932cc970ab912b7b0</link>
        <description>The second try a committing the bluetooth codeHas been seen to work on several cards and communicating withseveral mobile phones to use them as modems etc.We are still talking with 3com to try get them to allow us to includethe firmware for their pccard in the driver but the driver is here..In the mean timeit can be downloaded from the 3com website and loaded using the utilitybt3cfw(8) (supplied) (instructions in the man page)Not yet linked to the buildSubmitted by:	Maksim Yevmenkin &lt;myevmenk@exodus.net&gt;Approved by:	re

            List of files:
            /freebsd/sys/modules/netgraph/bluetooth/Makefile</description>
        <pubDate>Thu, 21 Nov 2002 00:01:59 +0100</pubDate>
        <dc:creator>Julian Elischer &lt;julian@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>200d80cd74a8cb0a58383d0cbef063f2575c9f53 - Disconnect drivers that haven&apos;t been ported to MPSAFE TTY yet.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/netgraph/bluetooth/Makefile#200d80cd74a8cb0a58383d0cbef063f2575c9f53</link>
        <description>Disconnect drivers that haven&apos;t been ported to MPSAFE TTY yet.As clearly mentioned on the mailing lists, there is a list of driversthat have not been ported to the MPSAFE TTY layer yet. Remove them fromthe kernel configuration files. This means people can now still usethese drivers if they explicitly put them in their kernel configurationfile, which is good.People should keep in mind that after August 10, these drivers will notwork anymore. Even though owners of the hardware are capable of gettingthese drivers working again, I will see if I can at least get them to acompilable state (if time permits).

            List of files:
            /freebsd/sys/modules/netgraph/bluetooth/Makefile</description>
        <pubDate>Sun, 03 Aug 2008 12:32:17 +0200</pubDate>
        <dc:creator>Ed Schouten &lt;ed@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>51713b2a7b128056bae6793e3b10252c1a261d9a - Make ng_h4(4) MPSAFE. Use similar to ng_tty(4) locking strategy.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/netgraph/bluetooth/Makefile#51713b2a7b128056bae6793e3b10252c1a261d9a</link>
        <description>Make ng_h4(4) MPSAFE. Use similar to ng_tty(4) locking strategy.Reconnect ng_h(4) back to the build.Reviewed by:	kensmithApproved by:	re (kensmith)MFC after:	1 month

            List of files:
            /freebsd/sys/modules/netgraph/bluetooth/Makefile</description>
        <pubDate>Mon, 13 Aug 2007 19:19:28 +0200</pubDate>
        <dc:creator>Maksim Yevmenkin &lt;emax@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>08b755600f29790c8bd905e800ef9a2d71c9d159 - Mark ng_h4(4) as not MPSAFE and disconnect it from the build for now.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/netgraph/bluetooth/Makefile#08b755600f29790c8bd905e800ef9a2d71c9d159</link>
        <description>Mark ng_h4(4) as not MPSAFE and disconnect it from the build for now.Approved by:	re (rwatson)

            List of files:
            /freebsd/sys/modules/netgraph/bluetooth/Makefile</description>
        <pubDate>Tue, 10 Jul 2007 18:38:43 +0200</pubDate>
        <dc:creator>Maksim Yevmenkin &lt;emax@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>9be0cda615e6437e7db862cea3b1857716e2787d - Style: Remove blank lines before EOF.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/netgraph/bluetooth/Makefile#9be0cda615e6437e7db862cea3b1857716e2787d</link>
        <description>Style: Remove blank lines before EOF.Tested by:	cvs diff -B

            List of files:
            /freebsd/sys/modules/netgraph/bluetooth/Makefile</description>
        <pubDate>Sun, 19 Feb 2006 00:49:28 +0100</pubDate>
        <dc:creator>Yaroslav Tykhiy &lt;ytykhiy@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>f2bb1cae36283a8eb5a0f19d8612c6abc5148e8f - Part one of undating the bluetooth code to the newest version</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/netgraph/bluetooth/Makefile#f2bb1cae36283a8eb5a0f19d8612c6abc5148e8f</link>
        <description>Part one of undating the bluetooth code to the newest versionSubmitted by:   Maksim Yevmenkin &lt;m_evmenkin@yahoo.com&gt;Approved by: re@

            List of files:
            /freebsd/sys/modules/netgraph/bluetooth/Makefile</description>
        <pubDate>Sat, 10 May 2003 23:44:42 +0200</pubDate>
        <dc:creator>Julian Elischer &lt;julian@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>878ed22696d5402cabd6f90932cc970ab912b7b0 - The second try a committing the bluetooth code</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/netgraph/bluetooth/Makefile#878ed22696d5402cabd6f90932cc970ab912b7b0</link>
        <description>The second try a committing the bluetooth codeHas been seen to work on several cards and communicating withseveral mobile phones to use them as modems etc.We are still talking with 3com to try get them to allow us to includethe firmware for their pccard in the driver but the driver is here..In the mean timeit can be downloaded from the 3com website and loaded using the utilitybt3cfw(8) (supplied) (instructions in the man page)Not yet linked to the buildSubmitted by:	Maksim Yevmenkin &lt;myevmenk@exodus.net&gt;Approved by:	re

            List of files:
            /freebsd/sys/modules/netgraph/bluetooth/Makefile</description>
        <pubDate>Thu, 21 Nov 2002 00:01:59 +0100</pubDate>
        <dc:creator>Julian Elischer &lt;julian@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
