freebsd-dev/sys/cam
Kenneth D. Merry 3ece1bd296 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 Fix short timeout problems with the pt(4) driver: 1999-08-20 03:48:11 +00:00
cam_ccb.h Bump CAM version number. 1999-08-16 23:18:24 +00:00
cam_conf.h CAM Transport Layer (XPT). 1998-09-15 06:33:23 +00:00
cam_debug.h Add another flag for debugging just peripheral drivers. The whole debugging 1999-08-16 22:18:14 +00:00
cam_extend.c CAM Transport Layer (XPT). 1998-09-15 06:33:23 +00:00
cam_extend.h CAM Transport Layer (XPT). 1998-09-15 06:33:23 +00:00
cam_periph.c int/long printf format problems on the Alpha. 1999-07-01 19:56:50 +00:00
cam_periph.h Add the XPT_PATH_STATS and XPT_GDEV_STATS function codes. These ccb 1999-05-22 21:58:47 +00:00
cam_queue.c Fix a long standing bug in the camq teardown code. 1999-08-16 02:23:42 +00:00
cam_queue.h cam_periph.c: 1999-04-19 21:26:08 +00:00
cam_sim.c Add a number of interrelated CAM feature enhancements and bug fixes. 1999-05-06 20:16:39 +00:00
cam_sim.h Add a number of interrelated CAM feature enhancements and bug fixes. 1999-05-06 20:16:39 +00:00
cam_xpt_periph.h CAM Transport Layer (XPT). 1998-09-15 06:33:23 +00:00
cam_xpt_sim.h xpt_release_devq now takes a count. 1999-08-16 22:23:01 +00:00
cam_xpt.c Implement the guts of the XPT_ABORT function code. 1999-08-16 22:22:41 +00:00
cam_xpt.h CAM Transport Layer (XPT). 1998-09-15 06:33:23 +00:00
cam.c cam.c: 1998-09-22 04:53:23 +00:00
cam.h Remove camq_regen(). We already perform modular comparisons 1999-04-07 22:57:48 +00:00