From owner-freebsd-scsi Wed Apr 16 10:46:53 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id KAA16587 for freebsd-scsi-outgoing; Wed, 16 Apr 1997 10:46:53 -0700 (PDT) Received: from lithium.maximum.net (daleg@x.maximum.net [205.161.109.86]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id KAA16545 for ; Wed, 16 Apr 1997 10:46:46 -0700 (PDT) Received: from localhost (daleg@localhost) by lithium.maximum.net (8.8.5/8.8.4) with SMTP id MAA05634; Wed, 16 Apr 1997 12:40:54 -0400 Date: Wed, 16 Apr 1997 12:40:54 -0400 (EDT) From: Dale Ghent Reply-To: Dale Ghent To: Alex Rubenstein cc: freebsd-scsi@freebsd.org Subject: Re: Major 2940UW and 2.2.1 problems... In-Reply-To: Message-ID: X-President-Clinton: On Crack X-LART: Homelite Chainsaw MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-scsi@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Wed, 16 Apr 1997, Alex Rubenstein wrote: | We are seeing the same; we we let you know if we find anyting; please do | the same. I think I found the fix. I was rooting around on ftp.freebsd.org last night and came accross the aic drivers in the src directory for FreeBSD-STABLE. I noticed that the rev dates on the src I had on my machine was different that that on freebsd.org. According to what I saw, the last up date to the aic7xxx.c was 5 days ago. There was also a more recent version of aic7870.c. So I grabbed these two and replaced the ones I had, recompiled the kernel, and so far after 15 hours of uptime, no reboots. Here's what you'll need to do: Replace /sys/pci/aic7870.c with: ftp://ftp.freebsd.org/pub/FreeBSD/FreeBSD-stable/src/sys/pci/aic7870.c Replace /sys/i386/scsi/aic7xxx.x with: ftp://ftp.freebsd.org/pub/FreeBSD/FreeBSD-stable/src/sys/i386/scsi/aic7xxx.c Recompile Kernel/install/reboot. Thanks to Justin for the coding the fix :) -Dale G.