blob: a58bd3f16ee9b08cf3d76efa6d0cc6fbadf1125f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
# $OpenBSD: files.xbow,v 1.9 2012/05/10 21:30:09 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
# Odyssey graphics
device odyssey: wsemuldisplaydev, rasops32
attach odyssey at xbow
file arch/sgi/xbow/odyssey.c odyssey needs-flag
# ImpactSR graphics
attach impact at xbow with impact_xbow
file arch/sgi/xbow/impact_xbow.c impact_xbow
|