From owner-freebsd-current@FreeBSD.ORG Tue Apr 8 12:35:50 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 B04CD106564A; Tue, 8 Apr 2008 12:35:50 +0000 (UTC) (envelope-from bu7cher@yandex.ru) Received: from smtp3.yandex.ru (smtp3.yandex.ru [213.180.223.87]) by mx1.freebsd.org (Postfix) with ESMTP id C72AE8FC24; Tue, 8 Apr 2008 12:35:49 +0000 (UTC) (envelope-from bu7cher@yandex.ru) Received: from ns.kirov.so-cdu.ru ([77.72.136.145]:58870 "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 S4747717AbYDHMfi (ORCPT + 1 other); Tue, 8 Apr 2008 16:35:38 +0400 X-Yandex-Spam: 1 X-Yandex-Front: smtp3 X-Yandex-TimeMark: 1207658138 X-MsgDayCount: 3 X-Comment: RFC 2476 MSA function at smtp3.yandex.ru logged sender identity as: bu7cher Message-ID: <47FB6698.8050600@yandex.ru> Date: Tue, 08 Apr 2008 16:35:36 +0400 From: "Andrey V. Elsukov" User-Agent: Mozilla Thunderbird 1.5 (FreeBSD/20051231) MIME-Version: 1.0 To: Barney Cordoba References: <583844.44060.qm@web63903.mail.re1.yahoo.com> In-Reply-To: <583844.44060.qm@web63903.mail.re1.yahoo.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: current@freebsd.org, =?UTF-8?B?U8O4cmVuIFNjaG1pZHQ=?= 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: Tue, 08 Apr 2008 12:35:50 -0000 Barney Cordoba wrote: >> atapci0@pci0:17:4:0: class=0x010185 card=0x82131283 >> chip=0x82131283 rev=0x00 hdr=0x00 > > If anyone can point me at what to look at with this > I'll try to get it fixed. This system uses the new > Intel Bigby chipset so its likely to pop up again in > the future. Your PATA controller is ITE 8213. It needs some special handling in our ata(4) driver. But I don't have any specs for it. I can try to port it from Linux, but it isn't easy without access to hardware. -- WBR, Andrey V. Elsukov