CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/01/19 18:32:08
Modified files:
sys/dev/pci : if_ixl.c
Log message:
Handle link state change interrupts by issuing IXL_AQ_OP_PHY_LINK_STATUS
to the admin queue. We don't need to wait for or process the reply,
because the existing admin reply queue processing already does it.
ok dlg@
