History log of /freebsd/sys/dev/mii/micphy.c (Results 1 – 17 of 17)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 9a622787 08-Jan-2024 Jiahao LI <jiahali@blackberry.com>

mii: Fix memory leak in micphy.

PR: 270040
MFC after: 1 week


Revision tags: release/14.0.0
# 685dc743 16-Aug-2023 Warner Losh <imp@FreeBSD.org>

sys: Remove $FreeBSD$: one-line .c pattern

Remove /^[\s*]*__FBSDID\("\$FreeBSD\$"\);?\s*\n/


Revision tags: release/13.2.0, release/12.4.0, release/13.1.0
# f438c2ff 20-Apr-2022 John Baldwin <jhb@FreeBSD.org>

mii: Remove unused devclass arguments to DRIVER_MODULE.


Revision tags: release/12.3.0, release/13.0.0, release/12.2.0, release/11.4.0, release/12.1.0
# 58df81b3 30-Jul-2019 Alan Somers <asomers@FreeBSD.org>

MFHead @350426

Sponsored by: The FreeBSD Foundation


# af77cd75 29-Jul-2019 Ruslan Bukin <br@FreeBSD.org>

Find the correct node of PHY chip using "phy-handle" property of
ethernet MAC node.

This fixes operation on Terasic DE10-Pro (Intel Stratix 10 GX/SX
FPGA Development Kit).

Sponsored by: DARPA, AFRL


Revision tags: release/11.3.0, release/12.0.0, release/11.2.0, release/10.4.0, release/11.1.0
# 554491ff 20-Apr-2017 Dimitry Andric <dim@FreeBSD.org>

Merge ^/head r316992 through r317215.


# e8b1516a 16-Apr-2017 Ian Lepore <ian@FreeBSD.org>

Add support for the Micrel KSZ8081 ethernet PHY.

The only thing this phy needs that the ukphy driver doesn't provide is
that the value in the proprietary Phy Control 2 Register must be saved
before

Add support for the Micrel KSZ8081 ethernet PHY.

The only thing this phy needs that the ukphy driver doesn't provide is
that the value in the proprietary Phy Control 2 Register must be saved
before doing a soft reset and restored afterwards. Most modern phys have
"sticky bits" for low-level config that survive a reset, but on this one
the values in all registers go back to defaults, wiping out any board-
specific config set up by the bootloader/bios/whatever.

show more ...


Revision tags: release/11.0.1, release/11.0.0
# 67a48226 23-Jul-2016 Luiz Otavio O Souza <loos@FreeBSD.org>

Add support for the Microchip/Micrel KSZ9031 Gigabit Ethernet PHY.

Tested on uBMC and uFW.

Sponsored by: Rubicon Communications (Netgate)


Revision tags: release/10.3.0, release/10.2.0
# 98e0ffae 27-May-2015 Simon J. Gerraty <sjg@FreeBSD.org>

Merge sync of head


# d899be7d 19-Jan-2015 Glen Barber <gjb@FreeBSD.org>

Reintegrate head: r274132-r277384

Sponsored by: The FreeBSD Foundation


# 8f0ea33f 13-Jan-2015 Glen Barber <gjb@FreeBSD.org>

Reintegrate head revisions r273096-r277147

Sponsored by: The FreeBSD Foundation


# d455aba8 10-Dec-2014 Enji Cooper <ngie@FreeBSD.org>

MFhead @ r275688


# 377af4f1 10-Dec-2014 Dimitry Andric <dim@FreeBSD.org>

Merge ^/head r274961 through r275684.


# 74953fa3 10-Dec-2014 Ruslan Bukin <br@FreeBSD.org>

o Put () for p to avoid unexpected macro expansion
o style(9) fix

Submitted by: Yonghyeon PYUN <pyunyh@gmail.com>


# 9268022b 19-Nov-2014 Simon J. Gerraty <sjg@FreeBSD.org>

Merge from head@274682


Revision tags: release/10.1.0
# 5c9ef378 04-Nov-2014 Alexander V. Chernikov <melifaro@FreeBSD.org>

Sync to HEAD@r274095.


# 8b62915e 21-Oct-2014 Ruslan Bukin <br@FreeBSD.org>

Add driver for Micrel KSZ9021 Gigabit Ethernet Transceiver (PHY).

Sponsored by: DARPA, AFRL