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 missing debugging attributes
details: https://anonhg.NetBSD.org/src/rev/b03c9cb07e6f
branches: trunk
changeset: 811079:b03c9cb07e6f
user: christos <christos%NetBSD.org@localhost>
date: Sun Oct 11 21:49:22 2015 +0000
description:
add missing debugging attributes
diffstat:
sys/dev/acpi/acpi_mcfg.c | 7 +++++--
1 files changed, 5 insertions(+), 2 deletions(-)
diffs (28 lines):
diff -r 723359c11d35 -r b03c9cb07e6f sys/dev/acpi/acpi_mcfg.c
--- a/sys/dev/acpi/acpi_mcfg.c Sun Oct 11 20:20:33 2015 +0000
+++ b/sys/dev/acpi/acpi_mcfg.c Sun Oct 11 21:49:22 2015 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: acpi_mcfg.c,v 1.1 2015/10/02 05:22:52 msaitoh Exp $ */
+/* $NetBSD: acpi_mcfg.c,v 1.2 2015/10/11 21:49:22 christos Exp $ */
/*-
* Copyright (C) 2015 NONAKA Kimihiro <nonaka%NetBSD.org@localhost>
@@ -26,7 +26,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: acpi_mcfg.c,v 1.1 2015/10/02 05:22:52 msaitoh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: acpi_mcfg.c,v 1.2 2015/10/11 21:49:22 christos Exp $");
#include <sys/param.h>
#include <sys/device.h>
@@ -43,6 +43,9 @@
#include "locators.h"
+#define _COMPONENT ACPI_RESOURCE_COMPONENT
+ACPI_MODULE_NAME ("acpi_mcfg")
+
#define EXTCONF_OFFSET(d, f, r) ((((d) * 8 + (f)) * PCI_EXTCONF_SIZE) + (r))
#define EXTCONF_SET_VALID(mb, d, f) ((mb)->valid_devs[(d)] |= __BIT((f)))
Home |
Main Index |
Thread Index |
Old Index