Re: support em(4) i210/i211 OTP chips

2015-03-18 Thread Patrick Wildt
Any updates on this? Am 09.03.2015 um 07:32 schrieb Patrick Wildt m...@patrick-wildt.de: Hi, this diff adds support for a special configuration of i210/i211 chips. Those can have a OTP chip instead of the usual EEPROM, so this diff adds the infrastructure to read needed data from OTP

Re: support em(4) i210/i211 OTP chips

2015-03-18 Thread Jonathan Gray
On Mon, Mar 09, 2015 at 07:32:45AM +0100, Patrick Wildt wrote: Hi, this diff adds support for a special configuration of i210/i211 chips. Those can have a OTP chip instead of the usual EEPROM, so this diff adds the infrastructure to read needed data from OTP and have it not bail out when

support em(4) i210/i211 OTP chips

2015-03-09 Thread Patrick Wildt
Hi, this diff adds support for a special configuration of i210/i211 chips. Those can have a OTP chip instead of the usual EEPROM, so this diff adds the infrastructure to read needed data from OTP and have it not bail out when there's no EEPROM. \Patrick diff --git a/sys/dev/pci/if_em.c