blob: 358de46af88082d66c43481c897eb920e9432bd0 (
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
36
37
38
|
# $OpenBSD: GENERIC,v 1.3 2005/04/30 00:49:36 deraadt Exp $
#
# For further information on compiling OpenBSD kernels, see the config(8)
# man page.
#
# For further information on hardware support for this architecture, see
# the intro(4) man page. For further information about kernel options
# for this architecture, see the options(4) man page. For an explanation
# of each device driver in this file see the section 4 man page for the
# device.
machine solbourne sparc
include "../../../conf/GENERIC"
maxusers 32 # estimated number of users
option SOLBOURNE # necessary for proper config(8) operation
# Generic swap; second partition of root disk or network.
config bsd swap generic
# Main bus and CPU .. all systems.
mainbus0 at root
cpu0 at mainbus0
obio0 at mainbus0
# Oki MSM62X42BRS TODclock
tod0 at obio0
# Zilog 8530 serial chips. Each has two-channels.
# zs0 is ttya and ttyb. zs1 is the keyboard and mouse.
zs0 at obio0
zs1 at obio0
zstty* at zs?
zsclock0 at zs1
# On-board Ethernet
le0 at obio0
|