Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/i386/i386 Make kernels w/o ACPICA compile.
details: https://anonhg.NetBSD.org/src/rev/e88e3a455152
branches: trunk
changeset: 819625:e88e3a455152
user: martin <martin%NetBSD.org@localhost>
date: Sun Dec 11 22:38:50 2016 +0000
description:
Make kernels w/o ACPICA compile.
diffstat:
sys/arch/i386/i386/machdep.c | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diffs (27 lines):
diff -r bd81a8db9b96 -r e88e3a455152 sys/arch/i386/i386/machdep.c
--- a/sys/arch/i386/i386/machdep.c Sun Dec 11 21:25:22 2016 +0000
+++ b/sys/arch/i386/i386/machdep.c Sun Dec 11 22:38:50 2016 +0000
@@ -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 @@
#include <dev/acpi/acpivar.h>
#define ACPI_MACHDEP_PRIVATE
#include <machine/acpi_machdep.h>
+#else
+#include <machine/i82489var.h>
#endif
#include "isa.h"
Home |
Main Index |
Thread Index |
Old Index