History log of /src/sys/dev/phy/phy_internal.h (Results 1 – 4 of 4)
Revision Date Author Comments
# 950a6087 26-Dec-2023 Emmanuel Vadot <manu@FreeBSD.org>

phy: Move phy code in dev/phy

We've removed kernel option EXT_RESOURCES almost two years ago.
While it was ok to have some code under a common 'extres' subdirectory
at first, we now have a lot of co

phy: Move phy code in dev/phy

We've removed kernel option EXT_RESOURCES almost two years ago.
While it was ok to have some code under a common 'extres' subdirectory
at first, we now have a lot of consumer of it and we made it mandatory
so no need to have it under a cryptic name.

Reviewed by: emaste, imp
Sponsored by: Beckhoff Automation GmbH & Co. KG
Differential Revision: https://reviews.freebsd.org/D43195

show more ...


# 95ee2897 16-Aug-2023 Warner Losh <imp@FreeBSD.org>

sys: Remove $FreeBSD$: two-line .h pattern

Remove /^\s*\*\n \*\s+\$FreeBSD\$$\n/


# 1289ca62 27-Jan-2019 Michal Meloun <mmel@FreeBSD.org>

Properly define and declare phynode_topo_lock,
it should be single global variable.

X-MFC with: r340845
Noticed by: phynode_topo_lock


# f9f020a4 23-Nov-2018 Emmanuel Vadot <manu@FreeBSD.org>

Derive PHY class to new one specialized for USB PHY functions.

Submitted by: mmel