https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=239704

Jeff Pieper <jeffrey.e.pie...@intel.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jeffrey.e.pie...@intel.com

--- Comment #3 from Jeff Pieper <jeffrey.e.pie...@intel.com> ---
The driver that is in 12.0 uses the iflib framework, which makes it impossible
to port 3.3.6 into BASE. The driver version is printed via sysctl:

# sysctl dev.ix|grep version
dev.ix.0.iflib.driver_version: 4.0.1-k
dev.ix.1.iflib.driver_version: 4.0.1-k

The vendor-specific (non-iflib) sysctls for ix are:

dev.ix.x.advertise_speed: 0
dev.ix.x.fc: 0

You can read more about iflib (available sysctls etc) here:

https://www.freebsd.org/cgi/man.cgi?query=iflib&sektion=4&apropos=0&manpath=FreeBSD+12.0-RELEASE+and+Ports

One of our developers will work on investigating this, but it may be specific
to your hardware, as we do not see this on OEM-generic adapters. There also may
be relevant iflib changes in 12-STABLE or CURRENT as well.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
freebsd-bugs@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"

Reply via email to