<?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 miidevs</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>45000447 - mii: add Vitesse/Microsemi VSC8514</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/dev/mii/miidevs#45000447</link>
        <description>mii: add Vitesse/Microsemi VSC8514The VSC8514 Quad-Port 10/100/1000BASE-T PHY seems to match the handlingfor the VSC8504 (for the little we support of what we could) and whileit works with our generic ukphy add it as vscphy for porper display ofnames in the system message buffer and the like (or in case we decideto implement some extra features).Tested on:	Ten64(cherry picked from commit 1965dd85c3b33ed99cb8ef164dd7c5b20425a85e)

            List of files:
            /freebsd-14.2/sys/dev/mii/miidevs</description>
        <pubDate>Fri, 17 Nov 2023 12:31:36 +0000</pubDate>
        <dc:creator>Bjoern A. Zeeb &lt;bz@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c3216127 - mii: resort VSC8641 entry in miidevs</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/dev/mii/miidevs#c3216127</link>
        <description>mii: resort VSC8641 entry in miidevsVSC8641 is a ciphy not a vscphy.Sort it with the other entries of ciphy to avoid confusion.(cherry picked from commit 43324ec770f6b598f0ce25487f69a64b3c9822bd)

            List of files:
            /freebsd-14.2/sys/dev/mii/miidevs</description>
        <pubDate>Fri, 17 Nov 2023 12:26:28 +0000</pubDate>
        <dc:creator>Bjoern A. Zeeb &lt;bz@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>78d14616 - sys: Remove $FreeBSD$: one-line bare tag</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/dev/mii/miidevs#78d14616</link>
        <description>sys: Remove $FreeBSD$: one-line bare tagRemove /^\s*\$FreeBSD\$$\n/

            List of files:
            /freebsd-14.2/sys/dev/mii/miidevs</description>
        <pubDate>Wed, 16 Aug 2023 17:55:17 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>0c783a37 - mii: Add the Broadcom BCM54616S ID to the list</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/dev/mii/miidevs#0c783a37</link>
        <description>mii: Add the Broadcom BCM54616S ID to the listObtained from:	Juniper Networks, Inc.Sponsored by:	Juniper Networks, Inc.

            List of files:
            /freebsd-14.2/sys/dev/mii/miidevs</description>
        <pubDate>Wed, 02 Aug 2023 14:05:21 +0000</pubDate>
        <dc:creator>Justin Hibbits &lt;jhibbits@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>85e7d8e0 - Add driver for Motorcomm YT8511 GbE PHY</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/dev/mii/miidevs#85e7d8e0</link>
        <description>Add driver for Motorcomm YT8511 GbE PHYPartially from:	https://reviews.freebsd.org/D36093

            List of files:
            /freebsd-14.2/sys/dev/mii/miidevs</description>
        <pubDate>Tue, 13 Dec 2022 05:58:51 +0000</pubDate>
        <dc:creator>S&#248;ren Schmidt &lt;sos@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>adff82ea - Add the PHY driver for the Marvell 88E1512.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/dev/mii/miidevs#adff82ea</link>
        <description>Add the PHY driver for the Marvell 88E1512.This driver supports the auto negotiation mode between the copper and fiberports.This PHY has two independent PHYs (one for copper and other for fiber) but inthis case the functionality is presented as a single PHY for easy management.Sponsored by:	Rubicon Communications, LLC (&quot;Netgate&quot;)

            List of files:
            /freebsd-14.2/sys/dev/mii/miidevs</description>
        <pubDate>Fri, 29 Jul 2022 15:43:56 +0000</pubDate>
        <dc:creator>Luiz Souza &lt;luiz@netgate.com&gt;</dc:creator>
    </item>
