From owner-freebsd-current@FreeBSD.ORG Sat Apr 5 14:14:35 2003 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 3E56737B401 for ; Sat, 5 Apr 2003 14:14:35 -0800 (PST) Received: from mx03.uni-tuebingen.de (mx03.uni-tuebingen.de [134.2.3.13]) by mx1.FreeBSD.org (Postfix) with ESMTP id 16C8143FAF for ; Sat, 5 Apr 2003 14:14:34 -0800 (PST) (envelope-from friedemann.becker@student.uni-tuebingen.de) Received: from linux17.zdv.uni-tuebingen.de (linux17.zdv.uni-tuebingen.de [134.2.18.17]) by mx03.uni-tuebingen.de (8.12.3/8.12.3) with ESMTP id h35MEWZc024637 for ; Sun, 6 Apr 2003 00:14:32 +0200 Date: Sun, 6 Apr 2003 00:14:31 +0200 (CEST) From: Friedemann Becker X-Sender: To: In-Reply-To: <3E8F4F07.8080902@vanderzwan.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-AntiVirus: checked by AntiVir Milter 1.0.0.8; AVE 6.19.0.3; VDF 6.19.0.5 Subject: Re: ATA problems on Promise controller 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: Sat, 05 Apr 2003 22:14:35 -0000 try hw.ata.ata_dma="0" in /boot/loader.conf to disable DMA, it is currently broken but worked on On Sat, 5 Apr 2003, Paul van der Zwan wrote: > With a -current kernel ( cvsupped today ) I can no longer boot. > It hangs on the drives connected to the promis controller built into my > MSI KT266 mobo. > The messages are like > > ad2: READ command timeout tag=0 serv=0 - resetting > > Same for ad3. It tries falling back to pio mode but after that it hangs > completely. > I have tried putting hw.at.tags=0 in /boot/loader.conf as suggested in > some older messages on this list but that dit not help.