I'm encountering this panic on a driver(mine) in development, Fibre Channel
adapter configured as SCSI interface.

from scsi_request_queueable ( scsi.c, kernel version 2.2.9)

    if (req && req->rq_status == RQ_INACTIVE)
        panic("Inactive in scsi_request_queueable");

Any ideas on potential causes? Code comments explain that interrupts should be
disabled when this function is called and I've checked this out. 

I see this panic much more frequently on SMP boxes, and can run for
multiple days on single processor machines before it will occur, (8 drive 
tests).

-- 
Mark Veteikis     [EMAIL PROTECTED]         1-214-654-5257
Interphase Corp.  13800 Senlac Dallas Tx. 75234

-
To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
the body of a message to [EMAIL PROTECTED]

Reply via email to