Does FreeBSD has a generic PHY library as in Linux?
Rajesh Kumar
rajfbsd at gmail.com
Sat Mar 28 11:02:29 UTC 2020
Thank you all for the response . I will go through the MIIBUS stuff and
come back if I have any questions.
Thanks,
Rajesh.
On Sat, Mar 28, 2020 at 12:18 AM Stefan Eßer <se at freebsd.org> wrote:
> Am 26.03.20 um 19:36 schrieb Rajesh Kumar:
> > Hi,
> >
> > I am porting a network driver from Linux to FreeBSD. The driver in Linux
> > uses the PHY library (a generic wrapper) to access/config the PHY
> > registers. Do we have anything equivalent in FreeBSD?
> >
> > PHY library routines in Linux:
> >
> > get_phy_device
> > phy_device_register
> > phy_attach_direct
> > phy_start_aneg
> > etc.,
> >
> > FreeBSD being a stable OS for networking and Storage, I assume it should
> > have something equivalent to this. Can anyone point to it? or any
> > documentation related to this?
>
> See
>
> https://wiki.freebsd.org/MIIBUS
>
> for initial information about the miibus driver that covers most
> PHYs supported by FreeBSD Ethernet devices.
>
> The miibus(4) man-page contains a list of devices that use this
> interface and which might be useful as examples for its use:
>
> https://www.freebsd.org/cgi/man.cgi?miibus(4)
>
> Regards, STefan
>
More information about the freebsd-hackers
mailing list