CVSROOT: /cvs Module name: src Changes by: [email protected] 2024/12/10 09:07:17
Modified files:
sys/dev/pci : if_ice.c
Log message:
make ice(4) warn about unhandled firmware phy types
Some firmware phy types are not being mapped to ifmedia yet.
Print a message when this happens since the driver might not
work without a known media type.
The real fix will be to get missing media types mapped properly.
