History log of /openbsd/sys/dev/pci/if_icereg.h (Results 1 – 2 of 2)
Revision Date Author Comments
# e151407e 25-Nov-2024 stsp <stsp@openbsd.org>

implement ice_config_rss() and its many friends

We are not yet enabling RSS since we run in "safe mode", but all this
code will be needed when we eventually enable it.
Taken from FreeBSD, with tweak

implement ice_config_rss() and its many friends

We are not yet enabling RSS since we run in "safe mode", but all this
code will be needed when we eventually enable it.
Taken from FreeBSD, with tweaks to use our native toeplitz API.

show more ...


# 2f9cdd12 08-Nov-2024 stsp <stsp@openbsd.org>

Add a work-in-progress version of ice(4), a driver for Intel E810 devices.
Ported from FreeBSD.

This driver does not pass packets yet, lots of code is still missing.
The driver will remain disabled

Add a work-in-progress version of ice(4), a driver for Intel E810 devices.
Ported from FreeBSD.

This driver does not pass packets yet, lots of code is still missing.
The driver will remain disabled in kernel configs until it is ready.

At this stage, code for device initialization should be fairly complete.
Some hardware features will require additional firmware packages to be
loaded. My plan is to get things working in the basic "safe mode" first,
which does not require external firmware.

I will continue working on this driver in-tree, with funding from genua.
Help is welcome.

ok dlg@

show more ...