From owner-freebsd-current Thu Sep 17 11:46:28 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA01234 for freebsd-current-outgoing; Thu, 17 Sep 1998 11:46:28 -0700 (PDT) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from panzer.plutotech.com (panzer.plutotech.com [206.168.67.125]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA01153 for ; Thu, 17 Sep 1998 11:46:10 -0700 (PDT) (envelope-from ken@panzer.plutotech.com) Received: (from ken@localhost) by panzer.plutotech.com (8.9.1/8.8.5) id MAA04685; Thu, 17 Sep 1998 12:45:37 -0600 (MDT) From: "Kenneth D. Merry" Message-Id: <199809171845.MAA04685@panzer.plutotech.com> Subject: Re: LINT not up to date In-Reply-To: <199809171739.TAA15293@yacht.domestic.de> from Joachim Kuebart at "Sep 17, 98 07:39:13 pm" To: joki@kuebart.stuttgart.netsurf.de (Joachim Kuebart) Date: Thu, 17 Sep 1998 12:45:37 -0600 (MDT) Cc: freebsd-current@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL28s (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Joachim Kuebart wrote... > Hi, > > before 3.0 gets released > > options SCSI_CAM > options SCSI_DELAY=... > > should be added to LINT for documentation. They're both in LINT. Look again. # grep "Id" LINT # $Id: LINT,v 1.467 1998/09/17 03:15:30 msmith Exp $ # egrep 'SCSI_CAM|SCSI_DELAY' LINT options SCSI_DELAY=8000 # Be pessimistic about Joe SCSI device options SCSI_CAM #We're using CAM in this kernel The SCSI_CAM option is only necessary if you're using the QLogic driver. The SCSI_DELAY option is only necessary if a 2 second bus settle delay isn't enough for your hardware. Ken -- Kenneth Merry ken@plutotech.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message