From owner-freebsd-stable@FreeBSD.ORG Thu Jun 9 17:22:05 2011 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id ADA5D106566B for ; Thu, 9 Jun 2011 17:22:05 +0000 (UTC) (envelope-from mgiurgeu@gmail.com) Received: from sam.nabble.com (sam.nabble.com [216.139.236.26]) by mx1.freebsd.org (Postfix) with ESMTP id 89E758FC13 for ; Thu, 9 Jun 2011 17:22:05 +0000 (UTC) Received: from [192.168.236.26] (helo=sam.nabble.com) by sam.nabble.com with esmtp (Exim 4.72) (envelope-from ) id 1QUicZ-0006Q1-Px for freebsd-stable@freebsd.org; Thu, 09 Jun 2011 10:02:15 -0700 Date: Thu, 9 Jun 2011 10:02:15 -0700 (PDT) From: mgiurgeu To: freebsd-stable@freebsd.org Message-ID: <1307638935798-4473468.post@n5.nabble.com> In-Reply-To: <7B8A7FC8-2547-4A63-8BCC-3CCDF39211D2@gsoft.com.au> References: <20110309101734.GA42208@alchemy.franken.de> <7B8A7FC8-2547-4A63-8BCC-3CCDF39211D2@gsoft.com.au> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: Re: Disable probing of bge1? 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, 09 Jun 2011 17:22:05 -0000 we managed to disable bge0, by inserting the following: + if (device_get_unit(dev) == 0) + return (ENXIO); + -- View this message in context: http://freebsd.1045724.n5.nabble.com/Disable-probing-of-bge1-tp3961580p4473468.html Sent from the freebsd-stable mailing list archive at Nabble.com.