blob: e350ddd747b31c2dd6f4bc96b6b45ed2f7b2d2ba (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# $OpenBSD: files.xbow,v 1.1 2008/04/07 22:47:40 miod Exp $
# 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
|