History log of /openbsd/sys/dev/pci/ixgbe_82599.c (Results 1 – 19 of 19)
Revision Date Author Comments
# d7a8f955 02-Mar-2020 jmatthew <jmatthew@openbsd.org>

Update ix(4) from freebsd to add support for X553 controllers.

Tested on 82599 (sfp+) and X540 (baseT) by me and Hrvoje Popovski,
and on X553 by sthen@ and abieber@, and possibly more via snapshots

Update ix(4) from freebsd to add support for X553 controllers.

Tested on 82599 (sfp+) and X540 (baseT) by me and Hrvoje Popovski,
and on X553 by sthen@ and abieber@, and possibly more via snapshots
ok sthen@ mikeb@

show more ...


# 457e2542 28-Feb-2020 deraadt <deraadt@openbsd.org>

oops some snapshot tests fell in


# 7042a378 28-Feb-2020 deraadt <deraadt@openbsd.org>

sync


# 276d64b7 17-Nov-2016 mikeb <mikeb@openbsd.org>

Autoconfiguration and firmware semaphore refactoring


# 2f63561b 17-Nov-2016 mikeb <mikeb@openbsd.org>

Bring in new PHY bits, some of the 82599 specific stuff becomes shared


# 9e435848 17-Nov-2016 mikeb <mikeb@openbsd.org>

Style and typo fixes; no binary change


# bf782c2d 16-Nov-2016 mikeb <mikeb@openbsd.org>

Remove unused bits; no functional change


# 4e92f4a1 30-Apr-2015 jsg <jsg@openbsd.org>

Set the correct media type for 1000baseLX SFPs.
Tested by/ok sthen@, ok mikeb@


# 02e97872 30-Apr-2015 sthen <sthen@openbsd.org>

Allow use of 1Gb 1000baseLX SFPs in 82599 ix(4) SFP+ port. Adapted from
Linux commit 345be204dcbb. ok jsg@ mikeb@


# 11efaf7f 05-Aug-2013 mikeb <mikeb@openbsd.org>

First stab at updating this monster to the Intel/FreeBSD current version.
This syncs PHY and chip dependent parts as well as brings support for the
flow control and additional (untested) bits for 1G

First stab at updating this monster to the Intel/FreeBSD current version.
This syncs PHY and chip dependent parts as well as brings support for the
flow control and additional (untested) bits for 1G fiber versions.

Tested by Hrvoje Popovski <hrvoje at srce ! hr> on 82599/SFP+DA, florian@
and benno@ on 82599/SFP+SR and on 82598/CX4-BP, 82599/SFP+DA and X540/RJ45
by me.

show more ...


# 82275db0 17-Dec-2012 mikeb <mikeb@openbsd.org>

Implement SFP+ module hot-plug support for 82599 obtained
from FreeBSD. This also adds untested and hence disabled
support for multispeed fiber interrupts. With input from
and ok jsg.


# c7fa8c00 10-Nov-2012 mikeb <mikeb@openbsd.org>

sync some 82599 bits with freebsd driver; ok jsg


# 73a8094a 06-Nov-2012 mikeb <mikeb@openbsd.org>

Remove Flow Director code that is not used, is outdated and tends
to get in the way. ok krw, brad


# 3964484e 11-Aug-2012 mikeb <mikeb@openbsd.org>

Add support for another 82599 SFP+ card. Original diff and tests by
Chris Maxwell <chris ! maxwell () hootsuite.com>
ok jsg


# 7b6f6093 06-Aug-2012 mikeb <mikeb@openbsd.org>

Add support for 10Gb ethernet cards based on the Intel X540 chipset.
The code was obtained from FreeBSD and tested on the hardware kindly
donated by Tony Sarendal <tony () polarcap ! org>. Thanks a

Add support for 10Gb ethernet cards based on the Intel X540 chipset.
The code was obtained from FreeBSD and tested on the hardware kindly
donated by Tony Sarendal <tony () polarcap ! org>. Thanks a lot!

ok jsg

show more ...


# c2fcef21 29-Jul-2012 mikeb <mikeb@openbsd.org>

whitespace cleanup, no binary change


# 9feba5bb 10-Jun-2011 claudio <claudio@openbsd.org>

Monster update of ix(4). This brings ix(4) close to what is currently
in FreeBSD. This seems to fix a lot of problems on 82599 based cards
including the VLAN problems and the corrupted receives.
Putt

Monster update of ix(4). This brings ix(4) close to what is currently
in FreeBSD. This seems to fix a lot of problems on 82599 based cards
including the VLAN problems and the corrupted receives.
Putting this in now to work on it in tree since a few additional things
need to be merged. Tested by myself, deraadt@ and jsg@ on both 98er and
99er cards.
OK jsg@, deraadt@

show more ...


# 7e0860db 25-Feb-2010 jsg <jsg@openbsd.org>

Add support for the 82599 ExpressModule (X520-P2) card.


# 117577f7 23-Feb-2010 jsg <jsg@openbsd.org>

Add support for 82599 devices based on changes to the FreeBSD driver.

Tested by deraadt on a HotLava card and myself with an Intel X520
and a CX4 82598.

ok claudio@