]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
I was getting panics in sleepq_add for the second sleep in isp_kthread.
authorMatt Jacob <mjacob@FreeBSD.org>
Sat, 5 Jun 2010 00:55:21 +0000 (00:55 +0000)
committerMatt Jacob <mjacob@FreeBSD.org>
Sat, 5 Jun 2010 00:55:21 +0000 (00:55 +0000)
commit4962e51b0c203021141824b773400d05835e0411
tree21a337ea0bf33e8122dbd17e947f98638f9ad0b8
parent5e25430c4e716a55d5fc76bffeeaeeab72b43e8f
I was getting panics in sleepq_add for the second sleep in isp_kthread.
I don't know why- but it occurred to me in looking at the second sleep
is that all I want is a pause- not an actual sleep. So do that instead.

MFC after: 2 weeks
sys/dev/isp/isp_freebsd.c