Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 28 Oct 2007 16:57:07 +0300
From:      =?koi8-r?Q?=ED=C9=C8=C1=C9=CC_=EB=C9=D0=C1?= <msnkipa@mail.ru>
To:        freebsd-stable@freebsd.org
Subject:   Error in 6.2-RELEASE`s ata driver
Message-ID:  <E1Im8dX-000PVN-00.msnkipa-mail-ru@f71.mail.ru>

next in thread | raw e-mail | index | archive | help
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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1Im8dX-000PVN-00.msnkipa-mail-ru>