summaryrefslogtreecommitdiff
path: root/sys/arch/sparc/conf/SUN4
blob: 5029257292e2906dafa4ca552c36051bcbceb03d (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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
#	$NetBSD: SUN4,v 1.12 1995/06/02 17:53:57 pk Exp $

machine		sparc
options		"SUN4"

# obsolete timezone spec
options		TIMEZONE=0, DST=0

# Standard system options
options		SWAPPAGER, VNODEPAGER, DEVPAGER	# paging
#options	DEBUG, DIAGNOSTIC	# extra kernel debugging
options		KTRACE			# system call tracing support
#options	KGDB			# support for kernel gdb
#options	KGDBDEV=0xc01, KGDBRATE=38400	# device & baud rate
options		RCONSOLE		# fast rasterop console
options		SYSVMSG,SYSVSEM,SYSVSHM
options		"COMPAT_09", "COMPAT_10"

# Filesystem options
options		FFS
options		NFSSERVER	# Sun NFS-compatible filesystem
options		NFSCLIENT	# Sun NFS-compatible filesystem
#options	KERNFS		# kernel data-structure filesystem
#options	FIFO		# POSIX fifo support (in all filesystems)
#options	QUOTA		# fast filesystem with user and group quotas
#options	MFS		# memory-based filesystem
#options	LOFS		# Loop-back filesystem
#options	FDESC		# user file descriptor filesystem
#options	UMAPFS		# uid/gid remapping filesystem
#options	LFS		# Log-based filesystem (still experimental)
#options	PORTAL		# portal filesystem (still experimental)
#options	PROCFS		# /proc
#options	CD9660		# ISO 9660 + Rock Ridge file system

# Networking options
options		INET
options		TCP_COMPAT_42	# compatibility with 4.2BSD TCP/IP
#options	GATEWAY		# IP packet forwarding
#options	ISO		# OSI networking
#options	TPIP
#options	EON
options		COMPAT_43

options		LKM

# Options for SPARCstation hardware
options		COMPAT_SUNOS		# compatibility with SunOS binaries

config		netbsd	swap generic

mainbus0 at root
cpu0	at mainbus0

obio0	at mainbus0
vmes0	at mainbus0
vmel0	at mainbus0

clock0	at obio0 addr 0xf2000000
oclock0	at obio0 addr 0xf3000000
oclock0	at obio0 addr 0x03000000		# 4/100
memreg0	at obio0 addr 0xf4000000
memreg0	at obio0 addr 0x04000000		# 4/100
timer0	at obio0 addr 0xef000000

zs0	at obio0 addr 0xf1000000 level 12 flags 0x103
zs0	at obio0 addr 0x01000000 level 12 flags 0x103	# 4/100
zs1	at obio0 addr 0xf0000000 level 12 flags 0x103
zs1	at obio0 addr 0x00000000 level 12 flags 0x103	# 4/100
zs2	at obio0 addr 0xe0000000 level 12 flags 0x103

dma0	at obio0 addr 0xfa001000 level 4
esp0	at obio0 addr 0xfa000000 level 4

le0	at obio0 addr 0xf9000000 level 6

ie0	at obio0 addr 0xf6000000 level 6
ie0	at obio0 addr 0x06000000 level 6		# 4/100
ie1	at vmes0 addr 0xffe88000 level 5 vect 0x75
ie2	at vmes0 addr 0xff31ff02 level 5 vect 0x76
ie3	at vmes0 addr 0xff35ff02 level 5 vect 0x77
ie4	at vmes0 addr 0xff2dff02 level 5 vect 0x7c

scsibus* at esp?

sd*	at scsibus? target ? lun ?
st*	at scsibus? target ? lun ?
cd*	at scsibus? target ? lun ?

pseudo-device	loop
pseudo-device	pty	32
pseudo-device	sl	2
pseudo-device	kbd
pseudo-device	ppp	2
pseudo-device	tun	4
pseudo-device	vnd	3
pseudo-device	bpfilter 16