summaryrefslogtreecommitdiffstats
path: root/lib/libcxx/src/vector.cpp
diff options
context:
space:
mode:
authorpatrick <patrick@openbsd.org>2019-02-01 00:51:07 +0000
committerpatrick <patrick@openbsd.org>2019-02-01 00:51:07 +0000
commit019e33a84ce826539f78619818b12da8001bf31c (patch)
tree8b64704334e8183e8254b3292c47da44307b18d4 /lib/libcxx/src/vector.cpp
parentBump version number to be able to distinguish bootloaders with softraid (diff)
downloadwireguard-openbsd-019e33a84ce826539f78619818b12da8001bf31c.tar.xz
wireguard-openbsd-019e33a84ce826539f78619818b12da8001bf31c.zip
Fix lost interrupts in fec(4). Apparently the tick that talks to the
phy to check the media status did not only ack the MII interrupt, but also all the others. Thus it could happen that the TX completion was not seen by the interrupt handler, leading to full TX queues. Also, the fec(4) interrupt handler acked more than it handles, thus possibly also acking the MII interrupt. Found with bluhm@ on his new arm64 regression setup. ok bluhm@
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions