I have an SMP kernel booting and running the init process, but I'm
getting the following panic from the IDE disk on line 321 in
dev/ide_disk.cc:
void
IdeDisk::doDmaTransfer()
{
if (dmaState != Dma_Transfer || devState != Transfer_Data_Dma)
panic("Inconsistent DMA transfer state: dmaState = %d devState =
%d\n",
dmaState, devState);
I'm not familiar with the details of IDE. Could someone please give me a
30 second explanation of what this is checking?
Gabe
_______________________________________________
m5-dev mailing list
[email protected]
http://m5sim.org/mailman/listinfo/m5-dev