From owner-freebsd-new-bus@FreeBSD.ORG Sun Nov 8 16:53:23 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 30FC7106566C; Sun, 8 Nov 2009 16:53:23 +0000 (UTC) (envelope-from asmrookie@gmail.com) Received: from mail-bw0-f213.google.com (mail-bw0-f213.google.com [209.85.218.213]) by mx1.freebsd.org (Postfix) with ESMTP id 3C6C58FC19; Sun, 8 Nov 2009 16:53:21 +0000 (UTC) Received: by bwz5 with SMTP id 5so2814165bwz.3 for ; Sun, 08 Nov 2009 08:53:21 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:received:date :x-google-sender-auth:message-id:subject:from:to:content-type; bh=me+o6nRiTx3NpeZ0D20Ev0VlUBLILufcBO+iyUBNY2M=; b=fdq0sUBgoCTXD7gkDwSmnCjVISy1sc83K/zGzglbxxhCIxJ415O8VU46GTb5Mhb3pm yHnebjnVTSrhA+QpTmcVQWLQl7STgvG3RDT+ueGV+9/R7uYUA/Tv2iRJXdWY7inLNi0a s+02j7Fefby+38yVeD0+5j1g6kQnub1xeWK0g= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:date:x-google-sender-auth:message-id:subject :from:to:content-type; b=pmKIsL/1ZrKwPmTl+CzIIYJYkpVyulJ3T4mX9/s7xfRKGbQR60+GTGT3+3fIZg3S6S AfMIvEa+SxuKksSwD3r0fhfKL/WtwNUVK0jTXOra+EzYwpU0FBoGU5bXXD5KqduT57R6 AQAHePEgIKHKaVXrTCNRHTiWxTqFY3/CEv+LA= MIME-Version: 1.0 Sender: asmrookie@gmail.com Received: by 10.223.4.137 with SMTP id 9mr1037589far.95.1257699200829; Sun, 08 Nov 2009 08:53:20 -0800 (PST) Date: Sun, 8 Nov 2009 17:53:20 +0100 X-Google-Sender-Auth: eba04ea05d7f9b69 Message-ID: <3bbf2fe10911080853qad0057w490694e5627681fe@mail.gmail.com> From: Attilio Rao To: freebsd-new-bus@freebsd.org, John Baldwin , Scott Long , Warner Losh Content-Type: text/plain; charset=UTF-8 Cc: Subject: [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: Sun, 08 Nov 2009 16:53:23 -0000 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). Thanks, Attilio -- Peace can only be achieved by understanding - A. Einstein