blob: 807215463043efc4880ed6a52a4ea8c56363419c (
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
|
# $OpenBSD: GENERIC,v 1.1 2005/04/19 21:30:17 miod Exp $
# Machine architecture; required by config(8)
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
|