diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2005-04-19 21:30:21 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2005-04-19 21:30:21 +0000 |
commit | f8113ea52367852315892e656e7e49e3ea7e957c (patch) | |
tree | f1a8704d1210070606065840879eea1909dd61cd /sys/arch/solbourne/conf/files.solbourne | |
parent | 21df6903b631dbf2a966418f3e9d09aba3fa262e (diff) |
As a late birthday present, a preliminary port to the Solbourne IDT systems
(S3000, S4000 and S4000DX).
Currently limited to diskless and serial console, and userland has issues.
Things will get better in the near future.
Diffstat (limited to 'sys/arch/solbourne/conf/files.solbourne')
-rw-r--r-- | sys/arch/solbourne/conf/files.solbourne | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/sys/arch/solbourne/conf/files.solbourne b/sys/arch/solbourne/conf/files.solbourne new file mode 100644 index 00000000000..7d4426e371d --- /dev/null +++ b/sys/arch/solbourne/conf/files.solbourne @@ -0,0 +1,35 @@ +# $OpenBSD: files.solbourne,v 1.1 2005/04/19 21:30:17 miod Exp $ + +# Kernel configuration rules for OpenBSD/solbourne. +# Most device definitions and files rules are imported from +# sys/arch/sparc/conf/files.sparc and are not repeated here. +# Hence, this file only lists solbourne-specific changes from +# the sparc port. + +maxpartitions 16 + +maxusers 2 8 64 + +# obio on solbourne is just an administrative wrapper on which +# all on-board devices attach. +file arch/solbourne/dev/obio.c obio + +# OKI TODclock chip +device tod +attach tod at obio +file arch/solbourne/dev/tod.c tod + +# Z8530 clock hijack +device zsclock +attach zsclock at zs +file arch/solbourne/dev/zsclock.c zsclock + +file dev/clock_subr.c + +file arch/solbourne/solbourne/autoconf.c +file arch/solbourne/solbourne/clock.c +file arch/solbourne/solbourne/machdep.c +file arch/solbourne/solbourne/mem.c +file arch/solbourne/solbourne/pmap.c +file arch/solbourne/solbourne/prom_machdep.c +file arch/solbourne/solbourne/trap.c |