diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2010-05-08 21:59:57 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2010-05-08 21:59:57 +0000 |
commit | c60925a8da6f5ba6b3c5a172c87f11377364205e (patch) | |
tree | 95f9bb1dd0b2b987e34b70d89d19f31684265de3 /sys/arch/mips64/include | |
parent | 82e9f80967a1e3668ead006f748d60ca2293f5b9 (diff) |
Huge work-in-progress commit to support Loongson 2E-based evaluation boards
with a VIA 686 southbridge.
Features:
- 686 setup code (no thanks to PMON for not initializing the beast).
- work in progress ISA interrupt handling code.
- support for vga(4) compatible devices as console, in PC-compatible text mode.
- move legacy (ISA) support code out of bonito(4) to make things clearer.
- support more than 256MB on 2E-based systems.
Tested on a generic 2E-based evaluation board by someone who wishes to remain
anonymous; you know who you are, thank you very much for testing.
Diffstat (limited to 'sys/arch/mips64/include')
-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 55d5d45efd9..e2b7accef0d 100644 --- a/sys/arch/mips64/include/archtype.h +++ b/sys/arch/mips64/include/archtype.h @@ -1,4 +1,4 @@ -/* $OpenBSD: archtype.h,v 1.11 2010/03/02 20:54:51 miod Exp $ */ +/* $OpenBSD: archtype.h,v 1.12 2010/05/08 21:59:56 miod Exp $ */ /* * Copyright (c) 1997-2004 Opsycon AB, Sweden (www.opsycon.se) * @@ -78,6 +78,7 @@ #define WG8232 0x005a /* Willowglen CPU-8232 */ #define LOONGSON_CLASS 0x0060 /* Loongson + PMON2000 class */ +#define LOONGSON_2E 0x0060 /* Generic Loongson 2E system */ #define LOONGSON_YEELOONG 0x0061 /* Lemote Yeeloong */ #define LOONGSON_GDIUM 0x0062 /* EMTEC Gdium Liberty */ #define LOONGSON_FULOONG 0x0063 /* Lemote Fuloong */ |