From owner-freebsd-hardware@FreeBSD.ORG Wed Feb 25 03:43:18 2004 Return-Path: Delivered-To: freebsd-hardware@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6473F16A4CE for ; Wed, 25 Feb 2004 03:43:18 -0800 (PST) Received: from mail002.syd.optusnet.com.au (mail002.syd.optusnet.com.au [211.29.132.32]) by mx1.FreeBSD.org (Postfix) with ESMTP id 455F543D39 for ; Wed, 25 Feb 2004 03:43:17 -0800 (PST) (envelope-from tfrank@optushome.com.au) Received: from marvin.home.local (c211-28-241-189.eburwd5.vic.optusnet.com.au [211.28.241.189])i1PBhB804446; Wed, 25 Feb 2004 22:43:12 +1100 Received: by marvin.home.local (Postfix, from userid 1001) id 4BA33333; Wed, 25 Feb 2004 22:43:11 +1100 (EST) Date: Wed, 25 Feb 2004 22:43:10 +1100 From: Tony Frank To: David Raistrick Message-ID: <20040225114310.GB26059@marvin.home.local> References: <20040223115448.GA43264@marvin.home.local> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.1i cc: Tony Frank cc: freebsd-hardware@freebsd.org Subject: Re: Any known issues regarding VIA IDE chips? X-BeenThere: freebsd-hardware@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: General discussion of FreeBSD hardware List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Feb 2004 11:43:18 -0000 Hi, On Tue, Feb 24, 2004 at 09:25:12AM -0800, David Raistrick wrote: > On Mon, 23 Feb 2004, Tony Frank wrote: > > I am having trouble with a Aplus motherboard I have. > > Board is based around VIA 82C691 chipset with VIA 82C586B IDE chip. > > ata(4) shows the chip as being supported. > Perhaps try not using the primary controller at all, only using the > secondary? While not testing this idea on that exact board I did try that on a second system with VIA chipset (82C693 with 82C596A IDE) with no obvious improvements. On this system even fallings back to hw.ata.ata_dma=0 didn't help & in fact made things worse. > I've seen problems that were specific to solid-state flash that happened > only on the primary, never on the secondary...it's possible you're running > into a variation on that theme. I solve the problem on the Aplus board by turining off hw.ata.ata_dma in /etc/loader.conf. While a bit slower the resulting system works which is the main issue at this time. Thanks, Tony