Andrew Romanenko wrote:
>
> Hello!
>
> On Thu, 29 Oct 1998, Paul Young wrote:
>
> When I load the scheduler and fifo module and run a real-time task I
> get the following in my syslog:
> kernel: hda: read_intr: status=0xd0 { Busy }
> ide0: reset: success
> kernel: hda write_intr: status=0xd0 { Busy }
>
> Is it normal and I should worry about it or it means that the file system
> is in for trouble?
If this happens when your HardDrive is quite busy - its probably normal -
as
the RT task has the priority over the HD handling.
As I already suggested this - you should look, if you have IDE HD, if
your DMA channels are turned ON (hdparm) (My drive looks like this)
# hdparm -v /dev/hda
/dev/hda:
multcount = 16 (on)
I/O support = 1 (32-bit)
unmaskirq = 0 (off)
using_dma = 1 (on)
keepsettings = 1 (on)
nowerr = 0 (off)
readonly = 0 (off)
readahead = 0 (off)
This could free the processor from data transfer operations
--
Good programmers know what to write.
Great ones know what to rewrite (and reuse).
Zdenek Kabelac http://www.fi.muni.cz/~kabi/ [EMAIL PROTECTED]
--- [rtl] ---
To unsubscribe:
echo "unsubscribe rtl" | mail [EMAIL PROTECTED] OR
echo "unsubscribe rtl <Your_email>" | mail [EMAIL PROTECTED]
----
For more information on Real-Time Linux see:
http://www.rtlinux.org/~rtlinux/