From owner-freebsd-mips@FreeBSD.ORG Mon Mar 21 06:36:11 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 E7E49106566B for ; Mon, 21 Mar 2011 06:36:11 +0000 (UTC) (envelope-from bschmidt@techwires.net) Received: from mail-bw0-f54.google.com (mail-bw0-f54.google.com [209.85.214.54]) by mx1.freebsd.org (Postfix) with ESMTP id 7B3D28FC0A for ; Mon, 21 Mar 2011 06:36:11 +0000 (UTC) Received: by bwz12 with SMTP id 12so5426600bwz.13 for ; Sun, 20 Mar 2011 23:36:10 -0700 (PDT) Received: by 10.204.82.74 with SMTP id a10mr3396513bkl.96.1300687759425; Sun, 20 Mar 2011 23:09:19 -0700 (PDT) Received: from julie.lab.techwires.net (dslb-088-067-218-231.pools.arcor-ip.net [88.67.218.231]) by mx.google.com with ESMTPS id j13sm1034815faa.1.2011.03.20.23.09.17 (version=SSLv3 cipher=OTHER); Sun, 20 Mar 2011 23:09:18 -0700 (PDT) Sender: Bernhard Schmidt From: Bernhard Schmidt To: freebsd-current@freebsd.org Date: Mon, 21 Mar 2011 07:04:22 +0100 User-Agent: KMail/1.13.5 (FreeBSD/8.1-RELEASE; KDE/4.5.5; amd64; ; ) References: <20110314162936.d3f8fd5b.ray@dlink.ua> <20110321011601.6e72f00f.ray@ddteam.net> In-Reply-To: <20110321011601.6e72f00f.ray@ddteam.net> MIME-Version: 1.0 Content-Type: Text/Plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Message-Id: <201103210704.23220.bschmidt@freebsd.org> Cc: Aleksandr Rybalko , "Sergey V. Dyatko" , freebsd-mips@freebsd.org Subject: Re: [CFR]RT305xF support, w/o attachment 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: Mon, 21 Mar 2011 06:36:12 -0000 On Monday 21 March 2011 00:16:01 Aleksandr Rybalko wrote: > On Mon, 21 Mar 2011 05:59:45 +0800 > Adrian Chadd wrote: > > > On 21 March 2011 04:28, Sergey V. Dyatko > > wrote: > > > > > > > Last patch from Aleksandr 'works fine for me', so... may be rt2860 > > > should be replaced to 'rt' for example ? > > > rt0: flags= blah-blah-blah IHMO looks more .....nice(?) than > > > rt28600: flags= > > > > > > > Yup, that's a good idea. Aleksandr, can you please do that? > > Off-course I can, but seems better name will be rtw or rtn, because we > already have if_rt (for RT3052 ether) which have iface name "rt". > > I think "rtn" is best. > > Maybe someone have better? rtw is a name for a Realtek driver. I'd prefer if can keep this driver in sync with the OpenBSD one where it is clearly derived from. So, rt28xx and rt30xx support has to be an extension to ral(4). That shouldn't be to hard to do, just throw in the code into dev/ral/ and hook it to the pci/ops code. -- Bernhard