<?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>e9ac41698b2f322d55ccf9da50a3596edb2c1800 - Remove residual blank line at start of Makefile</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/mii/Makefile#e9ac41698b2f322d55ccf9da50a3596edb2c1800</link>
        <description>Remove residual blank line at start of MakefileThis is a residual of the $FreeBSD$ removal.MFC After: 3 days (though I&apos;ll just run the command on the branches)Sponsored by: Netflix

            List of files:
            /freebsd/sys/modules/mii/Makefile</description>
        <pubDate>Mon, 15 Jul 2024 06:46:32 +0200</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>031beb4e239bfce798af17f5fe8dba8bcaf13d99 - sys: Remove $FreeBSD$: one-line sh pattern</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/mii/Makefile#031beb4e239bfce798af17f5fe8dba8bcaf13d99</link>
        <description>sys: Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /freebsd/sys/modules/mii/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>517ea731d4e803450537e9369d6a16aa4081acd7 - mii: include missing sources in loadable module</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/mii/Makefile#517ea731d4e803450537e9369d6a16aa4081acd7</link>
        <description>mii: include missing sources in loadable moduleAs of today, using &apos;kldload miibus&apos; is not equivalent to using &apos;devicemiibus&apos; in a kernel config. Newly introduced PHY drivers (DP83822,DP83867, VSCPHY) and source files/PHY driver for FDT-enabled kernelsare missing. Without including them, kernel modules using any functionfrom dev/mii/mii_fdt.c refuse to load. Additionally, miivar.h directlyincludes opt_platform.h.Add the missing sources to the module build, with the FDT-only filesgated behind an OPT_FDT check. Maintain the alphabetical listing ofSRCS, but move the required header files to a separate line to improvereadability.Reviewed by:	mhorne, mindal@semihalf.comMFC after:	1 weekDifferential Revision:	https://reviews.freebsd.org/D34256

            List of files:
            /freebsd/sys/modules/mii/Makefile</description>
        <pubDate>Sat, 02 Apr 2022 20:28:33 +0200</pubDate>
        <dc:creator>Milan Obuch &lt;bsd@dino.sk&gt;</dc:creator>
    </item>
