freebsd-dev/sys/cam/scsi
John-Mark Gurney ad3b9257c2 Add locking to the kqueue subsystem. This also makes the kqueue subsystem
a more complete subsystem, and removes the knowlege of how things are
implemented from the drivers.  Include locking around filter ops, so a
module like aio will know when not to be unloaded if there are outstanding
knotes using it's filter ops.

Currently, it uses the MTX_DUPOK even though it is not always safe to
aquire duplicate locks.  Witness currently doesn't support the ability
to discover if a dup lock is ok (in some cases).

Reviewed by:	green, rwatson (both earlier versions)
2004-08-15 06:24:42 +00:00
..
scsi_all.c When printing out an unknown sense code we should print it in hex, not 2004-08-13 18:45:04 +00:00
scsi_all.h
scsi_cd.c Change the disk(9) API in order to make device removal more robust. 2004-02-18 21:36:53 +00:00
scsi_cd.h
scsi_ch.c Do the dreaded s/dev_t/struct cdev */ 2004-06-16 09:47:26 +00:00
scsi_ch.h
scsi_da.c add support Frontier Labs NEX IA+ Digital Audio Player with USB CF card reader/writer 2004-08-12 23:17:09 +00:00
scsi_da.h
scsi_dvcfg.h
scsi_iu.h
scsi_low_pisa.c
scsi_low_pisa.h
scsi_low.c
scsi_low.h Update for the KDB framework: 2004-07-10 20:56:43 +00:00
scsi_message.h
scsi_pass.c Do the dreaded s/dev_t/struct cdev */ 2004-06-16 09:47:26 +00:00
scsi_pass.h
scsi_pt.c Do the dreaded s/dev_t/struct cdev */ 2004-06-16 09:47:26 +00:00
scsi_pt.h
scsi_sa.c Do the dreaded s/dev_t/struct cdev */ 2004-06-16 09:47:26 +00:00
scsi_sa.h
scsi_ses.c Do the dreaded s/dev_t/struct cdev */ 2004-06-16 09:47:26 +00:00
scsi_ses.h
scsi_targ_bh.c
scsi_target.c Add locking to the kqueue subsystem. This also makes the kqueue subsystem 2004-08-15 06:24:42 +00:00
scsi_targetio.h