<item>
        <title>5586515a - Add a new RDC phy</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/dev/mii/miidevs#5586515a</link>
        <description>Add a new RDC phyReviewed by:	jhbObtained from:	NetBSD via Andrius VDifferential Revision:	https://reviews.freebsd.org/D35034

            List of files:
            /freebsd-14.2/sys/dev/mii/miidevs</description>
        <pubDate>Mon, 25 Apr 2022 02:00:58 +0000</pubDate>
        <dc:creator>Kevin Lo &lt;kevlo@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>89595c17 - vscphy: Add support for PHY interrupts</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/dev/mii/miidevs#89595c17</link>
        <description>vscphy: Add support for PHY interruptsThey&apos;re allocated using standard newbus API,which means that we rely on miibus to handle the allocation.Add VSC8504 to the list of supported PHYs, as it is similar enoughto the VSC8501 that is already supported by this driver.Obtained from: SemihalfSponsored by: Alstom GroupDifferential revision: https://reviews.freebsd.org/D32816

            List of files:
            /freebsd-14.2/sys/dev/mii/miidevs</description>
        <pubDate>Mon, 15 Nov 2021 09:00:07 +0000</pubDate>
        <dc:creator>Kornel Duleba &lt;mindal@semihalf.com&gt;</dc:creator>
    </item>
<item>
        <title>0c9156fa - Introduce DP83822 PHY driver</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/dev/mii/miidevs#0c9156fa</link>
        <description>Introduce DP83822 PHY driverDP83822 is a 10/100 Texas Instruments PHY.Link status change interrupts are supported by the driver,however not all boards have the PHY interrupt wired.Because of that if failure to allocate an IRQ is not treated as an error.Obtained from: SemihalfSponsored by: Alstom GroupDifferential revision: https://reviews.freebsd.org/D32815

            List of files:
            /freebsd-14.2/sys/dev/mii/miidevs</description>
        <pubDate>Mon, 15 Nov 2021 08:58:59 +0000</pubDate>
        <dc:creator>Kornel Duleba &lt;mindal@semihalf.com&gt;</dc:creator>
    </item>
<item>
        <title>e85c94b8 - Introduce DP83867 PHY driver</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/dev/mii/miidevs#e85c94b8</link>
        <description>Introduce DP83867 PHY driverDP83867 is a 10/100/1000 Texas Instruments PHY.Only SGMII mode is supported.Link status changes can be checked through an interrupt generated by the PHY,if availableObtained from: SemihalfSponsored by: Alstom GroupDifferential revision: https://reviews.freebsd.org/D32813

            List of files:
            /freebsd-14.2/sys/dev/mii/miidevs</description>
        <pubDate>Mon, 15 Nov 2021 08:57:45 +0000</pubDate>
        <dc:creator>Kornel Duleba &lt;mindal@semihalf.com&gt;</dc:creator>
    </item>
