From owner-freebsd-net@FreeBSD.ORG Fri Jun 18 04:02:53 2010 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 8C7871065673; Fri, 18 Jun 2010 04:02:53 +0000 (UTC) (envelope-from pisymbol@gmail.com) Received: from mail-gx0-f182.google.com (mail-gx0-f182.google.com [209.85.161.182]) by mx1.freebsd.org (Postfix) with ESMTP id 126A38FC0C; Fri, 18 Jun 2010 04:02:52 +0000 (UTC) Received: by gxk27 with SMTP id 27so455365gxk.13 for ; Thu, 17 Jun 2010 21:02:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type; bh=7uDjfDh2mJLAjEO3nKQ4GXZcoyQ1EpOkRZfDmrZU5JM=; b=EeyoqnZsTG9eTzYDrB+QSLSVP3iaIy9VXNLvugDqzPygq8lrwN51y3nK9yCtyVg2p8 Y6zhEOFEfeA39K21+fpbyZk0+zatuMv7MqBuSHP6JZ9Gdf/2/kqSlYT3CdRRXld4sSdg nA4rqrjuLbJL9n6VlgQ5EOjjUIxQqV0ZDp1vU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=OUBAt6gq6FzkHXxTUHF+jKr8nDV5t1olL1un2sgBbPGUWQrCBGbUg0VkCcvXob9+6c n7NGvMvGTSh1kFfOiE1qdU4h1PNq6fNBt4YsS/s+NjhXydbbgpi7wjDQG2bqIfvUyCdl J0pUQ2DCrBuu1t6NC9Owcik0mSx00S//lv4fc= MIME-Version: 1.0 Received: by 10.101.129.7 with SMTP id g7mr387508ann.84.1276833772165; Thu, 17 Jun 2010 21:02:52 -0700 (PDT) Received: by 10.100.137.4 with HTTP; Thu, 17 Jun 2010 21:02:51 -0700 (PDT) In-Reply-To: References: <82D310BD-48DE-4F79-84C6-356AB4F04C42@averesystems.com> Date: Fri, 18 Jun 2010 00:02:51 -0400 Message-ID: From: Alexander Sack To: Jack Vogel Content-Type: text/plain; charset=ISO-8859-1 Cc: Juli Mallett , freebsd-net@freebsd.org, Andrew Boyer Subject: Re: Dual-rate transceivers with ixgbe? 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: Fri, 18 Jun 2010 04:02:53 -0000 On Thu, Jun 17, 2010 at 2:29 PM, Jack Vogel wrote: > I have been working on this this morning, and I have a way of doing the same > thing > you do with ethtool on Linux, I should have something in HEAD shortly. This > will > let you "force" the advertisement of the link to 1G only. > Jack, I am not sure if you want me to share! :) I have something that works with my 1G SFP (Finisar) which isnt supported but works 100% of all my 1G SFPs. The problem is that the driver assumes AN in a lot of spots even when connected to a passive tap because if you have a multispeed fiber, negotion is always TRUE! :( I guess my question is for the 1G only, I assume you turn AN off to make this go (that seems to always work). Thanks! -aps PS I know, I know, 1G AN sucks....btw, thanks Jack for being responsive to all of this stuff...