blob: b61603b92ec0d6985ea04bc8821f0e28c3f3ebe0 (
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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
|
# $OpenBSD: GENERIC,v 1.49 2010/07/02 19:57:14 tedu 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 mac68k m68k
include "../../../conf/GENERIC"
maxusers 32 # estimated number of users
# Mac-specific options
option M68040
option M68030
option M68020 # Must have 68851 PMMU
option FPSP
option FPU_EMULATE
option ADBVERBOSE
option WSDISPLAY_COMPAT_RAWKBD # provide raw scancodes; needed for X11
config bsd swap generic
mainbus0 at root
# on-board I/O
obio0 at mainbus?
adb0 at obio?
akbd* at adb? # ADB keyboard
ams* at adb? # ADB mouse
asc0 at obio? # ASC/EASC audio
esp0 at obio? # SCSI NCR 53C9x
esp1 at obio? # SCSI NCR 53C9x
macfb* at obio? # Internal video hardware
mc* at obio? # MACE ethernet on Centris/Quadra 660av
sn* at obio? # Internal ethernet
zsc0 at obio? # Zilog serial chip
zstty* at zsc?
# nubus boards
nubus0 at mainbus?
ae* at nubus? # Most Apple Ethernet Cards
macfb* at nubus? # NuBus video cards
sn* at nubus? # SONIC-based ethernet cards
#sm* at nubus? # SMC 91cxx-based ethernet cards
#nsphy* at mii? phy?
#ukphy* at mii? phy?
# workstation console
wsdisplay* at macfb?
wskbd* at akbd? mux 1
wsmouse* at ams? mux 0
# Enable only one of ncrscsi or sbc
ncrscsi0 at obio? # SCSI NCR 5380
sbc0 at obio? disable flags 0x1 # MI NCR 5380 SCSI Bus Controller
scsibus* at esp?
scsibus* at ncrscsi?
scsibus* at sbc?
sd* at scsibus? # SCSI disk drives
st* at scsibus? # SCSI tape drives
cd* at scsibus? # SCSI CD-ROM drives
ch* at scsibus? # SCSI autochangers
ss* at scsibus? # SCSI scanners
safte* at scsibus? # SCSI accessed fault-tolerant enclosures
ses* at scsibus? # SCSI enclosure services
uk* at scsibus? # SCSI unknown
pseudo-device wsmux 2
|