From owner-freebsd-stable@FreeBSD.ORG Tue Oct 21 22:44:48 2008 Return-Path: Delivered-To: freebsd-stable@FreeBSD.org Received: from [127.0.0.1] (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by hub.freebsd.org (Postfix) with ESMTP id 14E801065671; Tue, 21 Oct 2008 22:44:48 +0000 (UTC) (envelope-from jkim@FreeBSD.org) From: Jung-uk Kim To: freebsd-stable@FreeBSD.org Date: Tue, 21 Oct 2008 18:44:37 -0400 User-Agent: KMail/1.6.2 References: In-Reply-To: MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200810211844.39850.jkim@FreeBSD.org> Cc: koitsu@freebsd.org, Pete French Subject: Re: no cable, but "DMA limited to UDMA33, controller found non-ATA66 cable" X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Oct 2008 22:44:48 -0000 On Tuesday 21 October 2008 06:13 pm, Pete French wrote: > > Try setting the following in /boot/loader.conf: > > > > hw.ata.ata_dma_check_80pin="0" > > Now that looked promising, but unfortunately it doesnt help. Even > with this set I still get the same message. If this is supposed to > disbale the check (as it appears) then I am even more puzzled. Unfortunately this useful tunable is unavailable for 6.x. Jung-uk Kim