Date: Tue, 7 Oct 2003 18:11:30 -0700 (PDT) From: Doug White <dwhite@gumbysoft.com> To: YONETANI Tomokazu <t-yonetani@ergobrains.co.jp> Cc: freebsd-current@freebsd.org Subject: Re: savecore: first and last dump headers disagree on /dev/ad0b Message-ID: <20031007180822.J35281@carver.gumbysoft.com> In-Reply-To: <20031007040349.GA10406@ergobrains.co.jp> References: <20031007040349.GA10406@ergobrains.co.jp>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20031007180822.J35281>