GENERIC revision 1.71
1#	$NetBSD: GENERIC,v 1.71 1997/11/26 07:23:20 scottr Exp $
2#
3# GENERIC
4
5include	"arch/mac68k/conf/std.mac68k"
6
7maxusers	32		# estimated number of users
8
9# CPU support.  At least one is REQUIRED.
10options 	M68040
11options 	M68030
12options 	M68020		# Note:  must have 68851 PMMU
13
14# CPU-related options.
15options 	FPSP
16options 	FPU_EMULATE
17
18# Standard system options
19
20options 	UCONSOLE	# users can use TIOCCONS (for xconsole)
21options 	INSECURE	# disable kernel security levels
22
23options 	RTC_OFFSET=0	# hardware clock is this many mins. west of GMT
24#options 	NTP		# NTP phase/frequency locked loop
25
26options 	KTRACE		# system call tracing via ktrace(1)
27
28options 	SYSVMSG		# System V-like message queues
29options 	SYSVSEM		# System V-like semaphores
30options 	SYSVSHM		# System V-like memory sharing
31#options 	SHMMAXPGS=1024	# 1024 pages is the default
32
33options 	LKM		# loadable kernel modules
34
35# Diagnostic/debugging support options
36options 	DIAGNOSTIC	# cheap kernel consistency checks
37#options 	DEBUG		# expensive debugging checks/support
38options 	KMEMSTATS	# kernel memory statistics (vmstat -m)
39options 	DDB		# in-kernel debugger
40#options 	DDB_HISTORY_SIZE=100	# enable history editing in DDB
41#options 	KGDB		# remote debugger
42#options 	KGDBDEV=0xc01	# kgdb device number (dev_t)
43#options 	KGDBRATE=38400	# baud rate
44#makeoptions	DEBUG="-g"	# compile full symbol table
45
46# Compatibility options
47#options 	COMPAT_NOMID	# compatibility with 386BSD, BSDI, NetBSD 0.8,
48#options 	COMPAT_09	# NetBSD 0.9,
49options 	COMPAT_10	# NetBSD 1.0,
50options 	COMPAT_11	# NetBSD 1.1,
51options 	COMPAT_12	# NetBSD 1.2,
52options 	COMPAT_43	# and 4.3BSD
53
54options 	COMPAT_SUNOS	# binary compatibility with SunOS 4.x binaries
55#options 	COMPAT_M68K4K	# compatibility with NetBSD/m68k4k binaries
56
57# File systems
58file-system 	FFS		# UFS
59file-system 	EXT2FS		# second extended file system (linux)
60file-system 	LFS		# log-structured file system
61file-system 	MFS		# memory file system
62file-system 	NFS		# Network File System client
63file-system 	CD9660		# ISO 9660 + Rock Ridge file system
64file-system 	MSDOSFS		# MS-DOS file system
65file-system 	FDESC		# /dev/fd
66file-system 	KERNFS		# /kern
67file-system 	NULLFS		# loopback file system
68file-system 	PORTAL		# portal filesystem (still experimental)
69file-system 	PROCFS		# /proc
70file-system 	UMAPFS		# NULLFS + uid and gid remapping
71file-system 	UNION		# union file system
72
73# File system options
74options 	QUOTA		# UFS quotas
75options 	NFSSERVER	# Network File System server
76options 	FIFO		# FIFOs; RECOMMENDED
77#options 	EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
78				# immutable) behave as system flags.
79
80# Networking options
81options 	GATEWAY		# packet forwarding
82options 	INET		# IP + ICMP + TCP + UDP
83#options 	MROUTING	# IP multicast routing
84options 	NS		# XNS
85#options 	NSIP		# XNS tunneling over IP
86options 	ISO,TPIP	# OSI
87options 	EON		# OSI tunneling over IP
88options 	CCITT,LLC,HDLC	# X.25
89options 	NETATALK	# AppleTalk networking protocols
90#options 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
91#options 	PPP_DEFLATE	# Deflate compression support for PPP
92#options 	PPP_FILTER	# Active filter support for PPP (requires bpf)
93#options 	PFIL_HOOKS	# pfil(9) packet filter hooks
94
95# Compatibility with 4.2BSD implementation of TCP/IP.  Not recommended.
96#options 	TCP_COMPAT_42
97
98# These options enable verbose messages for several subsystems.
99# Warning, these may compile large string tables into the kernel!
100options 	SCSIVERBOSE	# human readable SCSI error messages
101
102# Mac-specific options
103options 	ZS_CONSOLE_ABORT
104options 	DISABLE_EXT_CACHE # Don't use IIci external cache
105options 	MRG_ADB		# Use ROM-based ADB driver
106
107
108# Kernel root file system and dump configuration.
109config		netbsd	root on ? type ?
110
111#
112# Device configuration
113#
114
115mainbus0 at root
116
117fpu0 at mainbus?			# Floating-Point Coprocessor support
118
119
120# Basic Bus Support
121
122# On-board I/O bus support
123obio0 at mainbus?
124
125# NuBus support
126nubus0 at mainbus?
127
128
129# Console Devices
130
131# Apple Desktop Bus interface
132adb0	at obio?			# ADB event device
133
134# Basic frame buffer support
135intvid0	at obio?			# Internal video hardware
136macvid*	at nubus?			# NuBus video card
137
138# Device-independent frame buffer interface
139grf*	at intvid?
140grf*	at macvid?
141
142# Integrated Terminal Emulator (console) support
143ite0	at grf?
144
145
146# Serial Devices
147
148# On-board serial interface
149zsc0	at obio?
150zstty*	at zsc? channel ?
151
152
153# SCSI Controllers and Devices
154
155# SCSI controllers
156# XXX - use only one of ncrscsi or sbc
157ncrscsi0 at obio?			# SCSI NCR 5380
158#sbc0	at obio? flags 0x1		# MI SCSI NCR 5380
159esp0	at obio?			# SCSI NCR 53C9x
160esp1	at obio?			# SCSI NCR 53C9x
161
162# SCSI bus support
163scsibus* at scsi?
164
165# SCSI devices
166sd*	at scsibus? target ? lun ?	# SCSI disk drives
167st*	at scsibus? target ? lun ?	# SCSI tape drives
168cd*	at scsibus? target ? lun ?	# SCSI CD-ROM drives
169ch*	at scsibus? target ? lun ?	# SCSI autochangers
170se*	at scsibus? target ? lun ?	# SCSI ethernet
171ss*	at scsibus? target ? lun ?	# SCSI scanners
172uk*	at scsibus? target ? lun ?	# SCSI unknown
173
174
175# Network Interfaces
176
177# On-board Ethernet controllers
178sn*	at obio?			# SONIC-based (DP83932, DP83916)
179mc*	at obio?			# MACE-based
180
181# NuBus Ethernet controllers
182ae*	at nubus?			# DP8390-based
183sn*	at nubus?			# SONIC-based (DP83932, DP83916)
184
185
186# Audio Devices
187
188# On-board audio hardware
189asc0	at obio?			# ASC/EASC audio
190
191# Pseudo-Devices
192
193# disk/mass storage pseudo-devices
194pseudo-device	ccd		4	# concatenated/striped disk devices
195pseudo-device	md		1	# memory disk device (ramdisk)
196pseudo-device	vnd		4	# disk-like interface to files
197
198# network pseudo-devices
199pseudo-device	bpfilter	12	# Berkeley packet filter
200pseudo-device	ipfilter		# IP filter (firewall) and NAT
201pseudo-device	loop			# network loopback
202pseudo-device	ppp		2	# Point-to-Point Protocol
203pseudo-device	sl		2	# Serial Line IP
204#pseudo-device	strip		2	# Starmode Radio IP (Metricom)
205pseudo-device	tun		2	# network tunneling over tty
206
207# miscellaneous pseudo-devices
208pseudo-device	pty		64	# pseudo-terminals
209#pseudo-device	tb		1	# tablet line discipline
210
211# rnd is EXPERIMENTAL at this point.
212#pseudo-device	rnd			# /dev/random and in-kernel generator
213#options 	RND_COM			# use "com" randomness as well (BROKEN)
214