From owner-freebsd-current@FreeBSD.ORG Mon Jun 28 18:44:14 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 4F5E116A4CE for ; Mon, 28 Jun 2004 18:44:14 +0000 (GMT) Received: from mailhub.intercaf.ru (mailhub.intercaf.ru [195.96.167.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4DB7543D1D for ; Mon, 28 Jun 2004 18:44:13 +0000 (GMT) (envelope-from lesha@intercaf.ru) Received: from [192.168.1.3] (ppp83-237-11-5.pppoe.mtu-net.ru [83.237.11.5]) (authenticated bits=0) by mailhub.intercaf.ru (8.12.10/8.12.10) with ESMTP id i5SIhs16099305 for ; Mon, 28 Jun 2004 22:43:55 +0400 (MSD) (envelope-from lesha@intercaf.ru) From: Alex K Organization: InterCAF To: freebsd-current@freebsd.org Date: Mon, 28 Jun 2004 22:44:04 +0400 User-Agent: KMail/1.6.2 MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="koi8-r" Content-Transfer-Encoding: 7bit Message-Id: <200406282244.04518.lesha@intercaf.ru> X-Virus-Scanned: ClamAV version 'clamd / ClamAV version 0.65', clamav-milter version '0.60p' Subject: -CURRENT and ATA DMA 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: Mon, 28 Jun 2004 18:44:14 -0000 Hello, everyone! Today I have upgraded my chief's laptop from 5.2.1-R to -CURRENT (cvsuped yesterday). CURRENT kernel won't boot ATA driver is causing problems (and panics on boot) atapci0: port 0x110b-0x1 kernel tells me that it can't use ATA66 DMA mode because of cable or device not supporting it. then it tries (about 4 times) to switch to DMA33 and finally panics. Fatal trap 12 while in kernel mode Panicing process = taskqueue All Messages are avaible on request (will type manually) For now I have set hw.ata.ata_dma="0" in /etc/loader.conf and it works in PIO4 now, but it is slow like hell. Someone please help me ;)) Cheers, AL.