From owner-freebsd-stable@FreeBSD.ORG Sun Oct 28 14:20:40 2007 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F2A3516A417 for ; Sun, 28 Oct 2007 14:20:40 +0000 (UTC) (envelope-from erikt@midgard.homeip.net) Received: from ch-smtp02.sth.basefarm.net (ch-smtp02.sth.basefarm.net [80.76.149.213]) by mx1.freebsd.org (Postfix) with ESMTP id ACF8013C480 for ; Sun, 28 Oct 2007 14:20:40 +0000 (UTC) (envelope-from erikt@midgard.homeip.net) Received: from c83-253-25-183.bredband.comhem.se ([83.253.25.183]:53754 helo=falcon.midgard.homeip.net) by ch-smtp02.sth.basefarm.net with esmtp (Exim 4.68) (envelope-from ) id 1Im90J-00083S-7v for freebsd-stable@freebsd.org; Sun, 28 Oct 2007 15:20:39 +0100 Received: (qmail 6180 invoked from network); 28 Oct 2007 15:20:37 +0100 Received: from owl.midgard.homeip.net (10.1.5.7) by falcon.midgard.homeip.net with ESMTP; 28 Oct 2007 15:20:37 +0100 Received: (qmail 18521 invoked by uid 1001); 28 Oct 2007 15:20:37 +0100 Date: Sun, 28 Oct 2007 15:20:37 +0100 From: Erik Trulsson To: ?????? ???? Message-ID: <20071028142037.GA18431@owl.midgard.homeip.net> Mail-Followup-To: ?????? ???? , freebsd-stable@freebsd.org References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.16 (2007-06-09) X-Originating-IP: 83.253.25.183 X-Scan-Result: No virus found in message 1Im90J-00083S-7v. X-Scan-Signature: ch-smtp02.sth.basefarm.net 1Im90J-00083S-7v 1813532f01e6d7752fab3cf65d4fddbf Cc: freebsd-stable@freebsd.org Subject: Re: Error in 6.2-RELEASE`s ata driver X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Oct 2007 14:20:41 -0000 On Sun, Oct 28, 2007 at 04:57:07PM +0300, ?????? ???? wrote: > So I have southbridge VT8237A and two(!) HDDs attached to SATA chanels of this > controller. I Prefer to have RAID on it. > When I install FreeBSD 6.2-RELEASE (from floppies) it`s detected only one HDD and > write that my RAID storage DEGRADED... I think that it is a bug in the kernel. > I`m right. There is a bug in the "ata" driver! > > We have: > /usr/src/sys/dev/ata/ata-chepset.c, line 4771: > { ATA_VIA8237A, 0x00, 0, 0x00, ATA_SA150, "8237A" }, > > But ot must be: > { ATA_VIA8237A, 0x00, 7, 0x00, ATA_SA150, "8237A" }, > > after this improvement and recompilation the kernel anything work fine! > Misha. Yes. This bug was fixed several months ago in both -CURRENT and 6-STABLE. -- Erik Trulsson ertr1013@student.uu.se