Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-7]: src/sys/arch/i386/pci Pull up following revision(s) (requeste...
details: https://anonhg.NetBSD.org/src/rev/757c0cc7761a
branches: netbsd-7
changeset: 798338:757c0cc7761a
user: martin <martin%NetBSD.org@localhost>
date: Thu Sep 11 13:06:03 2014 +0000
description:
Pull up following revision(s) (requested by apb in ticket #88):
sys/arch/i386/pci/pci_intr_fixup.c: revision 1.50
__USE(id) in the !PCIBIOSVERBOSE case.
Fixes PR 49181.
diffstat:
sys/arch/i386/pci/pci_intr_fixup.c | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diffs (27 lines):
diff -r b1f9c48fc61c -r 757c0cc7761a sys/arch/i386/pci/pci_intr_fixup.c
--- a/sys/arch/i386/pci/pci_intr_fixup.c Thu Sep 11 12:22:27 2014 +0000
+++ b/sys/arch/i386/pci/pci_intr_fixup.c Thu Sep 11 13:06:03 2014 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: pci_intr_fixup.c,v 1.49 2011/07/01 17:37:26 dyoung Exp $ */
+/* $NetBSD: pci_intr_fixup.c,v 1.49.28.1 2014/09/11 13:06:03 martin Exp $ */
/*-
* Copyright (c) 1999 The NetBSD Foundation, Inc.
@@ -60,7 +60,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: pci_intr_fixup.c,v 1.49 2011/07/01 17:37:26 dyoung Exp $");
+__KERNEL_RCSID(0, "$NetBSD: pci_intr_fixup.c,v 1.49.28.1 2014/09/11 13:06:03 martin Exp $");
#include "opt_pcibios.h"
#include "opt_pcifixup.h"
@@ -719,6 +719,8 @@
PCIBIOS_PRINTV((" %3d", l->irq));
PCIBIOS_PRINTV((" %d ", l->fixup_stage));
}
+#else
+ __USE(id);
#endif
/*
Home |
Main Index |
Thread Index |
Old Index