From owner-freebsd-drivers@FreeBSD.ORG Wed Apr 22 14:21:39 2015 Return-Path: Delivered-To: freebsd-drivers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7751279B for ; Wed, 22 Apr 2015 14:21:39 +0000 (UTC) Received: from mail-la0-x232.google.com (mail-la0-x232.google.com [IPv6:2a00:1450:4010:c03::232]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E44791813 for ; Wed, 22 Apr 2015 14:21:38 +0000 (UTC) Received: by lagv1 with SMTP id v1so176182418lag.3 for ; Wed, 22 Apr 2015 07:21:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ruduo.net; s=google; h=mime-version:date:message-id:subject:from:to:content-type; bh=uiFDEh0hyZAMvi6SzDazLYnZ3Bu1UFISf0wfYGq6y2w=; b=QS4BMjpLjQRBLoY8zXym0x9YqRCD5jUVsJT2mX5tHEOtQAjyE2XdhTDZajV5dCuSFy XFImvddsMAahSzw6ByFgpdosDafhUfqAhGm8e0TORfGuKENqPdyQuILuoVDIuGcEBdD3 IYr2+jMpAgjVLTngx9u7rOD9kR7Xb06cyrOdE= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:date:message-id:subject:from:to :content-type; bh=uiFDEh0hyZAMvi6SzDazLYnZ3Bu1UFISf0wfYGq6y2w=; b=cysd5z1SmxB2JrwnQ8LVwnyEL+QUZZo5dq6N36dOjerCxzJiDoTG/M+WRCWEAmaJvB 9MBT8aecXUK5+8pIImPD30hi/e21LcpDuM8vaeSSHEKt08PMZXDz6t21a+sbJv5w4Z7+ scsJwTWbXMLDKizHYT5AHoM+wgnaDNcGXw5/AF5rGoXPi1FDqmyQEtxsF/4cPljnTZte zn6BZ/D03kJmg+C31J8gKuL170nGPSKtS+GKxzqgJevgBTTrLnMncE67uSGFPFqbyvA/ 5Kxsu7im7v5O3mJ7MMy7a2ryANDH0o1aXxBptWfqygYTO0x/SUqfcsj6foqlaOLbKO/b 0/XA== X-Gm-Message-State: ALoCoQnjOBRoslejji/WvHxJRewDhUmX0xCYzDEXxbRrgS8ahltZHglIKnn0nH3v//QlK0g6704I MIME-Version: 1.0 X-Received: by 10.112.171.101 with SMTP id at5mr25127595lbc.66.1429712496656; Wed, 22 Apr 2015 07:21:36 -0700 (PDT) Received: by 10.114.84.8 with HTTP; Wed, 22 Apr 2015 07:21:36 -0700 (PDT) Date: Wed, 22 Apr 2015 17:21:36 +0300 Message-ID: Subject: BCM5720 no carrier From: Putinas Piliponis To: freebsd-drivers@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-drivers@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Writing device drivers for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Apr 2015 14:21:39 -0000 Hello, I got a new Dell R730 server with 4 BCM5720C network interfaces (built in on motherboard). Initially I have installed 10.1-RELEASE, but now I am on 10.1-STABLE (built and hour ago). The issue I am experiencing that ifconfig doesn't see connected cable. (Yes I have tried 3 different cables, and they do work otherwise). I have tried forcing it to 1000baseT but no effect. (Tried running dhclient bge0 - no response from DHCP server). Here is dmesg output for one of interfaces: bge0: mem 0x91a30000-0x91a3ffff,0x91a40000-0x91a4ffff,0x91a50000-0x91a5ffff at device 0.0 on pci2 bge0: APE FW version: NCSI v1.3.7.0 bge0: CHIP ID 0x05720000; ASIC REV 0x5720; CHIP REV 0x57200; PCI-E miibus0: on bge0 brgphy0: PHY 1 on miibus0 brgphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseT, 1000baseT-master, 1000baseT-FDX, 1000baseT-FDX-master, auto, auto-flow bge0: Using defaults for TSO: 65518/35/2048 bge0: Ethernet address: 44:a8:42:1b:b4:67 Here is output of ifconfig: ifconfig bge0 bge0: flags=8843 metric 0 mtu 1500 options=c019b ether 44:a8:42:1b:b4:67 nd6 options=29 media: Ethernet autoselect (none) status: no carrier Here is output of pciconf for bge0: pciconf -lv bge0 bge0@pci0:2:0:0: class=0x020000 card=0x1f5b1028 chip=0x165f14e4 rev=0x00 hdr=0x00 vendor = 'Broadcom Corporation' device = 'NetXtreme BCM5720 Gigabit Ethernet PCIe' class = network subclass = ethernet As server is not yet in production - I am willing to give a try for some patches (if any), etc. Sorry if it's wrong mailing list :)