summaryrefslogtreecommitdiff
path: root/sys/arch/mips64
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2012-03-24 20:11:29 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2012-03-24 20:11:29 +0000
commit79510dbce6ddaceef1659a9bbbcf52defe066370 (patch)
tree04167036d9e43aa55a62f7501c9ef13c0d8feeef /sys/arch/mips64
parentcdcf6f0fb84f6b8867bd3281389a73aa3347f2ee (diff)
Oops, forgot this file in the SGI_<model> -> SGI_IP## change.
Diffstat (limited to 'sys/arch/mips64')
-rw-r--r--sys/arch/mips64/mips64/arcbios.c23
1 files changed, 13 insertions, 10 deletions
diff --git a/sys/arch/mips64/mips64/arcbios.c b/sys/arch/mips64/mips64/arcbios.c
index fbd04a49a31..e0704b8a504 100644
--- a/sys/arch/mips64/mips64/arcbios.c
+++ b/sys/arch/mips64/mips64/arcbios.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: arcbios.c,v 1.30 2011/05/30 22:25:21 oga Exp $ */
+/* $OpenBSD: arcbios.c,v 1.31 2012/03/24 20:11:28 miod Exp $ */
/*-
* Copyright (c) 1996 M. Warner Losh. All rights reserved.
* Copyright (c) 1996-2004 Opsycon AB. All rights reserved.
@@ -67,19 +67,22 @@ static struct systypes {
char *sys_name; /* May be left NULL if name is sufficient */
int sys_type;
} sys_types[] = {
+#if 0
{ NULL, "PICA-61", ACER_PICA_61 },
{ NULL, "NEC-R94", ACER_PICA_61 },
{ NULL, "DESKTECH-TYNE", DESKSTATION_TYNE },
{ NULL, "DESKTECH-ARCStation I", DESKSTATION_RPC44 },
{ NULL, "Microsoft-Jazz", MAGNUM },
{ NULL, "RM200PCI", SNI_RM200 },
- { NULL, "SGI-IP17", SGI_CRIMSON },
- { NULL, "SGI-IP19", SGI_ONYX },
- { NULL, "SGI-IP20", SGI_INDIGO },
- { NULL, "SGI-IP21", SGI_POWER },
- { NULL, "SGI-IP22", SGI_INDY },
- { NULL, "SGI-IP25", SGI_POWER10 },
- { NULL, "SGI-IP26", SGI_POWERI },
+#endif
+ { NULL, "SGI-IP17", SGI_IP17 },
+ { NULL, "SGI-IP19", SGI_IP19 },
+ { NULL, "SGI-IP20", SGI_IP20 },
+ { NULL, "SGI-IP21", SGI_IP21 },
+ { NULL, "SGI-IP22", SGI_IP22 },
+ { NULL, "SGI-IP25", SGI_IP25 },
+ { NULL, "SGI-IP26", SGI_IP26 },
+ { NULL, "SGI-IP28", SGI_IP28 },
{ NULL, "SGI-IP30", SGI_OCTANE },
{ NULL, "SGI-IP32", SGI_O2 }
};
@@ -255,7 +258,7 @@ bios_configure_memory()
#ifdef TGT_ORIGIN
int seen_free = 0;
#endif
-#ifdef DEBUG
+#ifdef ARCBIOS_DEBUG
int i;
#endif
@@ -389,7 +392,7 @@ bios_configure_memory()
rsvdmem = atop(round_page(rsvdmem * ARCBIOS_PAGE_SIZE));
physmem += rsvdmem;
-#ifdef DEBUG
+#ifdef ARCBIOS_DEBUG
for (i = 0; i < MAXMEMSEGS; i++) {
if (mem_layout[i].mem_last_page) {
bios_printf("MEM %d, %p to %p\n", i,