Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/acpi constant changed name



details:   https://anonhg.NetBSD.org/src/rev/6a7bb92b7d9e
branches:  trunk
changeset: 325505:6a7bb92b7d9e
user:      christos <christos%NetBSD.org@localhost>
date:      Fri Dec 27 18:51:44 2013 +0000

description:
constant changed name

diffstat:

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

diffs (27 lines):

diff -r d069d4e5ddd0 -r 6a7bb92b7d9e sys/dev/acpi/acpi_timer.c
--- a/sys/dev/acpi/acpi_timer.c Fri Dec 27 18:51:08 2013 +0000
+++ b/sys/dev/acpi/acpi_timer.c Fri Dec 27 18:51:44 2013 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: acpi_timer.c,v 1.21 2011/08/08 11:27:44 jmcneill Exp $ */
+/* $NetBSD: acpi_timer.c,v 1.22 2013/12/27 18:51:44 christos Exp $ */
 
 /*-
  * Copyright (c) 2006 Matthias Drochner <drochner%NetBSD.org@localhost>
@@ -27,7 +27,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: acpi_timer.c,v 1.21 2011/08/08 11:27:44 jmcneill Exp $");
+__KERNEL_RCSID(0, "$NetBSD: acpi_timer.c,v 1.22 2013/12/27 18:51:44 christos Exp $");
 
 #include <sys/types.h>
 #include <sys/systm.h>
@@ -45,7 +45,7 @@
        acpitimer_read_safe,
        0,
        0x00ffffff,
-       PM_TIMER_FREQUENCY,
+       ACPI_PM_TIMER_FREQUENCY,
        "ACPI-Safe",
        900,
        NULL,



Home | Main Index | Thread Index | Old Index