From owner-freebsd-small@FreeBSD.ORG Thu Jul 21 08:05:40 2005 Return-Path: X-Original-To: freebsd-small@freebsd.org Delivered-To: freebsd-small@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E728A16A41F for ; Thu, 21 Jul 2005 08:05:40 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from harmony.village.org (vc4-2-0-87.dsl.netrack.net [199.45.160.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7DD7F43D53 for ; Thu, 21 Jul 2005 08:05:40 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (localhost.village.org [127.0.0.1]) by harmony.village.org (8.13.3/8.13.3) with ESMTP id j6L84DNi077979; Thu, 21 Jul 2005 02:04:13 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Thu, 21 Jul 2005 02:04:13 -0600 (MDT) Message-Id: <20050721.020413.74672483.imp@bsdimp.com> To: non_secure@yahoo.com From: Warner Losh In-Reply-To: <20050721020028.6398.qmail@web53301.mail.yahoo.com> References: <20050721020028.6398.qmail@web53301.mail.yahoo.com> X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: freebsd-small@freebsd.org Subject: Re: DMA disable for sandisk CF cards ? X-BeenThere: freebsd-small@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Dedicated and Embedded Systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Jul 2005 08:05:41 -0000 > I cannot find this searching the web, or searching the > sandisk website. > > Can someone point me in the right direction ? Add 'hw.ata.ata_dma=0' to your /boot/loader.conf script. This will prevent FreeBSD from doing DMA to them. If the BIOS has issues, you have to fix it there. *OR* You have to get a CF <-> IDE adapter that has the two new wires on it or retrofit the old one(s) that you have. Warner