Remove debugging code

svn path=/trunk/; revision=1745
This commit is contained in:
David Welch 2001-03-29 02:25:10 +00:00
parent ca5d9b1a2d
commit 877f965575

View file

@ -75,24 +75,11 @@ Ke386CallBios(UCHAR Int, PKV86M_REGISTERS Regs)
Regs->Vif = 1;
Regs->PStatus = &Status;
WRITE_PORT_UCHAR((PUCHAR)0xea, 0);
/*
* Execute the BIOS interrupt
*/
Ki386RetToV86Mode(Regs, &ORegs);
WRITE_PORT_UCHAR((PUCHAR)0xea, 1);
if (!NT_SUCCESS(Status))
{
DPRINT1("Ke386CallBios() failed (Status %x)\n", Status);
}
else
{
DPRINT1("Ke386CallBios succeeded\n");
}
/*
* Copy the return values back to the caller
*/