CVSROOT: /cvs Module name: src Changes by: [email protected] 2024/07/09 10:04:15
Modified files:
sys/dev/pci : if_iavf.c
Log message:
netlock is no longer held for SIOCSIFMEDIA and SIOCGIFMEDIA, so rely on
the kernel lock instead, as done in if_ixl.c r1.84.
from Yuichiro NAITO
