Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 Sep 1998 12:45:37 -0600 (MDT)
From:      "Kenneth D. Merry" <ken@plutotech.com>
To:        joki@kuebart.stuttgart.netsurf.de (Joachim Kuebart)
Cc:        freebsd-current@FreeBSD.ORG
Subject:   Re: LINT not up to date
Message-ID:  <199809171845.MAA04685@panzer.plutotech.com>
In-Reply-To: <199809171739.TAA15293@yacht.domestic.de> from Joachim Kuebart at "Sep 17, 98 07:39:13 pm"

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199809171845.MAA04685>