1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-29 16:44:03 +00:00
freebsd/sys/dev/tws
Jim Harris 95161fc323 Specify MTX_RECURSE for the controller's io_lock. Without it, tws(4)
immediately panics on boot with INVARIANTS enabled.  The driver already
clearly expects to be able to recurse on this mutex - the main I/O
is always recursing on this lock.

Reported and tested by:  Mike Tancsa <mike at sentex dot net>
MFC after: 1 week
2012-09-24 21:40:22 +00:00
..
tws_cam.c
tws_hdm.c
tws_hdm.h
tws_services.c Don't expose a constant array into global namespace. 2011-10-28 17:53:34 +00:00
tws_services.h Don't expose a constant array into global namespace. 2011-10-28 17:53:34 +00:00
tws_user.c
tws_user.h
tws.c Specify MTX_RECURSE for the controller's io_lock. Without it, tws(4) 2012-09-24 21:40:22 +00:00
tws.h Do not define bool/true/false if the symbols already exist. 2011-12-12 18:43:24 +00:00