freebsd-dev/sys/cam/scsi
Alexander Motin dcdf6e7418 MFprojects/camlock:
r249017:
Some cosmetic things:
 - Unify device to target insertion inside xpt_alloc_device() instead of
duplicating it three times.
 - Remove extra checks for empty lists of devices and targets on release
since zero refcount check also implies it.
 - Reformat code to reduce indentation.

r249103:
 - Add lock assertions to every point where reference counters are modified.
 - When reference counters are reaching zero, add assertions that there are
no children items left.
 - Add a bit more locking to the xptpdperiphtraverse().
2013-04-04 20:31:40 +00:00
..
scsi_all.c Added ATA Pass-Through support to CAM 2013-04-02 00:11:35 +00:00
scsi_all.h Added ATA Pass-Through support to CAM 2013-04-02 00:11:35 +00:00
scsi_cd.c MFprojects/camlock r248931: 2013-04-04 19:07:37 +00:00
scsi_cd.h
scsi_ch.c Fix a device departure bug for the the pass(4), enc(4), sg(4) and ch(4) 2012-12-08 04:03:04 +00:00
scsi_ch.h
scsi_da.c MFprojects/camlock r248931: 2013-04-04 19:07:37 +00:00
scsi_da.h
scsi_dvcfg.h
scsi_enc_internal.h Fix a device departure bug for the the pass(4), enc(4), sg(4) and ch(4) 2012-12-08 04:03:04 +00:00
scsi_enc_safte.c
scsi_enc_ses.c Sanitize the element descriptor string before using it as a device name. 2013-01-24 17:28:39 +00:00
scsi_enc.c Fix a device departure bug for the the pass(4), enc(4), sg(4) and ch(4) 2012-12-08 04:03:04 +00:00
scsi_enc.h
scsi_iu.h
scsi_low.c
scsi_low.h
scsi_message.h
scsi_pass.c MFprojects/camlock r248931: 2013-04-04 19:07:37 +00:00
scsi_pass.h
scsi_pt.c Remove two more 'periph == NULL' checks missed in r241404. 2012-10-23 16:03:00 +00:00
scsi_pt.h
scsi_sa.c Remove 'periph == NULL' check from bunch of periph drivers. 2012-10-10 18:10:11 +00:00
scsi_sa.h
scsi_ses.h
scsi_sg.c Fix a device departure bug for the the pass(4), enc(4), sg(4) and ch(4) 2012-12-08 04:03:04 +00:00
scsi_sg.h
scsi_targ_bh.c
scsi_target.c Reform the busdma API so that new types may be added without modifying 2013-02-12 16:57:20 +00:00
scsi_targetio.h
scsi_xpt.c MFprojects/camlock: 2013-04-04 20:31:40 +00:00
smp_all.c
smp_all.h