<?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>785a7de2 - MFC r350685:</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/sys/modules/usb/Makefile#785a7de2</link>
        <description>MFC r350685:Add cdceem(4) driver, for virtual ethernet devices compliantwith Communication Device Class Ethernet Emulation Model (CDC EEM).The driver supports both the device, and host side operation; thereis a new USB template (#11) for the former.This enables communication with virtual USB NIC provided by iLO 5,as found in new HPE Proliant servers.Reviewed by:	hselaskyRelnotes:	yesSponsored by:	Hewlett Packard Enterprise

            List of files:
            /freebsd-12.1/sys/modules/usb/Makefile</description>
        <pubDate>Fri, 06 Sep 2019 17:54:51 +0000</pubDate>
        <dc:creator>Edward Tomasz Napierala &lt;trasz@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>58d5c511 - Remove Atmel AT91RM9200 and AT91SAM9 support.</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/sys/modules/usb/Makefile#58d5c511</link>
        <description>Remove Atmel AT91RM9200 and AT91SAM9 support.The last known robust version of this code base was FreeBSD 8.2. Thereare no users of this on current, and all users of it have abandonedthis platform or are in legacy mode with a prior version of FreeBSD.All known users on arm@ approved this removal, and there were noobjections.Differential Revision: https://reviews.freebsd.org/D16312

            List of files:
            /freebsd-12.1/sys/modules/usb/Makefile</description>
        <pubDate>Fri, 27 Jul 2018 18:28:22 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c0134460 - if_muge: connect module to the build</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/sys/modules/usb/Makefile#c0134460</link>
        <description>if_muge: connect module to the buildSupported Microchip devices:- LAN7515 USB 2 hub and gigabit Ethernet controller w/ PHY- LAN7800 USB 3.0 gigabit Ethernet controller w/ PHYThe LAN7515 is the Ethernet controller on the Raspberry Pi 3 B+.This driver has some TODO items outstanding, but basic functionalityworks.Sponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd-12.1/sys/modules/usb/Makefile</description>
        <pubDate>Fri, 25 May 2018 17:29:29 +0000</pubDate>
        <dc:creator>Ed Maste &lt;emaste@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e757cb8e - Add new USB HID driver for Super Nintendo gamepads.</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/sys/modules/usb/Makefile#e757cb8e</link>
        <description>Add new USB HID driver for Super Nintendo gamepads.Differential Revision:	https://reviews.freebsd.org/D15385Submitted by:		johalun@gmail.com (Johannes Lundberg)Sponsored by:		Mellanox Technologies

            List of files:
            /freebsd-12.1/sys/modules/usb/Makefile</description>
        <pubDate>Tue, 15 May 2018 15:36:34 +0000</pubDate>
        <dc:creator>Hans Petter Selasky &lt;hselasky@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>76136d20 - Add support for generic MS Windows 7/8/10-compatible USB HID touchscreens</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/sys/modules/usb/Makefile#76136d20</link>
        <description>Add support for generic MS Windows 7/8/10-compatible USB HID touchscreensfound in many laptops.Reviewed by:		hps, gonzo, bcr (manpages)Approved by:		gonzo (mentor)Differential Revision:	https://reviews.freebsd.org/D12017

            List of files:
            /freebsd-12.1/sys/modules/usb/Makefile</description>
        <pubDate>Sat, 19 Aug 2017 17:00:10 +0000</pubDate>
        <dc:creator>Vladimir Kondratyev &lt;wulf@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>193d9e76 - sys/modules: normalize .CURDIR-relative paths to SRCTOP</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/sys/modules/usb/Makefile#193d9e76</link>
        <description>sys/modules: normalize .CURDIR-relative paths to SRCTOPThis simplifies make output/logicTested with:	`cd sys/modules; make ALL_MODULES=` on amd64MFC after:	1 monthSponsored by:	Dell EMC Isilon

            List of files:
            /freebsd-12.1/sys/modules/usb/Makefile</description>
        <pubDate>Sat, 04 Mar 2017 10:10:17 +0000</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>cc5bbcb2 - Add USB Mass Storage CTL frontend.  This makes it possible</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/sys/modules/usb/Makefile#cc5bbcb2</link>
        <description>Add USB Mass Storage CTL frontend.  This makes it possiblefor USB OTG-capable hardware to implement device side of USBMass Storage, ie pretend it&apos;s a flash drive.  It&apos;s configuredin the same way as other CTL frontends, using ctladm(8)or ctld(8).  Differently from usfs(4), all the configurationcan be done without rebuilding the kernel.Testing and review is welcome.  Right now I&apos;m still moving,and I don&apos;t have access to my test environment, so I&apos;m somewhatreluctant to making larger changes to this code; on the otherhand I don&apos;t want to let it sit on Phab until my testing setupis back, because I want to get it into 11.1-RELEASE.Reviewed by:	emaste (cursory), wblock (man page)MFC after:	2 weeksRelnotes:	yesSponsored by:	The FreeBSD FoundationDifferential Revision:	https://reviews.freebsd.org/D8787

            List of files:
            /freebsd-12.1/sys/modules/usb/Makefile</description>
        <pubDate>Sun, 19 Feb 2017 17:47:43 +0000</pubDate>
        <dc:creator>Edward Tomasz Napierala &lt;trasz@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>7b523f05 - mips: exclude modules that fail to build</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/sys/modules/usb/Makefile#7b523f05</link>
        <description>mips: exclude modules that fail to build

            List of files:
            /freebsd-12.1/sys/modules/usb/Makefile</description>
        <pubDate>Thu, 26 Jan 2017 18:05:31 +0000</pubDate>
        <dc:creator>Ed Maste &lt;emaste@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>0c91dc1d - [urtwn] migrate urtwn out into sys/dev/urtwn/ .</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/sys/modules/usb/Makefile#0c91dc1d</link>
        <description>[urtwn] migrate urtwn out into sys/dev/urtwn/ .There&apos;s some upcoming work to add new chipset support here and I&apos;dlike to only add 802.11n support to one driver, instead of bothurtwn and rtwn.There&apos;s also missing support for things like 802.11n, some powersavework, bluetooth integration/coexistence, etc, and also newer parts(like 8192EU, maybe some 11ac parts, not sure yet.)So, this is hopefully the first step in a longer set of steps to unifyrtwn/urtwn and extend it with more interesting chipset and functionalitysupport.Reviewed by:	kevlo

            List of files:
            /freebsd-12.1/sys/modules/usb/Makefile</description>
        <pubDate>Sun, 20 Mar 2016 03:54:57 +0000</pubDate>
        <dc:creator>Adrian Chadd &lt;adrian@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>7873b2ab - urtwn: add an option to compile the driver without firmware specific code</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/sys/modules/usb/Makefile#7873b2ab</link>
        <description>urtwn: add an option to compile the driver without firmware specific code- Add URTWN_WITHOUT_UCODE option (will disable any firmware specific codewhen set).- Do not exclude the driver from build when MK_SOURCELESS_UCODE is set(URTWN_WITHOUT_UCODE will be enforced unconditionally).- Do not abort initialization when firmware cannot be loaded;behave like the URTWN_WITHOUT_UCODE option was set.- Drop some unused variables from urtwn_softc structure.Tested with RTL8188EU and RTL8188CUS in HOSTAP and STA modes.Reviewed by:	kevloApproved by:	adrian (mentor)Differential Revision:	https://reviews.freebsd.org/D4849

            List of files:
            /freebsd-12.1/sys/modules/usb/Makefile</description>
        <pubDate>Mon, 22 Feb 2016 00:48:53 +0000</pubDate>
        <dc:creator>Andriy Voskoboinyk &lt;avos@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e1b74f21 - Add initial support for RTL8152 USB Fast Ethernet.  RTL8152 supports</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/sys/modules/usb/Makefile#e1b74f21</link>
        <description>Add initial support for RTL8152 USB Fast Ethernet.  RTL8152 supportsIPv4/IPv6 checksum offloading and VLAN tag insertion/stripping.Since uether doesn&apos;t provide a way to announce driver specific offloadcapabilities to upper stack, checksum offloading support needs more workand will be done in the future.Special thanks to Hayes Wang from RealTek who gave input.

            List of files:
            /freebsd-12.1/sys/modules/usb/Makefile</description>
        <pubDate>Tue, 01 Dec 2015 05:12:13 +0000</pubDate>
        <dc:creator>Kevin Lo &lt;kevlo@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>64bd4262 - Build all of sys/modules with SUBDIR_PARALLEL.</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/sys/modules/usb/Makefile#64bd4262</link>
        <description>Build all of sys/modules with SUBDIR_PARALLEL.Sponsored by:	EMC / Isilon Storage DivisionMFC after:	3 weeks

            List of files:
            /freebsd-12.1/sys/modules/usb/Makefile</description>
        <pubDate>Tue, 10 Nov 2015 17:15:36 +0000</pubDate>
        <dc:creator>Bryan Drewery &lt;bdrewery@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>2d45d793 - Add USB gold driver to default kernel build.</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/sys/modules/usb/Makefile#2d45d793</link>
        <description>Add USB gold driver to default kernel build.

            List of files:
            /freebsd-12.1/sys/modules/usb/Makefile</description>
        <pubDate>Fri, 19 Jun 2015 06:48:55 +0000</pubDate>
        <dc:creator>Hans Petter Selasky &lt;hselasky@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>faaf95e8 - Build the USB DisplayLink driver by default.</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/sys/modules/usb/Makefile#faaf95e8</link>
        <description>Build the USB DisplayLink driver by default.

            List of files:
            /freebsd-12.1/sys/modules/usb/Makefile</description>
        <pubDate>Fri, 17 Apr 2015 07:11:10 +0000</pubDate>
        <dc:creator>Hans Petter Selasky &lt;hselasky@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>75d07abd - Allow USB modules to be built in parallel.</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/sys/modules/usb/Makefile#75d07abd</link>
        <description>Allow USB modules to be built in parallel.

            List of files:
            /freebsd-12.1/sys/modules/usb/Makefile</description>
        <pubDate>Wed, 04 Mar 2015 09:17:03 +0000</pubDate>
        <dc:creator>Hans Petter Selasky &lt;hselasky@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>6bd03b20 - The USB LED driver for the Dream Cheeky WebMail Notifier.</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/sys/modules/usb/Makefile#6bd03b20</link>
        <description>The USB LED driver for the Dream Cheeky WebMail Notifier.Reviewed by:	hselasky

            List of files:
            /freebsd-12.1/sys/modules/usb/Makefile</description>
        <pubDate>Fri, 05 Sep 2014 11:25:58 +0000</pubDate>
        <dc:creator>Kevin Lo &lt;kevlo@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>df3394b3 - Remove dependence on source tree options. Move all kernel module</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/sys/modules/usb/Makefile#df3394b3</link>
        <description>Remove dependence on source tree options. Move all kernel moduleoptions into kern.opts.mk and change all the places where we usesrc.opts.mk to pull in the options. Conditionally define SYSDIR anduse SYSDIR/conf/kern.opts.mk instead of a CURDIR path. Replace allinstances of CURDIR/../../etc with STSDIR, but only in the affectedfiles.As a special compatibility hack, include bsd.owm.mk at the top ofkern.opts.mk to allow the bare build of sys/modules to work on oldersystems. If the defaults ever change between 9.x, 10.x and current forthese options, however, you&apos;ll wind up with the host OS&apos; defaultsrather than the -current defaults. This hack will be removed whenwe no longer need to support this build scenario.Reviewed by: jhbDifferential Revision: https://phabric.freebsd.org/D529

            List of files:
            /freebsd-12.1/sys/modules/usb/Makefile</description>
        <pubDate>Mon, 11 Aug 2014 14:50:49 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>0b4dc07d - Hook the ISP/SAF1761 driver into MIPS kernel builds.</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/sys/modules/usb/Makefile#0b4dc07d</link>
        <description>Hook the ISP/SAF1761 driver into MIPS kernel builds.- Update FDT file for BERI DE4 boards.- Add needed kernel configuration keywords.- Rename module to saf1761otg so that the device unit number does notinterfere with the hardware ID in dmesg.Sponsored by:	DARPA, AFRL

            List of files:
            /freebsd-12.1/sys/modules/usb/Makefile</description>
        <pubDate>Thu, 29 May 2014 10:46:09 +0000</pubDate>
        <dc:creator>Hans Petter Selasky &lt;hselasky@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c6063d0d - Use src.opts.mk in preference to bsd.own.mk except where we need stuff</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/sys/modules/usb/Makefile#c6063d0d</link>
        <description>Use src.opts.mk in preference to bsd.own.mk except where we need stufffrom the latter.

            List of files:
            /freebsd-12.1/sys/modules/usb/Makefile</description>
        <pubDate>Tue, 06 May 2014 04:22:01 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>29311227 - Import USB RNDIS driver to FreeBSD from OpenBSD.</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/sys/modules/usb/Makefile#29311227</link>
        <description>Import USB RNDIS driver to FreeBSD from OpenBSD.Useful for so-called USB tethering.- Imported code from OpenBSD- Adapted code to FreeBSD- Removed some unused functions- Fixed some buffer encoding and decoding issues- Optimised data transport path a bit, by sending multiple packets at a time- Increased receive buffer to 16KObtained from:	OpenBSDRequested by:	eadler @MFC after:	2 weeks

            List of files:
            /freebsd-12.1/sys/modules/usb/Makefile</description>
        <pubDate>Thu, 06 Feb 2014 08:47:14 +0000</pubDate>
        <dc:creator>Hans Petter Selasky &lt;hselasky@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
