Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Mar 2010 21:01:32 -0300
From:      Hugo Koji Kobayashi <koji@registro.br>
To:        David Christensen <davidch@broadcom.com>
Cc:        "freebsd-net@freebsd.org" <freebsd-net@freebsd.org>, Herve Boulouis <amon@aelita.org>, Oliver Fromme <olli@lurza.secnetix.de>
Subject:   Re: kern/134658: [bce] bce driver fails on PowerEdge m610 blade.
Message-ID:  <20100319000132.GA70547@registro.br>
In-Reply-To: <5D267A3F22FD854F8F48B3D2B52381933B104AAA2E@IRVEXCHCCR01.corp.ad.broadcom.com>
References:  <20100307210215.GB55058@ra.aabs> <5D267A3F22FD854F8F48B3D2B52381933B104AAA2E@IRVEXCHCCR01.corp.ad.broadcom.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, Mar 18, 2010 at 02:20:56PM -0700, David Christensen wrote:
> > >> Ooo!!
> > >>
> > >> Could you link me though to the patch Oliver, I don't seem to find
> > >> any post on this thread between today and mid last year?
> > >>
> > >
> > >Let's give more time to David. He can test my guess work and can
> > >fix bugs in the patch. When all goes well he may commit the patch.
> > 
> > (please keep me CC'ed as I'm not subscribed to -net)
> > 
> > Hi,
> > 
> > Is there any news about the patch ? I have a bunch of M610 I
> > would like to install FreeBSD on :)
> 
> Just committed a patch to head written by pyunyh and verified by me.
> Let me know if it works.  I can get access to a M610 locally if you
> run into problems.

Copied r205299 and r205300 modified files to a releng8 install on a
m610 and now it works:

# uname -a
FreeBSD  8.0-STABLE FreeBSD 8.0-STABLE #2: Thu Mar 18 23:30:37 UTC 2010     root@:/usr/obj/usr/src/sys/GENERIC  amd64


# dmesg | grep bce
bce0: <Broadcom NetXtreme II BCM5709 1000Base-SX (C0)> mem 0xda000000-0xdbffffff irq 36 at device 0.0 on pci1
miibus0: <MII bus> on bce0
bce0: Ethernet address: 00:26:b9:26:d6:40
bce0: [ITHREAD]
bce0: ASIC (0x57092000); Rev (C0); Bus (PCIe x4, 2.5Gbps); B/C (5.0.6); Flags (MSI|MFW); MFW (NCSI 2.0.3)
bce1: <Broadcom NetXtreme II BCM5709 1000Base-SX (C0)> mem 0xdc000000-0xddffffff irq 48 at device 0.1 on pci1
miibus1: <MII bus> on bce1
bce1: Ethernet address: 00:26:b9:26:d6:42
bce1: [ITHREAD]
bce1: ASIC (0x57092000); Rev (C0); Bus (PCIe x4, 2.5Gbps); B/C (5.0.6); Flags (MSI|MFW); MFW (NCSI 2.0.3)
bce0: link state changed to DOWN
bce0: link state changed to UP


# ifconfig 
bce0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500
        options=401bb<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,JUMBO_MTU,VLAN_HWCSUM,TSO4>
        ether 00:26:b9:26:d6:40
        inet .......... netmask 0xfffffff0 broadcast ..........
        media: Ethernet autoselect (1000baseSX <full-duplex>)
        status: active
bce1: flags=8802<BROADCAST,SIMPLEX,MULTICAST> metric 0 mtu 1500
        options=401bb<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,JUMBO_MTU,VLAN_HWCSUM,TSO4>
        ether 00:26:b9:26:d6:42
        media: Ethernet autoselect (1000baseSX <full-duplex>)
        status: active
lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> metric 0 mtu 16384
        options=3<RXCSUM,TXCSUM>
        inet6 fe80::1%lo0 prefixlen 64 scopeid 0x3 
        inet6 ::1 prefixlen 128 
        inet 127.0.0.1 netmask 0xff000000 


Thanks a lot,
Hugo



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20100319000132.GA70547>