From owner-cvs-all Thu Oct 1 22:15:58 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA00823 for cvs-all-outgoing; Thu, 1 Oct 1998 22:15:58 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA00818; Thu, 1 Oct 1998 22:15:57 -0700 (PDT) (envelope-from ken@FreeBSD.org) From: Kenneth Merry Received: (from ken@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id WAA09472; Thu, 1 Oct 1998 22:15:52 -0700 (PDT) Date: Thu, 1 Oct 1998 22:15:52 -0700 (PDT) Message-Id: <199810020515.WAA09472@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/cam/scsi scsi_sa.c src/sys/conf options src/sys/i386/conf LINT Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk ken 1998/10/01 22:15:52 PDT Modified files: sys/cam/scsi scsi_sa.c sys/conf options sys/i386/conf LINT Log: Patches from DES to create three new kernel config options to control timeouts in the SA driver (timeouts for space, rewind and erase). Folks can lengthen the timeouts if their hardware is especially slow, or shorten them if they want to be notified of errors a little sooner. Also, get rid of two OD driver options. The od driver has been made obsolete by the da driver. Reviewed by: ken, gibbs Submitted by: Dag-Erling Coidan Smørgrav Revision Changes Path 1.2 +16 -7 src/sys/cam/scsi/scsi_sa.c 1.102 +5 -4 src/sys/conf/options 1.480 +9 -1 src/sys/i386/conf/LINT