HardenedBSD/sys/cam
Justin T. Gibbs a5479bc57a Protect access to the EDT with splcam() to protect against corruption
caused by temporary EDT allocations performed by controller drivers in
their interrupt routiens.

Reference count bus entries in the EDT in preparation for support for
dynamic controller arrival and departure.

Have children of the EDT hold references to their parents.

Correct routing of the XPT_IMMED_NOTIFY ccb type for use in
target mode applications.

Fix a few cases where the generation count for EDT data members was
not being updated when a modification occurred.

splcam() problem Noticed by: Tor Egge <tegge@FreeBSD.org>
1999-03-05 23:18:16 +00:00
..
scsi +Match against T4000* for HP QIC quirks (not T4000S* where it doesn't then 1999-03-01 01:07:47 +00:00
cam_ccb.h Add constants and macros for dealing with XPT opcode group types. 1999-03-05 23:13:20 +00:00
cam_conf.h
cam_debug.h
cam_extend.c
cam_extend.h
cam_periph.c This is a rather large commit that encompasses the new swapper, 1999-01-21 08:29:12 +00:00
cam_periph.h
cam_queue.c
cam_queue.h
cam_sim.c
cam_sim.h
cam_xpt_periph.h
cam_xpt_sim.h Fix warnings preparing for -Wall -Wcast-qual 1999-01-27 20:09:21 +00:00
cam_xpt.c Protect access to the EDT with splcam() to protect against corruption 1999-03-05 23:18:16 +00:00
cam_xpt.h
cam.c
cam.h