Date: Thu, 25 Feb 2016 05:10:27 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-net@FreeBSD.org Subject: [Bug 196944] [bge] [ipmi] regression IPMI access disabled when bge driver is loaded Message-ID: <bug-196944-2472-pB9k0ZQ4Mr@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-196944-2472@https.bugs.freebsd.org/bugzilla/> References: <bug-196944-2472@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D196944 --- Comment #7 from Pyun YongHyeon <yongari@FreeBSD.org> --- (In reply to Andrew Daugherity from comment #6) Thanks for PXE related clue. But I've confused with ifconfig/dhclient command. When did you run those commands? bge(4) does not report current link speed if the interface is not UP. So if you can see established link it means you initialized/upped the controller. By upping interface bge(4) will initialize the controller which in turn will touch many registers. The same is true for dhclient(8). The first thing dhclint(8) does is UP the interface. In order not to touch bge(4) H/W in bge_init(), you should not have any 'ifconfig_bge0=3Dxxxx' line in rc.conf. What I'd like to know is whether IPMI is broken by bge_attach() call. Could you check it? --=20 You are receiving this mail because: You are on the CC list for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-196944-2472-pB9k0ZQ4Mr>