summaryrefslogtreecommitdiff
path: root/sys/arch/sparc/conf/TDR
blob: e6b2ca0f0ac85197904fad13e325ae68dc9dcd4c (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
97
98
99
100
101
102
#	$NetBSD: TDR,v 1.24 1995/06/02 17:54:04 pk Exp $

# Kernel for Theo's wimpy sparcstation IPC

machine		sparc
options		"SUN4C"

# 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)

# 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	root on sd0 swap on sd0

mainbus0 at root
cpu0	at mainbus0

sbus0	at mainbus0

audio0	at mainbus0
auxreg0	at mainbus0
clock0	at mainbus0
memreg0	at mainbus0
timer0	at mainbus0

zs0	at mainbus0
zs1	at mainbus0

# FSBE/S or sun4m
espdma0	at sbus0 slot ? offset ?
espdma*	at sbus0 slot ? offset ?
esp0	at espdma? slot ? offset ?
esp*	at espdma? slot ? offset ?

# old sun4c SCSI
dma0	at sbus0 slot ? offset ?
dma*	at sbus0 slot ? offset ?
esp0	at sbus0 slot ? offset ?
esp*	at sbus0 slot ? offset ?

# old sun4c
le0	at sbus? slot ? offset ?
le*	at sbus? slot ? offset ?

bwtwo0	at sbus? slot ? offset ?
bwtwo*	at sbus? slot ? offset ?
cgthree0 at sbus? slot ? offset ?
cgthree* at sbus? slot ? offset ?
cgsix0 at sbus? slot ? offset ?
cgsix* at sbus? slot ? offset ?

scsibus* at esp?

# drives here, drives there...
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