[etherswitch] check if_alloc returns NULLThis patch is cosmetic. It checks if allocation of ifnet structure failed.It's better to have this check rather than assume positive scenario.Submitted b
[etherswitch] check if_alloc returns NULLThis patch is cosmetic. It checks if allocation of ifnet structure failed.It's better to have this check rather than assume positive scenario.Submitted by: Dmitry Luhtionov <[email protected]>Reported by: Dmitry Luhtionov <[email protected]>
show more ...
[etherswitch] Support Micrel KSZ8995MA switch chipThis is Micrel KSZ8995MA driver code. KSZ8995MA uses SPI bus to control.This code is written & tested on @SRCHACK's ksz8995ma board and FON2100wi
[etherswitch] Support Micrel KSZ8995MA switch chipThis is Micrel KSZ8995MA driver code. KSZ8995MA uses SPI bus to control.This code is written & tested on @SRCHACK's ksz8995ma board and FON2100with gpiospi.etherswitchcfg support commands: addtag, ingress, striptag, dropuntagged.Submitted by: Hiroki Mori <[email protected]>Reviewed by: mizhka, adrianApproved by: adrian (mentor)Differential Revision: https://reviews.freebsd.org/D8790