freebsd-skq/sys/cam/scsi
ken e6adc2c52e Fix short timeout problems with the pt(4) driver:
- increase the default timeout from 10 seconds to 60 seconds
- add a new kernel option, SCSI_PT_DEFAULT_TIMEOUT, that lets users specify
  the default timeout for the pt driver to use
- add two new ioctls, one to get the timeout for a given pt device, the
  other to set the timeout for a given pt device.  The idea is that
  userland applications using the device can set the timeout to suit their
  purposes.  The ioctls are defined in a new header file, sys/ptio.h

PR:		10266
Reviewed by:	gibbs, joerg
1999-08-20 03:48:11 +00:00
..
scsi_all.c
scsi_all.h Add a default async handler funstion to cam_periph.c to remove duplicated 1999-05-22 22:00:24 +00:00
scsi_cd.c Spring cleaning around strategy and disklabels/slices: 1999-08-14 11:40:51 +00:00
scsi_cd.h
scsi_ch.c Simplify cdevsw registration. 1999-05-31 11:29:30 +00:00
scsi_ch.h
scsi_da.c Move initialization of announce_buf up to make 1999-08-15 23:34:40 +00:00
scsi_da.h
scsi_message.h
scsi_pass.c Simplify cdevsw registration. 1999-05-31 11:29:30 +00:00
scsi_pass.h Add a number of interrelated CAM feature enhancements and bug fixes. 1999-05-06 20:16:39 +00:00
scsi_pt.c Fix short timeout problems with the pt(4) driver: 1999-08-20 03:48:11 +00:00
scsi_pt.h
scsi_sa.c A minor tweak to shut up gcc (on the Alpha) for two (false) warnings. 1999-07-03 16:29:32 +00:00
scsi_sa.h Make clear that the DATA COMPRESSION page is a SCSI-3 entity- not a SCSI-2 1999-05-11 02:23:37 +00:00
scsi_targ_bh.c
scsi_target.c Checkpoint work on handling error conditions. 1999-08-16 22:39:25 +00:00
scsi_targetio.h Checkpoint work on handling error conditions. 1999-08-16 22:39:25 +00:00