Date: Sun, 28 Oct 2007 15:20:37 +0100 From: Erik Trulsson <ertr1013@student.uu.se> To: ?????? ???? <msnkipa@mail.ru> Cc: freebsd-stable@freebsd.org Subject: Re: Error in 6.2-RELEASE`s ata driver Message-ID: <20071028142037.GA18431@owl.midgard.homeip.net> In-Reply-To: <E1Im8dX-000PVN-00.msnkipa-mail-ru@f71.mail.ru> References: <E1Im8dX-000PVN-00.msnkipa-mail-ru@f71.mail.ru>
next in thread | previous in thread | raw e-mail | index | archive | help
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.
--
<Insert your favourite quote here.>
Erik Trulsson
ertr1013@student.uu.se
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20071028142037.GA18431>
