ad0: WARNING - WRITE_DMA interrupt was seen but timeout fired LBA=21267353

Søren Schmidt sos at DeepCore.dk
Wed May 12 05:43:40 PDT 2004


Ion-Mihai Tetcu wrote:

> Could someone tell me what this means (-CURRENT)?

The WRITE operation was signalled done by the disk by issueing an 
interrupt and the finished request was put on a taskqueue to have it 
return status to the system. However the timeout code fired because the 
taskqueue hadn't been executed yet (it will wait one ome timeout period 
before the result is forced through)..

So there is no harm done, but the taskqueue was slow to respond...

-- 
-Søren



More information about the freebsd-current mailing list