From f8113ea52367852315892e656e7e49e3ea7e957c Mon Sep 17 00:00:00 2001 From: Miod Vallat Date: Tue, 19 Apr 2005 21:30:21 +0000 Subject: 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. --- sys/arch/solbourne/conf/files.solbourne | 35 +++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 sys/arch/solbourne/conf/files.solbourne (limited to 'sys/arch/solbourne/conf/files.solbourne') 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 -- cgit v1.2.3