Rework TX handling to be more similar and comparable to our other modern
authorpatrick <patrick@openbsd.org>
Wed, 7 Jul 2021 21:21:48 +0000 (21:21 +0000)
committerpatrick <patrick@openbsd.org>
Wed, 7 Jul 2021 21:21:48 +0000 (21:21 +0000)
commit53d582d12d84c8fd51f7d154f7a14224b90d2cce
treea716329d379a25c1a36c8df02325eb276781c829
parent81fd86580b9a42ebb051237ca298907020daf85d
Rework TX handling to be more similar and comparable to our other modern
network controller drivers.  This also removes a variable modified by
both producer and consumer, making it a little bit more MP friendly.
Fixes a panic reported by Matthieu Estrade.
sys/dev/fdt/if_mvpp.c