From owner-freebsd-bugs@FreeBSD.ORG Tue Jul 29 05:20:06 2008 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F1A48106567C for ; Tue, 29 Jul 2008 05:20:06 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id A122C8FC08 for ; Tue, 29 Jul 2008 05:20:06 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m6T5K6nm086470 for ; Tue, 29 Jul 2008 05:20:06 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m6T5K6nD086467; Tue, 29 Jul 2008 05:20:06 GMT (envelope-from gnats) Date: Tue, 29 Jul 2008 05:20:06 GMT Message-Id: <200807290520.m6T5K6nD086467@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: "Andrey V. Elsukov" Cc: Subject: Re: kern/120177: [ata] ATA DMA modes don't work on CF cards X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "Andrey V. Elsukov" List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Jul 2008 05:20:07 -0000 The following reply was made to PR kern/120177; it has been noted by GNATS. From: "Andrey V. Elsukov" To: bug-followup@FreeBSD.org, tlb@tlb.org Cc: Subject: Re: kern/120177: [ata] ATA DMA modes don't work on CF cards Date: Tue, 29 Jul 2008 08:52:42 +0400 Hi, Trevor. Can you try to set UDMA33 or UDMA66 mode? If it will work you can try this patch: http://butcher.heavennet.ru/patches/kernel/ata/ata_limit_mode_from_device_hints.diff With this patch you can set mode in /boot/device.hints (or from loader prompt), for example: hint.ad.0.mode="UDMA33" hint.ad.1.mode="UDMA66" -- WBR, Andrey V. Elsukov