178388Sbenno#
278388Sbenno# GENERIC -- Generic kernel configuration file for FreeBSD/powerpc
378388Sbenno#
478388Sbenno# For more information on this file, please read the handbook section on
578388Sbenno# Kernel Configuration Files:
678388Sbenno#
7101165Sblackend#    http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
878388Sbenno#
978388Sbenno# The handbook is also available locally in /usr/share/doc/handbook
1078388Sbenno# if you've installed the doc distribution, otherwise always see the
1178388Sbenno# FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the
1278388Sbenno# latest information.
1378388Sbenno#
1478388Sbenno# An exhaustive list of options and more detailed explanations of the
15100189Sjhb# device lines is also present in the ../../conf/NOTES and NOTES files. 
16100189Sjhb# If you are in doubt as to the purpose or necessity of a line, check first 
17100189Sjhb# in NOTES.
1878388Sbenno#
1978388Sbenno# $FreeBSD$
2078388Sbenno
21174632Smarcelcpu		AIM
2278388Sbennoident		GENERIC
2378388Sbenno
24237818Sjoelmachine 	powerpc	powerpc64
25210025Snwhitehorn
26108979Sgrehanmakeoptions	DEBUG=-g		#Build kernel with gdb(1) debug symbols
27254639Sjhibbitsmakeoptions	WITH_CTF=1
2878388Sbenno
29103629Sgrehan# Platform support
30103629Sgrehanoptions 	POWERMAC		#NewWorld Apple PowerMacs
31237818Sjoeloptions 	PS3			#Sony Playstation 3
32237818Sjoeloptions 	MAMBO			#IBM Mambo Full System Simulator
33255643Snwhitehornoptions		PSERIES			#PAPR-compliant systems (e.g. IBM p)
3484857Smp
35179164Sobrienoptions 	SCHED_ULE		#ULE scheduler
36224019Snwhitehornoptions 	PREEMPTION		#Enable kernel thread preemption
37110832Sobrienoptions 	INET			#InterNETworking
38110832Sobrienoptions 	INET6			#IPv6 communications protocols
39172332Sbruefferoptions 	SCTP			#Stream Control Transmission Protocol
40110832Sobrienoptions 	FFS			#Berkeley Fast Filesystem
41110832Sobrienoptions 	SOFTUPDATES		#Enable FFS soft updates support
42105463Srwatsonoptions 	UFS_ACL			#Support for access control lists
43110832Sobrienoptions 	UFS_DIRHASH		#Improve performance on big directories
44168603Spjdoptions 	UFS_GJOURNAL		#Enable gjournal-based UFS journaling
45245003Skiboptions 	QUOTA			#Enable disk quotas for UFS
46110832Sobrienoptions 	MD_ROOT			#MD is a potential root device
47221124Srmacklemoptions 	NFSCL			#New Network Filesystem Client
48221124Srmacklemoptions 	NFSD			#New Network Filesystem Server
49177662Sdfroptions 	NFSLOCKD		#Network Lock Manager
50110832Sobrienoptions 	NFS_ROOT		#NFS usable as root device
51145827Sgrehanoptions 	MSDOSFS			#MSDOS Filesystem
52110832Sobrienoptions 	CD9660			#ISO 9660 Filesystem
53110832Sobrienoptions 	PROCFS			#Process filesystem (requires PSEUDOFS)
54110832Sobrienoptions 	PSEUDOFS		#Pseudo-filesystem framework
55238034Smarceloptions 	GEOM_PART_APM		#Apple Partition Maps.
56166551Smarceloptions 	GEOM_PART_GPT		#GUID Partition Tables.
57166604Sbrooksoptions 	GEOM_LABEL		#Provides labelization
58210025Snwhitehornoptions 	COMPAT_FREEBSD32	#Compatible with FreeBSD/powerpc binaries
59162658Sruoptions 	COMPAT_FREEBSD5		#Compatible with FreeBSD5
60162658Sruoptions 	COMPAT_FREEBSD6		#Compatible with FreeBSD6
61175147Sjhboptions 	COMPAT_FREEBSD7		#Compatible with FreeBSD7
62137137Sandreoptions 	SCSI_DELAY=5000		#Delay (in ms) before probing SCSI 
63110832Sobrienoptions 	KTRACE			#ktrace(1) syscall trace support
64174195Srwatsonoptions 	STACK			#stack(9) support
65110832Sobrienoptions 	SYSVSHM			#SYSV-style shared memory
66110832Sobrienoptions 	SYSVMSG			#SYSV-style message queues
67110832Sobrienoptions 	SYSVSEM			#SYSV-style semaphores
68137118Sssouhlaloptions 	_KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensions
69180359Sdelphijoptions 	HWPMC_HOOKS		# Necessary kernel hooks for hwpmc(4)
70170440Srwatsonoptions 	AUDIT			# Security event auditing
71193334Srwatsonoptions 	MAC			# TrustedBSD MAC Framework
72254639Sjhibbitsoptions 	KDTRACE_HOOKS		# Kernel DTrace hooks
73254639Sjhibbitsoptions 	DDB_CTF			# Kernel ELF linker loads CTF data
74202019Simpoptions 	INCLUDE_CONFIG_FILE     # Include this file in kernel
7599667Sbenno
76237818Sjoel# Debugging support.  Always need this:
77237818Sjoeloptions 	KDB			# Enable kernel debugger support.
78254133Savgoptions 	KDB_TRACE		# Print a stack trace for a panic.
79103629Sgrehan
80212170Sgrehan# Make an SMP-capable kernel by default
81212170Sgrehanoptions 	SMP			# Symmetric MultiProcessor Kernel
82103629Sgrehan
83193156Snwhitehorn# CPU frequency control
84193156Snwhitehorndevice		cpufreq
85193156Snwhitehorn
86103629Sgrehan# Standard busses
87100551Speterdevice		pci
88214603Snwhitehorndevice		agp
89103629Sgrehan
90220982Smav# ATA controllers
91220982Smavdevice		ahci		# AHCI-compatible SATA controllers
92220982Smavdevice		ata		# Legacy ATA/SATA controllers
93220982Smavdevice		mvs		# Marvell 88SX50XX/88SX60XX/88SX70XX/SoC SATA
94220982Smavdevice		siis		# SiliconImage SiI3124/SiI3132/SiI3531 SATA
95103629Sgrehan
96197080Snwhitehorn# SCSI Controllers
97197080Snwhitehorndevice		ahc		# AHA2940 and onboard AIC7xxx devices
98197080Snwhitehornoptions 	AHC_ALLOW_MEMIO	# Attempt to use memory mapped I/O
99197080Snwhitehornoptions 	AHC_REG_PRETTY_PRINT	# Print register bitfields in debug
100197080Snwhitehorn					# output.  Adds ~128k to driver.
101197080Snwhitehorndevice		isp		# Qlogic family
102197080Snwhitehorndevice		ispfw		# Firmware module for Qlogic host adapters
103197080Snwhitehorndevice		mpt		# LSI-Logic MPT-Fusion
104237730Skendevice		mps		# LSI-Logic MPT-Fusion 2
105197080Snwhitehorndevice		sym		# NCR/Symbios/LSI Logic 53C8XX/53C1010/53C1510D
106197080Snwhitehorn
107220982Smav# ATA/SCSI peripherals
108220982Smavdevice		scbus		# SCSI bus (required for ATA/SCSI)
109113837Ssimokawadevice		da		# Direct Access (disks)
110113837Ssimokawadevice		sa		# Sequential Access (tape etc)
111113837Ssimokawadevice		cd		# CD
112220982Smavdevice		pass		# Passthrough device (direct ATA/SCSI access)
113113837Ssimokawa
114124775Sgrehan# syscons is the default console driver, resembling an SCO console
115124775Sgrehandevice		sc
116157583Smarceldevice		kbdmux
117179164Sobrienoptions 	SC_OFWFB	# OFW frame buffer
118179164Sobrienoptions 	SC_DFLT_FONT	# compile font in
119124775Sgrehanmakeoptions	SC_DFLT_FONT=cp437
120124775Sgrehan
121103629Sgrehan# Serial (COM) ports
122160718Smarceldevice		scc
123160718Smarceldevice		uart
124238034Smarceldevice		uart_z8530
125103629Sgrehan
126217044Snwhitehorn# Ethernet hardware
127255643Snwhitehorndevice		em		# Intel PRO/1000 Gigabit Ethernet Family
128255643Snwhitehorndevice		igb		# Intel PRO/1000 PCIE Server Gigabit Family
129255643Snwhitehorndevice		ixgbe		# Intel PRO/10GbE PCIE Ethernet Family
130217044Snwhitehorndevice		glc		# Sony Playstation 3 Ethernet
131257292Snwhitehorndevice		llan		# IBM pSeries Virtual Ethernet
132217044Snwhitehorn
133103629Sgrehan# PCI Ethernet NICs that use the common MII bus controller code.
134103629Sgrehandevice		miibus		# MII bus support
135168201Smarceldevice		bge		# Broadcom BCM570xx Gigabit Ethernet
136103771Sbennodevice		gem		# Sun GEM/Sun ERI/Apple GMAC
137168201Smarceldevice		dc		# DEC/Intel 21143 and various workalikes
138168201Smarceldevice		fxp		# Intel EtherExpress PRO/100B (82557, 82558)
139255643Snwhitehorndevice		re		# RealTek 8139C+/8169/8169S/8110S
140255643Snwhitehorndevice		rl		# RealTek 8129/8139
141103629Sgrehan
142132345Smaxim# Pseudo devices.
143132956Smarkmdevice		loop		# Network loopback
144103629Sgrehandevice		random		# Entropy device
145103629Sgrehandevice		ether		# Ethernet support
146201443Sbrooksdevice		vlan		# 802.1Q VLAN support
147103629Sgrehandevice		tun		# Packet tunnel.
148103629Sgrehandevice		md		# Memory "disks"
149133862Smariusdevice		ofwd		# Open Firmware disks
150103629Sgrehandevice		gif		# IPv6 and IPv4 tunneling
151103629Sgrehandevice		faith		# IPv6-to-IPv4 relaying/(translation)
152197080Snwhitehorndevice		firmware	# firmware assist module
153103629Sgrehan
154103629Sgrehan# The `bpf' device enables the Berkeley Packet Filter.
155103629Sgrehan# Be aware of the administrative consequences of enabling this!
156143809Smurray# Note that 'bpf' is required for DHCP.
157103629Sgrehandevice		bpf		#Berkeley packet filter
158103629Sgrehan
159188944Sthompsa# USB support
160207077Sthompsaoptions 	USB_DEBUG	# enable debug msgs
161188944Sthompsadevice		uhci		# UHCI PCI->USB interface
162188944Sthompsadevice		ohci		# OHCI PCI->USB interface
163188944Sthompsadevice		ehci		# EHCI PCI->USB interface
164188944Sthompsadevice		usb		# USB Bus (required)
165188944Sthompsadevice		uhid		# "Human Interface Devices"
166188944Sthompsadevice		ukbd		# Keyboard
167191954Skuriyamaoptions 	KBD_INSTALL_CDEV # install a CDEV entry in /dev
168188944Sthompsadevice		ulpt		# Printer
169188944Sthompsadevice		umass		# Disks/Mass storage - Requires scbus and da0
170188944Sthompsadevice		ums		# Mouse
171188944Sthompsadevice		urio		# Diamond Rio 500 MP3 player
172103629Sgrehan# USB Ethernet
173188944Sthompsadevice		aue		# ADMtek USB Ethernet
174188944Sthompsadevice		axe		# ASIX Electronics USB Ethernet
175188944Sthompsadevice		cdce		# Generic USB over Ethernet
176188944Sthompsadevice		cue		# CATC USB Ethernet
177188944Sthompsadevice		kue		# Kawasaki LSI USB Ethernet
178103629Sgrehan
179229660Sandreast# Wireless NIC cards
180237818Sjoeloptions		IEEE80211_SUPPORT_MESH
181237818Sjoeloptions		AH_SUPPORT_AR5416
182229660Sandreast
183113803Ssimokawa# FireWire support
184113803Ssimokawadevice		firewire	# FireWire bus code
185113803Ssimokawadevice		sbp		# SCSI over FireWire (Requires scbus and da)
186113803Ssimokawadevice		fwe		# Ethernet over FireWire (non-standard!)
187113803Ssimokawa
188160892Ssobomax# Misc
189222982Snwhitehorndevice		iicbus		# I2C bus code
190222982Snwhitehorndevice		kiic		# Keywest I2C
191222982Snwhitehorndevice		ad7417		# PowerMac7,2 temperature sensor
192239402Sandreastdevice		ds1631		# PowerMac11,2 temperature sensor
193213904Sandreastdevice		ds1775		# PowerMac7,2 temperature sensor
194213904Sandreastdevice		fcu		# Apple Fan Control Unit
195213904Sandreastdevice		max6690		# PowerMac7,2 temperature sensor
196160892Ssobomaxdevice		powermac_nvram	# Open Firmware configuration NVRAM
197194679Snwhitehorndevice		smu		# Apple System Management Unit
198232177Sjhibbitsdevice		atibl		# ATI-based backlight driver for PowerBooks/iBooks
199239027Sjhibbitsdevice		nvbl		# nVidia-based backlight driver for PowerBooks/iBooks
200160892Ssobomax
201184299Snwhitehorn# ADB support
202184299Snwhitehorndevice		adb
203184299Snwhitehorndevice		pmu
204184299Snwhitehorn
205222982Snwhitehorn# Sound support
206222982Snwhitehorndevice		sound		# Generic sound driver (required)
207222982Snwhitehorndevice		snd_ai2s	# Apple I2S audio
208222982Snwhitehorndevice		snd_uaudio	# USB Audio
209187692Snwhitehorn
210