POWERMAC_G5_11_2 revision 1.18
1# Lean and mean config file for the POWERMAC G5
2# Author: Sanjay Lal <sanjayl@kymasys.com>
3
4include 	"arch/macppc/conf/std.macppc.g5"
5
6options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
7maxusers	32
8
9options 	PMAC_G5
10options 	ALTIVEC		# Include AltiVec support
11
12# Standard system options
13options 	INSECURE	# disable kernel security levels
14
15options 	RTC_OFFSET=0	# hardware clock is this many mins. west of GMT
16options 	NTP		# NTP phase/frequency locked loop
17options 	KTRACE		# system call tracing via ktrace(1)
18
19options 	SYSVMSG		# System V message queues
20options 	SYSVSEM		# System V semaphores
21#options 	SEMMNI=10	# number of semaphore identifiers
22#options 	SEMMNS=60	# number of semaphores in system
23#options 	SEMUME=10	# max number of undo entries per process
24#options 	SEMMNU=30	# number of undo structures in system
25options 	SYSVSHM		# System V shared memory
26
27options 	USERCONF	# userconf(4) support
28#options 	PIPE_SOCKETPAIR	# smaller, but slower pipe(2)
29options 	SYSCTL_INCLUDE_DESCR	# Include sysctl descriptions in kernel
30
31# Alternate buffer queue strategies for better responsiveness under high
32# disk I/O load.
33#options 	BUFQ_READPRIO
34options 	BUFQ_PRIOCSCAN
35
36# Diagnostic/debugging support options
37options 	DIAGNOSTIC	# cheap kernel consistency checks
38options 	DEBUG		# expensive debugging checks/support
39options 	ZS_CONSOLE_ABORT# allow break to get into DDB on serial
40options 	DDB		# in-kernel debugger
41options 	DDB_ONPANIC=1	# don't go into ddb on panic.
42options 	DDB_HISTORY_SIZE=512	# enable history editing in DDB
43options 	TRAP_PANICWAIT
44
45makeoptions 	DEBUG="-g"	# compile full symbol table
46
47# Compatibility options
48include 	"conf/compat_netbsd30.config"
49#options 	COMPAT_386BSD_MBRPART # recognize old partition ID
50
51# File systems
52file-system 	FFS		# UFS
53file-system 	MFS		# memory file system
54file-system	TMPFS		# Efficient memory file-system
55file-system 	KERNFS		# /kern
56file-system 	PROCFS		# /proc
57file-system 	NFS		# Network File System client
58file-system	PTYFS		# /dev/pts/N support
59
60# File system options
61#options 	QUOTA		# legacy UFS quotas
62#options 	QUOTA2		# new, in-filesystem UFS quotas
63#options 	FFS_EI		# FFS Endian Independent support
64options 	WAPBL		# File system journaling support
65#options 	UFS_DIRHASH	# UFS Large Directory Hashing - Experimental
66#options 	NFSSERVER	# Network File System server
67#options 	FFS_NO_SNAPSHOT	# ffs snapshots
68#options 	EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
69				# immutable) behave as system flags.
70#options 	APPLE_UFS	# Apple UFS support in FFS
71# Networking options
72#options 	GATEWAY		# packet forwarding
73options 	INET		# IP + ICMP + TCP + UDP
74options 	INET6		# IPV6
75
76# These options enable verbose messages for several subsystems.
77# Warning, these may compile large string tables into the kernel!
78options 	PCIVERBOSE	# verbose PCI device autoconfig messages
79options 	MIIVERBOSE	# verbose PHY autoconfig messages
80#options 	PCI_CONFIG_DUMP	# verbosely dump PCI config space
81
82# wscons options
83#options 	WSEMUL_SUN			# sun terminal emulation
84options 	WSEMUL_VT100			# VT100 / VT220 emulation
85options 	WSDISPLAY_COMPAT_USL		# wsconscfg VT handling
86#options 	WSDISPLAY_COMPAT_RAWKBD		# can get raw scancodes
87options 	FONT_GALLANT12x22
88
89# Kernel root file system and dump configuration.
90config		netbsd	root on ? type ?
91#config		netbsd	root on gem0 type nfs
92options 	NFS_BOOT_DHCP
93#options 	NFS_BOOT_BOOTPARAM
94
95#
96# Device configuration
97#
98
99mainbus* at root
100
101cpu*	at mainbus?
102options 	MULTIPROCESSOR
103ibmcpc* at mainbus?
104uninorth*	at mainbus?
105memory* at mainbus?
106spdmem* at memory? addr ?
107
108uni_n*	at mainbus?
109ki2c*	at uni_n?			# Keywest I2C
110
111smu* 		at mainbus?
112#options 	SMU_DEBUG
113smuiic* 	at smu?
114iic* 		at smuiic?
115
116pci*	at ibmcpc? bus ?
117pci*	at uninorth? bus ?
118pci*	at ppb? bus ?
119
120pchb*	at pci? dev ? function ?	# PCI-Host bridges
121ppb*	at pci? dev ? function ?	# PCI-PCI bridges
122
123obio0		at pci? dev ? function ?
124zsc*		at obio?
125zstty*		at zsc? channel ?
126snapper* 	at obio?
127ki2c*		at obio?	# Keywest I2C
128iic*		at ki2c?
129
130admtemp* 	at iic?
131lmtemp* 	at iic?
132dstemp* 	at iic?
133smusat* 	at iic?
134deq* 		at iic?
135
136# Audio support
137audio*	at audiobus?
138
139spkr*	at audio?		# PC speaker (synthesized)
140wsbell* at spkr?
141
142bge*	at pci? dev ? function ?	# gmac ethernet
143brgphy*	at mii? phy ?			# Broadcom BCM5400 PHYs
144ukphy*	at mii? phy ?			# generic unknown PHYs
145
146# PCI USB controllers
147ohci*	at pci? dev ? function ?	# USB Open Host Controller
148ehci*	at pci? dev ? function ?	# USB Enhanced Host Controller
149
150usb*	at ohci?					# USB bus support
151usb*	at ehci?					# USB bus support
152uhub*	at usb?						# USB Hubs
153uhub*	at uhub? port ?
154uhidev*	at uhub? port ? configuration ? interface ?	# USB HID device
155uhid*	at uhidev? reportid ?				# USB Generic HID
156ukbd*	at uhidev? reportid ?				# USB Keyboards
157wskbd*	at ukbd? console ?
158ums*	at uhidev? reportid ?				# USB Mice
159wsmouse* at ums?
160
161genfb*	at pci? dev ? function ?
162wdc* 	at pci? dev ? function ?		# Kauai ATA
163svwsata* at pci? dev ? function ?		# ServerWorks SATA controllers
164obio*	at pci? dev ? function ?
165zsc*	at obio?
166zstty*	at zsc? channel ?
167
168wsdisplay0	at wsemuldisplaydev? console 1
169wsdisplay*	at wsemuldisplaydev?
170
171atabus* at ata?
172wd*	at atabus? drive ? flags 0x0000
173atapibus* at atapi?
174cd*	at atapibus? drive ? flags 0x0000	# ATAPI CD-ROM drives
175sd*	at atapibus? drive ? flags 0x0000	# ATAPI disk drives
176uk*	at atapibus? drive ? flags 0x0000	# ATAPI unknown
177
178#pseudo-device 	crypto			# opencrypto framework
179					# (disabled, requires generic softints)
180pseudo-device	vnd		4	# disk-like interface to files
181pseudo-device	md			# memory disk device
182pseudo-device	loop			# network loopback
183pseudo-device	pty			# pseudo-terminals
184pseudo-device	openfirm		# /dev/openfirm
185pseudo-device	wsmux			# mouse and keyboard multiplexor
186pseudo-device	clockctl		# user control of clock subsystem
187pseudo-device	ksyms			# /dev/ksyms
188pseudo-device   bpfilter        8       # Berkeley packet filter
189#pseudo-device	npf			# NPF packet filter
190
191options		EXSTORAGE_MAX=24
192
193# Enable the hooks used for initializing the ram-disk.
194#options 	MEMORY_DISK_HOOKS
195#options 	MEMORY_DISK_IS_ROOT		# Force root on ram-disk
196#options 	MEMORY_DISK_ROOT_SIZE=5000	# 25000 KiB
197#options 	MEMORY_DISK_RBFLAGS=RB_SINGLE	# boot in single-user mode
198#options		MEMORY_DISK_SERVER=1
199