summaryrefslogtreecommitdiff
path: root/sys/arch
diff options
context:
space:
mode:
authorPer Fogelstrom <pefo@cvs.openbsd.org>2004-10-22 10:15:43 +0000
committerPer Fogelstrom <pefo@cvs.openbsd.org>2004-10-22 10:15:43 +0000
commita0a51aab139faab9815d2724309839e09b09aad5 (patch)
treeb180c5b634039886d410bf3f1bc737e3f5cc6dff /sys/arch
parent79c134ca8fc0cc17de99db820ede8d4a92f5e010 (diff)
xbowmux not yet
Diffstat (limited to 'sys/arch')
-rw-r--r--sys/arch/sgi/sgi/machdep.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/sys/arch/sgi/sgi/machdep.c b/sys/arch/sgi/sgi/machdep.c
index b355f0a50d3..09b7acb2cdf 100644
--- a/sys/arch/sgi/sgi/machdep.c
+++ b/sys/arch/sgi/sgi/machdep.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: machdep.c,v 1.17 2004/10/20 12:49:15 pefo Exp $ */
+/* $OpenBSD: machdep.c,v 1.18 2004/10/22 10:15:42 pefo Exp $ */
/*
* Copyright (c) 2003-2004 Opsycon AB (www.opsycon.se / www.opsycon.com)
@@ -84,7 +84,9 @@
#include <machine/bus.h>
#include <sgi/localbus/macebus.h>
+#if defined(TGT_ORIGIN200) | defined(TGT_ORIGIN2000)
#include <sgi/localbus/xbowmux.h>
+#endif
extern struct consdev *cn_tab;
extern char kernel_text[];
@@ -205,7 +207,7 @@ mips_init(int argc, void *argv)
*/
bios_ident();
-bios_printf("SR=%08x\n", getsr());
+bios_printf("SR=%08x\n", getsr()); /* leave this in for now. need to see sr */
/*
* Determine system type and set up configuration record data.