HardenedBSD/sys/cam
Justin T. Gibbs 3a59d8c190 Implement the control device for the "targ" target mode processor target
emulator so that instances can be dynamically added and removed from the
system.

Properly reference count peripheral instances so they are cleaned up when
destroyed by the control device.

Set a timeout for test unit ready commands.  Before it was uninitialized
and could cause us to drop off the bus when no real timeout had occurred.
1999-03-05 23:25:11 +00:00
..
scsi Implement the control device for the "targ" target mode processor target 1999-03-05 23:25:11 +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
cam_periph.h
cam_queue.c
cam_queue.h
cam_sim.c
cam_sim.h
cam_xpt_periph.h
cam_xpt_sim.h xpt_done has no reason to take a volatile ccb *. 1999-03-05 23:18:56 +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