blob: 9a2384f67fa73f228cd2069b796e259ec2116808 (
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
39
40
41
42
43
44
45
46
47
48
49
50
|
# $NetBSD: GENERIC32,v 1.18 2001/07/20 00:07:12 eeh Exp $
machine sparc64
option DIAGNOSTIC
option KMEMSTATS
option SUN4U
option _LP64
# XXX - remove this later.
#option DEBUG
option DDB_SAFE_CONSOLE
# XXX - remove this later.
maxusers 64
config bsd swap generic
# Main bus and CPU .. all systems.
mainbus0 at root
cpu0 at mainbus0
# Bus types found on SPARC systems.
sbus0 at mainbus0 # Ultra 1
#### Standard system devices -- all required for a given architecture
## PROM console driver -- if all else fails
pcons0 at mainbus0 # PROM console
## Mostek clock found on 4/300, sun4c, sun4m and sun4u systems.
## The Mostek clock NVRAM is the "eeprom" on sun4/300 systems.
clock* at sbus? slot ? offset ?
## Timer chip found on 4/300, sun4c, sun4m and (some) sun4u systems.
timer* at mainbus0 # sun4c
#### Serial port configuration
## Zilog 8530 serial chips. Each has two-channels.
## zs0 is ttya and ttyb. zs1 is the keyboard and mouse.
#zs* at sbus? slot ? offset ?
#zstty* at zs? channel ? # ttya
#kbd0 at zstty?
#ms0 at zstty?
#pseudo-device md 1
|