GENERIC_SCSI3 revision 1.1
1# 	$NetBSD: GENERIC_SCSI3,v 1.1 1994/12/07 14:45:55 deraadt Exp $
2
3# Kernel for Theo's wimpy sparcstation IPC
4
5machine		sparc
6options		"SUN4C", "SUN4"
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)
34
35# Networking options
36options		INET
37options		TCP_COMPAT_42	# compatibility with 4.2BSD TCP/IP
38#options	GATEWAY		# IP packet forwarding
39#options	ISO		# OSI networking
40#options	TPIP
41#options	EON
42options		COMPAT_43
43
44options		LKM
45
46# Options for SPARCstation hardware
47options		COMPAT_SUNOS		# compatibility with SunOS binaries
48
49config		netbsd	root nfs swap nfs
50
51mainbus0 at root
52cpu0	at mainbus0
53
54sbus0	at mainbus0
55obio0	at mainbus0
56vmes0	at mainbus0
57vmel0	at mainbus0
58
59audio0	at mainbus0
60auxreg0	at mainbus0
61clock0	at mainbus0
62clock0	at obio0 addr 0xf2000000
63memreg0	at mainbus0
64memreg0	at obio0 addr 0xf4000000
65timer0	at mainbus0
66timer0	at obio0 addr 0xef000000
67
68zs0	at mainbus0
69zs0	at obio0 addr 0xf1000000 level 12 flags 0x103
70zs1	at mainbus0
71zs1	at obio0 addr 0xf0000000 level 12 flags 0x103
72zs2	at obio0 addr 0xe0000000 level 12 flags 0x103
73
74# FSBE/S or sun4m
75espdma0	at sbus0 slot ? offset ?
76espdma*	at sbus0 slot ? offset ?
77esp0	at espdma? slot ? offset ?
78esp*	at espdma? slot ? offset ?
79
80# old sun4c SCSI
81dma0	at sbus0 slot ? offset ?
82dma*	at sbus0 slot ? offset ?
83dma0	at obio0 addr 0xfa001000 level 4
84esp0	at sbus0 slot ? offset ?
85esp*	at sbus0 slot ? offset ?
86esp0	at obio0 addr 0xfa000000 level 4
87
88# old sun4c
89le0	at sbus? slot ? offset ?
90le*	at sbus? slot ? offset ?
91le0	at obio0 addr 0xf9000000 level 6
92
93ie0	at vmes0 addr 0xffe88000 level 5 vect 0x75
94
95bwtwo0	at sbus? slot ? offset ?
96bwtwo*	at sbus? slot ? offset ?
97cgthree0 at sbus? slot ? offset ?
98cgthree* at sbus? slot ? offset ?
99cgsix0 at sbus? slot ? offset ?
100cgsix* at sbus? slot ? offset ?
101
102scsibus* at esp?
103
104# Map scsi-id 3 to  sd0; no questions asked. Map the remaining drives
105# in the default order. This is because SunOS's rom swaps scsi-id 3 to
106# sd0, and scsi-id 0 to sd3.
107sd0	at scsibus? target 3 drive ?
108sd*	at scsibus? target ? drive ?
109st*	at scsibus? target ? drive ?
110cd*	at scsibus? target ? drive ?
111
112pseudo-device	loop
113pseudo-device	pty	32
114pseudo-device	sl	2
115pseudo-device	kbd
116pseudo-device	ppp	2
117pseudo-device	tun	4
118pseudo-device	vn	3
119pseudo-device	bpfilter 16
120