From c60925a8da6f5ba6b3c5a172c87f11377364205e Mon Sep 17 00:00:00 2001 From: Miod Vallat Date: Sat, 8 May 2010 21:59:57 +0000 Subject: 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. --- sys/arch/mips64/include/archtype.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sys/arch/mips64/include') 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 */ -- cgit v1.2.3