<?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 Makefile</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>ed80d44262c5d0ffe22a4692e16e8a8a4e724816 - Add support for btuart h5 3-wire protocol.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/sys/dev/bluetooth/Makefile#ed80d44262c5d0ffe22a4692e16e8a8a4e724816</link>
        <description>Add support for btuart h5 3-wire protocol.

            List of files:
            /netbsd-src/sys/dev/bluetooth/Makefile</description>
        <pubDate>Thu, 10 Aug 2017 13:22:19 +0000</pubDate>
        <dc:creator>nat &lt;nat@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>486e4624e51fd6ea5dad6b8e07169326606f847c - some changes to serial bluetooth host controller interfaces</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/sys/dev/bluetooth/Makefile#486e4624e51fd6ea5dad6b8e07169326606f847c</link>
        <description>some changes to serial bluetooth host controller interfacesbtuartd(8) should be named btattach(8) for consistencywith other parts of NetBSDmake btattach(8) a single-use tool for less complexitydevice specicific initialisation (from btuart(4)) is carriedout prior to activating the line discipline (in btattach(8)),which simplifies the API somewhat and means that the usertool and the kernel do not need to be kept in sync.btuart(4) driver is much reduced; naming is made consistentand all tsleep() and delay() are removed to userland

            List of files:
            /netbsd-src/sys/dev/bluetooth/Makefile</description>
        <pubDate>Tue, 15 Apr 2008 11:17:47 +0000</pubDate>
        <dc:creator>plunky &lt;plunky@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>09fa5a563a6ebb987b796edf5290f6c6ce0eb94a - Add bcsp(4).  However, it is debuging state.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/sys/dev/bluetooth/Makefile#09fa5a563a6ebb987b796edf5290f6c6ce0eb94a</link>
        <description>Add bcsp(4).  However, it is debuging state.

            List of files:
            /netbsd-src/sys/dev/bluetooth/Makefile</description>
        <pubDate>Sun, 30 Sep 2007 04:07:41 +0000</pubDate>
        <dc:creator>kiyohara &lt;kiyohara@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d298894138f89b75f0baa575400e9c13abee9df6 - Install sys/dev/bluetooth/btuart.h.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/sys/dev/bluetooth/Makefile#d298894138f89b75f0baa575400e9c13abee9df6</link>
        <description>Install sys/dev/bluetooth/btuart.h.Descend into and build/install usr.sbin/btuartd.Install etc/rc.d/btuartd.

            List of files:
            /netbsd-src/sys/dev/bluetooth/Makefile</description>
        <pubDate>Tue, 20 Feb 2007 21:29:08 +0000</pubDate>
        <dc:creator>briggs &lt;briggs@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>4f1cbddc12c28f2041be5e25437215eeb7d31179 - update to bluetooth device attachment:</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/sys/dev/bluetooth/Makefile#4f1cbddc12c28f2041be5e25437215eeb7d31179</link>
        <description>update to bluetooth device attachment:remove pseudo-device btdev(4) and inherent limitationsadd bthub(4) which autoconfigures at bluetooth controllers as theyare enabled. bluetooth devices now attach here.btdevctl(8) and its cache is updated to handle new semanticsetc/rc.d/btdevctl is updated to configure devices from a listin /etc/bluetooth/btdevctl.conf

            List of files:
            /netbsd-src/sys/dev/bluetooth/Makefile</description>
        <pubDate>Sun, 10 Sep 2006 15:45:55 +0000</pubDate>
        <dc:creator>plunky &lt;plunky@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>30d6332135853186c5298e862440757b67536f24 - Bluetooth fixes by Iain Hibbert:</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/sys/dev/bluetooth/Makefile#30d6332135853186c5298e862440757b67536f24</link>
        <description>Bluetooth fixes by Iain Hibbert:Remove bthset(4) device and add btsco(4) in its place. This is animproved version which is not just for headsets, as it can receiveincoming connections (eg for Hands Free Profile). Update bthset(1)control utlitiy to relate to new device.

            List of files:
            /netbsd-src/sys/dev/bluetooth/Makefile</description>
        <pubDate>Wed, 26 Jul 2006 10:43:01 +0000</pubDate>
        <dc:creator>tron &lt;tron@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>a5c89047c05c5d03bdf7663f4585fb0bed64a924 - Initial import of bluetooth stack on behalf of Iain Hibbert.  (plunky@,</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/sys/dev/bluetooth/Makefile#a5c89047c05c5d03bdf7663f4585fb0bed64a924</link>
        <description>Initial import of bluetooth stack on behalf of Iain Hibbert.  (plunky@,NetBSD Foundation Membership still pending.)  This stack was written byIain under sponsorship from Itronix Inc.The stack includes support for rfcomm networking (networking via yourbluetooth enabled cell phone), hid devices (keyboards/mice), and headsets.Drivers for both PCMCIA and USB bluetooth controllers are included.

            List of files:
            /netbsd-src/sys/dev/bluetooth/Makefile</description>
        <pubDate>Mon, 19 Jun 2006 15:44:33 +0000</pubDate>
        <dc:creator>gdamore &lt;gdamore@NetBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
