GENERIC revision 1.24
1#	$NetBSD: GENERIC,v 1.24 1999/01/17 11:49:56 tsubai Exp $
2#
3# POWERMAC config file
4#
5
6include		"arch/macppc/conf/std.macppc"
7
8maxusers	32
9
10# Standard system options
11#options 	UCONSOLE	# users can use TIOCCONS (for xconsole)
12#options 	INSECURE	# disable kernel security levels
13#options 	NTP		# NTP phase/frequency locked loop
14options 	KTRACE		# system call tracing via ktrace(1)
15
16options 	SYSVMSG		# System V message queues
17options 	SYSVSEM		# System V semaphores
18options 	SYSVSHM		# System V shared memory
19#options 	SHMMAXPGS=1024	# 1024 pages is the default
20
21options 	LKM		# loadable kernel modules
22
23# Diagnostic/debugging support options
24options 	DIAGNOSTIC	# cheap kernel consistency checks
25#options 	DEBUG		# expensive debugging checks/support
26options 	DDB		# in-kernel debugger
27#options 	DDB_HISTORY_SIZE=100	# enable history editing in DDB
28options 	TRAP_PANICWAIT
29
30#makeoptions	DEBUG="-g"	# compile full symbol table
31
32# Compatibility options
33options 	COMPAT_09	# NetBSD 0.9,
34options 	COMPAT_10	# NetBSD 1.0,
35options 	COMPAT_11	# NetBSD 1.1,
36options 	COMPAT_12	# NetBSD 1.2,
37options 	COMPAT_13	# NetBSD 1.3,
38options 	COMPAT_43	# and 4.3BSD
39#options 	COMPAT_386BSD_MBRPART # recognize old partition ID
40
41# File systems
42file-system 	FFS		# UFS
43file-system 	EXT2FS		# second extended file system (linux)
44file-system 	LFS		# log-structured file system
45file-system 	MFS		# memory file system
46file-system 	NFS		# Network File System client
47file-system 	CD9660		# ISO 9660 + Rock Ridge file system
48file-system 	MSDOSFS		# MS-DOS file system
49file-system 	FDESC		# /dev/fd
50file-system 	KERNFS		# /kern
51file-system 	NULLFS		# loopback file system
52file-system 	PORTAL		# portal filesystem (still experimental)
53file-system 	PROCFS		# /proc
54file-system 	UMAPFS		# NULLFS + uid and gid remapping
55file-system 	UNION		# union file system
56
57# File system options
58options 	QUOTA		# UFS quotas
59#options 	FFS_EI		# FFS Endian Independant support
60options 	NFSSERVER	# Network File System server
61#options 	EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
62				# immutable) behave as system flags.
63
64options 	NFS_BOOT_DHCP	# Support DHCP NFS root
65
66# Networking options
67#options 	GATEWAY		# packet forwarding
68options 	INET		# IP + ICMP + TCP + UDP
69#options 	MROUTING	# IP multicast routing
70#options 	NS		# XNS
71#options 	NSIP		# XNS tunneling over IP
72#options 	ISO,TPIP	# OSI
73#options 	EON		# OSI tunneling over IP
74#options 	CCITT,LLC,HDLC	# X.25
75options 	NETATALK	# AppleTalk networking protocols
76#options 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
77#options 	PPP_DEFLATE	# Deflate compression support for PPP
78#options 	PPP_FILTER	# Active filter support for PPP (requires bpf)
79#options 	PFIL_HOOKS	# pfil(9) packet filter hooks
80#options 	IPFILTER_LOG	# ipmon(8) log support
81options 	NMBCLUSTERS=1024
82
83# Compatibility with 4.2BSD implementation of TCP/IP.  Not recommended.
84#options 	TCP_COMPAT_42
85
86# These options enable verbose messages for several subsystems.
87# Warning, these may compile large string tables into the kernel!
88options 	PCIVERBOSE	# verbose PCI device autoconfig messages
89options 	SCSIVERBOSE	# human readable SCSI error messages
90options 	USBVERBOSE	# verbose USB device autoconfig messages
91
92# wscons options
93#options 	WSEMUL_SUN		# sun terminal emulation
94options 	WSEMUL_VT100		# VT100 / VT220 emulation
95
96# Kernel root file system and dump configuration.
97config		netbsd	root on ? type ?
98
99#
100# Device configuration
101#
102
103mainbus0 at root
104
105cpu*	at mainbus0
106
107pci0	at mainbus0 bus ?
108pci1	at mainbus0 bus ?
109pchb*	at pci? dev ? function ?	# PCI-Host bridges
110#ppb*	at pci? dev ? function ?	# PCI-PCI bridges
111#pci*	at ppb? bus ?
112
113#macofcons0	at pci? dev ? function ?	# Openfirmware console
114
115#de*	at pci? dev ? function ?	# DEC 21x4x-based Ethernet
116ep*	at pci? dev ? function ?
117ne*	at pci? dev ? function ?	# NE2000-compatible Ethernet
118adv*	at pci? dev ? function ?	# AdvanSys 1200[A,B], 9xx[U,UA] SCSI
119#ahc*	at pci? dev ? function ?	# Adaptec 294x, aic78x0 SCSI
120pcscp*	at pci? dev ? function ?	# AMD Am53c974 PCscsi-PCI SCSI
121
122scsibus* at adv?
123#scsibus* at ahc?
124scsibus* at pcscp?
125
126obio0	at pci? dev ? function ?
127nvram0	at obio0			# nvram
128
129adb0	at obio0			# Apple Desktop Bus
130aed*	at adb?				# ADB Event Device
131akbd*	at adb?				# ADB keyboard
132ams*	at adb?				# ADB mouse
133
134ofb0	at pci? dev ? function ?	# Generic Open Firmware Framebuffer
135wsdisplay* at ofb? console ?
136wskbd0	at akbd? console ?
137wsmouse0 at ams?
138
139mc0	at obio0			# MACE ethernet
140bm0	at obio0			# bmac ethernet
141esp0	at obio0 flags 0x00ff		# 53c9x SCSI
142
143scsibus* at esp0
144
145sd*	at scsibus? target ? lun ?	# SCSI disks
146st*	at scsibus? target ? lun ?	# SCSI tape drives
147cd*	at scsibus? target ? lun ?	# SCSI CD-ROM drives
148ch*	at scsibus? target ? lun ?	# SCSI autochangers
149ss*	at scsibus? target ? lun ?	# SCSI scanners
150uk*	at scsibus? target ? lun ?	# SCSI unknown
151
152zsc0	at obio0
153zstty0	at zsc0 channel 0
154zstty1	at zsc0 channel 1
155
156wdc*	at obio0 flags 0x0
157wd*	at wdc? channel ? drive ? flags 0x0000
158
159atapibus* at wdc? channel ?
160
161cd*	at atapibus? drive ? flags 0x0000	# ATAPI CD-ROM drives
162sd*	at atapibus? drive ? flags 0x0000	# ATAPI disk drives
163uk*	at atapibus? drive ? flags 0x0000	# ATAPI unknown
164
165# PCI USB controllers
166ohci*	at pci?				# Open Host Controller
167
168# USB bus support
169usb*	at ohci?
170
171# USB Hubs
172uhub*	at usb?
173uhub*	at uhub? port ? configuration ? interface ?
174
175# USB Mice
176ums*	at uhub? port ? configuration ? interface ?
177wsmouse* at ums?
178
179# USB Keyboards
180ukbd*	at uhub? port ? configuration ? interface ?
181wskbd*	at ukbd? console ?
182
183# USB Generic HID devices
184uhid*	at uhub? port ? configuration ? interface ?
185
186# USB Printer
187ulpt*	at uhub? port ? configuration ? interface ?
188
189# USB Generic driver
190ugen*	at uhub? port ? configuration ? interface ?
191
192pseudo-device	vnd		4	# disk-like interface to files
193pseudo-device	ccd		4	# concatenated/striped disk devices
194#pseudo-device	raid		4	# RAIDframe disk driver
195pseudo-device	md		1	# memory disk device
196pseudo-device	loop			# network loopback
197pseudo-device	bpfilter	8	# packet filter
198pseudo-device	ipfilter		# IP filter (firewall) and NAT
199pseudo-device	ppp		2	# Point-to-Point Protocol
200pseudo-device	sl		2	# Serial Line IP
201pseudo-device	tun		4	# network tunneling over tty
202#pseudo-device	gre		2	# generic L3 over IP tunnel
203pseudo-device	pty		64	# pseudo-terminals
204
205# rnd is EXPERIMENTAL at this point.
206#pseudo-device	rnd			# /dev/random and in-kernel generator
207