From owner-freebsd-mips@FreeBSD.ORG Mon Sep 9 19:45:42 2013 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 ESMTP id 14AEA5FB for ; Mon, 9 Sep 2013 19:45:42 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from mail-oa0-f42.google.com (mail-oa0-f42.google.com [209.85.219.42]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D27EC2F90 for ; Mon, 9 Sep 2013 19:45:41 +0000 (UTC) Received: by mail-oa0-f42.google.com with SMTP id n12so7061209oag.29 for ; Mon, 09 Sep 2013 12:45:35 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:sender:subject:mime-version:content-type:from :in-reply-to:date:cc:content-transfer-encoding:message-id:references :to; bh=eNR7Wgiftg0/nuzr522Tltl8Uszuwo7SQpCgUYeIf0Q=; b=dewj/FvRD0RHQp+XArx1dIZmOw8TvWI9OCS6rNWruZJUhL1DNMOFr3X19LgsZvgQgZ pqEPZ3P2Ap5DMhHjrup9m7J0vr4zkbVBCS2pXXXe/pp0qbKhqlbJF0KNCB2xNfz8uO1F fUu0oD5bQb4uXQTWWqTJDkRlxFash/mGiHCESkVOpixZn/h0smmsf30z7+7PRzhIlOoE e+sv9mrE0RO9KoXWrrc/T6Z78hpH3FGfSm1diLYxEfcOkdLoGEwJRUZR89VAcFAfUZo+ 0iiGt2vGvtJtnaL6dpBGeIDoFrRIuDroi/7Ie6NwL3jkRSgSR77fsLPKcMGEav2jpxKC SUEg== X-Gm-Message-State: ALoCoQlv7NqsDE4muqiHXBzvjfiygdhgfXU1QuQKWA9R0it/bfdXxTM7OM9KUT3WQLQWKGH8dIaP X-Received: by 10.182.29.233 with SMTP id n9mr12483157obh.38.1378755935153; Mon, 09 Sep 2013 12:45:35 -0700 (PDT) Received: from fusionlt2834a.int.fusionio.com ([209.117.142.2]) by mx.google.com with ESMTPSA id u3sm15153902oeq.3.1969.12.31.16.00.00 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 09 Sep 2013 12:45:34 -0700 (PDT) Sender: Warner Losh Subject: Re: DIR-825D1 Mime-Version: 1.0 (Apple Message framework v1085) Content-Type: text/plain; charset=us-ascii From: Warner Losh In-Reply-To: <522E1C06.5040400@passap.ru> Date: Mon, 9 Sep 2013 13:45:33 -0600 Content-Transfer-Encoding: quoted-printable Message-Id: <921DCD82-AD43-4E7D-9C37-DC5ACEFE4A81@bsdimp.com> References: <522E1C06.5040400@passap.ru> To: Boris Samorodov X-Mailer: Apple Mail (2.1085) Cc: freebsd-mips@freebsd.org X-BeenThere: freebsd-mips@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting FreeBSD to MIPS List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Sep 2013 19:45:42 -0000 On Sep 9, 2013, at 1:05 PM, Boris Samorodov wrote: > ftp://ftp.wart.ru/pub/misc/DIR-825D1.console.log.txt With RealTek NIC and WLAN parts, I'd say you have one of the RealTek = MIPS CPUs. The RTL8652 if I had to make a guess, since there's a USB = attachment that's specific to that SoC in the output. It looks like the flash is 8MB, ram 64MB. Right now in the tree, all I see is RT305x support. I'm not at all = familiar with RealTek's product line, so maybe it's a good place to = start? But I imagine it will be some work... Warner