1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-14 14:55:41 +00:00
freebsd/sys/cam/scsi
Kenneth D. Merry 9c6a092060 Fix up unit attention and selection timeout handling in various peripheral
drivers.

- change daprevent() to set CAM_RETRY_SELTO and SF_RETRY_UA when it calls
  cam_periph_runccb().
- change the pt(4) driver to ignore unit attentions
- change the targ(4) driver to retry selection timeouts
- clean up a few formatting glitches in the targ(4) driver

Reviewed by:	gibbs
2001-05-01 19:37:25 +00:00
..
scsi_all.c Add sense key table entries for DATA PROTECT and BLANK CHECK. This will 2001-04-30 21:40:09 +00:00
scsi_all.h Rewrite of the CAM error recovery code. 2001-03-27 05:45:52 +00:00
scsi_cd.c Rewrite of the CAM error recovery code. 2001-03-27 05:45:52 +00:00
scsi_cd.h
scsi_ch.c Rewrite of the CAM error recovery code. 2001-03-27 05:45:52 +00:00
scsi_ch.h
scsi_da.c Fix up unit attention and selection timeout handling in various peripheral 2001-05-01 19:37:25 +00:00
scsi_da.h Implement a new camcontrol function, 'camcontrol format'. 2000-05-21 23:57:52 +00:00
scsi_dvcfg.h Add PC-Card/ISA SCSI host adpater drivers from NetBSD/pc98 2000-10-23 12:55:51 +00:00
scsi_low_pisa.c Mechanical change to use <sys/queue.h> macro API instead of 2001-02-04 13:13:25 +00:00
scsi_low_pisa.h Changed not to use struct isa_device in the argument of scsi_low_activate(). 2000-10-29 06:47:16 +00:00
scsi_low.c o Support AUTO SENSE correctly. 2001-02-25 12:40:30 +00:00
scsi_low.h o Support AUTO SENSE correctly. 2001-02-25 12:40:30 +00:00
scsi_message.h 0x03F -> 0x3F for consistancy with the rest of the file. 2000-10-31 18:00:23 +00:00
scsi_pass.c Rewrite of the CAM error recovery code. 2001-03-27 05:45:52 +00:00
scsi_pass.h Rewrite of the CAM error recovery code. 2001-03-27 05:45:52 +00:00
scsi_pt.c Fix up unit attention and selection timeout handling in various peripheral 2001-05-01 19:37:25 +00:00
scsi_pt.h Spell declarations correctly. 2001-01-12 02:49:40 +00:00
scsi_sa.c Fix the `tape drive spinning indefinately upon mt stat' problem. 2001-04-22 20:13:28 +00:00
scsi_sa.h Spell declarations correctly. 2001-01-12 02:49:40 +00:00
scsi_ses.c Rewrite of the CAM error recovery code. 2001-03-27 05:45:52 +00:00
scsi_ses.h
scsi_targ_bh.c Change the peripheral driver list from a linker set to module driven 2001-02-07 07:05:59 +00:00
scsi_target.c Fix up unit attention and selection timeout handling in various peripheral 2001-05-01 19:37:25 +00:00
scsi_targetio.h Add a TARGIODEBUG ioctl to allow for CAM_DEBUG_PERIPH tracing on 2000-07-14 19:42:47 +00:00