From owner-freebsd-mips@FreeBSD.ORG Wed Mar 3 21:30:14 2010 Return-Path: Delivered-To: mips@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 43FAF106564A for ; Wed, 3 Mar 2010 21:30:14 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (bsdimp.com [199.45.160.85]) by mx1.freebsd.org (Postfix) with ESMTP id 038538FC23 for ; Wed, 3 Mar 2010 21:30:13 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by harmony.bsdimp.com (8.14.3/8.14.1) with ESMTP id o23LKCan084733; Wed, 3 Mar 2010 14:20:12 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Wed, 03 Mar 2010 14:20:28 -0700 (MST) Message-Id: <20100303.142028.706189011771610223.imp@bsdimp.com> To: neelnatu@gmail.com From: "M. Warner Losh" In-Reply-To: References: <20100303.053716.584432776655158376.imp@bsdimp.com> <20100303150238.68be18a3.ray@dlink.ua> X-Mailer: Mew version 6.3 on Emacs 22.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: mips@FreeBSD.org Subject: Re: MIPS_MEM_RID 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: Wed, 03 Mar 2010 21:30:14 -0000 In message: Neel Natu writes: : Hi Alexandr, : : On Wed, Mar 3, 2010 at 5:02 AM, Alexandr Rybalko wrote: : > On Wed, 03 Mar 2010 05:37:16 -0700 (MST) : > "M. Warner Losh" wrote: : > : >>> In message: <20100303111405.05b3c3b3.ray@dlink.ua> : >>> Alexandr Rybalko writes: : >>> : >>> : Question: We really need MIPS_MEM_RID different form other : >>> : platforms? I work on siba drivers, and we already know what siba : >>> : can be in not MIPS device. Such as Broadcom Wi-Fi cards. : >>> : >>> I don't understand this question. It doesn't look like we define : >>> MIPS_MEM_RID at all for mips. It looks to be purely an internal thing : >>> to sys/dev/siba/siba.c. : >>> : >>> Warner : > : > I apologize for my English and for the question. : > : > There remained only the small tail :) : > sys/mips/mips/nexus.c:76: #define MIPS_MEM_RID 0x20 : > : : Do you want to get rid of this macro from nexus.c? I don't see anybody : using it so it should be fine. The only place it is used is the #define here... I'm not sure why dev/siba would need it, but even there I think it is unnecessary.c Warner