Trace address of prd table.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@25553 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Marcus Overhagen 2008-05-18 22:42:04 +00:00
parent ce45f42218
commit 11a1e0e580

View File

@ -131,6 +131,7 @@ AHCIPort::Init1()
fCommandTable = (command_table *)virtAddr;
virtAddr += sizeof(command_table);
fPRDTable = (prd *)virtAddr;
TRACE("PRD table is at %p\n", fPRDTable);
fRegs->clb = LO32(physAddr);
fRegs->clbu = HI32(physAddr);