[#]
http://marc.info/?l=openbsd-cvs&m=140897682305041&w=2
openbsd-cvs(obsdave,2) — All
2014-08-25 18:55:09
Module name: src
Changes by: mikeb@cvs.openbsd.org 2014/08/25 08:26:25
Modified files:
sys/dev/pci : if_ix.c ixgbe_phy.c ixgbe_type.h ixgbe_x540.c
Log message:
We have never limited the definition of "supported SPF modules"
to the vendor/make whitelist maintained by Intel so there's no
reason to start doing it now.
When syncing the driver to the FreeBSD codebase I have decided
to take this chunk as is but it appears that it breaks cheap
chinese SFP+ fiber optics modules that we all love. And while
there's still a lot of places where we check for the vendor
OUI, most of these checks are not necessary.
Issue reported and fix tested by Tony Sarendal. Thanks!