d1bc Intel 10 Gigabit Ethernet - The FreeBSD Forums
The FreeBSD Forums  

Go Back   The FreeBSD Forums > Base System > System Hardware

System Hardware Internal storage, motherboards, PCI cards, stuff inside the case.

Reply
 
Thread Tools Display Modes
  #1  
Old December 16th, 2009, 23:20
rdg rdg is offline
Junior Member
 
Join Date: Dec 2009
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Default Intel 10 Gigabit Ethernet

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?
Reply With Quote
  #2  
Old December 16th, 2009, 23:34
DutchDaemon's Avatar
DutchDaemon DutchDaemon is offline
Administrator
 
Join Date: Nov 2008
Location: Rotterdam, the Netherlands
Posts: 9,849
Thanks: 30
Thanked 1,892 Times in 1,335 Posts
Default

/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
/usr/src/sys/dev/ixgb/if_ixgb.c
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},
/usr/src/sys/dev/ixgb/ixgb_ids.h
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 */
Maybe the controller/device types can help your (re)search along (e.g. on the Intel site).
__________________
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.
Reply With Quote
  #3  
Old December 17th, 2009, 15:58
rdg rdg is offline
Junior Member
 
Join Date: Dec 2009
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Default RE: Intel 82597

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
Reply With Quote
  #4  
Old December 17th, 2009, 16:04
rdg rdg is offline
Junior Member
 
Join Date: Dec 2009
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Default RE: Intel 82598 &82599

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
Reply With Quote
  #5  
Old December 18th, 2009, 00:19
DutchDaemon's Avatar
DutchDaemon DutchDaemon is offline
Administrator
 
Join Date: Nov 2008
Location: Rotterdam, the Netherlands
Posts: 9,849
Thanks: 30
Thanked 1,892 Times in 1,335 Posts
Default

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. <---
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

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


All times are GMT +1. The time now is 08:54.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2013, vBulletin Solutions, Inc.
The mark FreeBSD is a registered trademark of The FreeBSD Foundation and is used by The FreeBSD Project with the permission of The FreeBSD Foundation.
Web protection and acceleration provided by CloudFlare
0