Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 26 Aug 1999 12:39:55 -0700 (PDT)
From:      Kenneth Merry <ken@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/share/man/man4 pt.4 src/sys/cam/scsi scsi_pt.c src/sys/conf options src/sys/i386/conf LINT src/sys/sys ptio.h
Message-ID:  <199908261939.MAA83685@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
ken         1999/08/26 12:39:55 PDT

  Modified files:        (Branch: RELENG_3)
    share/man/man4       pt.4 
    sys/cam/scsi         scsi_pt.c 
    sys/conf             options 
    sys/i386/conf        LINT 
  Added files:           (Branch: RELENG_3)
    sys/sys              ptio.h 
  Log:
  MFC:  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
  
  Revision  Changes    Path
  1.5.2.1   +21 -31    src/share/man/man4/pt.4
  1.4.2.4   +66 -3     src/sys/cam/scsi/scsi_pt.c
  1.121.2.12 +5 -2      src/sys/conf/options
  1.539.2.33 +5 -1      src/sys/i386/conf/LINT



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199908261939.MAA83685>