On Sat, 22 Mar 2014, Matthias Scheler wrote:
Date: Sat, 22 Mar 2014 17:42:19 +0000
From: Matthias Scheler <[email protected]>
To: [email protected]
Cc: [email protected]
Subject: Re: 82599EB 10-Gigabit not detected
On Thu, Mar 20, 2014 at 10:26:25AM +0100, [email protected]
wrote:
You could try to get your card to work by changing the array
"ixgbe_vendor_info_array" in "src/sys/dev/pci/ixgbe/ixgbe.c".
You add an entry for your card with the correct PCI device it
it might just work.
The reported device-id is: Ethernet controller [0200]: Intel Corporation
82599EB 10-Gigabit SFP+ Network Connection [8086:154d] (rev 01)
I will test to change the array.
Please let us know whether that made the card work for you.
Thank you for your efforts
You are welcome.
Kind regards
--
Matthias Scheler https://zhadum.org.uk/
At the time it is not possible to compile the kernel:
/usr/src/sys/dev/pci/ixgbe/ixgbe.c:4293:19: error: variable 'ec' set but
not used [-Werror=unused-but-set-variable]
struct ethercom *ec;
^
/usr/src/sys/dev/pci/ixgbe/ixgbe.c: In function 'ixgbe_rx_checksum':
/usr/src/sys/dev/pci/ixgbe/ixgbe.c:4672:7: error: variable
'sctp' set but not used [-Werror=unused-but-set-variable]
bool sctp = FALSE;
^
cc1: all warnings being treated as errors
*** [ixgbe.o] Error code 1
Regards
Uwe