freebsd-src icon indicating copy to clipboard operation
freebsd-src copied to clipboard

e6000sw: Add support for MV88E6190X switch variant

Open salekseev opened this issue 1 year ago • 1 comments

This commit adds support for MV88E6190X switch variant that is similar to MV88E6190 in its configuration.

It also adds is6190x hint support for enabling on amd64 platform without device tree support.

PR: 281211

salekseev avatar Sep 03 '24 20:09 salekseev

rylish's comments need to be addressed.

bsdimp avatar Oct 04 '24 18:10 bsdimp

hi! This has been landed in -HEAD now, thanks!

erikarn avatar May 04 '25 17:05 erikarn

There are clear style issues in this patch (lacking space around != and what look to be overly long lines). I don't know why GitHub actions didn't run checkstyle9.pl but please run it yourself locally (tools/build/checkstyle9.pl) and fix the issues that arise.

jrtc27 avatar May 04 '25 17:05 jrtc27

hi! This has been landed in -HEAD now, thanks!

Thanks!

bsdimp avatar May 04 '25 22:05 bsdimp