From owner-freebsd-current@FreeBSD.ORG Tue Sep 16 15:40:27 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 44094403; Tue, 16 Sep 2014 15:40:27 +0000 (UTC) Received: from mail-qg0-x22c.google.com (mail-qg0-x22c.google.com [IPv6:2607:f8b0:400d:c04::22c]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E559DF29; Tue, 16 Sep 2014 15:40:26 +0000 (UTC) Received: by mail-qg0-f44.google.com with SMTP id f51so41251qge.3 for ; Tue, 16 Sep 2014 08:40:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=U1XDrNVguDwH6SxN8KclAlMO3SVkeWVFnfNWaCJkvSs=; b=qpQxyGSsQQPVVWefHP6garZ63qKitkth2D3ikc3SR6ntW9ZkT9+2BhHBM193w2obPZ 3wiMVFEtB5zBJvsyV7crD6NPuITbMESXGid9lB4zZYZlyfIH+E4ON5Zx1IxRrSOZ4ANh xVDj0Y+9tpkYNASxt92Naq7BEkYv6cf8Q6ZrUARE8pwWP5ue0+ByGqHVydWKR+v76F7z kM4W23bqsr/d+mCkQsWmydDNqWytSn7qeO0+YFASUDKBvW5e9LbR07pRT3NV8sGWK9p0 emKlYl73E1Aw96o6vyz7oFHrOX0TCMCHejqzW8+6+dV4PmPCrgPzBoAojy1u3O5x1vux fbIw== MIME-Version: 1.0 X-Received: by 10.224.88.198 with SMTP id b6mr20551437qam.37.1410882025998; Tue, 16 Sep 2014 08:40:25 -0700 (PDT) Sender: adrian.chadd@gmail.com Received: by 10.224.39.139 with HTTP; Tue, 16 Sep 2014 08:40:25 -0700 (PDT) In-Reply-To: <20140916131854.46acc5fb.ohartman@zedat.fu-berlin.de> References: <20140915233833.5bdd0725.ohartman@zedat.fu-berlin.de> <20140916131854.46acc5fb.ohartman@zedat.fu-berlin.de> Date: Tue, 16 Sep 2014 08:40:25 -0700 X-Google-Sender-Auth: WpLqu7o79FwLKvA-wgo4Zn3o3Ls Message-ID: Subject: Re: 11.0-CURRENT and Lenovo ThinkPad E540: No LAN, no WiFI From: Adrian Chadd To: "O. Hartmann" Content-Type: text/plain; charset=UTF-8 Cc: Kevin Oberman , FreeBSD CURRENT , FreeBSD Questions X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.18-1 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: Tue, 16 Sep 2014 15:40:27 -0000 Ah, jumbo frames. Maybe you got lucky and some ethernet drivers default to accepting larger frames even if the MTU is 1500. -a