Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/x86/x86 Need i8259.h for previous.
details: https://anonhg.NetBSD.org/src/rev/bd4c974543d1
branches: trunk
changeset: 773297:bd4c974543d1
user: jakllsch <jakllsch%NetBSD.org@localhost>
date: Mon Jan 30 17:45:37 2012 +0000
description:
Need i8259.h for previous.
diffstat:
sys/arch/x86/x86/ioapic.c | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (26 lines):
diff -r 0424b7327fc7 -r bd4c974543d1 sys/arch/x86/x86/ioapic.c
--- a/sys/arch/x86/x86/ioapic.c Mon Jan 30 17:45:14 2012 +0000
+++ b/sys/arch/x86/x86/ioapic.c Mon Jan 30 17:45:37 2012 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: ioapic.c,v 1.46 2012/01/30 16:44:23 jakllsch Exp $ */
+/* $NetBSD: ioapic.c,v 1.47 2012/01/30 17:45:37 jakllsch Exp $ */
/*-
* Copyright (c) 2000, 2009 The NetBSD Foundation, Inc.
@@ -64,7 +64,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ioapic.c,v 1.46 2012/01/30 16:44:23 jakllsch Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ioapic.c,v 1.47 2012/01/30 17:45:37 jakllsch Exp $");
#include "opt_ddb.h"
@@ -82,6 +82,7 @@
#include <machine/i82093var.h>
#include <machine/i82489reg.h>
#include <machine/i82489var.h>
+#include <machine/i8259.h>
#include <machine/mpbiosvar.h>
#include <machine/pio.h>
#include <machine/pmap.h>
Home |
Main Index |
Thread Index |
Old Index