Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 18 Sep 1998 06:57:49 +1000
From:      Bruce Evans <bde@zeta.org.au>
To:        joki@kuebart.stuttgart.netsurf.de, ken@plutotech.com
Cc:        freebsd-current@FreeBSD.ORG
Subject:   Re: LINT not up to date
Message-ID:  <199809172057.GAA01801@godzilla.zeta.org.au>

next in thread | raw e-mail | index | archive | help
>> 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.
>
>:-) They're in the "more undocumented options" section, that's why

Other bugs: they are disordered; a delay of 0 no longer works.  The
driver should know that 0 means the minimum possible since 0 is the
same in millisecodns as it was in seconds.

Bruce

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?199809172057.GAA01801>