From owner-freebsd-mips@FreeBSD.ORG Sun Mar 2 02:16:06 2014 Return-Path: Delivered-To: freebsd-mips@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B2387AB1 for ; Sun, 2 Mar 2014 02:16:06 +0000 (UTC) Received: from mail-qa0-x235.google.com (mail-qa0-x235.google.com [IPv6:2607:f8b0:400d:c00::235]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 70FE61B0D for ; Sun, 2 Mar 2014 02:16:06 +0000 (UTC) Received: by mail-qa0-f53.google.com with SMTP id w8so771628qac.40 for ; Sat, 01 Mar 2014 18:16:05 -0800 (PST) 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=nBpIO2YFo2Di/z5wgd+efKKcT4THeYbFtbUKb+7ZWpU=; b=WyuD5myX7c/SJ8P5usf8H0D1QlZrhf2YqJi6zHXGwv/pUeWX9C2xtaZ2u3oexTxmDx +efvztgcSgLoaVKjV7IpWWSas3Uf8PJZDQmbaq1UENv7V4+8iy2BwsPvu8doB5vmxSBG J769B0/n8TRGtmCo6Ah8TXDnrNWrqBORPwRAMcskrJdhhm+eERn+O25BB01LLJVj6Ds6 F2g5lxIbUf0zpDC+Z3asrOJ4RU+VAhyFHEf8ED+nT/iyME5zc2wudoR362BEV7l3dEnG SirUcj2b+YSa/ajBfU8gZqPS2P/wusB5nFgkfjB1xY/ZDNQcJl81HrbtpAVFN75jeDZH b7mA== MIME-Version: 1.0 X-Received: by 10.140.96.116 with SMTP id j107mr13983021qge.6.1393726565652; Sat, 01 Mar 2014 18:16:05 -0800 (PST) Sender: adrian.chadd@gmail.com Received: by 10.224.16.10 with HTTP; Sat, 1 Mar 2014 18:16:05 -0800 (PST) In-Reply-To: <20140301200546.7ff373d1@zeta.dino.sk> References: <20140301143607.13a96bd6@zeta.dino.sk> <20140301200546.7ff373d1@zeta.dino.sk> Date: Sat, 1 Mar 2014 18:16:05 -0800 X-Google-Sender-Auth: F2c1A3APTEvLx8wpO7YvzfnfZRg Message-ID: Subject: Re: I (think) the AR8327 switch support now works From: Adrian Chadd To: Milan Obuch Content-Type: text/plain; charset=ISO-8859-1 Cc: "freebsd-mips@freebsd.org" X-BeenThere: freebsd-mips@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Porting FreeBSD to MIPS List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Mar 2014 02:16:06 -0000 On 1 March 2014 11:05, Milan Obuch wrote: > On Sat, 1 Mar 2014 09:07:42 -0800 > Adrian Chadd wrote: > >> Yeah, USB still doesn't work. I don't know why that is. :( >> > > Well, I think some initialisation is not done - maybe multiplexed pin > setup is missing, maybe some gpio is used to activate something, > unfortunaltelly, no datasheet is available publicly for SoC used :( Yeah. I have the datasheets and the openwrt source is out there. I'll see if I can figure it out tonight. I'm still stalled on the AR8327 forwarding/learning stuff; I could do with a distraction. >> Are the flash IDs from Linux? I can commit those easily enough. >> >> Thanks, >> > > No, I disassembled my box and then found datasheets for ICs found on > PCB - that's where I found those IDs. Then I found it looks like > working, however I could not verify it yet, because I did not reached > init launch/userland level yet. > > With ethernet working, I would be able to do more (rootfs via nfs), > but this did not happen, yet. One thing at a time. :-) Thanks, -a