From owner-svn-src-head@FreeBSD.ORG Wed Jul 31 01:07:41 2013 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 63E70687 for ; Wed, 31 Jul 2013 01:07:41 +0000 (UTC) (envelope-from chmeeedalf@gmail.com) Received: from mail-bk0-x22f.google.com (mail-bk0-x22f.google.com [IPv6:2a00:1450:4008:c01::22f]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E86312294 for ; Wed, 31 Jul 2013 01:07:40 +0000 (UTC) Received: by mail-bk0-f47.google.com with SMTP id jg9so27787bkc.34 for ; Tue, 30 Jul 2013 18:07:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:cc:content-type; bh=AG/DzLl3rrGrkmlB4KhDOhVU7iQnl5gd/oP7W4VljBw=; b=IpQI1A74wVtc+Tgj+X1f4wYqL6QY2cdskdoFRH9BjzZpMxlUgGCaSUbdbcGIDr3xTP zN9eChQjUwv8Ipn06owpRAyEB6rFzjS5/1xgxhjNKVSIx5WHYm5RjY8cN0jsOlZtO2Uu 04bDOU/0cSdLAKpl9oNiQlF5ouHjyxeNZSO3QUIFItwWhhRp24DF4sJr0rE8X1zjBuMs lvatY73RWqS8hEElcfXG5s8c/9jutgngYTFq3AunTEAhUHMLQ4fZ+U9dGtnOUCFkBt9I 5NDgLLqwh6yTIefm0qjnJhmE4F05tDCGH4xDwnr59fCjVY9gz+aDt7vFIYww9Ga6IzJg qCSQ== MIME-Version: 1.0 X-Received: by 10.205.22.138 with SMTP id qw10mt10949848bkb.29.1375232858318; Tue, 30 Jul 2013 18:07:38 -0700 (PDT) Sender: chmeeedalf@gmail.com Received: by 10.204.9.148 with HTTP; Tue, 30 Jul 2013 18:07:37 -0700 (PDT) Received: by 10.204.9.148 with HTTP; Tue, 30 Jul 2013 18:07:37 -0700 (PDT) In-Reply-To: <20130730211419.GH13628@caravan.chchile.org> References: <201307290539.r6T5dKsE054386@svn.freebsd.org> <20130730211419.GH13628@caravan.chchile.org> Date: Tue, 30 Jul 2013 18:07:37 -0700 X-Google-Sender-Auth: JlCgWRqxtp3VpqGzfRPjmz5PQLs Message-ID: Subject: Re: svn commit: r253756 - head/sys/dev/wi From: Justin Hibbits Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 Jul 2013 01:07:41 -0000 On Jul 30, 2013 2:14 PM, "Jeremie Le Hen" wrote: > > On Mon, Jul 29, 2013 at 05:39:20AM +0000, Justin Hibbits wrote: > > Author: jhibbits > > Date: Mon Jul 29 05:39:20 2013 > > New Revision: 253756 > > URL: http://svnweb.freebsd.org/changeset/base/253756 > > > > Log: > > Use the streaming functions for reading/writing the BAP fields on wi(4). This > > fixes wi(4) device access on big endian architectures. > > > > PR: kern/164499 > > Reviewed by: adrian > > Obtained from: NetBSD > > That's funny that this commit comes right after Adrian's proposal to > remove wi(4) :). > > -- > Jeremie Le Hen It's two years in the making. I have one more, too, coming in a few minutes, also strongly encouraged by Adrian :-) - Justin