From owner-freebsd-current@FreeBSD.ORG Thu Sep 29 18:08:29 2005 Return-Path: X-Original-To: freebsd-current@freebsd.org 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 A8E7216A41F for ; Thu, 29 Sep 2005 18:08:29 +0000 (GMT) (envelope-from pertti.kosunen@pp.nic.fi) Received: from fep16.inet.fi (fep16.inet.fi [194.251.242.241]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6940343D5D for ; Thu, 29 Sep 2005 18:08:21 +0000 (GMT) (envelope-from pertti.kosunen@pp.nic.fi) Received: from [192.168.0.20] ([84.249.3.49]) by fep16.inet.fi with ESMTP id <20050929180820.REZC26717.fep16.inet.fi@[192.168.0.20]>; Thu, 29 Sep 2005 21:08:20 +0300 Message-ID: <433C2D9A.7070705@pp.nic.fi> Date: Thu, 29 Sep 2005 21:08:26 +0300 From: Pertti Kosunen User-Agent: Mozilla Thunderbird 1.0.2 / FreeBSD 6.0-BETA5 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Jeremie Le Hen References: <20050928190336.GA1027@obiwan.tataz.chchile.org> <200509281527.33584.mistry.7@osu.edu> <20050928202406.GD1027@obiwan.tataz.chchile.org> <20050928222849.GA1086@obiwan.tataz.chchile.org> In-Reply-To: <20050928222849.GA1086@obiwan.tataz.chchile.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-current@freebsd.org Subject: Re: ATA/DMA problem after reboot X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Thu, 29 Sep 2005 18:08:29 -0000 Jeremie Le Hen wrote: > I tried to disable APIC, S.M.A.R.T, IDE DMA Burst, IDE Block Mode. > I don't know what the last one does, but anyway, nothing corrected > my problem. > > Other suggestions are welcome. Try slower ata mode. cat /etc/rc.local #!/bin/sh atacontrol mode ad0 UDMA66 atacontrol mode ad4 UDMA66 atacontrol mode ad5 UDMA66 atacontrol mode ad6 UDMA66