From owner-freebsd-current@FreeBSD.ORG Mon Aug 2 17:46:25 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 858B316A4F1 for ; Mon, 2 Aug 2004 17:46:25 +0000 (GMT) Received: from mailhub.sweetdreamsracing.biz (mailhub.sweetdreamsracing.biz [66.92.171.106]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4583843D53 for ; Mon, 2 Aug 2004 17:46:25 +0000 (GMT) (envelope-from culverk@sweetdreamsracing.biz) Received: by mailhub.sweetdreamsracing.biz (Postfix, from userid 80) id 8B99D10A; Mon, 2 Aug 2004 13:49:03 -0400 (EDT) Received: from 141.156.69.109 ([141.156.69.109]) by www.sweetdreamsracing.biz (Horde) with HTTP for ; Mon, 2 Aug 2004 13:49:03 -0400 Message-ID: <20040802134903.lxnkgosco4ccck0s@www.sweetdreamsracing.biz> Date: Mon, 2 Aug 2004 13:49:03 -0400 From: Kenneth Culver To: Ville-Pertti Keinonen References: <410E688D.7020709@will.iki.fi> <410E74F7.1070000@will.iki.fi> <20040802132802.3d7kgoow0c80ss0s@www.sweetdreamsracing.biz> <410E7B8B.3080407@will.iki.fi> In-Reply-To: <410E7B8B.3080407@will.iki.fi> MIME-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1"; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: 7bit User-Agent: Internet Messaging Program (IMP) 4.0-cvs cc: freebsd-current@freebsd.org cc: =?iso-8859-1?b?U/hyZW4=?= Schmidt Subject: Re: ATA driver races with interrupts X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Aug 2004 17:46:25 -0000 Quoting Ville-Pertti Keinonen : > Kenneth Culver wrote: > >> I have this exact same motherboard, but I'm using the onboard >> promise controller >> set up with 2 disks as a raid0, and I'm not having any problems with this >> setup. I used the promise controller because from what I've been told, the >> promise controllers are very fast in FreeBSD compared to other controllers. > > If the two disks appear as one to FreeBSD, the problem probably isn't > going to show up. > > It may also depend on the controller, since the channel registers might > not satisfy the conditions in ata_generic_interrupt (I didn't bother > digging up my ATA specs while debugging this), but even if it is a > controller oddity, I don't think the ATA driver should be sensitive such > conditions. OK, I've never tried to access the SATA drives individually, even though they show up as individual drives as well as showing up as the raid array. Ken