diff options
author | Otto Moerbeek <otto@cvs.openbsd.org> | 2010-02-11 20:13:12 +0000 |
---|---|---|
committer | Otto Moerbeek <otto@cvs.openbsd.org> | 2010-02-11 20:13:12 +0000 |
commit | dd37095310257c5b7bfc0db8ae36120876eb46f2 (patch) | |
tree | 3c7cb46df95e6927baaf6b0067f241b1c2537496 /sys | |
parent | 26f8fecfda4bfdf38dd05d6104374db156dc76cf (diff) |
fuloong model define
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/mips64/include/archtype.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/mips64/include/archtype.h b/sys/arch/mips64/include/archtype.h index 8411bb1f07d..e24f352ad67 100644 --- a/sys/arch/mips64/include/archtype.h +++ b/sys/arch/mips64/include/archtype.h @@ -1,4 +1,4 @@ -/* $OpenBSD: archtype.h,v 1.9 2010/02/05 20:51:22 miod Exp $ */ +/* $OpenBSD: archtype.h,v 1.10 2010/02/11 20:13:11 otto Exp $ */ /* * Copyright (c) 1997-2004 Opsycon AB, Sweden (www.opsycon.se) * @@ -80,6 +80,7 @@ #define LOONGSON_CLASS 0x0060 /* Loongson + PMON2000 class */ #define LOONGSON_YEELOONG 0x0061 /* Lemote Yeeloong */ #define LOONGSON_GDIUM 0x0062 /* EMTEC Gdium Liberty */ +#define LOONGSON_FULOONG 0x0063 /* Lemote Fuloong */ #define MISC_CLASS 0x00f0 /* Misc machines... */ #define LAGUNA 0x00f1 /* Heurikon Laguna VME board */ |