blob: 7287b097dfaa198e9d641d515b786fcd48915a1d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# $OpenBSD: files.xbow,v 1.5 2009/10/22 19:55:45 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 {}
attach xbridge at xbow
device xbpci {[bus = -1]} : pcibus
attach xbpci at xbridge
file arch/sgi/xbow/xbridge.c xbridge
|