From owner-freebsd-embedded@FreeBSD.ORG Fri Dec 2 14:47:42 2011 Return-Path: Delivered-To: freebsd-embedded@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2079A106566C for ; Fri, 2 Dec 2011 14:47:42 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-vw0-f54.google.com (mail-vw0-f54.google.com [209.85.212.54]) by mx1.freebsd.org (Postfix) with ESMTP id C38AE8FC17 for ; Fri, 2 Dec 2011 14:47:41 +0000 (UTC) Received: by vbbfr13 with SMTP id fr13so3765262vbb.13 for ; Fri, 02 Dec 2011 06:47:41 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; 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; bh=08g8RMpmY02yzT4XJ1NMHbZFpJLy2BPBjP558aSK4ng=; b=HUVaObC7FMB9cnvQKxfSXwFkzGWdJ2YUPEn0OfcffcCjRjgVsViIMt5AOWf41U3oAk Fbfjyj3lOHsmlPrtFL7/KDQghhgWlsOWtj5Wbybd7KmSWM0jKMF4Qh28RyksiixfOrza upyPw+ZwfOF3Nxcz+UhPSoM7tnwuOKMVNp+H0= MIME-Version: 1.0 Received: by 10.52.94.227 with SMTP id df3mr10005057vdb.51.1322837261138; Fri, 02 Dec 2011 06:47:41 -0800 (PST) Sender: adrian.chadd@gmail.com Received: by 10.52.109.10 with HTTP; Fri, 2 Dec 2011 06:47:41 -0800 (PST) In-Reply-To: <20111202164539.fff3ea91.ray@dlink.ua> References: <68ABED76-CB1F-405A-8036-EC254F7511FA@lassitu.de> <3B3DB17D-BF87-40EE-B1C1-445F178E8844@lassitu.de> <86030CEE-6839-4B96-ACDC-2BA9AC1E4AE4@lassitu.de> <2D625CC9-A0E3-47AA-A504-CE8FB2F90245@lassitu.de> <203BF1C8-D528-40C9-8611-9C7AC7E43BAB@lassitu.de> <3C0E9CA3-E130-4E9A-ABCC-1782E28999D1@lassitu.de> <2B8826C7-00C7-4117-B424-4A86F1346DFF@bsdimp.com> <20111130231311.4a154bc5.ray@ddteam.net> <20111202164539.fff3ea91.ray@dlink.ua> Date: Fri, 2 Dec 2011 22:47:41 +0800 X-Google-Sender-Auth: NWJ28kkjDPjhhvq8tHetiqeRfR4 Message-ID: From: Adrian Chadd To: Aleksandr Rybalko Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-embedded@freebsd.org Subject: Re: TL-WR1043: switch X-BeenThere: freebsd-embedded@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Dedicated and Embedded Systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Dec 2011 14:47:42 -0000 On 2 December 2011 22:45, Aleksandr Rybalko wrote: > It's too specific to Realtek, so from one point better to have > separate driver, but from another point it have i2c EEPROM on same bus. > So if we want to have access to both, we need quirk. Ok. Hm, can someone do up a proof of concept and make it all work? Pretty please? :) Adrian