From owner-cvs-all Thu Sep 17 17:03:13 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA09056 for cvs-all-outgoing; Thu, 17 Sep 1998 17:03:13 -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 RAA08890; Thu, 17 Sep 1998 17:02:04 -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 RAA02171; Thu, 17 Sep 1998 17:01:40 -0700 (PDT) Date: Thu, 17 Sep 1998 17:01:40 -0700 (PDT) Message-Id: <199809180001.RAA02171@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/i386/conf LINT Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk ken 1998/09/17 17:01:40 PDT Modified files: sys/i386/conf LINT Log: Move SCSI_DELAY and SCSI_CAM from the undocumented options section to the CAM options section. Document that SCSI_DELAY is in milliseconds, not seconds. Tell users that SCSI_CAM is only needed if you've got the QLogic driver in your kernel. Reviewed by: gibbs Revision Changes Path 1.469 +9 -3 src/sys/i386/conf/LINT