<?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>031beb4e - sys: Remove $FreeBSD$: one-line sh pattern</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/gem/Makefile#031beb4e</link>
        <description>sys: Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /freebsd-14.2/sys/modules/gem/Makefile</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>b111430e - mii: Add opt_platform.h to all miibus drivers</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/gem/Makefile#b111430e</link>
        <description>mii: Add opt_platform.h to all miibus driversmiivar.h includes opt_platform.h. Make sure all the drivers that use themiibus_if.h interface file have opt_platform.h as well. While some ofthese may not, strictly speaking, need it, it&apos;s easier to include ituniversally for miibus.Sponsored by:		Netflix

            List of files:
            /freebsd-14.2/sys/modules/gem/Makefile</description>
        <pubDate>Tue, 05 Apr 2022 19:40:01 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>58aa35d4 - Remove sparc64 kernel support</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/gem/Makefile#58aa35d4</link>
        <description>Remove sparc64 kernel supportRemove all sparc64 specific filesRemove all sparc64 ifdefsRemovee indireeect sparc64 ifdefs

            List of files:
            /freebsd-14.2/sys/modules/gem/Makefile</description>
        <pubDate>Mon, 03 Feb 2020 17:35:11 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@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-14.2/sys/modules/gem/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-14.2/sys/modules/gem/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>65f2c0ff - Merge r207585 from cas(4):</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/gem/Makefile#65f2c0ff</link>
        <description>Merge r207585 from cas(4):- Don&apos;t probe for PHYs if we already know to use a SERDES. Unlike as with  cas(4) this only serves to speed up the the device attach though and can  only be determined via the OFW device tree but not from the VPD.- Don&apos;t touch the MIF when using a SERDES.- Add some missing bus space barriers, mainly in the PCS code path.

            List of files:
            /freebsd-14.2/sys/modules/gem/Makefile</description>
        <pubDate>Thu, 16 Sep 2010 09:29:48 +0000</pubDate>
        <dc:creator>Marius Strobl &lt;marius@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>9ba2b298 - - Initialize the ifnet structure, especially if_dname, before probing</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/gem/Makefile#9ba2b298</link>
        <description>- Initialize the ifnet structure, especially if_dname, before probing  the PHYs as some PHY drivers use it (but probably shouldn&apos;t). How  gem(4) has worked with brgphy(4) on powerpc without this so far is  unclear to me.- Introduce a dying flag which is set during detach and checked in  gem_ioctl() in order to prevent active BPF listeners to clear  promiscuous mode which may lead to the tick callout being restarted  which will trigger a panic once it&apos;s actually gone.- In gem_stop() reset rather than just disable the transmitter and  receiver in order to ensure we&apos;re not unloading DMA maps still in  use by the hardware. [1]- The blanking time is specified in PCI clocks so we should use twice  the value when operating at 66MHz.- Spell some 2 as ETHER_ALIGN and a 19 as GEM_STATUS_TX_COMPLETION_SHFT  to make the actual intentions clear.- As we don&apos;t unload the peak attempts counter ignore its overflow  interrupts.- Remove a stale setting of a variable to GEM_TD_INTERRUPT_ME which  isn&apos;t used afterwards.- For optimum performance increment the TX kick register in multiples  of 4 if possible as suggested by the documentation.- Partially revert r164931; drivers should only clear the watchdog  timer if all outstanding TX descriptors are done.- Fix some debugging strings.- Add a missing BUS_DMASYNC_POSTWRITE in gem_rint().- As the error paths in the interrupt handler are generally unlikely  predict them as false.- Add support for the SBus version of the GEM controller. [2]- Add some lock assertions.- Improve some comments.- Fix some more or less cosmetic issues in the code of the PCI front-end.- Change some softc members to be unsigned where more appropriate and  remove unused ones.Approved by:	re (kib)Obtained from:	NetBSD (partially) [2], OpenBSD [1]MFC after:	2 weeks

            List of files:
            /freebsd-14.2/sys/modules/gem/Makefile</description>
        <pubDate>Tue, 23 Jun 2009 20:36:59 +0000</pubDate>
        <dc:creator>Marius Strobl &lt;marius@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>28d187c6 - Build a gem module, for sparc64 only for now.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/gem/Makefile#28d187c6</link>
        <description>Build a gem module, for sparc64 only for now.

            List of files:
            /freebsd-14.2/sys/modules/gem/Makefile</description>
        <pubDate>Wed, 08 Jan 2003 20:40:29 +0000</pubDate>
        <dc:creator>Thomas Moestl &lt;tmm@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