<item>
        <title>5bb3134a8c21cb87b30e135ef168483f0333dabb - Fix some modules to export more used symbols</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/mii/Makefile#5bb3134a8c21cb87b30e135ef168483f0333dabb</link>
        <description>Fix some modules to export more used symbolsand remove non-present symbols that are now reported by kmod_syms.awk.Reviewed by:	emasteSponsored by:	The FreeBSD FoundationMFC after:	1 weekDifferential revision:	https://reviews.freebsd.org/D32878

            List of files:
            /freebsd/sys/modules/mii/Makefile</description>
        <pubDate>Sun, 07 Nov 2021 09:42:24 +0100</pubDate>
        <dc:creator>Konstantin Belousov &lt;kib@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e51ed06ae1577cbcb10251c8c1f68ab2f7048b9b - mlphy(4)/tlphy(4): Remove obsolete drivers</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/mii/Makefile#e51ed06ae1577cbcb10251c8c1f68ab2f7048b9b</link>
        <description>mlphy(4)/tlphy(4): Remove obsolete driversThese drivers should have been removed along with tl(4) as part of7c897ca91fe1cdb785531d2f5aa0d441c1d73142 and r347918 respectivelyas these fromer made sure to only ever attach to the latter, e. g.:&lt;...&gt;static inttlphy_probe(device_t dev){	if (!mii_dev_mac_match(dev, &quot;tl&quot;))		return (ENXIO);&lt;...&gt;

            List of files:
            /freebsd/sys/modules/mii/Makefile</description>
        <pubDate>Sat, 26 Dec 2020 19:07:50 +0100</pubDate>
        <dc:creator>Marius Strobl &lt;marius@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>193d9e768ba63fcfb187cfd17f461f7d41345048 - sys/modules: normalize .CURDIR-relative paths to SRCTOP</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/mii/Makefile#193d9e768ba63fcfb187cfd17f461f7d41345048</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/sys/modules/mii/Makefile</description>
        <pubDate>Sat, 04 Mar 2017 11:10:17 +0100</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e477abf734cc777a55286bfbd6b80a6760c96acf - MFC @ r241285</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/mii/Makefile#e477abf734cc777a55286bfbd6b80a6760c96acf</link>
        <description>MFC @ r241285

            List of files:
            /freebsd/sys/modules/mii/Makefile</description>
        <pubDate>Tue, 27 Nov 2012 19:38:50 +0100</pubDate>
        <dc:creator>Alexander Motin &lt;mav@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>a10c6f5544ccbab911d786d4b50d50cabd6bb5ab - IFC @ r242684</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/mii/Makefile#a10c6f5544ccbab911d786d4b50d50cabd6bb5ab</link>
        <description>IFC @ r242684

            List of files:
            /freebsd/sys/modules/mii/Makefile</description>
        <pubDate>Sun, 11 Nov 2012 04:26:14 +0100</pubDate>
        <dc:creator>Neel Natu &lt;neel@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>23090366f729c56cab62de74c7a51792357e98a9 - Sync from head</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/mii/Makefile#23090366f729c56cab62de74c7a51792357e98a9</link>
        <description>Sync from head

            List of files:
            /freebsd/sys/modules/mii/Makefile</description>
        <pubDate>Sun, 04 Nov 2012 03:52:03 +0100</pubDate>
        <dc:creator>Simon J. Gerraty &lt;sjg@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>24bf3585ae49955b5d065afd9ae3b8aabe1f04a1 - Merge head r233826 through r240095.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/mii/Makefile#24bf3585ae49955b5d065afd9ae3b8aabe1f04a1</link>
        <description>Merge head r233826 through r240095.

            List of files:
            /freebsd/sys/modules/mii/Makefile</description>
        <pubDate>Tue, 04 Sep 2012 21:49:37 +0200</pubDate>
        <dc:creator>Gleb Smirnoff &lt;glebius@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>b011f8c4501308404e414ec860a5c98972d6bf4e - Merging of projects/armv6, part 5</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/mii/Makefile#b011f8c4501308404e414ec860a5c98972d6bf4e</link>
        <description>Merging of projects/armv6, part 5- Driver for SMSC LAN95XX and LAN8710A ethernet controllers- Driver for LAN8710A PHYSubmitted by:	Ben Gray, Damjan Marion, Tim Kientzle

            List of files:
            /freebsd/sys/modules/mii/Makefile</description>
        <pubDate>Wed, 15 Aug 2012 06:03:55 +0200</pubDate>
        <dc:creator>Oleksandr Tymoshenko &lt;gonzo@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>6a068746777241722b2b32c5d0bc443a2a64d80b - MFC</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/mii/Makefile#6a068746777241722b2b32c5d0bc443a2a64d80b</link>
        <description>MFC

            List of files:
            /freebsd/sys/modules/mii/Makefile</description>
        <pubDate>Tue, 15 May 2012 02:42:12 +0200</pubDate>
        <dc:creator>Alexander Motin &lt;mav@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>38f1b189cd839bd8aa122ae06cc084810ca1e395 - IFC @ r234692</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/mii/Makefile#38f1b189cd839bd8aa122ae06cc084810ca1e395</link>
        <description>IFC @ r234692sys/amd64/include/cpufunc.hsys/amd64/include/fpu.hsys/amd64/amd64/fpu.csys/amd64/vmm/vmm.c - Add API to allow vmm FPU state init/save/restore.FP stuff discussed with: kib

            List of files:
            /freebsd/sys/modules/mii/Makefile</description>
        <pubDate>Thu, 26 Apr 2012 09:52:28 +0200</pubDate>
        <dc:creator>Peter Grehan &lt;grehan@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>41e556b9d11a42e1ba8093f983c42eb8a933b64a - Connect smcphy(4) to mii module build.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/mii/Makefile#41e556b9d11a42e1ba8093f983c42eb8a933b64a</link>
        <description>Connect smcphy(4) to mii module build.

            List of files:
            /freebsd/sys/modules/mii/Makefile</description>
        <pubDate>Thu, 23 Feb 2012 02:22:40 +0100</pubDate>
        <dc:creator>Pyun YongHyeon &lt;yongari@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>8fa0b743820f61c661ba5f3ea0e3be0dc137910e - IFC @230489 (pending review).</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/mii/Makefile#8fa0b743820f61c661ba5f3ea0e3be0dc137910e</link>
        <description>IFC @230489 (pending review).

            List of files:
            /freebsd/sys/modules/mii/Makefile</description>
        <pubDate>Mon, 23 Jan 2012 20:46:36 +0100</pubDate>
        <dc:creator>Xin LI &lt;delphij@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>3ee1a36e2ef343e0af2cf0389c268695aba14eac - IFC @ r227804</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/mii/Makefile#3ee1a36e2ef343e0af2cf0389c268695aba14eac</link>
        <description>IFC @ r227804Pull in the virtio drivers from head.

            List of files:
            /freebsd/sys/modules/mii/Makefile</description>
        <pubDate>Tue, 22 Nov 2011 03:27:59 +0100</pubDate>
        <dc:creator>Peter Grehan &lt;grehan@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>8c1093fc50ab084b2ddd4750290a23d62616e0b6 - - Import the common MII bitbang&apos;ing code from NetBSD and convert drivers to</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/mii/Makefile#8c1093fc50ab084b2ddd4750290a23d62616e0b6</link>
        <description>- Import the common MII bitbang&apos;ing code from NetBSD and convert drivers to  take advantage of it instead of duplicating it. This reduces the size of  the i386 GENERIC kernel by about 4k. The only potential in-tree user left  unconverted is xe(4), which generally should be changed to use miibus(4)  instead of implementing PHY handling on its own, as otherwise it makes not  much sense to add a dependency on miibus(4)/mii_bitbang(4) to xe(4) just  for the MII bitbang&apos;ing code. The common MII bitbang&apos;ing code also is  useful in the embedded space for using GPIO pins to implement MII access.- Based on lessons learnt with dc(4) (see r185750), add bus barriers to the  MII bitbang read and write functions of the other drivers converted in  order to ensure the intended ordering. Given that register access via an  index register as well as register bank/window switching is subject to the  same problem, also add bus barriers to the respective functions of smc(4),  tl(4) and xl(4).- Sprinkle some const.Thanks to the following testers:Andrew Bliznak (nge(4)), nwhitehorn@ (bm(4)), yongari@ (sis(4) and ste(4))Thanks to Hans-Joerg Sirtl for supplying hardware to test stge(4).Reviewed by:	yongari (subset of drivers)Obtained from:	NetBSD (partially)

            List of files:
            /freebsd/sys/modules/mii/Makefile</description>
        <pubDate>Tue, 01 Nov 2011 17:13:59 +0100</pubDate>
        <dc:creator>Marius Strobl &lt;marius@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>70d8f36aa445e4556ead4de32f9b7b4687d95098 - IFC @ r226824</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/mii/Makefile#70d8f36aa445e4556ead4de32f9b7b4687d95098</link>
        <description>IFC @ r226824

            List of files:
            /freebsd/sys/modules/mii/Makefile</description>
        <pubDate>Thu, 27 Oct 2011 06:56:53 +0200</pubDate>
        <dc:creator>Peter Grehan &lt;grehan@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>112a855de73f1077df8308aede5ae11819b90853 - - Follow the lead of dcphy(4) and pnphy(4) and move the reminder of the PHY</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/mii/Makefile#112a855de73f1077df8308aede5ae11819b90853</link>
        <description>- Follow the lead of dcphy(4) and pnphy(4) and move the reminder of the PHY  drivers that only ever attach to a particular MAC driver, i.e. inphy(4),  ruephy(4) and xlphy(4), to the directory where the respective MAC driver  lives and only compile it into the kernel when the latter is also there,  also removing it from miibus.ko and moving it into the module of the  respective MAC driver.- While at it, rename exphy.c, which comes from NetBSD where the MAC driver  it corresponds to also is named ex(4) instead of xl(4) but that in FreeBSD  actually identifies itself as xlphy(4), and its function names accordingly  for consistency.- Additionally while at it, fix some minor style issues like whitespace  in the register headers and add multi-inclusion protection to inphyreg.h.

            List of files:
            /freebsd/sys/modules/mii/Makefile</description>
        <pubDate>Sat, 08 Oct 2011 14:33:10 +0200</pubDate>
        <dc:creator>Marius Strobl &lt;marius@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>7505ef3a411ed3f714d5c6bf3228f0d7cd83d97f - MFC</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/mii/Makefile#7505ef3a411ed3f714d5c6bf3228f0d7cd83d97f</link>
        <description>MFC

            List of files:
            /freebsd/sys/modules/mii/Makefile</description>
        <pubDate>Wed, 04 May 2011 17:45:23 +0200</pubDate>
        <dc:creator>Attilio Rao &lt;attilio@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
