From owner-cvs-src@FreeBSD.ORG Sat Jul 17 16:32:25 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7B02916A4CE for ; Sat, 17 Jul 2004 16:32:25 +0000 (GMT) Received: from spider.deepcore.dk (cpe.atm2-0-53484.0x50a6c9a6.abnxx9.customer.tele.dk [80.166.201.166]) by mx1.FreeBSD.org (Postfix) with ESMTP id D45E143D2F for ; Sat, 17 Jul 2004 16:32:24 +0000 (GMT) (envelope-from sos@DeepCore.dk) Received: from [192.168.0.132] ([192.168.0.132]) by spider.deepcore.dk (8.12.11/8.12.10) with ESMTP id i6HGWHi5056352; Sat, 17 Jul 2004 18:32:22 +0200 (CEST) (envelope-from sos@DeepCore.dk) Message-ID: <40F9548A.9050205@DeepCore.dk> Date: Sat, 17 Jul 2004 18:32:10 +0200 From: =?ISO-8859-1?Q?S=F8ren_Schmidt?= User-Agent: Mozilla Thunderbird 0.7.1 (X11/20040711) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Daniel Eriksson References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-mail-scanned: by DeepCore Virus & Spam killer v1.4 cc: cvs-src@FreeBSD.ORG Subject: Re: cvs commit: src/sys/dev/ata ata-chipset.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Jul 2004 16:32:25 -0000 Daniel Eriksson wrote: > Søren Schmidt wrote: > > >> Modified files: >> sys/dev/ata ata-chipset.c >> Log: >> Dont set "address setup timing" on newer VIA chips. >> >> closes PR: 69180 > > > FYI: I have been running a system with one of the listed controllers for > quite a while, so not all versions of the controller are affected. Right, the problem is that there doesn't seem to be a good way to detect this, however the good ones doesn't suffer from the above, so its should be safe for all... -Søren