From owner-freebsd-scsi@FreeBSD.ORG Tue Dec 16 06:24:18 2003 Return-Path: Delivered-To: freebsd-scsi@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 168F616A4CE for ; Tue, 16 Dec 2003 06:24:18 -0800 (PST) Received: from mail.scarlet-telecom.nl (mail.scarlet-internet.nl [213.204.195.11]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4808B43D3F for ; Tue, 16 Dec 2003 06:24:14 -0800 (PST) (envelope-from tim@foomatic.nl) Received: (qmail 29575 invoked by uid 204); 16 Dec 2003 14:24:13 -0000 Received: from tim@foomatic.nl by mail by uid 201 with qmail-scanner-1.16 (clamscan: 0.60. spamassassin: 2.x. Clear:. Processed in 0.139396 secs); 16 Dec 2003 14:24:13 -0000 Received: from unknown (HELO mmmmbob) (213.204.223.35) by mail.scarlet-internet.nl with RC4-MD5 encrypted SMTP; 16 Dec 2003 14:24:13 -0000 From: Tim Reinders To: ict technician In-Reply-To: <200312161416.50895.ict@cardinalnewman.coventry.sch.uk> References: <1071570007.1439.4.camel@mmmmbob> <200312161338.35117.ict@cardinalnewman.coventry.sch.uk> <1071582612.7226.11.camel@mmmmbob> <200312161416.50895.ict@cardinalnewman.coventry.sch.uk> Content-Type: text/plain Organization: Scarlet Internet Message-Id: <1071584652.7232.14.camel@mmmmbob> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.5 Date: Tue, 16 Dec 2003 15:24:13 +0100 Content-Transfer-Encoding: 7bit cc: freebsd-scsi@freebsd.org Subject: Re: problems with Adaptec 29320 Ultra320 SCSI adapter X-BeenThere: freebsd-scsi@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: SCSI subsystem List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Dec 2003 14:24:18 -0000 On Tue, 2003-12-16 at 15:16, ict technician wrote: > I've asked the patch writer to include you. It's his choice of course. ok > While you're waiting here's the workaround script I've been using. > > #cat /etc/rc.early > #!/bin/sh > > /sbin/camcontrol tags da0 -N31 > /sbin/camcontrol tags da1 -N31 > /sbin/camcontrol tags da2 -N31 > /sbin/camcontrol tags da3 -N31 > > 32 is the recomended value, but I had a failure, hence 31. > > I also have soft-updates off, mainly as I was getting panics and having > the file system trashed once a week. It's also been suggested that WCE > should be off. I will try this. Thanks, Tim Reinders