GENERIC revision 1.102
1#	$NetBSD: GENERIC,v 1.102 2001/06/30 11:00:34 darcy Exp $
2#
3#	GENERIC -- everything that's currently supported
4#
5
6include		"arch/macppc/conf/std.macppc"
7
8#ident 		"GENERIC-$Revision: 1.102 $"
9
10maxusers	32
11
12# Standard system options
13#options 	UCONSOLE	# users can use TIOCCONS (for xconsole)
14#options 	INSECURE	# disable kernel security levels
15
16options 	RTC_OFFSET=0	# hardware clock is this many mins. west of GMT
17#options 	NTP		# NTP phase/frequency locked loop
18options 	KTRACE		# system call tracing via ktrace(1)
19
20options 	SYSVMSG		# System V message queues
21options 	SYSVSEM		# System V semaphores
22#options	SEMMNI=10	# number of semaphore identifiers
23#options	SEMMNS=60	# number of semaphores in system
24#options	SEMUME=10	# max number of undo entries per process
25#options	SEMMNU=30	# number of undo structures in system
26options 	SYSVSHM		# System V shared memory
27#options 	SHMMAXPGS=1024	# 1024 pages is the default
28
29options 	LKM		# loadable kernel modules
30
31# Diagnostic/debugging support options
32options 	DIAGNOSTIC	# cheap kernel consistency checks
33#options 	DEBUG		# expensive debugging checks/support
34options 	DDB		# in-kernel debugger
35options 	DDB_HISTORY_SIZE=512	# enable history editing in DDB
36options 	TRAP_PANICWAIT
37
38#makeoptions	DEBUG="-g"	# compile full symbol table
39
40# Compatibility options
41options 	COMPAT_09	# NetBSD 0.9,
42options 	COMPAT_10	# NetBSD 1.0,
43options 	COMPAT_11	# NetBSD 1.1,
44options 	COMPAT_12	# NetBSD 1.2,
45options 	COMPAT_13	# NetBSD 1.3,
46options 	COMPAT_14	# NetBSD 1.4,
47options 	COMPAT_43	# and 4.3BSD
48#options 	COMPAT_386BSD_MBRPART # recognize old partition ID
49#options 	COMPAT_LINUX	# Linux binary compatibility (experimental)
50
51# File systems
52file-system 	FFS		# UFS
53file-system 	EXT2FS		# second extended file system (linux)
54file-system 	LFS		# log-structured file system
55file-system 	MFS		# memory file system
56file-system 	NFS		# Network File System client
57file-system 	CD9660		# ISO 9660 + Rock Ridge file system
58file-system 	MSDOSFS		# MS-DOS file system
59file-system 	FDESC		# /dev/fd
60file-system 	KERNFS		# /kern
61file-system 	NULLFS		# loopback file system
62file-system 	OVERLAY		# overlay file system
63file-system 	PORTAL		# portal filesystem (still experimental)
64file-system 	PROCFS		# /proc
65file-system 	UMAPFS		# NULLFS + uid and gid remapping
66file-system 	UNION		# union file system
67
68# File system options
69options 	QUOTA		# UFS quotas
70#options 	FFS_EI		# FFS Endian Independant support
71options 	SOFTDEP         # FFS soft updates support.
72options 	NFSSERVER	# Network File System server
73#options 	EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
74				# immutable) behave as system flags.
75
76options 	NFS_BOOT_DHCP	# Support DHCP NFS root
77
78# Networking options
79#options 	GATEWAY		# packet forwarding
80options 	INET		# IP + ICMP + TCP + UDP
81options 	INET6		# IPV6
82#options 	IPSEC		# IP security
83#options 	IPSEC_ESP	# IP security (encryption part; define w/IPSEC)
84#options 	IPSEC_DEBUG	# debug for IP security
85#options 	MROUTING	# IP multicast routing
86#options 	NS		# XNS
87#options 	NSIP		# XNS tunneling over IP
88#options 	ISO,TPIP	# OSI
89#options 	EON		# OSI tunneling over IP
90#options 	CCITT,LLC,HDLC	# X.25
91options 	NETATALK	# AppleTalk networking protocols
92options 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
93options 	PPP_DEFLATE	# Deflate compression support for PPP
94options 	PPP_FILTER	# Active filter support for PPP (requires bpf)
95options 	PFIL_HOOKS	# pfil(9) packet filter hooks
96options 	IPFILTER_LOG	# ipmon(8) log support
97
98# Compatibility with 4.2BSD implementation of TCP/IP.  Not recommended.
99#options 	TCP_COMPAT_42
100
101# These options enable verbose messages for several subsystems.
102# Warning, these may compile large string tables into the kernel!
103options 	PCIVERBOSE	# verbose PCI device autoconfig messages
104options 	MIIVERBOSE	# verbose PHY autoconfig messages
105#options 	PCI_CONFIG_DUMP	# verbosely dump PCI config space
106options 	SCSIVERBOSE	# human readable SCSI error messages
107options 	USBVERBOSE	# verbose USB device autoconfig messages
108
109# wscons options
110#options 	WSEMUL_SUN		# sun terminal emulation
111options 	WSEMUL_VT100		# VT100 / VT220 emulation
112options 	FONT_GALLANT12x22
113
114# Kernel root file system and dump configuration.
115config		netbsd	root on ? type ?
116
117#
118# Device configuration
119#
120
121mainbus* at root
122
123cpu*	at mainbus?
124bandit*	at mainbus?
125grackle* at mainbus?
126uninorth* at mainbus?
127
128pci*	at bandit? bus ?
129pci*	at grackle? bus ?
130pci*	at uninorth? bus ?
131pci*	at ppb? bus ?
132
133pchb*	at pci? dev ? function ?	# PCI-Host bridges
134ppb*	at pci? dev ? function ?	# PCI-PCI bridges
135
136de*	at pci? dev ? function ?	# DEC 21x4x-based Ethernet
137fpa*	at pci? dev ? function ?	# DEC PCI FDDI (DEFPA) Controller
138ep*	at pci? dev ? function ?	# 3Com 3c59x
139epic*	at pci? dev ? function ?	# SMC EPIC/100 Ethernet
140ex*	at pci? dev ? function ?	# 3Com 90x[B]
141fxp*	at pci? dev ? function ?	# Intel EtherExpress PRO 10+/100B
142ne*	at pci? dev ? function ?	# NE2000-compatible Ethernet
143rtk*	at pci? dev ? function ?	# Realtek 8129/8139
144sip*	at pci? dev ? function ?	# SiS 900/7016 Ethernet
145tlp*	at pci? dev ? function ?	# DECchip 21x4x (and clones) Ethernet
146options 	TLP_MATCH_21040
147options 	TLP_MATCH_21041
148options 	TLP_MATCH_21140
149options 	TLP_MATCH_21142
150adv*	at pci? dev ? function ?	# AdvanSys 1200[A,B], 9xx[U,UA] SCSI
151ahc*	at pci? dev ? function ?	# Adaptec 294x, aic78x0 SCSI
152bha*	at pci? dev ? function ?	# BusLogic 9xx SCSI
153iha*	at pci? dev ? function ?	# Initio INIC-940/950 SCSI
154isp*	at pci? dev ? function ?	# Qlogic ISP 10x0/2xx0 SCSI/Fibre Chan
155siop*	at pci? dev ? function ?	# NCR 53c8xx SCSI
156pcscp*	at pci? dev ? function ?	# AMD Am53c974 PCscsi-PCI SCSI
157ofb*	at pci? dev ? function ?	# Generic Open Firmware Framebuffer
158pciide*	at pci? dev ? function ?
159cbb*	at pci? dev ? function ?	# PCI-CardBus bridge
160gm*	at pci? dev ? function ?	# gmac ethernet
161obio0	at pci? dev ? function ?
162#macofcons0 at pci? dev ? function ?	# OpenFirmware console (for debugging)
163
164exphy*	at mii? phy ?			# 3Com internal PHYs
165icsphy*	at mii? phy ?			# Integrated Circuit Systems ICS1890
166inphy*	at mii? phy ?			# Intel 82555 PHYs
167iophy*	at mii? phy ?			# Intel 82553 PHYs
168lxtphy*	at mii? phy ?			# Level One LXT-970 PHYs
169nsphy*	at mii? phy ?			# NS83840 PHYs
170nsphyter* at mii? phy ?			# NS83843 PHYs
171qsphy*	at mii? phy ?			# Quality Semiconductor QS6612 PHYs
172sqphy*	at mii? phy ?			# Seeq 80220/80221/80223 PHYs
173tlphy*	at mii? phy ?			# ThunderLAN PHYs
174tqphy*	at mii? phy ?			# TDK Semiconductor PHYs
175ukphy*	at mii? phy ?			# generic unknown PHYs
176
177# PCI serial interfaces
178cy*	at pci? dev ? function ?	# Cyclades Cyclom-Y serial boards
179#cz*	at pci? dev ? function ?	# Cyclades-Z multi-port serial boards
180
181bm*	at obio?			# bmac ethernet
182mc*	at obio?			# MACE ethernet
183esp*	at obio? flags 0x00ff		# 53c9x SCSI
184mesh*	at obio? flags 0xffff		# MESH SCSI
185nvram*	at obio?			# nvram
186adb*	at obio?			# Apple Desktop Bus
187aed*	at adb?				# ADB Event Device
188akbd*	at adb?				# ADB keyboard
189ams*	at adb?				# ADB mouse
190abtn*	at adb?
191zsc*	at obio?
192zstty*	at zsc? channel ?
193mediabay* at obio?
194wdc*	at mediabay? flags 0
195awacs*	at obio?			# Apple audio device
196wi*	at obio?			# AirMac
197
198cardslot* at cbb?
199cardbus* at cardslot?
200pcmcia*	at cardslot?
201
202com*	at pcmcia? function ?		# Modems and serial cards
203wdc*	at pcmcia? function ?		# PCMCIA IDE controllers
204ep*	at pcmcia? function ?		# 3Com 3c589 and 3c562 Ethernet
205mbe*	at pcmcia? function ?		# MB8696x based Ethernet
206ne*	at pcmcia? function ?		# NE2000-compatible Ethernet
207awi*	at pcmcia? function ?		# BayStack 650/660 (802.11FH/DS)
208wi*	at pcmcia? function ?		# Lucent WaveLan IEEE (802.11)
209ex*	at cardbus? dev ? function ?	# 3Com 3C575TX
210tlp*	at cardbus? dev ? function ?	# DECchip 21143
211rtk*	at cardbus? dev ? function ?	# Realtek 8129/8139
212
213wsdisplay0 at ofb? console ?
214wskbd0	at akbd? console ?
215wsmouse0 at ams?
216
217scsibus* at adv?
218scsibus* at ahc?
219scsibus* at bha?
220scsibus* at iha?
221scsibus* at isp?
222scsibus* at esp?
223scsibus* at mesh?
224scsibus* at pcscp?
225scsibus* at siop?
226
227sd*	at scsibus? target ? lun ?	# SCSI disks
228st*	at scsibus? target ? lun ?	# SCSI tape drives
229cd*	at scsibus? target ? lun ?	# SCSI CD-ROM drives
230ch*	at scsibus? target ? lun ?	# SCSI autochangers
231ss*	at scsibus? target ? lun ?	# SCSI scanners
232uk*	at scsibus? target ? lun ?	# SCSI unknown
233
234wdc*	at obio? flags 0x1
235wd*	at pciide? channel ? drive ?
236wd*	at wdc? channel ? drive ? flags 0x0000
237
238atapibus* at pciide? channel ?
239atapibus* at wdc? channel ?
240
241cd*	at atapibus? drive ? flags 0x0000	# ATAPI CD-ROM drives
242sd*	at atapibus? drive ? flags 0x0000	# ATAPI disk drives
243uk*	at atapibus? drive ? flags 0x0000	# ATAPI unknown
244
245# PCI USB controllers
246ohci*	at pci? dev ? function ?			# Open Host Controller
247
248usb*	at ohci?					# USB bus support
249uhub*	at usb?						# USB Hubs
250uhub*	at uhub? port ? configuration ? interface ?
251
252ums*	at uhub? port ? configuration ? interface ?	# USB Mice
253wsmouse* at ums?
254
255ukbd*	at uhub? port ? configuration ? interface ?	# USB Keyboards
256wskbd*	at ukbd? console ?
257
258uhid*	at uhub? port ? configuration ? interface ?	# USB Generic HID
259ulpt*	at uhub? port ? configuration ? interface ?	# USB Printer
260
261umodem*	at uhub? port ? configuration ?			# USB Modem
262ucom*	at umodem?
263
264umass*	at uhub? port ? configuration ? interface ?	# USB Mass Storage
265atapibus* at umass? channel ?
266scsibus* at umass? channel ?
267
268uaudio*	at uhub? port ? configuration ?			# USB audio
269
270# USB Ethernet adapters
271aue*	at uhub? port ?		# ADMtek AN986 Pegasus based adapters
272cue*	at uhub? port ?		# CATC USB-EL1201A based adapters
273kue*	at uhub? port ?		# Kawasaki LSI KL5KUSB101B based adapters
274
275uscanner* at uhub? port ?				# USB scanners
276uyap* at uhub? port ?					# Y@P firmware loader
277ugen*	at uhub? port ? configuration ? interface ?	# USB Generic driver
278
279# PCI IEEE1394 controllers
280fwohci*	at pci? dev ? function ?	# IEEE1394 Open Host Controller
281#fwlynx* at pci? dev ? function ?	# IEEE1394 TI Lynx Controller
282fw*	at fwbus?			# IP over 1394
283
284# IEEE1394 nodes
285#fwnode* at fwbus? oui ? devhi ? devlo ?
286#scsibus* at fwnode?
287
288# Audio Devices
289
290# PCI audio devices
291#clcs*	at pci? dev ? function ?	# Cirrus Logic CS4280
292#cmpci*	at pci? dev ? function ?	# C-Media CMI8338/8738
293eap*	at pci? dev ? function ?	# Ensoniq AudioPCI
294#eso*	at pci? dev ? function ?	# ESS Solo-1 PCI AudioDrive
295#fms*	at pci? dev ? function ?	# Forte Media FM801
296#sv*	at pci? dev ? function ?	# S3 SonicVibes
297
298# OPL[23] FM synthesizers
299#opl*	at eso?
300#opl*	at fms?
301
302# Audio support
303audio* at awacs?
304#audio*	at clcs?
305#audio*	at cmpci?
306audio*	at eap?
307#audio*	at eso?
308#audio*	at fms?
309#audio*	at sv?
310audio*	at uaudio?
311
312# MPU 401 UARTs
313#mpu*	at eso?
314#mpu*	at fms?
315
316# MIDI support
317midi*	at eap?			# 137[01] MIDI port
318#midi*	at mpu?			# MPU 401
319
320pseudo-device	vnd		4	# disk-like interface to files
321pseudo-device	ccd		4	# concatenated/striped disk devices
322#pseudo-device	raid		4	# RAIDframe disk driver
323#options 	RAID_AUTOCONFIG		# auto-configuration of RAID components
324pseudo-device	md		1	# memory disk device
325pseudo-device	loop			# network loopback
326pseudo-device	bpfilter	8	# packet filter
327pseudo-device	ipfilter		# IP filter (firewall) and NAT
328pseudo-device	ppp		2	# Point-to-Point Protocol
329pseudo-device	sl		2	# Serial Line IP
330pseudo-device	tun		4	# network tunneling over tty
331#pseudo-device	gre		2	# generic L3 over IP tunnel
332pseudo-device	gif		4	# IPv[46] over IPv[46] tunnel (RFC1933)
333#pseudo-device	faith		1	# IPv[46] tcp relay translation i/f
334#pseudo-device	stf		1	# 6to4 IPv6 over IPv4 encapsulation
335pseudo-device	vlan			# IEEE 802.1q encapsulation
336pseudo-device	pty			# pseudo-terminals
337pseudo-device	rnd			# /dev/random and in-kernel generator
338pseudo-device	openfirm		# /dev/openfirm
339