From owner-svn-src-head@FreeBSD.ORG Fri Apr 3 19:14:29 2015 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.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 734EFFE9; Fri, 3 Apr 2015 19:14:29 +0000 (UTC) Received: from mail-ie0-x231.google.com (mail-ie0-x231.google.com [IPv6:2607:f8b0:4001:c03::231]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 360386A8; Fri, 3 Apr 2015 19:14:29 +0000 (UTC) Received: by ierf6 with SMTP id f6so96557153ier.2; Fri, 03 Apr 2015 12:14:28 -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:message-id:subject :from:to:cc:content-type; bh=HA2R9z7m8hfTtypi0hQc1n/aC3JboC9TFMjhJJBEMd4=; b=EnahVdma8Cq/Nx9reKUmd93TUTULUQGs6Yxpu5H99mYzqBAaOzIiuxRIio2oHF7Uy8 G1qTP37sgr+1IXfPkoXaaZ3dcLJTuPqEI+OM8IMNdBIUFeBnisBHtyAV7915qxnpwlJJ upGOVZ1bT4OxrrmQThhMIuFITYXjdPqODZ8/F3Qq916339Uka76/To/7FQKHaYa/HaWr 3iSnY4Tvje2WaoRfVVOri2JmA7WotyXCJ8Pnc2/zi7MC8itktHDSXyh/YcFCjh1XX6IM rRbcH1YvThH5CI3chkDneb7LoPUWXKv7iLQ+0HXvCu8bBgJk9C7UI/8yhgIWR5bt2l93 KyaQ== MIME-Version: 1.0 X-Received: by 10.50.107.7 with SMTP id gy7mr6762008igb.49.1428088468710; Fri, 03 Apr 2015 12:14:28 -0700 (PDT) Sender: adrian.chadd@gmail.com Received: by 10.36.17.194 with HTTP; Fri, 3 Apr 2015 12:14:28 -0700 (PDT) In-Reply-To: <1754332.VQBJusLPhT@ralph.baldwin.cx> References: <201503282341.t2SNfOZc032386@svn.freebsd.org> <2308891.2rLa0R7ktj@ralph.baldwin.cx> <1754332.VQBJusLPhT@ralph.baldwin.cx> Date: Fri, 3 Apr 2015 12:14:28 -0700 X-Google-Sender-Auth: 65e7mh5AmHQ-jxQFv6CWlMb206k Message-ID: Subject: Re: svn commit: r280799 - head/sys/dev/ath From: Adrian Chadd To: John Baldwin Content-Type: text/plain; charset=UTF-8 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.18-1 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: Fri, 03 Apr 2015 19:14:29 -0000 Ok, I'll take a look at doing this in the atheros mips startup stuff at some point and then I'll "revert" to using the hints API. Thanks! -a