summaryrefslogtreecommitdiff
path: root/sys/arch/mvme88k/conf
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2009-02-12 22:03:48 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2009-02-12 22:03:48 +0000
commit9171e32178923fc8008d6bfebb5a8e86703f1ae3 (patch)
treef5566a6d942f36110c9afbc3c8f788067f872728 /sys/arch/mvme88k/conf
parent0457cc79700207d192ee19c175a32761448c207d (diff)
BPP routines for ``intelligent'' Motorola MVME boards. Currently not used
by anything, will eventually be used by the vx(4) MVME332 driver (once I take the time to fix it) and the vsbic(4) MVME327 driver being worked on.
Diffstat (limited to 'sys/arch/mvme88k/conf')
-rw-r--r--sys/arch/mvme88k/conf/files.mvme88k14
1 files changed, 13 insertions, 1 deletions
diff --git a/sys/arch/mvme88k/conf/files.mvme88k b/sys/arch/mvme88k/conf/files.mvme88k
index c6d5323745a..26a76100559 100644
--- a/sys/arch/mvme88k/conf/files.mvme88k
+++ b/sys/arch/mvme88k/conf/files.mvme88k
@@ -1,4 +1,4 @@
-# $OpenBSD: files.mvme88k,v 1.41 2006/05/02 21:43:07 miod Exp $
+# $OpenBSD: files.mvme88k,v 1.42 2009/02/12 22:03:46 miod Exp $
#
maxpartitions 16
@@ -83,20 +83,32 @@ file arch/mvme88k/dev/bugio.c
file arch/mvme88k/dev/mainbus.c
file arch/mvme88k/dev/memdevs.c nvram | sram
+define bpp
+file arch/mvme88k/dev/bpp.c bpp
+
attach ie at pcctwo: ifnet, ether
file arch/mvme88k/dev/if_ie.c ie
+# MVME376
attach le at vmes
file arch/mvme88k/dev/if_le.c le
+# MVME374
#device vp: ether, ifnet, ifmedia
#attach vp at vmes
#file arch/mvme88k/dev/if_vp.c vp
+# MVME332
device vx: tty
attach vx at vmes
file arch/mvme88k/dev/vx.c vx needs-count
+# MVME328
device vs: scsi
attach vs at vmes
file arch/mvme88k/dev/vs.c vs
+
+# MVME327
+device vsbic: bpp, scsi
+attach vsbic at vmes
+file arch/mvme88k/dev/vsbic.c vsbic