From owner-freebsd-current@FreeBSD.ORG Wed Oct 20 15:20:10 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 709EB16A4CF for ; Wed, 20 Oct 2004 15:20:10 +0000 (GMT) Received: from postfix4-1.free.fr (postfix4-1.free.fr [213.228.0.62]) by mx1.FreeBSD.org (Postfix) with ESMTP id F059043D5D for ; Wed, 20 Oct 2004 15:20:09 +0000 (GMT) (envelope-from ftlnx75@free.fr) Received: from imp2-q.free.fr (imp2-q.free.fr [212.27.42.2]) by postfix4-1.free.fr (Postfix) with ESMTP id B25F51F3E05 for ; Wed, 20 Oct 2004 17:20:08 +0200 (CEST) Received: by imp2-q.free.fr (Postfix, from userid 33) id 7B6E460943; Wed, 20 Oct 2004 17:20:08 +0200 (MEST) Received: from falinux.homelinux.net (falinux.homelinux.net [82.66.50.34]) by imp2-q.free.fr (IMP) with HTTP for ; Wed, 20 Oct 2004 17:20:08 +0200 Message-ID: <1098285608.4176822866d1f@imp2-q.free.fr> Date: Wed, 20 Oct 2004 17:20:08 +0200 From: ftlnx75@free.fr To: freebsd-current References: <1098231835.4175b01b37dd3@imp3-q.free.fr> In-Reply-To: <1098231835.4175b01b37dd3@imp3-q.free.fr> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit User-Agent: Internet Messaging Program (IMP) 3.2.5 X-Originating-IP: 82.66.50.34 Subject: Re: Help : Problem with Acard ATP865R UDMA133 controller on freebsd 5.2.1-p11 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: Wed, 20 Oct 2004 15:20:10 -0000 Selon ftlnx75@free.fr: > Hi, > > I've upgraded my freebsd 5.2.0 Release to 5.2.1-p11.FreeBSD > I use Acard AEC-6880 PCI ATA/133 IDE RAID (Acard UDMA133 Controller) > drive on my PII 733 Bi-pro (MSI 690 motherboard) > > I used 2 master drive for my array RAID1 : > > GEOM: create disk ad8 dp=0xc6abe760 > ad8: 39205MB [79656/16/63] at ata4-master UDMA133 > GEOM: create disk ad10 dp=0xc6b4ba60 > ad10: 39205MB [79656/16/63] at ata5-master UDMA133 > > I've made my array RAID1 in bios mode and also with atacontrol > > # atacontrol create RAID1 ad8 ad10 > That's created ar0 device. I created one slice on device ar0 --> /dev/ar0s1 > I mounted it. > # mount -t ufs /dev/ar0s1 /usr/local/w3 > # cd /usr/local/w3 > # mkdir bsd --> ok > # tar zxvf data.tar.gz (1,1Mo --> 6,6Mo untared) > > And my array down in degraded mode, I lose my drive ad8 with this dmesg > output > > ar0: 39205MB [4998/255/63] status: DEGRADED subdisks: > ad8 : WARNING no status, reselecting device. > ad8 : error issuing command=ca > ad8 : error issuing DMA command > > Does anyone else have the same problem with Acard IDE RAID Controler. > It worked fine under Freebsd 5.2.0 Release > _______________________________________________ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org" > Hi once again, I've got this problem yet. Somebody can help me to solve !! ad10: WARNING no status, reselecting device ad10: timeout sending command=ca ad10: error issuing DMA command ar0: WARNING - mirror lost. I don't know why i've got this with Acard IDE RAID Controler. It was fine on Freebsd 5.2.0. What's wrong.. it is a bug on 5.2.1-p11 on i386 ?? Thanks for your help