From owner-freebsd-hackers@FreeBSD.ORG Mon Sep 29 04:25:39 2008 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AE00210656B3 for ; Mon, 29 Sep 2008 04:25:39 +0000 (UTC) (envelope-from bu7cher@yandex.ru) Received: from forwards6.yandex.ru (forwards6.yandex.ru [77.88.61.38]) by mx1.freebsd.org (Postfix) with ESMTP id 5F5718FC15 for ; Mon, 29 Sep 2008 04:25:39 +0000 (UTC) (envelope-from bu7cher@yandex.ru) Received: from smtp5.yandex.ru (smtp5.yandex.ru [77.88.32.24]) by forwards6.yandex.ru (Postfix) with ESMTP id 80F0EA8CCDE; Mon, 29 Sep 2008 08:07:14 +0400 (MSD) Received: from ns.kirov.so-cdu.ru ([77.72.136.145]:25578 "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 S1053128AbYI2EHI (ORCPT + 3 others); Mon, 29 Sep 2008 08:07:08 +0400 X-Yandex-Spam: 1 X-Yandex-Front: smtp5 X-Yandex-TimeMark: 1222661228 X-MsgDayCount: 4 X-Comment: RFC 2476 MSA function at smtp5.yandex.ru logged sender identity as: bu7cher Message-ID: <48E05471.8090705@yandex.ru> Date: Mon, 29 Sep 2008 08:07:13 +0400 From: "Andrey V. Elsukov" User-Agent: Mozilla Thunderbird 1.5 (FreeBSD/20051231) MIME-Version: 1.0 To: Bruce Cran References: <20080928103937.U51561@hercules.mthelicon.com> <20080928232438.5d0c4a55@tau.draftnet> In-Reply-To: <20080928232438.5d0c4a55@tau.draftnet> Content-Type: text/plain; charset=KOI8-R; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-hackers@freebsd.org, Poul-Henning Kamp , Pegasus McCleaft Subject: Re: atacontrol broken in 7.1-PR X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Sep 2008 04:25:39 -0000 Bruce Cran wrote: > I'm also seeing this problem on my amd64 7.1-PRERELEASE system: > >> atacontrol list > ATA channel 0: > Master: acd0 ATA/ATAPI revision 5 > Slave: no device present > atacontrol: ioctl(IOCATADEVICES): Device not configured > > > I've attached the dmesg, and truss output from "atacontrol list". This is known problem and it fixed in CURRENT. You need to apply this patch: http://www.freebsd.org/cgi/cvsweb.cgi/src/sbin/atacontrol/atacontrol.c.diff?r1=1.47;r2=1.48 I cc'ed person, who commited this fix. Hi, Poul-Henning, I think it should be MFCed before release. -- WBR, Andrey V. Elsukov