add marvell 88e6060 support on etherswitch
Details
- Reviewers
mizhka loos adrian - Commits
- rS308699: [etherswitch] add Marvell 88e6060 switch support
FON2201 and IO-Data WN-G54/R3
Diff Detail
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 5900 Build 6187: arc lint + arc unit
Event Timeline
Does this need a committer to fire it off into head? I can take a look just to make sure it doesn't break anything obvious.
@yamori813_yahoo.co.jp , do you have plan to merge it with e6000sw or add VLAN support?
I'm happy with his going into the tree as-is. We can always unify these drivers more later.
Would someone mind please committing this to -head?
@mizhka_gmail.com 88e6060 is not DOT1Q vlan support. It is Original Ingress and Egress Trailer. I think two way of support VLAN this chip. One is vlan(4) like support. Or other is interface driver code support. FON2201 original code use last one. But this is old chip I think leave alone is good. :)
I have a few questions (yeah, I'm late, I know...)
I cannot find where or how e6000sw.c is connected to build. It is specific to some platform or board ? Is there a reason to no add it to sys/conf/files ?
It seems to also support the model 88E6176 which is used on ClearFog Pro. At some point we may need to find a solution to support DOT1Q.
Do you think it is possible @yamori813_yahoo.co.jp ? (maybe with docs ?)
Nevermind about the 88e6176 comment, I was looking at the other file :/
But still, why these files are not linked to build ?