From owner-freebsd-embedded@FreeBSD.ORG Fri Sep 6 18:38:14 2013 Return-Path: Delivered-To: freebsd-embedded@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 7FC0C25A; Fri, 6 Sep 2013 18:38:14 +0000 (UTC) (envelope-from lists.br@gmail.com) Received: from mail-wi0-x22e.google.com (mail-wi0-x22e.google.com [IPv6:2a00:1450:400c:c05::22e]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C5ACB25DF; Fri, 6 Sep 2013 18:38:13 +0000 (UTC) Received: by mail-wi0-f174.google.com with SMTP id hj3so1283216wib.13 for ; Fri, 06 Sep 2013 11:38:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=XVAUS5B4ra/9A7sBzIPLHQoyUWgjDUW7FWoVWJhj/hQ=; b=UCK5kldcsgc6Kf7BG+9xKrlsxe8ubTfnTyL0t+YJWhwVs3+T+jtHjelnJiDcoa7kEc KnkIxS8J89tJS8TTtG0CLZKZynUgF6O5cSYZqnYA5RuD3a9JkumzbjQsFuz6fYyHLJ93 3Sq5o3WbAT57VZ0u/ZT1Bom7GMMzCuEjfLgCre75L62ws5R8xlc6wK8bu8xzzadv2LCR en2yc8znMJO79FlheDEkh5OLK1kFqhFtCVX6Qhq4DB2WZEFIxY0sBoyQSj3/f+wkgZQb EXDs9oJVgd7YMKqipC3hPrOEQsnhOSsWVrj6SuFpLMbApL/I3I4ULPpt1aW5FXk4LXJM 26LA== MIME-Version: 1.0 X-Received: by 10.180.198.79 with SMTP id ja15mr3095441wic.36.1378492690966; Fri, 06 Sep 2013 11:38:10 -0700 (PDT) Received: by 10.216.75.140 with HTTP; Fri, 6 Sep 2013 11:38:10 -0700 (PDT) In-Reply-To: References: <1378491503.48812.5.camel@localhost> Date: Fri, 6 Sep 2013 15:38:10 -0300 Message-ID: Subject: Re: DIR-825B1 iicbus thing From: Luiz Otavio O Souza To: Adrian Chadd Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: freebsd-embedded X-BeenThere: freebsd-embedded@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Dedicated and Embedded Systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Sep 2013 18:38:14 -0000 Maybe you're lucky and it is just supported: http://svnweb.freebsd.org/base/head/sys/dev/etherswitch/rtl8366/ :-) (but i'm not sure if 's' or the 'rb' suffix matter). Please check the TPLink 1043 kernel and hints for a setup example for this switch. Luiz On 6 September 2013 15:29, Adrian Chadd wrote: > please port it? :-P > > > -adrian > > > On 6 September 2013 11:18, Sean Bruno wrote: > > > I've almost got a functional set of gpio pin hints setup now. I seem to > > have an unsupported device on the iicbus, probably the realtek switch > > thing? > > > > > > iicbb0: on gpioiic0 > > iicbus0: on iicbb0 master-only > > iicbus0: at addr 0xa8 > > iic0: on iicbus0 > > > > The DIR-825B1 seems to have a "rtl8366s" ethernet switch. That needs to > > be ported to FreeBSD. OpenWRT seems to have a driver for it: > > > > > https://dev.openwrt.org/browser/trunk/target/linux/generic/files/drivers/net/phy/rtl8366s.c > > > > Sean > > > _______________________________________________ > freebsd-embedded@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-embedded > To unsubscribe, send any mail to "freebsd-embedded-unsubscribe@freebsd.org > " >