Date: Thu, 9 Jun 2011 10:02:15 -0700 (PDT) From: mgiurgeu <mgiurgeu@gmail.com> To: freebsd-stable@freebsd.org Subject: Re: Disable probing of bge1? Message-ID: <1307638935798-4473468.post@n5.nabble.com> In-Reply-To: <7B8A7FC8-2547-4A63-8BCC-3CCDF39211D2@gsoft.com.au> References: <B9B3E34F-AE93-41AB-A5F4-732B60A7F35A@punkt.de> <20110309101734.GA42208@alchemy.franken.de> <7B8A7FC8-2547-4A63-8BCC-3CCDF39211D2@gsoft.com.au>
next in thread | previous in thread | raw e-mail | index | archive | help
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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1307638935798-4473468.post>