freebsd-dev/sys/cam/scsi
Seigo Tanimura 512824f8f7 - Implement selwakeuppri() which allows raising the priority of a
thread being waken up.  The thread waken up can run at a priority as
  high as after tsleep().

- Replace selwakeup()s with selwakeuppri()s and pass appropriate
  priorities.

- Add cv_broadcastpri() which raises the priority of the broadcast
  threads.  Used by selwakeuppri() if collision occurs.

Not objected in:	-arch, -current
2003-11-09 09:17:26 +00:00
..
scsi_all.c (scsi_request_sense): Set allocation length in REQUEST_SENSE CCB. 2003-09-21 08:45:36 +00:00
scsi_all.h Add support to CAM for devices with more than 2^32 blocks. (2TB if you're 2003-04-30 00:35:22 +00:00
scsi_cd.c In camperiphdone(), make sure we check for fatal errors and bail out 2003-10-27 06:15:55 +00:00
scsi_cd.h
scsi_ch.c Use __FBSDID(). 2003-06-10 18:14:05 +00:00
scsi_ch.h Use symbolic constants instead of "4". 2003-05-31 16:54:37 +00:00
scsi_da.c (dacleanup, dasysctlinit): Defend against calling sysctl_ctx_free on 2003-10-08 07:12:30 +00:00
scsi_da.h
scsi_dvcfg.h
scsi_iu.h
scsi_low_pisa.c Use __FBSDID(). 2003-06-10 18:14:05 +00:00
scsi_low_pisa.h
scsi_low.c Merge common XPT_CALC_GEOMETRY functions into a single convenience function. 2003-06-14 22:17:41 +00:00
scsi_low.h
scsi_message.h
scsi_pass.c Use __FBSDID(). 2003-06-10 18:14:05 +00:00
scsi_pass.h
scsi_pt.c Use __FBSDID(). 2003-06-10 18:14:05 +00:00
scsi_pt.h
scsi_sa.c I forgot whom I got this from- only set single initiator buffered mode 2003-09-13 02:01:56 +00:00
scsi_sa.h
scsi_ses.c Use __FBSDID(). 2003-06-10 18:14:05 +00:00
scsi_ses.h
scsi_targ_bh.c - Pick up a correct path_id for the bus on AC_PATH_REGISTERED. 2003-09-30 08:03:52 +00:00
scsi_target.c - Implement selwakeuppri() which allows raising the priority of a 2003-11-09 09:17:26 +00:00
scsi_targetio.h