Date: Sun, 9 Jun 2013 17:42:20 +0000 From: =?iso-8859-1?B?V2Vp3ywgSvxyZ2Vu?= <weiss@uni-mainz.de> To: "'spawk@acm.poly.edu'" <spawk@acm.poly.edu> Cc: "'freebsd-net@freebsd.org'" <freebsd-net@freebsd.org> Subject: Re: Unsupported AFBR-700SDZ SFP+ module with 82598EB 10-Gigabit AF Dual Port Network Connection Message-ID: <D6240E9DA4CE444399B1D9D8A57CBDD988E18919@E14MDB-02.zdv.Uni-Mainz.DE>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?D6240E9DA4CE444399B1D9D8A57CBDD988E18919>
