From owner-cvs-all Thu Aug 26 12:39:58 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C43FA14C41; Thu, 26 Aug 1999 12:39:55 -0700 (PDT) (envelope-from ken@FreeBSD.org) Received: (from ken@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA83685; Thu, 26 Aug 1999 12:39:55 -0700 (PDT) (envelope-from ken@FreeBSD.org) Message-Id: <199908261939.MAA83685@freefall.freebsd.org> From: Kenneth Merry Date: Thu, 26 Aug 1999 12:39:55 -0700 (PDT) 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 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk 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