[issue1240] natapicam leads to interrupt livelock

Simon 'corecode' Schubert (via DragonFly issue tracker) sinknull at crater.dragonflybsd.org
Fri Jan 23 06:02:49 PST 2009


New submission from Simon 'corecode' Schubert <corecode at fs.ei.tum.de>:

without natapicam, system boots fine.  with natapicam i get a livelock and the
following log fragment (transcribed):

(livelock irq 7, that's where atapci1 [= all my drives, including acd0] is)

waiting for the following drive to finish configuring func=0xc0132e3e
. ..
acd0: FAILURE - INQUIRY timed out
ata_interrupt: early interrupt
(probe0:ata3:0:0:0): Command timed out

seems that something is locking out the ata interrupt, leading to a livelock. 
at some point ata decides that the command timed out and seemingly also releases
the culprit.  ata_interrupt then comes through, finding an empty queue,
complaining.  after that the cam receives the timeout.

----------
messages: 5942
nosy: corecode
priority: urgent
status: unread
title: natapicam leads to interrupt livelock

_____________________________________________________
DragonFly issue tracker <bugs at lists.dragonflybsd.org>
<http://bugs.dragonflybsd.org/issue1240>
_____________________________________________________





More information about the Bugs mailing list