CVSROOT: /cvs Module name: src Changes by: bl...@cvs.openbsd.org 2022/06/27 04:02:20
Modified files: sys/dev/pci : if_bnxt.c Log message: Do not run receive and transmit interrupt handlers when the bnxt(4) interface is not running. Prevents a panic triggered by ifconfig bnxt0 down. found by Hrvoje Popovski; OK jmatthew@