From owner-freebsd-stable@FreeBSD.ORG Wed Mar 14 14:34:38 2012 Return-Path: Delivered-To: stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AB4CD106564A for ; Wed, 14 Mar 2012 14:34:38 +0000 (UTC) (envelope-from jan.winter@kantarmedia.de) Received: from smtp.kantarmedia.de (smtp.kantarmedia.de [212.48.122.104]) by mx1.freebsd.org (Postfix) with ESMTP id 6B2018FC15 for ; Wed, 14 Mar 2012 14:34:37 +0000 (UTC) Received: from [192.168.100.217] (helo=mybook.local) by smtp.kantarmedia.de with esmtp (Exim 4.77 (FreeBSD)) (envelope-from ) id 1S7pHb-000F3F-Hm; Wed, 14 Mar 2012 15:34:31 +0100 Message-ID: <4F60AC6C.2060805@kantarmedia.de> Date: Wed, 14 Mar 2012 15:34:20 +0100 From: Jan Winter User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:10.0.2) Gecko/20120220 Thunderbird/10.0.2 MIME-Version: 1.0 To: pyunyh@gmail.com References: <4F5F46DE.5050608@kantarmedia.de> <20120314184047.GA8023@michelle.cdnetworks.com> In-Reply-To: <20120314184047.GA8023@michelle.cdnetworks.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: stable@freebsd.org Subject: Re: bce: Device not configured X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Mar 2012 14:34:38 -0000 On 03/14/12 19:40, YongHyeon PYUN wrote: > On Tue, Mar 13, 2012 at 02:08:46PM +0100, Jan Winter wrote: >> Hello, >> >> on an Dell Blade m610 is not possible to change the network media option: >> >> ifconfig bce0 media 100baseTX mediaopt full-duplex up >> ifconfig: SIOCSIFMEDIA (media): Device not configured >> >> Setting the media option to "autoselect" and connecting the m610 to a >> 100 MBit switch, I always get "no carrier" >> only 1g full-duplex seems to be working. I have tested this on >> 8.3-prerelease and 9-stable >> >> any Ideas? >> >> cheers >> Jan >> >> pciconf -lv >> bce0@pci0:1:0:0: class=0x020000 card=0x02871028 chip=0x163a14e4 >> rev=0x20 hdr=0x00 >> vendor = 'Broadcom Corporation' >> device = 'NetXtreme II BCM5709S Gigabit Ethernet' >> class = network >> subclass = ethernet >> >> dmesg >> bce0: mem >> 0xda000000-0xdbffffff irq 36 at device 0.0 on pci1 >> miibus0: on bce0 >> brgphy0: PHY 2 on miibus0 >> brgphy0: 1000baseSX-FDX, auto >> bce0: Ethernet address: 00:26:b9:fb:04:0c >> bce0: ASIC (0x57092000); Rev (C0); Bus (PCIe x4, 2.5Gbps); B/C (5.0.11); >> Bufs (RX:2;TX:2;PG:8); Flags (SPLT|MSI|MFW); MFW (NCSI 2.0.5) >> Coal (RX:6,6,18,18; TX:20,20,80,80) >> bce1: mem >> 0xdc000000-0xddffffff irq 48 at device 0.1 on pci1 >> miibus1: on bce1 >> brgphy1: PHY 2 on miibus1 >> brgphy1: 1000baseSX-FDX, auto >> bce1: Ethernet address: 00:26:b9:fb:04:0e >> bce1: ASIC (0x57092000); Rev (C0); Bus (PCIe x4, 2.5Gbps); B/C (5.0.11); >> Bufs (RX:2;TX:2;PG:8); Flags (SPLT|MSI|MFW); MFW (NCSI 2.0.5) >> Coal (RX:6,6,18,18; TX:20,20,80,80) >> > I'm not sure you're seeing one of long standing remote PHY issue of > blade box but would you try the patch at the following URL? > http://people.freebsd.org/~yongari/bce/bce.rphy.diff > > After applying the patch, show me the dmesg output(bce(4) and > brgphy(4) related ones) and 'ifconfig -m bce0'. > Note, the patch was not tested at all(lack of hardware). Hello, thank you very much, for your quick support Now its looking much better ifconfig -m bce0 bce0: flags=8843 metric 0 mtu 1500 options=c01bb capabilities=c01bb ether 00:26:b9:fb:04:0c inet 192.168.100.30 netmask 0xffffff00 broadcast 192.168.100.255 inet6 fe80::226:b9ff:fefb:40c%bce0 prefixlen 64 tentative scopeid 0x1 nd6 options=29 media: Ethernet autoselect (1000baseT ) status: active supported media: media autoselect media 1000baseT mediaopt full-duplex media 1000baseT media 100baseTX mediaopt full-duplex media 100baseTX media 10baseT/UTP mediaopt full-duplex media 10baseT/UTP dmesg: ..... bce0: mem 0xda000000-0xdbffffff irq 36 at device 0.0 on pci1 bce0: attempting to allocate 1 MSI vectors (16 supported) msi: routing MSI IRQ 256 to local APIC 16 vector 52 bce0: using IRQ 256 for MSI bce0: Remote PHY : TP bce0: bpf attached bce0: Ethernet address: 00:26:b9:fb:04:0c bce0: ASIC (0x57092000); Rev (C0); Bus (PCIe x4, 2.5Gbps); B/C (5.0.11); Bufs (RX:2;TX:2;PG:8); Flags (SPLT|MSI|Remote PHY(TP)|MFW); MFW (NCSI 2.0.5) Coal (RX:6,6,18,18; TX:20,20,80,80) bce1: mem 0xdc000000-0xddffffff irq 48 at device 0.1 on pci1 bce1: attempting to allocate 1 MSI vectors (16 supported) msi: routing MSI IRQ 257 to local APIC 16 vector 53 bce1: using IRQ 257 for MSI bce1: Remote PHY : TP bce1: bpf attached bce1: Ethernet address: 00:26:b9:fb:04:0e bce1: ASIC (0x57092000); Rev (C0); Bus (PCIe x4, 2.5Gbps); B/C (5.0.11); Bufs (RX:2;TX:2;PG:8); Flags (SPLT|MSI|Remote PHY(TP)|MFW); MFW (NCSI 2.0.5) Coal (RX:6,6,18,18; TX:20,20,80,80) ..... I have done a quick test with 100 and 1000 MBit, both working very well. Its possible to get a Patch for 8 Stable? thank in advance Jan