RE: bce(4) with IPMI [puzzling and puzzling]

2011-10-07 Thread David Christensen
> Thanks for testing. > Committed with r226123. > I also noticed that bce(4) may support BCM5716S because brgphy(4) > already supports BCM5709S. Can you test attached patch on BCM5716S? I don't have a 5716S system or NIC for testing. Dave ___ freebsd-n

Re: bce(4) with IPMI [puzzling and puzzling]

2011-10-07 Thread YongHyeon PYUN
On Fri, Oct 07, 2011 at 04:25:56PM -0700, David Christensen wrote: > > > That's a typo then, 5709 and 5716 share the same ASIC ID. > > > > > > > Thanks for confirmation. > > Could you review the attached patch? > > Looks good. ASIC ID matches my Dell R210 system: > > bce0: mem > 0xda00-0x

RE: bce(4) with IPMI [puzzling and puzzling]

2011-10-07 Thread David Christensen
> > That's a typo then, 5709 and 5716 share the same ASIC ID. > > > > Thanks for confirmation. > Could you review the attached patch? Looks good. ASIC ID matches my Dell R210 system: bce0: mem 0xda00-0xdbff irq 16 at device 0.0 on pci2 miibus0: on bce0 bce0: Ethernet address: b8:ac:6

Re: bce(4) with IPMI [puzzling and puzzling]

2011-10-07 Thread YongHyeon PYUN
On Fri, Oct 07, 2011 at 02:23:10PM -0700, David Christensen wrote: > > > so, I cracked open my R410 this morning to see what the Ethernet > > chipset > > > had for a indentification mark. It is definitely stamped as a > > BCM5716, > > > so I'm confused. > > > > > > bce(4) has code to handle the 57

RE: bce(4) with IPMI [puzzling and puzzling]

2011-10-07 Thread David Christensen
> Whoa ... ok, so now I've run into something horrible. > > According to dmidecode, a Dell R410 has a Broadcom 5716 chipset on it. > On Board Device 2 Information > Type: Ethernet > Status: Enabled > Description: Embedded Broadcom 5716 NIC 1 > On Board Device 3 Information

RE: bce(4) with IPMI [puzzling and puzzling]

2011-10-07 Thread David Christensen
> > so, I cracked open my R410 this morning to see what the Ethernet > chipset > > had for a indentification mark. It is definitely stamped as a > BCM5716, > > so I'm confused. > > > > bce(4) has code to handle the 5716 chipset, but its never being > executed > > AFAIK. What's going on here? > >

Re: bce(4) with IPMI [puzzling and puzzling]

2011-10-07 Thread YongHyeon PYUN
On Fri, Oct 07, 2011 at 09:23:30AM -0700, Sean Bruno wrote: > > > > > bce0@pci0:1:0:0:class=0x02 card=0x028c1028 chip=0x163b14e4 > > rev=0x20 hdr=0x00 > > vendor = 'Broadcom Corporation' > > class = network > > subclass = ethernet > > bce1@pci0:1:0:1:cla

Re: bce(4) with IPMI [puzzling and puzzling]

2011-10-07 Thread Sean Bruno
> > bce0@pci0:1:0:0:class=0x02 card=0x028c1028 chip=0x163b14e4 > rev=0x20 hdr=0x00 > vendor = 'Broadcom Corporation' > class = network > subclass = ethernet > bce1@pci0:1:0:1:class=0x02 card=0x028c1028 chip=0x163b14e4 > rev=0x20 hdr=0x00 > vendor

Re: bce(4) with IPMI [puzzling and puzzling]

2011-10-06 Thread Sean Bruno
On Thu, 2011-09-29 at 10:01 -0700, Sean Bruno wrote: > We've been getting reports of odd behavior on our Dell R410 machines > when trying to use IPMI. The servers have two NIC's that we have > assigned as the IPMI interface(bce0) and production interface(bce1) > respectively. > > Since we don't a