freebsd-dev/sys/dev/mpt
John Baldwin 847bd80810 Allocate a single CCB at the start of the main loop of the RAID monitoring
kthread of the mpt(4) driver that hangs around for the entire lifetime of
the thread.  Previously the driver would allocate a new CCB using M_WAITOK
with a lock held each time it updated its state.  While here, use the
CAM API for allocating a CCB rather than raw malloc(9).

Reviewed by:	scottl
MFC after:	1 week
2008-07-21 18:43:02 +00:00
..
mpilib
mpt_cam.c Restore multi-release tradition of the driver. 2008-05-02 17:02:35 +00:00
mpt_cam.h
mpt_debug.c
mpt_pci.c During shutdown, deregister the shutdown hook from the correct event 2008-07-01 19:44:38 +00:00
mpt_raid.c Allocate a single CCB at the start of the main loop of the RAID monitoring 2008-07-21 18:43:02 +00:00
mpt_raid.h
mpt_reg.h
mpt_user.c Rework how the mpt_user personality handles buffers for config pages. 2008-07-01 19:48:15 +00:00
mpt.c
mpt.h Add a new personality to mpt(4) devices to allow userland applications to 2008-05-06 20:49:53 +00:00