CVSROOT: /cvs Module name: src Changes by: j...@cvs.openbsd.org 2012/05/17 04:45:17
Modified files: sys/dev/pci : if_em.c if_em_hw.h if_em_hw.c Log message: Add support for i350 based devices, based in part on Intel code in FreeBSD. Workaround the apparently undocumented errata where the CRC is always stripped whether asked to or not, and take the FreeBSD workaround for a known errata when clearing the vlan filter. Thanks to Jens A. Griepentrog for donating a card. ok dlg@ mikeb@