Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/x86/pci Add missing opt_intrdebug.h.
details: https://anonhg.NetBSD.org/src/rev/ac18b5814ad9
branches: trunk
changeset: 339801:ac18b5814ad9
user: msaitoh <msaitoh%NetBSD.org@localhost>
date: Tue Aug 11 04:04:36 2015 +0000
description:
Add missing opt_intrdebug.h.
diffstat:
sys/arch/x86/pci/msipic.c | 6 ++++--
sys/arch/x86/pci/pci_msi_machdep.c | 6 ++++--
2 files changed, 8 insertions(+), 4 deletions(-)
diffs (40 lines):
diff -r 080e326ddb40 -r ac18b5814ad9 sys/arch/x86/pci/msipic.c
--- a/sys/arch/x86/pci/msipic.c Tue Aug 11 03:59:37 2015 +0000
+++ b/sys/arch/x86/pci/msipic.c Tue Aug 11 04:04:36 2015 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: msipic.c,v 1.4 2015/05/08 04:27:48 knakahara Exp $ */
+/* $NetBSD: msipic.c,v 1.5 2015/08/11 04:04:36 msaitoh Exp $ */
/*
* Copyright (c) 2015 Internet Initiative Japan Inc.
@@ -27,7 +27,9 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: msipic.c,v 1.4 2015/05/08 04:27:48 knakahara Exp $");
+__KERNEL_RCSID(0, "$NetBSD: msipic.c,v 1.5 2015/08/11 04:04:36 msaitoh Exp $");
+
+#include "opt_intrdebug.h"
#include <sys/types.h>
#include <sys/param.h>
diff -r 080e326ddb40 -r ac18b5814ad9 sys/arch/x86/pci/pci_msi_machdep.c
--- a/sys/arch/x86/pci/pci_msi_machdep.c Tue Aug 11 03:59:37 2015 +0000
+++ b/sys/arch/x86/pci/pci_msi_machdep.c Tue Aug 11 04:04:36 2015 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: pci_msi_machdep.c,v 1.6 2015/06/22 03:57:01 msaitoh Exp $ */
+/* $NetBSD: pci_msi_machdep.c,v 1.7 2015/08/11 04:04:36 msaitoh Exp $ */
/*
* Copyright (c) 2015 Internet Initiative Japan Inc.
@@ -34,7 +34,9 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: pci_msi_machdep.c,v 1.6 2015/06/22 03:57:01 msaitoh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: pci_msi_machdep.c,v 1.7 2015/08/11 04:04:36 msaitoh Exp $");
+
+#include "opt_intrdebug.h"
#include <sys/types.h>
#include <sys/param.h>
Home |
Main Index |
Thread Index |
Old Index