Module Name:    src
Committed By:   jakllsch
Date:           Mon Jan 30 17:45:37 UTC 2012

Modified Files:
        src/sys/arch/x86/x86: ioapic.c

Log Message:
Need i8259.h for previous.


To generate a diff of this commit:
cvs rdiff -u -r1.46 -r1.47 src/sys/arch/x86/x86/ioapic.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/x86/x86/ioapic.c
diff -u src/sys/arch/x86/x86/ioapic.c:1.46 src/sys/arch/x86/x86/ioapic.c:1.47
--- src/sys/arch/x86/x86/ioapic.c:1.46	Mon Jan 30 16:44:23 2012
+++ src/sys/arch/x86/x86/ioapic.c	Mon Jan 30 17:45:37 2012
@@ -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 @@ __KERNEL_RCSID(0, "$NetBSD: ioapic.c,v 1
 #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>

Reply via email to