From owner-freebsd-current@FreeBSD.ORG Fri Jan 3 01:39:44 2014 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9E71211F for ; Fri, 3 Jan 2014 01:39:44 +0000 (UTC) Received: from mail-qe0-x234.google.com (mail-qe0-x234.google.com [IPv6:2607:f8b0:400d:c02::234]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 600DE17C1 for ; Fri, 3 Jan 2014 01:39:44 +0000 (UTC) Received: by mail-qe0-f52.google.com with SMTP id ne12so14642474qeb.25 for ; Thu, 02 Jan 2014 17:39:43 -0800 (PST) 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=ITXBrauofODZtasVijwRzAy26Qqd4nBIwNzofl+y6u8=; b=Rzmd2jhR+6B1D7hc+JngXyXV+eDHoOJUtlWza8fQFupgDY7xrSPaOv6h/cjUKAAJQI Bc64jO8cJgJJ8O4KfTUeEW1fPnq2AAZFFhfemAD842gsVd8u5HpqPlgEAci7V/qY5u9V /HDkdr+gHaKVWJs2Q3wwmjeVbefvP/8yVm5cn+GzeVquaaJax08BQVaAJtap6AA/6ojS T7Ld7/qEasmqTFtTpbidm5ABos6SESzhctxb/c2I4eT87vF7HRMESjBdVPqVUF2OKWNb zQk8W9PXomP7OYV9aws1scKTzYtqQSLAsX8QfPiJFnvR3hxfb7lDnY4CyPlFJQyY2b2R C/oQ== MIME-Version: 1.0 X-Received: by 10.224.97.7 with SMTP id j7mr144425155qan.81.1388713183580; Thu, 02 Jan 2014 17:39:43 -0800 (PST) Received: by 10.229.223.199 with HTTP; Thu, 2 Jan 2014 17:39:43 -0800 (PST) Date: Thu, 2 Jan 2014 19:39:43 -0600 Message-ID: Subject: RTL8111/8168B not negotiating 1GB From: "Sam Fourman Jr." To: FreeBSD Current Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.17 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Jan 2014 01:39:44 -0000 Hello list, I have a Asus Sabertooth 990FXv2 motherboard, and a run of the mill NetGear DGS2205 desktop gig switch with linux my Ethernet can negotiate at 1GB but with FreeBSD it can not if I force the device to 1000baseT with ifconfig it does not work. uname -a FreeBSD NewBSD 11.0-CURRENT FreeBSD 11.0-CURRENT #1 r260188M: Thu Jan 2 04:27:49 CST 2014 sfourman@NewBSD:/usr/obj/usr/src/sys/GENERIC amd64 re0@pci0:10:0:0: class=0x020000 card=0x85051043 chip=0x816810ec rev=0x09 hdr=0x00 vendor = 'Realtek Semiconductor Co., Ltd.' device = 'RTL8111/8168B PCI Express Gigabit Ethernet controller' class = network subclass = ethernet root@NewBSD:/usr/home/sfourman/Desktop # ifconfig re0: flags=8843 metric 0 mtu 1500 options=8209b ether 60:a4:4c:60:d5:a7 inet 192.168.1.31 netmask 0xffffff00 broadcast 192.168.1.255 inet6 fe80::62a4:4cff:fe60:d5a7%re0 prefixlen 64 scopeid 0x1 nd6 options=29 media: Ethernet autoselect (100baseTX ) status: active -- Sam Fourman Jr.