summaryrefslogtreecommitdiff
path: root/sys/arch
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2010-04-27 04:26:21 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2010-04-27 04:26:21 +0000
commitdc7e773a3cb1329ffdd087bd35889b2082d8d5f8 (patch)
tree7c6982d4d8e7006a7f09b2d7b561031537dccb21 /sys/arch
parent649bd5d40a80aa3e26df39eea4501a346a249a30 (diff)
Fuloong with LM6003 signature is apparently similar to LM6004 with different
DDR settings, and is reported to work by ysw at mpcj dot cn after cheating the Version environment variable, so recognize its model number.
Diffstat (limited to 'sys/arch')
-rw-r--r--sys/arch/loongson/loongson/machdep.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/loongson/loongson/machdep.c b/sys/arch/loongson/loongson/machdep.c
index f8d15e6244e..49e987af86a 100644
--- a/sys/arch/loongson/loongson/machdep.c
+++ b/sys/arch/loongson/loongson/machdep.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: machdep.c,v 1.17 2010/03/02 20:54:51 miod Exp $ */
+/* $OpenBSD: machdep.c,v 1.18 2010/04/27 04:26:20 miod Exp $ */
/*
* Copyright (c) 2009, 2010 Miodrag Vallat.
@@ -160,7 +160,7 @@ extern const struct platform yeeloong_platform;
const struct bonito_flavour bonito_flavours[] = {
/* Lemote Fuloong 2F mini-PC */
- /* how different is LM6003 ? */
+ { "LM6003", &fuloong_platform },
{ "LM6004", &fuloong_platform },
/* EMTEC Gdium Liberty 1000 */
{ "Gdium", &gdium_platform },