Re: Intel i210AT NICs

2014-02-06 Thread Jonathan Gray
Some other things to think about when comparing to the intel code in FreeBSD/Linux: igb_read_phy_reg_gs40g/igb_write_phy_reg_gs40g clearing of GS40G_CS_POWER_DOW to power up phy i210 specific part of igb_has_link() igb_acquire_swfw_sync_i210/igb_release_swfw_sync_i210 igb_init_nvm_params_i210/ig

Re: Intel i210AT NICs

2014-02-06 Thread Joerg Goltermann
Thanks Brad, here is an updated version: Index: if_em.c === RCS file: /cvs/src/sys/dev/pci/if_em.c,v retrieving revision 1.275 diff -u -p -r1.275 if_em.c --- if_em.c 28 Dec 2013 03:34:54 - 1.275 +++ if_em.c 6 Feb 2

Re: Intel i210AT NICs

2014-02-06 Thread Joerg Goltermann
On 06.02.2014 12:52, Joerg Goltermann wrote: Hi, On 06.02.2014 10:26, Marc Peters wrote: Hi List, we have a couple of Supermicro boxes with Supmicro X10SLM+-LN4F Boards. These are featuring the Intel i210AT Chipsets. Are there any plans or patches to get them working? Downloaded today's snapsh

Re: Intel i210AT NICs

2014-02-06 Thread Marc Peters
On 02/06/14 13:58, Marc Peters wrote: > On 02/06/14 12:52, Joerg Goltermann wrote: > > These are the cards: > > ppb2 at pci0 dev 28 function 2 "Intel 8 Series PCIE" rev 0xd5: msi > pci3 at ppb2 bus 3 > "Intel I210" rev 0x03 at pci3 dev 0 function 0 not configured > ppb3 at pci0 dev 28 function 3

Re: Intel i210AT NICs

2014-02-06 Thread Marc Peters
On 02/06/14 12:52, Joerg Goltermann wrote: > Hi, > > On 06.02.2014 10:26, Marc Peters wrote: >> Hi List, >> >> we have a couple of Supermicro boxes with Supmicro X10SLM+-LN4F Boards. >> These are featuring the Intel i210AT Chipsets. Are there any plans or >> patches to get them working? Downloaded

Re: Intel i210AT NICs

2014-02-06 Thread Joerg Goltermann
Hi, On 06.02.2014 10:26, Marc Peters wrote: Hi List, we have a couple of Supermicro boxes with Supmicro X10SLM+-LN4F Boards. These are featuring the Intel i210AT Chipsets. Are there any plans or patches to get them working? Downloaded today's snapshot but they aren't getting configured either.

Re: Intel i210AT NICs

2014-02-06 Thread Jonathan Gray
On Thu, Feb 06, 2014 at 10:26:19AM +0100, Marc Peters wrote: > Hi List, > > we have a couple of Supermicro boxes with Supmicro X10SLM+-LN4F Boards. > These are featuring the Intel i210AT Chipsets. Are there any plans or > patches to get them working? Downloaded today's snapshot but they aren't > g