<item>
        <title>8e902c1d - mii: update URL for OUIs</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/dev/mii/miidevs#8e902c1d</link>
        <description>mii: update URL for OUIsUpdate the URL for OUIs as the old one is 404 not even 301 anymore.

            List of files:
            /freebsd-14.2/sys/dev/mii/miidevs</description>
        <pubDate>Tue, 09 Nov 2021 21:35:45 +0000</pubDate>
        <dc:creator>Bjoern A. Zeeb &lt;bz@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>349eddbd - Add support for bcm54213PE in brgphy.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/dev/mii/miidevs#349eddbd</link>
        <description>Add support for bcm54213PE in brgphy.This chip is used in the Rasperry Pi 4, and is supported by the if_genetdriver. Currently we use the ukphy mii driver, this patch switches overto the brgphy mii driver instead. To support the rgmii-rxid phy mode,which is now the default in the Linux dtb, we add support for clockskewing.These changes are taken from OpenBSD and NetBSD, except for the bailoutin brgphy_bcm54xx_clock_delay() in rgmii mode, which was found necessaryafter testing.Submitted by:	Robert Crowston, crowston at protomail.comDifferential Revision:	https://reviews.freebsd.org/D25251

            List of files:
            /freebsd-14.2/sys/dev/mii/miidevs</description>
        <pubDate>Thu, 18 Jun 2020 23:57:10 +0000</pubDate>
        <dc:creator>Mike Karels &lt;karels@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>b24db8a4 - Add support for BCM54618SE PHY</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/dev/mii/miidevs#b24db8a4</link>
        <description>Add support for BCM54618SE PHYMFC after:	3 daysSponsored by:	Juniper Networks, Inc

            List of files:
            /freebsd-14.2/sys/dev/mii/miidevs</description>
        <pubDate>Thu, 09 Apr 2020 21:24:17 +0000</pubDate>
        <dc:creator>Justin Hibbits &lt;jhibbits@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>159f344b - Recognize ICS1893C PHYs.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/dev/mii/miidevs#159f344b</link>
        <description>Recognize ICS1893C PHYs.Submitted by:	Sebastian Huber &lt;sebastian.huber@embedded-brains.de&gt;MFC after:	1 week

            List of files:
            /freebsd-14.2/sys/dev/mii/miidevs</description>
        <pubDate>Tue, 07 Aug 2018 17:13:42 +0000</pubDate>
        <dc:creator>Mark Johnston &lt;markj@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>b6803171 - Add a driver for the Vitesse/Microsemi VSC8501 PHY.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/dev/mii/miidevs#b6803171</link>
        <description>Add a driver for the Vitesse/Microsemi VSC8501 PHY.

            List of files:
            /freebsd-14.2/sys/dev/mii/miidevs</description>
        <pubDate>Sun, 11 Jun 2017 00:38:16 +0000</pubDate>
        <dc:creator>Ian Lepore &lt;ian@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e8b1516a - Add support for the Micrel KSZ8081 ethernet PHY.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/dev/mii/miidevs#e8b1516a</link>
        <description>Add support for the Micrel KSZ8081 ethernet PHY.The only thing this phy needs that the ukphy driver doesn&apos;t provide isthat the value in the proprietary Phy Control 2 Register must be savedbefore doing a soft reset and restored afterwards.  Most modern phys have&quot;sticky bits&quot; for low-level config that survive a reset, but on this onethe values in all registers go back to defaults, wiping out any board-specific config set up by the bootloader/bios/whatever.

            List of files:
            /freebsd-14.2/sys/dev/mii/miidevs</description>
        <pubDate>Sun, 16 Apr 2017 01:40:17 +0000</pubDate>
        <dc:creator>Ian Lepore &lt;ian@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>a24d62b5 - Add preliminary support for the RTL8153.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/dev/mii/miidevs#a24d62b5</link>
        <description>Add preliminary support for the RTL8153.Reviewed by:	hselasky

            List of files:
            /freebsd-14.2/sys/dev/mii/miidevs</description>
        <pubDate>Mon, 31 Oct 2016 05:58:11 +0000</pubDate>
        <dc:creator>Kevin Lo &lt;kevlo@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>67a48226 - Add support for the Microchip/Micrel KSZ9031 Gigabit Ethernet PHY.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/dev/mii/miidevs#67a48226</link>
        <description>Add support for the Microchip/Micrel KSZ9031 Gigabit Ethernet PHY.Tested on uBMC and uFW.Sponsored by:	Rubicon Communications (Netgate)

            List of files:
            /freebsd-14.2/sys/dev/mii/miidevs</description>
        <pubDate>Sat, 23 Jul 2016 18:16:40 +0000</pubDate>
        <dc:creator>Luiz Otavio O Souza &lt;loos@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>fe56b741 - Add support for Atmel at25df641 flash</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/dev/mii/miidevs#fe56b741</link>
        <description>Add support for Atmel at25df641 flashSubmitted by:	Gr&#233;gory Soutad&#233; &lt;soutade@gmail.com&gt; (via github pull request)

            List of files:
            /freebsd-14.2/sys/dev/mii/miidevs</description>
        <pubDate>Wed, 08 Jun 2016 14:22:16 +0000</pubDate>
        <dc:creator>Baptiste Daroussin &lt;bapt@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d751decc - Add more BCM gigabit PHYs</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/dev/mii/miidevs#d751decc</link>
        <description>Add more BCM gigabit PHYsGleaned from a public header file. 5402 and 5404 look like they may beused on embedded devices. 5478 and 5488 are switch PHYs. 5754 change is justto note a product alias.Differential Revision:	https://reviews.freebsd.org/D3338Submitted by:	kevin.bowling@kev009.com

            List of files:
            /freebsd-14.2/sys/dev/mii/miidevs</description>
        <pubDate>Fri, 04 Sep 2015 17:48:19 +0000</pubDate>
        <dc:creator>Sean Bruno &lt;sbruno@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
