blob: e2a875ae2b08b75b833473488216c68da034ba8b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# $OpenBSD: files.xbow,v 1.4 2009/06/27 16:14:03 miod Exp $
# IP30 and IP27 planar XBow bus
define xbow {[widget = -1], [vendor = -1], [product = -1]}
device xbow
attach xbow at mainbus
file arch/sgi/xbow/xbow.c xbow
# IP30 Heart
device xheart {} : onewirebus
attach xheart at xbow
file arch/sgi/xbow/xheart.c xheart
# PCI Bridge
device xbridge {} : pcibus
attach xbridge at xbow
file arch/sgi/xbow/xbridge.c xbridge
|