Re: Disable probing of bge1?

2011-06-09 Thread mgiurgeu
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

Re: Disable probing of bge1?

2011-03-09 Thread Marius Strobl
On Mon, Mar 07, 2011 at 01:26:01PM +0100, Patrick M. Hausen wrote: Hi, all, I just discovered a minor problem when updating some rather dated systems from FreeBSD 6.x to 7.x or 8.x. The servers are Fujitsu Technology Solutions (former Fujitsu-Siemens) RX100 S4. The current generation of

Re: Disable probing of bge1?

2011-03-09 Thread Daniel O'Connor
On 09/03/2011, at 20:47, Marius Strobl wrote: Is it possible to use some device.hints entry to prohibit the probing of bge1? I think that would be the easiest solution to the problem? Other suggestions are of course welcome. I can provide more config details and dmesg output if needed.

Re: Disable probing of bge1?

2011-03-08 Thread Patrick M. Hausen
Hello, Am 07.03.2011 um 13:37 schrieb Tom Evans: Maybe this loader tunable will help: hw.bge.allow_asf Allow the ASF feature for cooperating with IPMI. Can cause sys‐ tem lockup problems on a small number of systems. Disabled by default. No - same result:

Disable probing of bge1?

2011-03-07 Thread Patrick M. Hausen
Hi, all, I just discovered a minor problem when updating some rather dated systems from FreeBSD 6.x to 7.x or 8.x. The servers are Fujitsu Technology Solutions (former Fujitsu-Siemens) RX100 S4. The current generation of the same system is RX100 S6, so this is two generations old. Some of them

Re: Disable probing of bge1?

2011-03-07 Thread Tom Evans
On Mon, Mar 7, 2011 at 12:26 PM, Patrick M. Hausen hau...@punkt.de wrote: Hi, all, I just discovered a minor problem when updating some rather dated systems from FreeBSD 6.x to 7.x or 8.x. The servers are Fujitsu Technology Solutions (former Fujitsu-Siemens) RX100 S4. The current generation