History log of /openbsd/sys/dev/pci/if_ocereg.h (Results 1 – 8 of 8)
Revision Date Author Comments
# 4b1a56af 09-Jan-2022 jsg <jsg@openbsd.org>

spelling
feedback and ok tb@ jmc@ ok ratchov@


# a8db2785 26-Nov-2012 mikeb <mikeb@openbsd.org>

shorten MBX_RX_IFACE_* defines


# 9ec9e807 26-Nov-2012 mikeb <mikeb@openbsd.org>

get rid of some useless bitfields in oce_mbx and mbx_hdr


# ad7594ee 09-Nov-2012 mikeb <mikeb@openbsd.org>

cleanup register definitions


# 753c43a0 05-Nov-2012 mikeb <mikeb@openbsd.org>

Steal SIMPLEQ-based packet descriptor managing code from myx(4)
to simplify a whole bunch of things. And despite this being the
main purpose of the commit I'm also sneaking in loads of minor
and unre

Steal SIMPLEQ-based packet descriptor managing code from myx(4)
to simplify a whole bunch of things. And despite this being the
main purpose of the commit I'm also sneaking in loads of minor
and unrelated cleanup since separating it out would be just too
much work. Enjoy!

show more ...


# 7d5bbea0 02-Nov-2012 mikeb <mikeb@openbsd.org>

Introduce better and simpler producer/consumer queue iterator
implementation that is usable for both producer (rq, wq, mq)
and consumer (eq, cq) rings.


# c0000ede 31-Oct-2012 mikeb <mikeb@openbsd.org>

minor style cleanup


# b2b84680 29-Oct-2012 mikeb <mikeb@openbsd.org>

merge oce.c into if_oce.c and rename oce{reg,var}.h to if_oce{reg,var}.h