]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
cxgbe(4): Add a flag to indicate that bits in interrupt cause but not in
authornp <np@FreeBSD.org>
Tue, 2 Apr 2019 18:50:33 +0000 (18:50 +0000)
committernp <np@FreeBSD.org>
Tue, 2 Apr 2019 18:50:33 +0000 (18:50 +0000)
commitb0756a4416401d9e59819429e73260095d88fc06
treee1409e3396aa80f7ae7e79cc06ea719e44b6290f
parenta74a882b99e44174eaae717798d1f8901dad988f
cxgbe(4): Add a flag to indicate that bits in interrupt cause but not in
interrupt enable are not fatal.

The firmware sets up all the interrupt enables based on run time
configuration, which means the information in the enables is more
accurate than what's compiled into the driver.  This change also allows
the fatal bits to be updated without any changes in the driver in some
cases.

MFC after: 1 week
Sponsored by: Chelsio Communications
sys/dev/cxgbe/common/t4_hw.c