History log of /openbsd/sys/dev/pci/if_icevar.h (Results 1 – 5 of 5)
Revision Date Author Comments
# ad5417e7 26-Nov-2024 stsp <stsp@openbsd.org>

implement ice_start(), based on code from ixl(4)


# bb43dd77 25-Nov-2024 stsp <stsp@openbsd.org>

remove hw->debug_mask, we are using the ice_debug global variable instead


# 6ddbef63 19-Nov-2024 stsp <stsp@openbsd.org>

gather ice(4) hardware counters for debugging


# 4fe5a962 15-Nov-2024 stsp <stsp@openbsd.org>

implement the ice(4) Rx interrupt handler


# 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 ...