CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/03/06 04:00:49
Modified files:
sys/dev/pci : if_ixl.c
Log message:
Ignore rx interrupts if the interface isn't supposed to be running.
In some situations the pxe rom seems to leave rx interrupts
pending, so we get them as soon as we turn interrupts on.
Trying to process rx interrupts before we've allocated an rx ring
leads to crashes.
ok dlg@
