[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.253 and 1.254

version 1.253, 2012/04/10 13:48:24 version 1.254, 2012/08/14 14:38:02
Line 708  acpi_make_devnode(ACPI_HANDLE handle, ui
Line 708  acpi_make_devnode(ACPI_HANDLE handle, ui
         case ACPI_TYPE_THERMAL:          case ACPI_TYPE_THERMAL:
         case ACPI_TYPE_POWER:          case ACPI_TYPE_POWER:
   
                 ad = kmem_zalloc(sizeof(*ad), KM_NOSLEEP);                  ad = kmem_zalloc(sizeof(*ad), KM_SLEEP);
   
                 if (ad == NULL)                  if (ad == NULL)
                         return AE_NO_MEMORY;                          return AE_NO_MEMORY;

Legend:
Removed from v.1.253  
changed lines
  Added in v.1.254

CVSweb <webmaster@jp.NetBSD.org>