From owner-freebsd-current@FreeBSD.ORG Mon May 26 07:39:31 2008 Return-Path: Delivered-To: freebsd-current@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9CFD81065676 for ; Mon, 26 May 2008 07:39:31 +0000 (UTC) (envelope-from ache@nagual.pp.ru) Received: from nagual.pp.ru (nagual.pp.ru [194.87.13.69]) by mx1.freebsd.org (Postfix) with ESMTP id ED0158FC26 for ; Mon, 26 May 2008 07:39:30 +0000 (UTC) (envelope-from ache@nagual.pp.ru) Received: from nagual.pp.ru (ache@localhost [127.0.0.1]) by nagual.pp.ru (8.14.2/8.14.2) with ESMTP id m4Q7ZknU099540; Mon, 26 May 2008 11:35:46 +0400 (MSD) (envelope-from ache@nagual.pp.ru) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=nagual.pp.ru; s=default; t=1211787347; bh=SB6SdmAh3MSpfudV6M+J9Ac/QVkhA/XJ3hUI/AC NjDk=; l=300; h=Date:From:To:Cc:Subject:Message-ID:References: MIME-Version:Content-Type:In-Reply-To; b=l1WUSTms6ihRDeNjc3YUSDH42 +/H1qZ2skfGdQrM53X0rE41yNhbvqWzX1vOfuLZVbaRUqL8J0pKE1r0Clt0cMudbUA3 WQstirLV4sbbMFfYfDpWo4eQs7CZyYC8uY+/cAs6BVyALbb8wOIDffFjbk5HPvuGd9y qIHPc3fgUnuA= Received: (from ache@localhost) by nagual.pp.ru (8.14.2/8.14.2/Submit) id m4Q7ZkR9099539; Mon, 26 May 2008 11:35:46 +0400 (MSD) (envelope-from ache) Date: Mon, 26 May 2008 11:35:46 +0400 From: Andrey Chernov To: "Aryeh M. Friedman" Message-ID: <20080526073546.GA99502@nagual.pp.ru> Mail-Followup-To: Andrey Chernov , "Aryeh M. Friedman" , "Andrey V. Elsukov" , freebsd-current@FreeBSD.ORG References: <483A4CBC.3070702@gmail.com> <483A5ECE.8050407@yandex.ru> <483A653D.1070607@gmail.com> <20080526072628.GA99389@nagual.pp.ru> <483A677E.2080302@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <483A677E.2080302@gmail.com> User-Agent: Mutt/1.5.18 (2008-05-17) Cc: "Andrey V. Elsukov" , freebsd-current@FreeBSD.ORG Subject: Re: par. ata not seen if sata is present 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: Mon, 26 May 2008 07:39:31 -0000 On Mon, May 26, 2008 at 03:32:14AM -0400, Aryeh M. Friedman wrote: > I tried the patch in that thread: You need to change struct members to atadev->param.config and atadev->param.reserved2 (i.e. insert "param.") since there is no such members in atadev directly. -- http://ache.pp.ru/