From owner-freebsd-wireless@FreeBSD.ORG Thu Mar 14 02:16:24 2013 Return-Path: Delivered-To: freebsd-wireless@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id D4522CC7 for ; Thu, 14 Mar 2013 02:16:24 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-we0-x22a.google.com (mail-we0-x22a.google.com [IPv6:2a00:1450:400c:c03::22a]) by mx1.freebsd.org (Postfix) with ESMTP id 69FBC3E4 for ; Thu, 14 Mar 2013 02:16:24 +0000 (UTC) Received: by mail-we0-f170.google.com with SMTP id z53so1738541wey.1 for ; Wed, 13 Mar 2013 19:16:23 -0700 (PDT) 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=pSfgopeLfpbaJMhajTaYuptMIZL/cG0EgF7DwXFyYNs=; b=fF78uEr1MNJaRa0TiNkTVwwBFkvhhvvxe+i7wXulDP7JIuRFkjNkBF7PA/KOHm0j46 2xU4kTqpqSZ5da4W8Op3aCZDLLVVkB74g0got8ysl5xZjz4xgiQC9UdeO9SxrOIvQxvl /rnNDKXaDBwfbxcBNuVAdQDmFxeobsWYwPyaa3sA9SIUAPdW2Fc3318uK0kze5Jtxfg8 1FRnrdEee/TcXagHMYVRBZJMJRQvDzqNoeo375/AC0kkNsSvt+IN78Ecm5aGtgnNWBB7 bMr/A11AF7kUni32Y8NO2YifQQkd+mSFMZ7b6r8fKccPt+B3c1h1DSq/8n/EUdTkj2z3 ju/g== MIME-Version: 1.0 X-Received: by 10.180.94.135 with SMTP id dc7mr30787609wib.11.1363227383590; Wed, 13 Mar 2013 19:16:23 -0700 (PDT) Sender: adrian.chadd@gmail.com Received: by 10.216.111.201 with HTTP; Wed, 13 Mar 2013 19:16:23 -0700 (PDT) In-Reply-To: <51412AD4.8040304@gmail.com> References: <513d3ae3.08c2440a.59a6.63b2@mx.google.com> <513DA767.6010208@gmail.com> <513E6AF5.9010304@gmail.com> <513E7924.3060302@gmail.com> <513F9A4B.5030704@gmail.com> <513FA6FC.5040809@gmail.com> <51412AD4.8040304@gmail.com> Date: Wed, 13 Mar 2013 19:16:23 -0700 X-Google-Sender-Auth: tbZP5CoifzcIvyzlO5Mt7HxyedY Message-ID: Subject: Re: Fine, OK, here's my initial AR9380/AR9485 support From: Adrian Chadd To: Joshua Isom Content-Type: text/plain; charset=ISO-8859-1 Cc: "freebsd-wireless@freebsd.org" X-BeenThere: freebsd-wireless@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Discussions of 802.11 stack, tools device driver development." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Mar 2013 02:16:24 -0000 Can you please post the patch and the specific compile issue? adrian On 13 March 2013 18:41, Joshua Isom wrote: > I added a cast to u_int64_t first on line 63 of ar9300_gpio.c to get it to > compile. I imagine (void *) would be prefered, but I don't know what's > actually correct. Unfortunately, I get a kernel panic on boot with scsi_cd, > so I'll have to wait until that's dealt with before trying the ath driver. > > > On 3/13/2013 7:30 PM, Adrian Chadd wrote: >> >> Hi, >> >> I've fixed some warnings - please update the git repo youre using. >> >> I've also added some clang workarounds in the MAkefile (see the bottom >> of the file for the two lines to update) - so please svn update in >> sys/modules/ath/ >> >> Hopefully that works enough for you! Please let me know what other >> build errors you're seeing. >> >> Thanks, >> >> >> Adrian >> >