diff options
author | Jason Wright <jason@cvs.openbsd.org> | 1999-07-23 19:11:29 +0000 |
---|---|---|
committer | Jason Wright <jason@cvs.openbsd.org> | 1999-07-23 19:11:29 +0000 |
commit | 212dedf9ce2e0a21513256af0a7ba3a55cd34af0 (patch) | |
tree | 8e7f0565da8bfc7b6c609b6436770c7f94b58e79 /sys/arch/sparc/conf/files.sparc | |
parent | 59c9a82da9a132f80f7cc45e30892651795fdfe9 (diff) |
Drivers for the FORCE CPU-5V:
o fga5000 vme-sbus bridge
o system config registers
o flash memory
and daadio VME board driver
Diffstat (limited to 'sys/arch/sparc/conf/files.sparc')
-rw-r--r-- | sys/arch/sparc/conf/files.sparc | 25 |
1 files changed, 23 insertions, 2 deletions
diff --git a/sys/arch/sparc/conf/files.sparc b/sys/arch/sparc/conf/files.sparc index e47bfc2e4d8..c82567d2d20 100644 --- a/sys/arch/sparc/conf/files.sparc +++ b/sys/arch/sparc/conf/files.sparc @@ -1,4 +1,4 @@ -# $OpenBSD: files.sparc,v 1.30 1999/06/06 04:48:24 jason Exp $ +# $OpenBSD: files.sparc,v 1.31 1999/07/23 19:11:23 jason Exp $ # $NetBSD: files.sparc,v 1.44 1997/08/31 21:29:16 pk Exp $ # @(#)files.sparc 8.1 (Berkeley) 7/19/93 @@ -303,7 +303,28 @@ file arch/sparc/dev/spif.c spif | stty | sbpp needs-flag device bpp {} attach bpp at sbus -file arch/sparc/dev/bpp.c bpp needs-flag +file arch/sparc/dev/bpp.c bpp needs-flag attach xbox at sbus file arch/sparc/dev/xbox.c xbox + +# sysconfig registers on Force CPU-5V +device scf {} +attach scf at mainbus +file arch/sparc/dev/scf.c scf needs-flag + +# flash memory on Force CPU-5V +device flash {} +attach flash at obio +file arch/sparc/dev/flash.c flash needs-flag + +# VME/SBus bridge on Force CPU-5V +device fga {} +attach fga at iommu +device fvme { [addr = -1], [level = -1], [vect = -1] } +attach fvme at fga +file arch/sparc/dev/fga.c fga needs-flag + +device daadio {} +attach daadio at fvme +file arch/sparc/dev/daadio.c daadio |