[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.101.16.24 and 1.101.16.25

version 1.101.16.24, 2007/11/14 02:19:29 version 1.101.16.25, 2007/12/02 00:38:41
Line 1192  acpi_enter_sleep_state(struct acpi_softc
Line 1192  acpi_enter_sleep_state(struct acpi_softc
                         break;                          break;
                 }                  }
   
                 DELAY(1000000);  
                 acpi_sleepstate = state;                  acpi_sleepstate = state;
                 if (state == ACPI_STATE_S1) {                  if (state == ACPI_STATE_S1) {
                         /* just enter the state */                          /* just enter the state */

Legend:
Removed from v.1.101.16.24  
changed lines
  Added in v.1.101.16.25

CVSweb <webmaster@jp.NetBSD.org>