blob: b2805afdebc7cd2852da14fb3c5dc60a9eca6183 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# $OpenBSD: std.mac68k,v 1.5 1996/05/26 18:35:11 briggs Exp $
# $NetBSD: std.mac68k,v 1.12 1996/05/18 18:53:56 briggs Exp $
#
# standard Macintosh information.
# roughly copied from std.sparc 14 Oct 1993.
machine mac68k m68k
mainbus0 at root
# on-board I/O
obio0 at mainbus?
adb0 at obio?
asc0 at obio?
fpu0 at obio?
ite0 at obio?
zsc0 at obio?
zstty* at zsc? channel ?
options TIMEZONE=0 # minutes west of GMT--read from booter
options DST=0 # daylight savings rules--obsolete
options HZ=60 # clock runs at 60hz on this port
|