From owner-freebsd-mips@FreeBSD.ORG Sat Jan 23 21:45:49 2010 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 33837106568F for ; Sat, 23 Jan 2010 21:45:49 +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 E9B378FC17 for ; Sat, 23 Jan 2010 21:45:48 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by harmony.bsdimp.com (8.14.3/8.14.1) with ESMTP id o0NLfIhj022609; Sat, 23 Jan 2010 14:41:18 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Sat, 23 Jan 2010 14:42:16 -0700 (MST) Message-Id: <20100123.144216.1084339115216047983.imp@bsdimp.com> To: kvedulv@kvedulv.de From: "M. Warner Losh" In-Reply-To: <20100123204257.GH23141@darkthrone.kvedulv.de> References: <20100123155657.GG23141@darkthrone.kvedulv.de> <20100123.113710.715074405929305890.imp@bsdimp.com> <20100123204257.GH23141@darkthrone.kvedulv.de> 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: freebsd-mips@FreeBSD.org Subject: Re: NIC on RouterBoard 411 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: Sat, 23 Jan 2010 21:45:49 -0000 In message: <20100123204257.GH23141@darkthrone.kvedulv.de> Michael Moll writes: : Hi Warner, : : On Sat, Jan 23, 2010 at 11:37:10AM -0700, M. Warner Losh wrote: : > This is the mask of PHY addresses. If you have the documentation for : > the PHY addresses on your board, create a bitmask from that. If you : > lack documentation, trial an error likely can have good results since : > there's only 32 possible addresses the PHYs could be wired to. : : Thanks, it now boots multiuser with hint.arge.0.phymask=0x0e Cool. Maybe I'll create a hints file for it. btw, do you know if there's a way to determine at run-time if we're booting on this board? Warner