diff options
author | 2010-02-11 20:13:11 +0000 | |
---|---|---|
committer | 2010-02-11 20:13:11 +0000 | |
commit | 32423a70b355d8f4dcc1d3fd0925bca5d1be66bb (patch) | |
tree | 3b347bae6d140ca55cacfdc077f28cd29d370176 | |
parent | The previous commit didn't use the first X in the template if the (diff) | |
download | wireguard-openbsd-32423a70b355d8f4dcc1d3fd0925bca5d1be66bb.tar.xz wireguard-openbsd-32423a70b355d8f4dcc1d3fd0925bca5d1be66bb.zip |
fuloong model define
-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 */ |