]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Add the PHY driver for the Marvell 88E1512.
authorLuiz Souza <luiz@netgate.com>
Fri, 29 Jul 2022 15:43:56 +0000 (17:43 +0200)
committerKristof Provost <kp@FreeBSD.org>
Tue, 9 Aug 2022 13:59:22 +0000 (15:59 +0200)
commitadff82ea35b77a2961376f0806794698d97ed018
tree434415c41b8e1dcb46ac9e308c5e831d5607644e
parentb77d581535dabd8b191591b454e829e1cd77dc4a
Add the PHY driver for the Marvell 88E1512.

This driver supports the auto negotiation mode between the copper and fiber
ports.

This PHY has two independent PHYs (one for copper and other for fiber) but in
this case the functionality is presented as a single PHY for easy management.

Sponsored by: Rubicon Communications, LLC ("Netgate")
sys/conf/files
sys/dev/mii/miidevs
sys/dev/mii/mv88e151x.c [new file with mode: 0644]
sys/dev/mii/mv88e151xreg.h [new file with mode: 0644]