From owner-svn-src-all@FreeBSD.ORG Thu Oct 13 00:52:41 2011 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 990871065679; Thu, 13 Oct 2011 00:52:41 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-gx0-f182.google.com (mail-gx0-f182.google.com [209.85.161.182]) by mx1.freebsd.org (Postfix) with ESMTP id 1D6E88FC17; Thu, 13 Oct 2011 00:52:40 +0000 (UTC) Received: by ggeq3 with SMTP id q3so1625437gge.13 for ; Wed, 12 Oct 2011 17:52:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=sdPVbQVvNDeOpgbDG9fE9JnPPa1d6mKhfrXmgRd1c5w=; b=k+J4a4/Uvn097+KltPlW1ZtuxE9X0JAPItfhzOFRHmC6cOVDNAyCAQecs7JnaSIX/5 zwnVN5nH7/XF9fgd88UJ66s0aDwf2kDEuwVmzIRUQjtPkmX7S0w6WsSxxLVdiqgqOe3g h5Apd4uEdUTloO2IGHwH7RaLUbb7MEb5jB3iQ= MIME-Version: 1.0 Received: by 10.236.197.69 with SMTP id s45mr1896138yhn.54.1318467160268; Wed, 12 Oct 2011 17:52:40 -0700 (PDT) Sender: adrian.chadd@gmail.com Received: by 10.236.175.161 with HTTP; Wed, 12 Oct 2011 17:52:40 -0700 (PDT) In-Reply-To: <201110121923.p9CJNSg5080542@svn.freebsd.org> References: <201110121923.p9CJNSg5080542@svn.freebsd.org> Date: Thu, 13 Oct 2011 08:52:40 +0800 X-Google-Sender-Auth: M4LJt0mEjBY3EnCjUchNQ-cjEQE Message-ID: From: Adrian Chadd To: Marius Strobl Content-Type: text/plain; charset=ISO-8859-1 Cc: svn-src-stable@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org, svn-src-stable-8@freebsd.org Subject: Re: svn commit: r226316 - stable/8/sys/dev/iwn X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 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: Thu, 13 Oct 2011 00:52:41 -0000 Hi Marius, If this is backported to -9 and -8, please make sure that the other iwn changes have also been backported. Bernhard has fixed quite a lot of corner cases in the -head code (and I think they're all in -9) which caused some random issues with the later NICs. adrian