From owner-freebsd-stable@FreeBSD.ORG Sun Jan 30 21:28:12 2005 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 94EB116A4CF for ; Sun, 30 Jan 2005 21:28:12 +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 9A64143D4C for ; Sun, 30 Jan 2005 21:28:09 +0000 (GMT) (envelope-from sos@DeepCore.dk) Received: from [194.192.25.143] (laptop.deepcore.dk [194.192.25.143]) by spider.deepcore.dk (8.12.11/8.12.10) with ESMTP id j0ULS14O007025; Sun, 30 Jan 2005 22:28:03 +0100 (CET) (envelope-from sos@DeepCore.dk) Message-ID: <41FD5156.8000308@DeepCore.dk> Date: Sun, 30 Jan 2005 22:27:50 +0100 From: =?ISO-8859-1?Q?S=F8ren_Schmidt?= User-Agent: Mozilla Thunderbird 1.0 (X11/20050116) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Pertti Kosunen References: <41FD47AD.20505@pp.nic.fi> In-Reply-To: <41FD47AD.20505@pp.nic.fi> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable X-mail-scanned: by DeepCore Virus & Spam killer v1.6 cc: "freebsd-stable@freebsd.org" Subject: Re: READ_DMA timeouts caused by ALI southbridge (5.3-STABLE) X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Jan 2005 21:28:12 -0000 Pertti Kosunen wrote: > My READ_DMA timeout problem with 160GB disk partitially solved. Asus=20 > A7A266 southbridge (ALi 1535D+) don't support DMA with LBA48. This is=20 > somehow worked around with Windows drivers, so is same possible in=20 > FreeBSD also? I guess their "workaround" is to use PIO mode to access the portions=20 that need 48bit access. There is currently no provision in ATA for doing = this on a "quirk" basis, but that could be added at some time. I'll=20 stick it on my TODO list... --=20 -S=F8ren