|
From: Eric K. <ek...@rz...> - 2002-08-31 22:43:54
|
"Royce Mitchell III" <ro...@ev...> wrote:
Hello Royce!
> <atapi: 1a3c> atapi.c:782 AtapiInterrupt() calling
IDEReadBlock() /* defined as READ_PORT_BUFFER_USHORT in ide.h */
Please add a DPRINT1() before line 782 (in drivers/storage/atapi/atapi.c)
that prints TargetAddress and TransferSize of the call to IDEReadBlock().
Something like:
DPRINT1("TargetAddress %lx TransferSize %lu\n", (ULONG)TargetAddress,
TransferSize);
Do the last printed TargetAddress and TransferSize differ from the previous
ones?
Eric
|