Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 May 2004 14:43:29 +0200
From:      =?ISO-8859-1?Q?S=F8ren_Schmidt?= <sos@DeepCore.dk>
To:        Ion-Mihai Tetcu <itetcu@apropo.ro>
Cc:        freebsd-current@freebsd.org
Subject:   Re: ad0: WARNING - WRITE_DMA interrupt was seen but timeout fired LBA=21267353
Message-ID:  <40A21BF1.4080502@DeepCore.dk>
In-Reply-To: <20040512145212.62e7db1e@it.buh.cameradicommercio.ro>
References:  <20040512145212.62e7db1e@it.buh.cameradicommercio.ro>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?40A21BF1.4080502>