From owner-freebsd-current@FreeBSD.ORG Sat May 13 15:55:49 2006 Return-Path: X-Original-To: current@freebsd.org Delivered-To: freebsd-current@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8458616A400 for ; Sat, 13 May 2006 15:55:49 +0000 (UTC) (envelope-from cswiger@mac.com) Received: from pi.codefab.com (pi.codefab.com [199.103.21.227]) by mx1.FreeBSD.org (Postfix) with ESMTP id B992943D46 for ; Sat, 13 May 2006 15:55:48 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from localhost (localhost [127.0.0.1]) by pi.codefab.com (Postfix) with ESMTP id F3E835F04; Sat, 13 May 2006 11:55:47 -0400 (EDT) X-Virus-Scanned: amavisd-new at codefab.com Received: from pi.codefab.com ([127.0.0.1]) by localhost (pi.codefab.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id uJ29HQeIPevz; Sat, 13 May 2006 11:55:47 -0400 (EDT) Received: from [192.168.1.251] (pool-68-160-235-217.ny325.east.verizon.net [68.160.235.217]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by pi.codefab.com (Postfix) with ESMTP id 21A505C8D; Sat, 13 May 2006 11:55:47 -0400 (EDT) Message-ID: <4466017F.7060007@mac.com> Date: Sat, 13 May 2006 11:55:43 -0400 From: Chuck Swiger User-Agent: Thunderbird 1.5.0.2 (Windows/20060308) MIME-Version: 1.0 To: "Angka H. K." References: <4c40c4e70605130152s52fb3188nd847a0b8b0d46972@mail.gmail.com> <861wuy8b84.fsf@xps.des.no> <4c40c4e70605130418y3208840ctb0b1c7b1f61b7a74@mail.gmail.com> <86wtcq6psi.fsf@xps.des.no> <4c40c4e70605130659q4c486a64u188177bd5eb804f5@mail.gmail.com> <4465E988.6060806@mac.com> <4c40c4e70605130740t470715das7cb531b516375fb4@mail.gmail.com> In-Reply-To: <4c40c4e70605130740t470715das7cb531b516375fb4@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: current@freebsd.org Subject: Re: DMA no active on HL-DT-STCD-RW/DVD X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 May 2006 15:55:49 -0000 Angka H. K. wrote: > Ah sorry I missed that, it's looks like the problem. Sadly I never > change the cable sice I bought this. > > How do I verify what was reported by Linux and Widows ? Thay said my > drive is using dma. > > DMA33 can use 40pin cable, isn't it ? Yes, you should be able to do DMA33 with a 40-pin cable, but you're almost certainly going to be better off replacing it with a newer one. The FreeBSD ATA driver code tends to be conservative in these cases because some systems/CD-ROM-like devices will fail to do UDMA33 reliably... -- -Chuck