From owner-svn-src-all@FreeBSD.ORG Tue Feb 12 09:07:16 2013 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 4D7467F6; Tue, 12 Feb 2013 09:07:16 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-we0-x235.google.com (mail-we0-x235.google.com [IPv6:2a00:1450:400c:c03::235]) by mx1.freebsd.org (Postfix) with ESMTP id 56A73E9D; Tue, 12 Feb 2013 09:07:15 +0000 (UTC) Received: by mail-we0-f181.google.com with SMTP id t44so5466237wey.12 for ; Tue, 12 Feb 2013 01:07:13 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=G1q/525+TLrkjOl4sVStSWP4AuORXqupAwXSFwgGkjo=; b=yf1zuD0DGmjj/cTzY+Wpm0jfxYeYhvyPY6Qyw6HiCX/0ooDw3tN4rm+DSA0zd5MQzt FnaWCjMMYNEg7hARZ6Cn2oQZmDlpl6jVHYkxBZTti5gDZMVZMb14NIUroxq1u5mk/r39 z05HnTd5ujCwe+dMQXPRlRy4YjTJJMkhfW7RGlCWvVvNRuTvnAq1r39RQWIg/9NESOY7 7nN0WGBN/kmGTMP+4767WJY93stSzRXKuVy9E/hEr49ECVOx2kwokL0HIhB3kRGQw+xm W6zJb1QjxI3F+B5cKBe6XzCBHzNnA+Nqg4Cp1QOQtWLK91e2C2n3On8SVj7EhjLu9ET7 yuvQ== MIME-Version: 1.0 X-Received: by 10.194.161.135 with SMTP id xs7mr29316231wjb.41.1360660033498; Tue, 12 Feb 2013 01:07:13 -0800 (PST) Sender: adrian.chadd@gmail.com Received: by 10.216.236.88 with HTTP; Tue, 12 Feb 2013 01:07:13 -0800 (PST) In-Reply-To: <201302120941.33621.hselasky@c2i.net> References: <201302101036.r1AAaHs1022034@svn.freebsd.org> <201302120843.32349.hselasky@c2i.net> <201302120941.33621.hselasky@c2i.net> Date: Tue, 12 Feb 2013 01:07:13 -0800 X-Google-Sender-Auth: kV1qv3a6eLGCAOgKtqhYdQ5CZUE Message-ID: Subject: Re: svn commit: r246614 - head/sys/dev/usb/wlan From: Adrian Chadd To: Hans Petter Selasky Content-Type: text/plain; charset=ISO-8859-1 Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org, John Baldwin X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Feb 2013 09:07:16 -0000 Well, it's a bigger architectural problem with things that are more complicated than ethernet drivers. :-) Adrian