From owner-freebsd-wireless@FreeBSD.ORG Thu Mar 14 01:48:21 2013 Return-Path: Delivered-To: freebsd-wireless@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id C70E31A5; Thu, 14 Mar 2013 01:48:21 +0000 (UTC) (envelope-from jrisom@gmail.com) Received: from mail-vb0-x235.google.com (mail-vb0-x235.google.com [IPv6:2607:f8b0:400c:c02::235]) by mx1.freebsd.org (Postfix) with ESMTP id 46C21D5; Thu, 14 Mar 2013 01:48:21 +0000 (UTC) Received: by mail-vb0-f53.google.com with SMTP id fj18so892748vbb.40 for ; Wed, 13 Mar 2013 18:48:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:message-id:date:from:user-agent:mime-version:to:cc :subject:references:in-reply-to:content-type :content-transfer-encoding; bh=WMUjaD6id03dkihk5WECbP/4m9qrJQq252biJ0uc/XY=; b=pPRCMD4rkornPLWxG0ZaiRG5d5j7j0lhP7Qg+kasm8NdgjXwCMOXKx3d6m7HMSx5J9 NkHFQD1jzvPuejlVq4Vg19V7xJA38P04Ay4HYy1BMvc5HRTTDT8rgX88oumESB+iZoHb PVZFilclhDLLi2BOdyKqrhCW5s5z1yCG4wd0rrS69Uq7XozKFp4sAtME9p1mLH9tPuN4 Zy4KEtTOp5MH/VB3P9PHax8/cHQuOLRjOkGdPjvIHUhvn5MxFeeHVog0X4jWDiyfQIvG tvEB1OUGjVfvYt7fJc9UzU5GMoRgYTQaVzew7gyOONh5No+qsCDI9UeIXy0wojhUVe4g OOqA== X-Received: by 10.52.24.205 with SMTP id w13mr222809vdf.61.1363225303221; Wed, 13 Mar 2013 18:41:43 -0700 (PDT) Received: from [192.168.1.14] (c-98-212-197-211.hsd1.il.comcast.net. [98.212.197.211]) by mx.google.com with ESMTPS id d13sm319336vdj.8.2013.03.13.18.41.41 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 13 Mar 2013 18:41:42 -0700 (PDT) Message-ID: <51412AD4.8040304@gmail.com> Date: Wed, 13 Mar 2013 20:41:40 -0500 From: Joshua Isom User-Agent: Mozilla/5.0 (Windows NT 6.2; WOW64; rv:17.0) Gecko/20130215 Thunderbird/17.0.3 MIME-Version: 1.0 To: Adrian Chadd Subject: Re: Fine, OK, here's my initial AR9380/AR9485 support 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> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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 01:48:21 -0000 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 >