[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.169 and 1.170

version 1.169, 2010/04/14 17:12:14 version 1.170, 2010/04/14 17:14:45
Line 596  acpi_resume(device_t dv, const pmf_qual_
Line 596  acpi_resume(device_t dv, const pmf_qual_
         return true;          return true;
 }  }
   
 #if 0  
 /*  
  * acpi_disable:  
  *  
  *      Disable ACPI.  
  */  
 static ACPI_STATUS  
 acpi_disable(struct acpi_softc *sc)  
 {  
         ACPI_STATUS rv = AE_OK;  
   
         if (acpi_active) {  
                 rv = AcpiDisable();  
                 if (ACPI_SUCCESS(rv))  
                         acpi_active = 0;  
         }  
         return rv;  
 }  
 #endif  
   
 /*  /*
  * Namespace scan.   * Namespace scan.
  */   */

Legend:
Removed from v.1.169  
changed lines
  Added in v.1.170

CVSweb <webmaster@jp.NetBSD.org>