blob: 702fadb09e7a57d0060d4c34023807716932cff6 (
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
51
52
53
54
55
56
57
58
59
60
61
|
# $OpenBSD: AV400,v 1.2 2006/05/20 12:06:18 miod 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 aviion m88k
include "../../../conf/GENERIC"
maxusers 32 # estimated number of users
# Processor type
option M88100
# Supported models
option AV400 # 100, 200, 300, 400, 3000, 4000, 4300
# Define this if your 88100 processor has the xxx.usr bug (mask C82N)
option ERRATA__XXX_USR
config bsd swap generic
#
# devices
#
mainbus0 at root
#
# Onboard devices for all 88100-based machines
#
syscon0 at mainbus0 addr 0xfff00000
nvram0 at syscon? offset 0x80000
dart0 at syscon? offset 0x82000 ipl 3 # serial ports
#avkbd0 at syscon? offset 0x82800
#wskbd* at avkbd?
#avfb0 at syscon? offset 0x89000
#
# AV400 onboard devices
#
dart1 at syscon? offset 0x82c00 ipl 3
vme0 at syscon? offset 0x85000 # VME bridge
#aic0 at syscon? offset 0x8a000 ipl 2
le0 at syscon? offset 0x8c000 ipl 1 # on-board ethernet
#
# VME devices
#
# Interphase Hawk Ethernet
le* at vme? a32 0x00900000 a16 0x4000 ipl 1 # artwork X0A factory settings
le* at vme? a32 0x55540000 a16 0x8600 ipl 1 # artwork X0B factory settings
le* at vme? a32 0x55900000 a16 0x4000 ipl 1
le* at vme? a32 0x55980000 a16 0x5000 ipl 1
|