summaryrefslogtreecommitdiff
path: root/sys/arch/sgi/conf
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2009-04-13 21:17:55 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2009-04-13 21:17:55 +0000
commit5a4ab77cd05371c9c73e0252ecb3d9b195c4cccc (patch)
tree1cb1261a2880f19e089601df90360c6e86693ff2 /sys/arch/sgi/conf
parent965d0314e696574208eb46763d7b45a3989da26e (diff)
The start of Origin 200 support. Based on some code contributed by pefo@
some years ago for KL enumeration, building on the existing XBow support to limit ourselves to a single node for now. This is a work-in-progress; it currently lacks complete interrupt code, as well as PCI resource management. And there are likely bugs creeping inside.
Diffstat (limited to 'sys/arch/sgi/conf')
-rw-r--r--sys/arch/sgi/conf/files.sgi10
1 files changed, 3 insertions, 7 deletions
diff --git a/sys/arch/sgi/conf/files.sgi b/sys/arch/sgi/conf/files.sgi
index edb7841f249..065be6a3cf4 100644
--- a/sys/arch/sgi/conf/files.sgi
+++ b/sys/arch/sgi/conf/files.sgi
@@ -1,4 +1,4 @@
-# $OpenBSD: files.sgi,v 1.23 2009/04/12 17:56:56 miod Exp $
+# $OpenBSD: files.sgi,v 1.24 2009/04/13 21:17:52 miod Exp $
#
# maxpartitions must be first item in files.${ARCH}
#
@@ -57,13 +57,9 @@ file arch/sgi/localbus/macebus.c macebus
file arch/sgi/localbus/macectrl.S macebus
#
-# Origin200/Origin2000 XBOW mux bridge
+# Origin200/Origin2000 node configuration enumerator, and
+# Octane XBOW mux bridge
#
-define xbow {[vendor = -1], [product = -1]}
-device xbow
-attach xbow at mainbus
-file arch/sgi/xbow/xbow.c xbow
-
include "arch/sgi/xbow/files.xbow"
include "dev/onewire/files.onewire"