]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC 303204: Install a handler for firmware work request error messages.
authorjhb <jhb@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Fri, 2 Dec 2016 21:36:21 +0000 (21:36 +0000)
committerjhb <jhb@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Fri, 2 Dec 2016 21:36:21 +0000 (21:36 +0000)
commitf6457bf18a17344eb9b9f4e985797081687a975c
tree668e7658d1bd1514c6d300cfcae6e8bd3b8cd451
parentaf4a5c6387a7dd5b5a8cddcfb218b78d232ab166
MFC 303204: Install a handler for firmware work request error messages.

If a driver sends an malformed or disallowed work request, the firmware
responds with a work request error.  Previously the driver treated this is
as an unexpected message and panicked.  Now it decodes the error message
to aid in debugging.

git-svn-id: svn://svn.freebsd.org/base/stable/10@309444 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/dev/cxgbe/t4_sge.c