[BACK]Return to acpi.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / dev / acpi

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/sys/dev/acpi/acpi.c between version 1.43 and 1.44

version 1.43, 2003/10/30 18:13:38 version 1.44, 2003/10/30 18:15:35
Line 480  acpi_activate_device(ACPI_HANDLE handle,
Line 480  acpi_activate_device(ACPI_HANDLE handle,
                 printf("acpi: activated %s\n", di->HardwareId);                  printf("acpi: activated %s\n", di->HardwareId);
         }          }
   
         (void)AcpiGetObjectInfo(handle, di);  
 #ifdef ACPI_DEBUG  #ifdef ACPI_DEBUG
           (void)AcpiGetObjectInfo(handle, di);
         printf("acpi_activate_device: %s, new status=%x\n",          printf("acpi_activate_device: %s, new status=%x\n",
                di->HardwareId, di->CurrentStatus);                 di->HardwareId, di->CurrentStatus);
 #endif  #endif

Legend:
Removed from v.1.43  
changed lines
  Added in v.1.44

CVSweb <webmaster@jp.NetBSD.org>