blob: 8a113c29c8d50fc9be23e601cb8b142f2fb4ffa2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# $OpenBSD: files.xbow,v 1.2 2009/04/13 21:17:54 miod Exp $
# IP30 and IP27 planar XBow bus
define xbow {[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
# IP27 Hub
device xhub {}
attach xhub at xbow
file arch/sgi/xbow/xhub.c xhub
# PCI Bridge
device xbridge {} : pcibus
attach xbridge at xbow
file arch/sgi/xbow/xbridge.c xbridge
|