From owner-freebsd-net@FreeBSD.ORG Mon Jun 17 14:16:19 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 4C991A28 for ; Mon, 17 Jun 2013 14:16:19 +0000 (UTC) (envelope-from spawk@acm.poly.edu) Received: from acm.poly.edu (acm.poly.edu [64.147.113.26]) by mx1.freebsd.org (Postfix) with ESMTP id 2992D196F for ; Mon, 17 Jun 2013 14:16:19 +0000 (UTC) Received: from acm.poly.edu (localhost [127.0.0.1]) by acm.poly.edu (Postfix) with ESMTP id C67581F1349 for ; Mon, 17 Jun 2013 10:08:11 -0400 (EDT) Received: (qmail 63808 invoked from network); 17 Jun 2013 14:08:11 -0000 Received: from unknown (HELO ?10.50.50.200?) (spawk@64.147.100.2) by acm.poly.edu with CAMELLIA256-SHA encrypted SMTP; 17 Jun 2013 14:08:11 -0000 Message-ID: <51BF1843.30605@acm.poly.edu> Date: Mon, 17 Jun 2013 10:08:03 -0400 From: Boris Kochergin User-Agent: Mozilla/5.0 (X11; FreeBSD i386; rv:17.0) Gecko/20130401 Thunderbird/17.0.4 MIME-Version: 1.0 To: =?ISO-8859-1?Q?=22Wei=DF=2C_J=FCrgen=22?= Subject: Re: Unsupported AFBR-700SDZ SFP+ module with 82598EB 10-Gigabit AF Dual Port Network Connection References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Cc: "'freebsd-net@freebsd.org'" 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, 17 Jun 2013 14:16:19 -0000 Thanks, but this does not work. ix0: port 0xece0-0xecff mem 0xdf360000-0xdf37ffff,0xdf3c0000-0xdf3fffff,0xdf33c000-0xdf33ffff irq 45 at device 0.1 on pci6 ix0: Using MSIX interrupts with 9 vectors ix0: Unsupported SFP+ Module ix0: Hardware Initialization Failure device_attach: ix0 attach returned 5 -Boris On 06/09/13 13:42, Weiß, Jürgen wrote: > 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 |= IXGBE_DEVICE_CAPS_ALLOW_ANY_SFP; > if (!(enforce_sfp & IXGBE_DEVICE_CAPS_ALLOW_ANY_SFP) && > !((hw->phy.sfp_type == ixgbe_sfp_type_1g_cu_core0) || > (hw->phy.sfp_type == 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 >