Module Name:    src
Committed By:   martin
Date:           Sun Dec 11 22:38:50 UTC 2016

Modified Files:
        src/sys/arch/i386/i386: machdep.c

Log Message:
Make kernels w/o ACPICA compile.


To generate a diff of this commit:
cvs rdiff -u -r1.765 -r1.766 src/sys/arch/i386/i386/machdep.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/i386/i386/machdep.c
diff -u src/sys/arch/i386/i386/machdep.c:1.765 src/sys/arch/i386/i386/machdep.c:1.766
--- src/sys/arch/i386/i386/machdep.c:1.765	Sun Dec 11 08:31:53 2016
+++ src/sys/arch/i386/i386/machdep.c	Sun Dec 11 22:38:50 2016
@@ -1,4 +1,4 @@
-/*	$NetBSD: machdep.c,v 1.765 2016/12/11 08:31:53 maxv Exp $	*/
+/*	$NetBSD: machdep.c,v 1.766 2016/12/11 22:38:50 martin Exp $	*/
 
 /*-
  * Copyright (c) 1996, 1997, 1998, 2000, 2004, 2006, 2008, 2009
@@ -67,7 +67,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.765 2016/12/11 08:31:53 maxv Exp $");
+__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.766 2016/12/11 22:38:50 martin Exp $");
 
 #include "opt_beep.h"
 #include "opt_compat_ibcs2.h"
@@ -188,6 +188,8 @@ __KERNEL_RCSID(0, "$NetBSD: machdep.c,v 
 #include <dev/acpi/acpivar.h>
 #define ACPI_MACHDEP_PRIVATE
 #include <machine/acpi_machdep.h>
+#else
+#include <machine/i82489var.h>
 #endif
 
 #include "isa.h"

Reply via email to