Re: [PATCH 6/7] em: Port an i219 errata workaround from FreeBSD

2018-04-05 Thread Jonathan Gray
On Thu, Apr 05, 2018 at 09:57:22PM +0200, Stefan Fritsch wrote: > https://www.intel.com/content/dam/www/public/us/en/documents/specification-updates/i218-i219-ethernet-connection-spec-update.pdf?asset=9561 > --- > sys/dev/pci/if_em.c| 4 +++- > sys/dev/pci/if_em_hw.h | 1 + > 2 files changed,

[PATCH 6/7] em: Port an i219 errata workaround from FreeBSD

2018-04-05 Thread Stefan Fritsch
https://www.intel.com/content/dam/www/public/us/en/documents/specification-updates/i218-i219-ethernet-connection-spec-update.pdf?asset=9561 --- sys/dev/pci/if_em.c| 4 +++- sys/dev/pci/if_em_hw.h | 1 + 2 files changed, 4 insertions(+), 1 deletion(-) diff --git sys/dev/pci/if_em.c sys/dev/pci