From owner-freebsd-new-bus@FreeBSD.ORG Mon Nov 9 02:12:00 2009 Return-Path: Delivered-To: freebsd-new-bus@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1CE56106566B for ; Mon, 9 Nov 2009 02:12:00 +0000 (UTC) (envelope-from scottl@samsco.org) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.freebsd.org (Postfix) with ESMTP id C9DFA8FC16 for ; Mon, 9 Nov 2009 02:11:59 +0000 (UTC) Received: from [IPv6:::1] (pooker.samsco.org [168.103.85.57]) (authenticated bits=0) by pooker.samsco.org (8.14.2/8.14.2) with ESMTP id nA91emNd074777; Sun, 8 Nov 2009 18:40:48 -0700 (MST) (envelope-from scottl@samsco.org) Mime-Version: 1.0 (Apple Message framework v1076) Content-Type: text/plain; charset=us-ascii; format=flowed; delsp=yes From: Scott Long In-Reply-To: <3bbf2fe10911080853qad0057w490694e5627681fe@mail.gmail.com> Date: Sun, 8 Nov 2009 18:40:48 -0700 Content-Transfer-Encoding: 7bit Message-Id: <3F7C0F44-7E90-4196-8CFA-724E1297B2A6@samsco.org> References: <3bbf2fe10911080853qad0057w490694e5627681fe@mail.gmail.com> To: Attilio Rao X-Mailer: Apple Mail (2.1076) X-Spam-Status: No, score=-4.3 required=3.8 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.1.8 X-Spam-Checker-Version: SpamAssassin 3.1.8 (2007-02-13) on pooker.samsco.org Cc: Warner Losh , freebsd-new-bus@freebsd.org, Scott Long Subject: Re: [PATCH] Collapsing device_state_t with devinfo_state_t X-BeenThere: freebsd-new-bus@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD's new-bus architecture List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Nov 2009 02:12:00 -0000 On Nov 8, 2009, at 9:53 AM, Attilio Rao wrote: > This patch should collpase device_state_t with devinfo_state_t and > remove a bogus replication of this struct: > http://www.freebsd.org/~attilio/devinfo.diff > > This patch breaks ABI so it cannot be MFC'ed (and it is not intended > to do). > Does this hinder FreeBSD 8 from ever getting a Giant-free newbus? Scott