xref: /freebsd/sys/powerpc/conf/GENERIC (revision aa0a1e58)
1#
2# GENERIC -- Generic kernel configuration file for FreeBSD/powerpc
3#
4# For more information on this file, please read the handbook section on
5# Kernel Configuration Files:
6#
7#    http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
8#
9# The handbook is also available locally in /usr/share/doc/handbook
10# if you've installed the doc distribution, otherwise always see the
11# FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the
12# latest information.
13#
14# An exhaustive list of options and more detailed explanations of the
15# device lines is also present in the ../../conf/NOTES and NOTES files.
16# If you are in doubt as to the purpose or necessity of a line, check first
17# in NOTES.
18#
19# $FreeBSD$
20
21cpu		AIM
22ident		GENERIC
23
24machine		powerpc	powerpc
25
26makeoptions	DEBUG=-g		#Build kernel with gdb(1) debug symbols
27
28# Platform support
29options 	POWERMAC		#NewWorld Apple PowerMacs
30options 	PSIM			#GDB PSIM ppc simulator
31options		MAMBO			#IBM Mambo Full System Simulator
32
33options 	SCHED_ULE		#ULE scheduler
34options 	INET			#InterNETworking
35options 	INET6			#IPv6 communications protocols
36options 	SCTP			#Stream Control Transmission Protocol
37options 	FFS			#Berkeley Fast Filesystem
38options 	SOFTUPDATES		#Enable FFS soft updates support
39options 	UFS_ACL			#Support for access control lists
40options 	UFS_DIRHASH		#Improve performance on big directories
41options 	UFS_GJOURNAL		#Enable gjournal-based UFS journaling
42options 	MD_ROOT			#MD is a potential root device
43options 	NFSCLIENT		#Network Filesystem Client
44options 	NFSSERVER		#Network Filesystem Server
45options 	NFSLOCKD		#Network Lock Manager
46options 	NFS_ROOT		#NFS usable as root device
47options 	MSDOSFS			#MSDOS Filesystem
48options 	CD9660			#ISO 9660 Filesystem
49options 	PROCFS			#Process filesystem (requires PSEUDOFS)
50options 	PSEUDOFS		#Pseudo-filesystem framework
51options 	GEOM_PART_GPT		#GUID Partition Tables.
52options 	GEOM_LABEL		#Provides labelization
53options 	COMPAT_FREEBSD4		#Keep this for a while
54options 	COMPAT_FREEBSD5		#Compatible with FreeBSD5
55options 	COMPAT_FREEBSD6		#Compatible with FreeBSD6
56options 	COMPAT_FREEBSD7		#Compatible with FreeBSD7
57options 	SCSI_DELAY=5000		#Delay (in ms) before probing SCSI
58options 	KTRACE			#ktrace(1) syscall trace support
59options 	STACK			#stack(9) support
60options 	SYSVSHM			#SYSV-style shared memory
61options 	SYSVMSG			#SYSV-style message queues
62options 	SYSVSEM			#SYSV-style semaphores
63options 	_KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensions
64options 	HWPMC_HOOKS		# Necessary kernel hooks for hwpmc(4)
65options 	AUDIT			# Security event auditing
66options 	MAC			# TrustedBSD MAC Framework
67options 	INCLUDE_CONFIG_FILE     # Include this file in kernel
68
69# Debugging for use in -current
70options 	KDB			#Enable the kernel debugger
71options 	DDB			#Support DDB
72#options 	DEADLKRES		#Enable the deadlock resolver
73options 	INVARIANTS		#Enable calls of extra sanity checking
74options 	INVARIANT_SUPPORT	#Extra sanity checks of internal structures, required by INVARIANTS
75options 	WITNESS			#Enable checks to detect deadlocks and cycles
76options 	WITNESS_SKIPSPIN	#Don't run witness on spinlocks for speed
77options 	MALLOC_DEBUG_MAXZONES=8	# Separate malloc(9) zones
78
79# To make an SMP kernel, the next line is needed
80#options 	SMP			# Symmetric MultiProcessor Kernel
81
82# CPU frequency control
83device		cpufreq
84
85# Standard busses
86device		pci
87device		agp
88
89# ATA and ATAPI devices
90device		ata
91device		atadisk		# ATA disk drives
92device		atapicd		# ATAPI CDROM drives
93#device		atapifd		# ATAPI floppy drives
94#device		atapist		# ATAPI tape drives
95
96# SCSI Controllers
97device		ahc		# AHA2940 and onboard AIC7xxx devices
98options 	AHC_ALLOW_MEMIO	# Attempt to use memory mapped I/O
99options 	AHC_REG_PRETTY_PRINT	# Print register bitfields in debug
100					# output.  Adds ~128k to driver.
101device		isp		# Qlogic family
102device		ispfw		# Firmware module for Qlogic host adapters
103device		mpt		# LSI-Logic MPT-Fusion
104device		sym		# NCR/Symbios/LSI Logic 53C8XX/53C1010/53C1510D
105
106# SCSI peripherals
107device		scbus		# SCSI bus (required for SCSI)
108device		da		# Direct Access (disks)
109device		sa		# Sequential Access (tape etc)
110device		cd		# CD
111device		pass		# Passthrough device (direct SCSI access)
112
113# syscons is the default console driver, resembling an SCO console
114device		sc
115device		kbdmux
116options 	SC_OFWFB	# OFW frame buffer
117options 	SC_DFLT_FONT	# compile font in
118makeoptions	SC_DFLT_FONT=cp437
119
120# Serial (COM) ports
121device		scc
122device		uart
123
124# PCI Ethernet NICs that use the common MII bus controller code.
125device		miibus		# MII bus support
126device		bge		# Broadcom BCM570xx Gigabit Ethernet
127device		bm		# Apple BMAC Ethernet
128device		gem		# Sun GEM/Sun ERI/Apple GMAC
129device		dc		# DEC/Intel 21143 and various workalikes
130device		fxp		# Intel EtherExpress PRO/100B (82557, 82558)
131
132# Pseudo devices.
133device		loop		# Network loopback
134device		random		# Entropy device
135device		ether		# Ethernet support
136device		vlan		# 802.1Q VLAN support
137device		tun		# Packet tunnel.
138device		pty		# BSD-style compatibility pseudo ttys
139device		md		# Memory "disks"
140device		ofwd		# Open Firmware disks
141device		gif		# IPv6 and IPv4 tunneling
142device		faith		# IPv6-to-IPv4 relaying/(translation)
143device		firmware	# firmware assist module
144
145# The `bpf' device enables the Berkeley Packet Filter.
146# Be aware of the administrative consequences of enabling this!
147# Note that 'bpf' is required for DHCP.
148device		bpf		#Berkeley packet filter
149
150# USB support
151options 	USB_DEBUG	# enable debug msgs
152device		uhci		# UHCI PCI->USB interface
153device		ohci		# OHCI PCI->USB interface
154device		ehci		# EHCI PCI->USB interface
155device		usb		# USB Bus (required)
156device		uhid		# "Human Interface Devices"
157device		ukbd		# Keyboard
158options 	KBD_INSTALL_CDEV # install a CDEV entry in /dev
159device		ulpt		# Printer
160device		umass		# Disks/Mass storage - Requires scbus and da0
161device		ums		# Mouse
162device		atp		# Apple USB touchpad
163device		urio		# Diamond Rio 500 MP3 player
164# USB Ethernet
165device		aue		# ADMtek USB Ethernet
166device		axe		# ASIX Electronics USB Ethernet
167device		cdce		# Generic USB over Ethernet
168device		cue		# CATC USB Ethernet
169device		kue		# Kawasaki LSI USB Ethernet
170
171# FireWire support
172device		firewire	# FireWire bus code
173device		sbp		# SCSI over FireWire (Requires scbus and da)
174device		fwe		# Ethernet over FireWire (non-standard!)
175
176# Misc
177device		ds1775		# PowerMac7,2 temperature sensor
178device		fcu		# Apple Fan Control Unit
179device		max6690		# PowerMac7,2 temperature sensor
180device		powermac_nvram	# Open Firmware configuration NVRAM
181device		smu		# Apple System Management Unit
182
183# ADB support
184device		adb
185device		cuda
186device		pmu
187
188# Powermac I2C support
189device		iicbus		# I2C bus code
190device		kiic		# Keywest I2C
191
192