Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/acpi add extra argument to method.



details:   https://anonhg.NetBSD.org/src/rev/e7ab21671946
branches:  trunk
changeset: 339964:e7ab21671946
user:      christos <christos%NetBSD.org@localhost>
date:      Tue Aug 18 10:41:28 2015 +0000

description:
add extra argument to method.

diffstat:

 sys/dev/acpi/acpi.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 0b3871bf4d2a -r e7ab21671946 sys/dev/acpi/acpi.c
--- a/sys/dev/acpi/acpi.c       Tue Aug 18 10:39:46 2015 +0000
+++ b/sys/dev/acpi/acpi.c       Tue Aug 18 10:41:28 2015 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: acpi.c,v 1.259 2014/10/25 21:00:20 christos Exp $      */
+/*     $NetBSD: acpi.c,v 1.260 2015/08/18 10:41:28 christos Exp $      */
 
 /*-
  * Copyright (c) 2003, 2007 The NetBSD Foundation, Inc.
@@ -100,7 +100,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: acpi.c,v 1.259 2014/10/25 21:00:20 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: acpi.c,v 1.260 2015/08/18 10:41:28 christos Exp $");
 
 #include "opt_acpi.h"
 #include "opt_pcifixup.h"
@@ -1408,7 +1408,7 @@
 
                        (void)pmf_system_bus_resume(PMF_Q_NONE);
                        (void)AcpiLeaveSleepState(state);
-                       (void)AcpiSetFirmwareWakingVector(0);
+                       (void)AcpiSetFirmwareWakingVector(0, 0);
                        (void)pmf_system_resume(PMF_Q_NONE);
                }
 



Home | Main Index | Thread Index | Old Index