CVSROOT: /cvs Module name: src Changes by: [email protected] 2024/12/10 09:02:19
Modified files:
sys/dev/pci : if_ice.c
Log message:
prevent IFM_INST_ANY from being reported in ice_media_status
IFM_INST_ANY is used as a placeholder for firmware PHY types which do
not have a mapping to ifmedia types. Don't report this value to userland.
