]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
[cyapa] Postpone start of the polling thread until sleep is available
authorwulf <wulf@FreeBSD.org>
Sun, 3 Nov 2019 20:55:28 +0000 (20:55 +0000)
committerwulf <wulf@FreeBSD.org>
Sun, 3 Nov 2019 20:55:28 +0000 (20:55 +0000)
commit934acee4bddad870da0692dbbefaabf2a4c3cf10
tree1c2224f8a524954d51db0bd2b14fff5980e76ed6
parent110e2c78bcd2d8c66893e2add71609f522aa7b27
[cyapa] Postpone start of the polling thread until sleep is available

After recent ig4 changes cyapa driver can be attached before timers
initialization is completed. Start polling thread from config_intrhook
to avoid busy loops in that case.
sys/dev/cyapa/cyapa.c