From owner-freebsd-current@FreeBSD.ORG Tue Oct 7 18:11:31 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 6363B16A4B3 for ; Tue, 7 Oct 2003 18:11:31 -0700 (PDT) Received: from carver.gumbysoft.com (carver.gumbysoft.com [66.220.23.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 81B6543FE3 for ; Tue, 7 Oct 2003 18:11:30 -0700 (PDT) (envelope-from dwhite@gumbysoft.com) Received: by carver.gumbysoft.com (Postfix, from userid 1000) id 6F1D172DA3; Tue, 7 Oct 2003 18:11:30 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by carver.gumbysoft.com (Postfix) with ESMTP id 6D0E872DA2; Tue, 7 Oct 2003 18:11:30 -0700 (PDT) Date: Tue, 7 Oct 2003 18:11:30 -0700 (PDT) From: Doug White To: YONETANI Tomokazu In-Reply-To: <20031007040349.GA10406@ergobrains.co.jp> Message-ID: <20031007180822.J35281@carver.gumbysoft.com> References: <20031007040349.GA10406@ergobrains.co.jp> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: freebsd-current@freebsd.org Subject: Re: savecore: first and last dump headers disagree on /dev/ad0b 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, 08 Oct 2003 01:11:31 -0000 On Tue, 7 Oct 2003, YONETANI Tomokazu wrote: > The hardware is IBM NetFinity 6000R, and it has ServerWorks ROSB4 UDMA33 > controller, to which the IDE disk is attached. The size of the IDE hard > disk is 4Gbytes, and the size of the kernel dump and physical memory both > fits in that size. The ROSB4 is known to have data-corruption problems with running in UDMA mode. The dump is probably tripping over this, which is why Tor's patch works since it demotes the device back to PIO. You could optionally set hw.ata.ata_dma=0 in loader.conf to disable UDMA rather than apply the patch. -- Doug White | FreeBSD: The Power to Serve dwhite@gumbysoft.com | www.FreeBSD.org