Deleted Added
full compact
5c5
< * $Revision: 31 $
---
> * $Revision: 32 $
162,163c162,163
< DEBUG_PRINTP (ACPI_INFO,
< ("Dispatching Notify(%X) on node %p\n", NotifyValue, Node));
---
> ACPI_DEBUG_PRINT ((ACPI_DB_INFO,
> "Dispatching Notify(%X) on node %p\n", NotifyValue, Node));
168c168
< DEBUG_PRINTP (ACPI_INFO, ("Notify value: Re-enumerate Devices\n"));
---
> ACPI_DEBUG_PRINT ((ACPI_DB_INFO, "Notify value: Re-enumerate Devices\n"));
172c172
< DEBUG_PRINTP (ACPI_INFO, ("Notify value: Ejection Request\n"));
---
> ACPI_DEBUG_PRINT ((ACPI_DB_INFO, "Notify value: Ejection Request\n"));
176c176
< DEBUG_PRINTP (ACPI_INFO, ("Notify value: Device Wake\n"));
---
> ACPI_DEBUG_PRINT ((ACPI_DB_INFO, "Notify value: Device Wake\n"));
180c180
< DEBUG_PRINTP (ACPI_INFO, ("Notify value: Status Change\n"));
---
> ACPI_DEBUG_PRINT ((ACPI_DB_INFO, "Notify value: Status Change\n"));
184c184
< DEBUG_PRINTP (ACPI_INFO, ("Unknown Notify Value: %lx \n", NotifyValue));
---
> ACPI_DEBUG_PRINT ((ACPI_DB_INFO, "Unknown Notify Value: %lx \n", NotifyValue));
255c255
< DEBUG_PRINTP (ACPI_INFO, ("No notify handler for node %p \n", Node));
---
> ACPI_DEBUG_PRINT ((ACPI_DB_INFO, "No notify handler for node %p \n", Node));
504c504
< DEBUG_PRINTP (ACPI_INFO, ("Acquired the Global Lock\n"));
---
> ACPI_DEBUG_PRINT ((ACPI_DB_INFO, "Acquired the Global Lock\n"));
516c516
< DEBUG_PRINTP (ACPI_INFO, ("Waiting for the HW Global Lock\n"));
---
> ACPI_DEBUG_PRINT ((ACPI_DB_INFO, "Waiting for the HW Global Lock\n"));