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 the _COMPONENT definition for ACPI_DEBUG.
details: https://anonhg.NetBSD.org/src/rev/bbd802ad5bb2
branches: trunk
changeset: 751261:bbd802ad5bb2
user: jruoho <jruoho%NetBSD.org@localhost>
date: Sat Jan 30 18:07:06 2010 +0000
description:
Add the _COMPONENT definition for ACPI_DEBUG.
diffstat:
sys/dev/acpi/acpi_acad.c | 7 +++++--
1 files changed, 5 insertions(+), 2 deletions(-)
diffs (28 lines):
diff -r eddc179fa83a -r bbd802ad5bb2 sys/dev/acpi/acpi_acad.c
--- a/sys/dev/acpi/acpi_acad.c Sat Jan 30 16:49:14 2010 +0000
+++ b/sys/dev/acpi/acpi_acad.c Sat Jan 30 18:07:06 2010 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: acpi_acad.c,v 1.36 2010/01/08 20:40:41 dyoung Exp $ */
+/* $NetBSD: acpi_acad.c,v 1.37 2010/01/30 18:07:06 jruoho Exp $ */
/*
* Copyright 2001 Wasabi Systems, Inc.
@@ -44,7 +44,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: acpi_acad.c,v 1.36 2010/01/08 20:40:41 dyoung Exp $");
+__KERNEL_RCSID(0, "$NetBSD: acpi_acad.c,v 1.37 2010/01/30 18:07:06 jruoho Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -57,6 +57,9 @@
#include <dev/sysmon/sysmonvar.h>
+#define _COMPONENT ACPI_ACAD_COMPONENT
+ACPI_MODULE_NAME ("acpi_acad")
+
struct acpiacad_softc {
struct acpi_devnode *sc_node; /* our ACPI devnode */
int sc_flags; /* see below */
Home |
Main Index |
Thread Index |
Old Index