d1bc
![]() |
|
|
|
|
|||||||
| System Hardware Internal storage, motherboards, PCI cards, stuff inside the case. |
![]() |
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
I am reading the 7.2 Release Hardware Notes. It says
[i386,amd64] The ixgb(4) driver supports the following cards: Intel PRO/10GbE LR Server Adapter Intel PRO/10GbE SR Server Adapter However, I have been unable to match this with a model number of a card from Intel. Can someone point me to what exact cards from Intel are supported? |
|
#2
|
||||
|
||||
|
/usr/src/sys/dev/ixgb/README
Code:
The following Intel network adapters are compatible with the drivers in this
release:
Controller Adapter Name Physical Layer
---------- ------------ --------------
82597EX PRO/10GbE LR/SR Server Adapter 10G Base -LR and -SR
850 and 1310 nm optical fiber
Code:
/* Intel(R) PRO/10000 Network Connection */
{INTEL_VENDOR_ID, IXGB_DEVICE_ID_82597EX, PCI_ANY_ID, PCI_ANY_ID, 0},
{INTEL_VENDOR_ID, IXGB_DEVICE_ID_82597EX_SR, PCI_ANY_ID, PCI_ANY_ID, 0},
Code:
#define IXGB_DEVICE_ID_82597EX 0x1048 /* Cibolo A1, -LR (1310nm) */ #define IXGB_DEVICE_ID_82597EX_SR 0x1A48 /* Cibolo B0, -SR (850nm) */ #define IXGB_SUBDEVICE_ID_A11F 0xA11F /* Adapter-OEM-1310nm-Fiber */ #define IXGB_SUBDEVICE_ID_A01F 0xA01F /* Adapter-Retail-1310nm-Fiber */ #define IXGB_SUBDEVICE_ID_A15F 0xA15F /* Adapter-OEM-850nm-Fiber */ #define IXGB_SUBDEVICE_ID_A05F 0xA05F /* Adapter-Retail-850nm-Fiber */ #define IXGB_SUBDEVICE_ID_A12F 0xA12F /* Adapter-OEM-1310nm-Fiber */ #define IXGB_SUBDEVICE_ID_A02F 0xA02F /* Adapter-Retail-1310nm-Fiber */
__________________
FreeBSD Forums: Information for New Members | FreeBSD Forums Rules FreeBSD Resources: The FreeBSD Handbook | Manuals | FAQ | Wiki Before you post: How to ask questions the smart way If you must know .. So, what does an Administrator/Moderator do? ---> Do not PM me with FreeBSD questions. I do not work here. <--- Last edited by DutchDaemon; December 16th, 2009 at 23:41. |
|
#3
|
|||
|
|||
|
Thank you for your reply.
This does help me in researching 10 Gig E cards form Intel. The 82597EX is "End of Life" according to Intel's web site. There also do not appear to be data sheets available for it. Thus it would not be a good choice for me. http://ark.intel.com/Product.aspx?id=36919 |
|
#4
|
|||
|
|||
|
I just found this from the Intel website. Looks like they have added support for the 82598 and 82599.
http://downloadcenter.intel.com/Deta...14688&lang=eng |
|
#5
|
||||
|
||||
|
82598 for sure, 82599 may show up in the next driver version.
ixgbe(4): Code:
HARDWARE
The ixgbe driver supports the following cards:
o Intel(R) 10 Gigabit XF SR/AF Dual Port Server Adapter
o Intel(R) 10 Gigabit XF SR/LR Server Adapter
o Intel(R) 82598EB 10 Gigabit AF Network Connection
o Intel(R) 82598EB 10 Gigabit AT CX4 Network Connection
__________________
FreeBSD Forums: Information for New Members | FreeBSD Forums Rules FreeBSD Resources: The FreeBSD Handbook | Manuals | FAQ | Wiki Before you post: How to ask questions the smart way If you must know .. So, what does an Administrator/Moderator do? ---> Do not PM me with FreeBSD questions. I do not work here. <--- |
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| HP NC375i Quad Port Gigabit Ethernet Adaptor | microbluechip | System Hardware | 4 | October 30th, 2009 22:22 |
| FreeNAS and slow network gigabit speed | paradoxmonkey | Networking | 23 | September 28th, 2009 14:19 |
| Marvell Yukon 88E8056 Gigabit Ethernet | felix | System Hardware | 13 | May 28th, 2009 16:54 |
| Intel DG43NB & 82567V Ethernet Controller | pasha | System Hardware | 5 | May 22nd, 2009 07:26 |
| Problems with Broadcom Gigabit NIC | roddierod | System Hardware | 5 | April 25th, 2009 17:18 |