From owner-cvs-all Thu Aug 19 20:48:16 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 EE235150E7; Thu, 19 Aug 1999 20:48:12 -0700 (PDT) (envelope-from ken@FreeBSD.org) Received: (from ken@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA05895; Thu, 19 Aug 1999 20:48:12 -0700 (PDT) (envelope-from ken@FreeBSD.org) Message-Id: <199908200348.UAA05895@freefall.freebsd.org> From: Kenneth Merry Date: Thu, 19 Aug 1999 20:48:12 -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/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