From owner-freebsd-current@FreeBSD.ORG Wed Apr 9 04:00:07 2008 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9A321106566B for ; Wed, 9 Apr 2008 04:00:07 +0000 (UTC) (envelope-from bu7cher@yandex.ru) Received: from smtp9.yandex.ru (smtp9.yandex.ru [213.180.223.91]) by mx1.freebsd.org (Postfix) with ESMTP id CE1548FC14 for ; Wed, 9 Apr 2008 04:00:06 +0000 (UTC) (envelope-from bu7cher@yandex.ru) Received: from mail.kirov.so-cdu.ru ([77.72.136.145]:42988 "EHLO [127.0.0.1]" smtp-auth: "bu7cher" TLS-CIPHER: "DHE-RSA-AES256-SHA keybits 256/256 version TLSv1/SSLv3" TLS-PEER-CN1: ) by mail.yandex.ru with ESMTP id S6571053AbYDID7y (ORCPT ); Wed, 9 Apr 2008 07:59:54 +0400 X-Yandex-Spam: 1 X-Yandex-Front: smtp9 X-Yandex-TimeMark: 1207713594 X-MsgDayCount: 2 X-Comment: RFC 2476 MSA function at smtp9.yandex.ru logged sender identity as: bu7cher Message-ID: <47FC3F39.2010109@yandex.ru> Date: Wed, 09 Apr 2008 07:59:53 +0400 From: "Andrey V. Elsukov" User-Agent: Mozilla Thunderbird 1.5 (FreeBSD/20051231) MIME-Version: 1.0 To: Barney Cordoba References: <135446.28103.qm@web63902.mail.re1.yahoo.com> In-Reply-To: <135446.28103.qm@web63902.mail.re1.yahoo.com> Content-Type: text/plain; charset=KOI8-R; format=flowed Content-Transfer-Encoding: 7bit Cc: current@freebsd.org Subject: Re: Freebsd 7.0 DVD/CD-ROM lockups on Intel Bigby chipset 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: Wed, 09 Apr 2008 04:00:07 -0000 Barney Cordoba wrote: > Actually, I just added the device to the table in > ata_ite_ident() and it seems to work, although it > shows to be running UDMA33. I've confirmed that the I think it may work, but it isn't correct. I think there is needed a different "setmode" function, because these controllers (821x and 8213) use different registers, as I can see in Linux's libata. -- WBR, Andrey V. Elsukov