[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.87 and 1.88

version 1.87, 2006/06/19 02:32:12 version 1.88, 2006/06/19 10:18:08
Line 1079  acpi_enter_sleep_state(struct acpi_softc
Line 1079  acpi_enter_sleep_state(struct acpi_softc
                         dopowerhooks(PWR_SUSPEND);                          dopowerhooks(PWR_SUSPEND);
                         acpi_md_sleep(state);                          acpi_md_sleep(state);
                         dopowerhooks(PWR_RESUME);                          dopowerhooks(PWR_RESUME);
 #ifdef PCI_INTR_FIXUP  
                         if (state==ACPI_STATE_S3)  
                                 acpi_pci_fixup(sc);  
 #endif  
                         splx(s);                          splx(s);
                         dopowerhooks(PWR_SOFTRESUME);                          dopowerhooks(PWR_SOFTRESUME);
                         if (state==ACPI_STATE_S4)                          if (state==ACPI_STATE_S4)

Legend:
Removed from v.1.87  
changed lines
  Added in v.1.88

CVSweb <webmaster@jp.NetBSD.org>