GENERIC revision 1.5
1# 	$NetBSD: GENERIC,v 1.5 1995/03/01 21:11:43 pk Exp $
2
3# Kernel for Theo's wimpy sparcstation IPC
4
5machine		sparc
6options		"SUN4", "SUN4C"
7
8# obsolete timezone spec
9options		TIMEZONE=0, DST=0
10
11# Standard system options
12options		SWAPPAGER, VNODEPAGER, DEVPAGER	# paging
13#options	DEBUG, DIAGNOSTIC	# extra kernel debugging
14options		KTRACE			# system call tracing support
15#options	KGDB			# support for kernel gdb
16#options	KGDBDEV=0xc01, KGDBRATE=38400	# device & baud rate
17options		RCONSOLE		# fast rasterop console
18options		SYSVMSG,SYSVSEM,SYSVSHM
19options		"COMPAT_09", "COMPAT_10"
20
21# Filesystem options
22options		FFS
23options		NFSSERVER	# Sun NFS-compatible filesystem
24options		NFSCLIENT	# Sun NFS-compatible filesystem
25options		KERNFS		# kernel data-structure filesystem
26#options	FIFO		# POSIX fifo support (in all filesystems)
27#options	QUOTA		# fast filesystem with user and group quotas
28#options	MFS		# memory-based filesystem
29#options	LOFS		# Loop-back filesystem
30#options	FDESC		# user file descriptor filesystem
31#options	UMAPFS		# uid/gid remapping filesystem
32#options	LFS		# Log-based filesystem (still experimental)
33#options	PORTAL		# portal filesystem (still experimental)
34options		CD9660		# ISO 9660 + Rock Ridge file system
35
36# Networking options
37options		INET
38options		TCP_COMPAT_42	# compatibility with 4.2BSD TCP/IP
39#options	GATEWAY		# IP packet forwarding
40#options	ISO		# OSI networking
41#options	TPIP
42#options	EON
43options		COMPAT_43
44
45options		LKM
46
47# Options for SPARCstation hardware
48options		COMPAT_SUNOS		# compatibility with SunOS binaries
49
50config		netbsd	swap generic
51
52mainbus0 at root
53cpu0	at mainbus0
54
55sbus0	at mainbus0
56obio0	at mainbus0
57vmes0	at mainbus0
58vmel0	at mainbus0
59
60audio0	at mainbus0
61auxreg0	at mainbus0
62clock0	at mainbus0
63clock0	at obio0 addr 0xf2000000
64oclock0	at obio0 addr 0xf3000000
65oclock0	at obio0 addr 0x03000000		# 4/100
66memreg0	at mainbus0
67memreg0	at obio0 addr 0xf4000000
68memreg0	at obio0 addr 0x04000000		# 4/100
69timer0	at mainbus0
70timer0	at obio0 addr 0xef000000
71
72zs0	at mainbus0
73zs0	at obio0 addr 0xf1000000 level 12 flags 0x103
74zs0	at obio0 addr 0x01000000 level 12 flags 0x103	# 4/100
75zs1	at mainbus0
76zs1	at obio0 addr 0xf0000000 level 12 flags 0x103
77zs1	at obio0 addr 0x00000000 level 12 flags 0x103	# 4/100
78zs2	at obio0 addr 0xe0000000 level 12 flags 0x103
79
80# FSBE/S or sun4m
81espdma0	at sbus0 slot ? offset ?
82espdma*	at sbus0 slot ? offset ?
83esp0	at espdma? slot ? offset ?
84esp*	at espdma? slot ? offset ?
85
86# old sun4c SCSI
87dma0	at sbus0 slot ? offset ?
88dma*	at sbus0 slot ? offset ?
89dma0	at obio0 addr 0xfa001000 level 4
90esp0	at sbus0 slot ? offset ?
91esp*	at sbus0 slot ? offset ?
92esp0	at obio0 addr 0xfa000000 level 4
93
94# old sun4c
95le0	at sbus? slot ? offset ?
96le*	at sbus? slot ? offset ?
97le0	at obio0 addr 0xf9000000 level 6
98
99ie0	at obio0 addr 0xf6000000 level 6
100ie0	at obio0 addr 0x06000000 level 6		# 4/100
101ie1	at vmes0 addr 0xffe88000 level 5 vect 0x75
102ie2	at vmes0 addr 0xff31ff02 level 5 vect 0x76
103ie3	at vmes0 addr 0xff35ff02 level 5 vect 0x77
104ie4	at vmes0 addr 0xff2dff02 level 5 vect 0x7c
105
106bwtwo0	at sbus? slot ? offset ?
107bwtwo*	at sbus? slot ? offset ?
108cgthree0 at sbus? slot ? offset ?
109cgthree* at sbus? slot ? offset ?
110cgsix0 at sbus? slot ? offset ?
111cgsix* at sbus? slot ? offset ?
112
113scsibus* at esp?
114
115sd*	at scsibus? target ? drive ?
116st*	at scsibus? target ? drive ?
117cd*	at scsibus? target ? drive ?
118
119pseudo-device	loop
120pseudo-device	pty	32
121pseudo-device	sl	2
122pseudo-device	kbd
123pseudo-device	ppp	2
124pseudo-device	tun	4
125pseudo-device	vnd	3
126pseudo-device	bpfilter 16
127