CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/08/05 07:57:16
Modified files:
sys/dev/pci : if_ix.c if_ixl.c
sys/net : if.c if_media.c
Log message:
The netlock for SIOCSIFMEDIA and SIOCGIFMEDIA ioctl is not necessary.
Legacy drivers run with kernel lock, interface media is MP safe or
has kernel lock. Assert kernel lock in ix(4) and ixl(4).
OK kettenis@
