summaryrefslogtreecommitdiff
path: root/sys/arch/mips64
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2010-02-05 20:51:23 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2010-02-05 20:51:23 +0000
commit5dd3a9bf5326194c7328b0da0eb256cdb3056ee9 (patch)
tree9105413cd2b1455b29a571a6c4252de50fe37f19 /sys/arch/mips64
parenta0e63efdb88447db80c33fccc16f89ad6b0723dc (diff)
Blind support for the EMTEC Gdium Liberty netbook. Per-platform configuration
is moved to specific files, and a pointer to the key configuration structure is now kept in struct sys_config. bonito(4) interrupt handling is split, to allow PCI+Legacy interrupt systems (Lemote Yeelong) and PCI-only Legacy-free systems (Gdium) to coexist peacefully.
Diffstat (limited to 'sys/arch/mips64')
-rw-r--r--sys/arch/mips64/include/archtype.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/arch/mips64/include/archtype.h b/sys/arch/mips64/include/archtype.h
index 17afe639c8a..8411bb1f07d 100644
--- a/sys/arch/mips64/include/archtype.h
+++ b/sys/arch/mips64/include/archtype.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: archtype.h,v 1.8 2009/11/07 14:49:00 miod Exp $ */
+/* $OpenBSD: archtype.h,v 1.9 2010/02/05 20:51:22 miod Exp $ */
/*
* Copyright (c) 1997-2004 Opsycon AB, Sweden (www.opsycon.se)
*
@@ -78,7 +78,8 @@
#define WG8232 0x005a /* Willowglen CPU-8232 */
#define LOONGSON_CLASS 0x0060 /* Loongson + PMON2000 class */
-#define LOONGSON_YEELONG 0x0061 /* Lemote Yeelong */
+#define LOONGSON_YEELOONG 0x0061 /* Lemote Yeeloong */
+#define LOONGSON_GDIUM 0x0062 /* EMTEC Gdium Liberty */
#define MISC_CLASS 0x00f0 /* Misc machines... */
#define LAGUNA 0x00f1 /* Heurikon Laguna VME board */