From owner-freebsd-net@FreeBSD.ORG Thu Jul 12 22:39:41 2012 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E6FD31065679 for ; Thu, 12 Jul 2012 22:39:41 +0000 (UTC) (envelope-from nitroboost@gmail.com) Received: from mail-ob0-f182.google.com (mail-ob0-f182.google.com [209.85.214.182]) by mx1.freebsd.org (Postfix) with ESMTP id B0C458FC21 for ; Thu, 12 Jul 2012 22:39:41 +0000 (UTC) Received: by obbun3 with SMTP id un3so4788910obb.13 for ; Thu, 12 Jul 2012 15:39:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=R7KnRbXIE/exyjUUeLn27dhIBFgLRQm7W7C8pzPMpVE=; b=CIZj8EWxg5Cv0UppuBFI4td6XW3uabrf3ipOfZIpbChGqxOsAx1TSSjZ0C5AuwaPEs iJreG9oVreQC5gFLm3oPj85xSvEqyPSnK6JOAP3vK+3QObZ351ocge5Q0DLpZDBR1oMo ZHPLO4vVga3osqki6lledrI56VXi3+WJhMMshgqYVWKcnANYWqC1TS2CP781ofEZKcws n1FKHEVztaJvobixyzmu/M2Z/yiu/1LOsf5UWFECK7Kwc+ZJLRlYPZdOCpO02rs82/ll 67AEhwLUuJdHhvesXkgTVGyzEyNq5wxEzTIz5CHKk/0RpmCTNnXg/uQFgP3Jx/0lw/Jo ojCA== MIME-Version: 1.0 Received: by 10.182.47.9 with SMTP id z9mr20434294obm.58.1342132781352; Thu, 12 Jul 2012 15:39:41 -0700 (PDT) Received: by 10.182.73.232 with HTTP; Thu, 12 Jul 2012 15:39:41 -0700 (PDT) Date: Thu, 12 Jul 2012 15:39:41 -0700 Message-ID: From: Jason Wolfe To: freebsd-net@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Subject: Broadcom NetXtreme BCM5719 support X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Jul 2012 22:39:42 -0000 Hi, I have an HP ProLiant DL360p Gen8 server in my possession for testing, and it appears the Broadcom NetXtreme BCM5719 doesn't yet have support. I noticed someone asking about server support on freebsd-questions last month, but it didn't garner much attention. Played around with 8.3-RELEASE, 8-STABLE and 9.1-BETA1 trees from yesterday and poked around the commits to ensure I wasn't missing anything. Everything appears to be functioning fine except for the NIC. bge0: mem 0xf6bf0000-0xf6bfffff,0xf6be0000-0xf6beffff,0xf6bd0000-0xf6bdffff irq 32 at device 0.0 on pci3 bge0: CHIP ID 0x05719001; ASIC REV 0x5719; CHIP REV 0x57190; PCI-E miibus0: on bge0 bge0: Ethernet Address: xx:xx:xx:xx:xx:xx ... bge0: watchdog timeout -- resetting bge0: link state changed to UP bge0: link state changed to DOWN bge0: link state changed to UP bge0: link state changed to DOWN bge0: link state changed to UP bge0: link state changed to DOWN ... bge0@pci:0:3:0:0: class=0x020000 card=0x169d103c chip=0x165714e4 rev=0x01 hdr=0x00 vendor = 'Broadcom Corporation' device = 'NetXtreme BCM5719 Gigabit Ethernet PCIe' class = network subclass = ethernet Anything in the pipe on this one, or any access I can provide that might assist us? Jason