mirror of
https://github.com/reactos/reactos.git
synced 2025-07-27 14:43:35 +00:00
[ACPI]
- Remove a couple of debugging changes that were never meant to see the light of day ;) svn path=/trunk/; revision=53898
This commit is contained in:
parent
a20f6e3513
commit
2fc7134802
1 changed files with 1 additions and 3 deletions
|
@ -131,7 +131,7 @@ AcpiOsGetPhysicalAddress(
|
|||
void *
|
||||
AcpiOsAllocate (ACPI_SIZE size)
|
||||
{
|
||||
//DPRINT("AcpiOsAllocate size %d\n",size);
|
||||
DPRINT("AcpiOsAllocate size %d\n",size);
|
||||
return ExAllocatePool(NonPagedPool, size);
|
||||
}
|
||||
|
||||
|
@ -737,8 +737,6 @@ AcpiOsReadPciConfiguration (
|
|||
{
|
||||
PCI_SLOT_NUMBER slot;
|
||||
|
||||
if (1) return AE_ERROR;
|
||||
|
||||
slot.u.AsULONG = 0;
|
||||
slot.u.bits.DeviceNumber = PciId->Device;
|
||||
slot.u.bits.FunctionNumber = PciId->Function;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue