From owner-freebsd-net@FreeBSD.ORG Mon Jun 10 02:09:09 2013 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id C403B4EE for ; Mon, 10 Jun 2013 02:09:09 +0000 (UTC) (envelope-from jfvogel@gmail.com) Received: from mail-vb0-x236.google.com (mail-vb0-x236.google.com [IPv6:2607:f8b0:400c:c02::236]) by mx1.freebsd.org (Postfix) with ESMTP id 865F315D5 for ; Mon, 10 Jun 2013 02:09:09 +0000 (UTC) Received: by mail-vb0-f54.google.com with SMTP id q12so1008358vbe.13 for ; Sun, 09 Jun 2013 19:09:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=AO723cTmuLy3BGsGd/kDwKIKvA71iDSmmnDgNKupUFE=; b=NdFiHOZIWM92dKahaTNuvd+wmYmpS6PZpdAk2lbCtUWza0Cwz2RAr1BH+AIES+7Kta k8d4n2KIGvhwHHBpsY9UCG+CY2qmkFV35PTwi3quSIr0tvQrnPzSixpemTbKc8wEU73x 1U8bcQrWekvnsA1vXSGnulZCjaoI0rCQI7SAyzJNBvyVKyIZVGfKRIlmwXoN7p8JPgB7 5JAIHp+lnspQde/Lun4clUfpFTbinRFlpeG4VvJ6thlR0a0WX8UjJprGrRXnzebPoso1 XHO/+6smIwzfK32QZ2/9ee6/vnf/aQd0rBkmzwqtv2WLI3LUfM2dHRYM45CXBoD/kz7W E99g== MIME-Version: 1.0 X-Received: by 10.220.45.132 with SMTP id e4mr4498737vcf.13.1370830149015; Sun, 09 Jun 2013 19:09:09 -0700 (PDT) Received: by 10.220.15.194 with HTTP; Sun, 9 Jun 2013 19:09:08 -0700 (PDT) In-Reply-To: References: Date: Sun, 9 Jun 2013 19:09:08 -0700 Message-ID: Subject: Re: Unsupported AFBR-700SDZ SFP+ module with 82598EB 10-Gigabit AF Dual Port Network Connection From: Jack Vogel To: =?ISO-8859-1?B?V2Vp3ywgSvxyZ2Vu?= Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: "freebsd-net@freebsd.org" , "spawk@acm.poly.edu" X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Jun 2013 02:09:09 -0000 There will be a driver update soon with the way it should be done, it will be in the core driver code and not as here in the shared code. Regards, Jack PS Oh, and the email address should be 'freebsd@intel.com' now rather than freebsdnic, it still ultimately just gets to me however. On Sun, Jun 9, 2013 at 10:42 AM, Wei=DF, J=FCrgen wrot= e: > With the following patch the ixgbe (ix) driver > accepts any SFP. > > > --- ixgbe_phy.c.orig 2012-10-01 18:38:31.000000000 +0200 > +++ ixgbe_phy.c 2012-11-13 16:23:18.650609931 +0100 > @@ -1186,6 +1186,7 @@ > } > > ixgbe_get_device_caps(hw, &enforce_sfp); > + enforce_sfp |=3D IXGBE_DEVICE_CAPS_ALLOW_ANY_SFP; > if (!(enforce_sfp & IXGBE_DEVICE_CAPS_ALLOW_ANY_SFP) && > !((hw->phy.sfp_type =3D=3D ixgbe_sfp_type_1g_cu_core0= ) || > (hw->phy.sfp_type =3D=3D ixgbe_sfp_type_1g_cu_core1= ) || > > > Regards > > Juergen > > Juergen Weiss |Universitaet Mainz, Zentrum fuer Datenverarbeitung, > weiss@uni-mainz.de |55099 Mainz, Tel: +49(6131)39-26361, FAX: > +49(6131)39-26407 > > _______________________________________________ > freebsd-net@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-net > To unsubscribe, send any mail to "freebsd-net-unsubscribe@freebsd.org" >