mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-29 12:23:30 +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:
@@ -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);
|
||||
}
|
||||
|
||||
@@ -736,8 +736,6 @@ AcpiOsReadPciConfiguration (
|
||||
UINT32 Width)
|
||||
{
|
||||
PCI_SLOT_NUMBER slot;
|
||||
|
||||
if (1) return AE_ERROR;
|
||||
|
||||
slot.u.AsULONG = 0;
|
||||
slot.u.bits.DeviceNumber = PciId->Device;
|
||||
|
||||
Reference in New Issue
Block a user