summaryrefslogtreecommitdiff
path: root/sys/arch/solbourne/conf/files.solbourne
blob: 7d4426e371de5a4a57854b91f261a260cf7152c2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
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