blob: 0205552e82da5baf6e9afa8c1b4470ca956b161e (
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
|
# $OpenBSD: GENERIC,v 1.2 2001/08/20 20:23:52 jason Exp $
# $NetBSD: GENERIC32,v 1.18 2001/07/20 00:07:12 eeh Exp $
machine sparc64
include "../../../conf/GENERIC"
option SUN4U
option _LP64
option DDB_SAFE_CONSOLE # XXX - remove 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
## The Mostek clock NVRAM is the "eeprom" on sun4/300 systems.
clock* at sbus? slot ? offset ?
## Timer chip found on (some) sun4u systems.
timer* at mainbus0
## Lance Ethernet - AMD7990
le* at sbus? slot ? offset ?
ledma* at sbus? slot ? offset ?
le* at ledma?
|