From owner-freebsd-mips@FreeBSD.ORG Fri Apr 1 01:38:39 2011 Return-Path: Delivered-To: freebsd-mips@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 86869106564A for ; Fri, 1 Apr 2011 01:38:39 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-wy0-f182.google.com (mail-wy0-f182.google.com [74.125.82.182]) by mx1.freebsd.org (Postfix) with ESMTP id 19AF98FC13 for ; Fri, 1 Apr 2011 01:38:38 +0000 (UTC) Received: by wyf23 with SMTP id 23so3052995wyf.13 for ; Thu, 31 Mar 2011 18:38:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=gSIuQrktfVbVxTijjn3rHxS3wmNadarIk7iA1PmlIMA=; b=nQUwqHrza4WC9U0zVJGKpdMPulCGlKkUlP6fxgnJal/YC/z/W7K+2rHmMKFWBUGWAS Ornprr/84hhLe8c5XXLgtF7Jz+23OQUW67lN7eDGvVdJPS/5l87A6+79kOMYbvGLt037 Vk8nzoQONkErEKZ94T0gHP5QzN7i6noFyeLC0= DomainKey-Signature: a=rsa-sha1; c=nofws; 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; b=Fswp5tynmPiGhpM+KPu9cVPG9MD0rhgUMs/wmVmVUjbwHBdRWwdJtDSAbwlsywuUGv DCn//21YuZist1Q31clP43PHbXQCFz/PkHOxVrrupVUDr+iotzKX5qrux9Mzvugdn/Yb Gx64rw7mRZAJg0jedoIOx7FNN5xSwFMrknWmA= MIME-Version: 1.0 Received: by 10.227.173.141 with SMTP id p13mr3463693wbz.64.1301621917922; Thu, 31 Mar 2011 18:38:37 -0700 (PDT) Sender: adrian.chadd@gmail.com Received: by 10.227.135.137 with HTTP; Thu, 31 Mar 2011 18:38:37 -0700 (PDT) In-Reply-To: <20110331142640.07f2101b@atom.dino.sk> References: <20110331101554.68171eed@atom.dino.sk> <20110331142640.07f2101b@atom.dino.sk> Date: Fri, 1 Apr 2011 09:38:37 +0800 X-Google-Sender-Auth: N54ykHHPydOFchKerCtUrjnnrl8 Message-ID: From: Adrian Chadd To: Milan Obuch Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-mips@freebsd.org Subject: Re: TP link MR3220 status, boot from flash via u-boot question X-BeenThere: freebsd-mips@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to MIPS List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Apr 2011 01:38:39 -0000 I've not tested that config (yet) on -HEAD, I've just committed what I had from my GIT tree in preparation for testing out the AR913x. Yes, I have 11n working, but not on the WN-1043nd. I need to port over the HAL changes from my GIT tree for the AR9130 WMAC. Adrian On 31 March 2011 20:26, Milan Obuch wrote: > On Thu, 31 Mar 2011 18:39:36 +0800, Adrian Chadd > wrote: > > > Hi, > > > > I've got freebsd working on the WR-1043ND which is a tplink 11n > > router w/ uboot. I'll go find my notes and put them online, along > > with a config file and whatever else is needed. > > > > Hi, > I am watching freebsd-wifi-build on googlecode and just noticed new > config there... Is your 11n wifi already working too? I would be glad > to compare your results with mine, so we could unify our efforts. Right > now, kernel load from flash in u-boot is a show stopper for me, so if > you could address this one first, it would help me really much. > > > I'll have to commit a dirty hack to the kernel config to let users > > set the flash address to yank the ethernet MAC address from. Ew. > > > > I've got most of my patches from Luiz (loos), maybe you are in contact > already... I use already the same MAC as other firmwares do. > > Regards, > Milan >