CVSROOT:        /cvs
Module name:    src
Changes by:     kette...@cvs.openbsd.org        2020/11/29 14:09:49

Modified files:
        sys/dev/fdt    : files.fdt 
Added files:
        sys/dev/fdt    : mvsw.c 

Log message:
Add mvsw(4), a driver for Marvell "SOHO" switches that are found on some
SBCs (Turris MOX, SolidRun Clearfog GT 8K).  For now this driver only
supports the 88E6141 and 88E6341 switches.  More switch types can be added
later.

The driver does some minimal hardware configuration to make it function
like a dumb switch.  Essentially it enables all ports mentioned in the device
tree and enables the switchport PHYs and SERDES connections.

ok deraadt@, patrick@

Reply via email to