blob: c6e3b04bea0fb21e48a64b50b60e11cf5f88c742 (
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
|
# $OpenBSD: files.solbourne,v 1.2 2006/06/19 15:13:35 deraadt 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 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
|