Date: Thu, 19 Aug 1999 20:48:12 -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: <199908200348.UAA05895@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
ken 1999/08/19 20:48:11 PDT
Modified files:
share/man/man4 pt.4
sys/cam/scsi scsi_pt.c
sys/conf options
sys/i386/conf LINT
Added files:
sys/sys ptio.h
Log:
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.6 +21 -31 src/share/man/man4/pt.4
1.12 +66 -3 src/sys/cam/scsi/scsi_pt.c
1.147 +5 -2 src/sys/conf/options
1.628 +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?199908200348.UAA05895>
