From owner-freebsd-stable@FreeBSD.ORG Thu Mar 8 22:03:19 2007 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 073BA16A402 for ; Thu, 8 Mar 2007 22:03:19 +0000 (UTC) (envelope-from vivek@khera.org) Received: from yertle.kcilink.com (yertle.kcilink.com [74.92.149.58]) by mx1.freebsd.org (Postfix) with ESMTP id AE71313C478 for ; Thu, 8 Mar 2007 22:03:18 +0000 (UTC) (envelope-from vivek@khera.org) Received: from [192.168.7.103] (host-103.int.kcilink.com [192.168.7.103]) by yertle.kcilink.com (Postfix) with ESMTP id 4BACEB80A for ; Thu, 8 Mar 2007 17:03:18 -0500 (EST) Mime-Version: 1.0 (Apple Message framework v752.2) In-Reply-To: <45F083EB.1090308@fallesen.dk> References: <0F5570EA-7E34-4971-961F-32DD121F4DF2@khera.org> <45F083EB.1090308@fallesen.dk> Content-Type: multipart/signed; micalg=sha1; boundary=Apple-Mail-9--336814753; protocol="application/pkcs7-signature" Message-Id: From: Vivek Khera Date: Thu, 8 Mar 2007 17:03:16 -0500 To: FreeBSD Stable X-Mailer: Apple Mail (2.752.2) X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Re: any success with new sun "M2" product variant for X4100 and X2100 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Mar 2007 22:03:19 -0000 --Apple-Mail-9--336814753 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed On Mar 8, 2007, at 4:45 PM, Jens Fallesen wrote: > One issue I have is that the embedded management software can run > on NIC 1 only. And once FreeBSD detects this, the embedded > management software is disabled. Does anyone know of a way to make > FreeBSD detect NIC 0 only? what about something similar to this, how I disable atkbd on my sun boxes: hint.atkbdc.0.disabled=1 perhaps hint.bge.1.disabled=1 might work. you can test by breaking into the boot loader and typing "set hint..." then continue the normal boot. if it works, just plop that line (without set) into /boot/loader.conf. --Apple-Mail-9--336814753--