summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormiod <miod@openbsd.org>2009-11-22 18:12:44 +0000
committermiod <miod@openbsd.org>2009-11-22 18:12:44 +0000
commit6677926de56b31c8dfd00cc154805355cec5f85c (patch)
treeccd1dce32c69cec9ab61a765514475a5b9b18d96
parentChange the flash option to be off by default. Now that xterm has the flash (diff)
downloadwireguard-openbsd-6677926de56b31c8dfd00cc154805355cec5f85c.tar.xz
wireguard-openbsd-6677926de56b31c8dfd00cc154805355cec5f85c.zip
By popular demand and peer pressure, check-in work in progress work to support
the Yeelong Lemote mips-based netbook. Kernel bits only for now, needs polishing; most of this work done during h2k9 last month, although the porting effort started earlier this year.
-rw-r--r--sys/arch/loongson/include/sysarch.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/arch/loongson/include/sysarch.h b/sys/arch/loongson/include/sysarch.h
new file mode 100644
index 00000000000..0e2d30b6b18
--- /dev/null
+++ b/sys/arch/loongson/include/sysarch.h
@@ -0,0 +1,3 @@
+/* $OpenBSD: sysarch.h,v 1.1.1.1 2009/11/22 18:12:44 miod Exp $ */
+/* public domain */
+#include <mips64/sysarch.h>