GENERIC revision 249083
1#
2# GENERIC -- Generic kernel configuration file for FreeBSD/sparc64
3#
4# For more information on this file, please read the config(5) manual page,
5# and/or the handbook section on 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: head/sys/sparc64/conf/GENERIC 249083 2013-04-04 07:12:24Z mav $
20
21cpu		SUN4U
22ident		GENERIC
23
24makeoptions	DEBUG=-g		# Build kernel with gdb(1) debug symbols
25
26# Platforms supported
27#	At this time all platforms are supported, as-is.
28
29options 	SCHED_ULE		# ULE scheduler
30options 	PREEMPTION		# Enable kernel thread preemption
31options 	INET			# InterNETworking
32options 	INET6			# IPv6 communications protocols
33options 	SCTP			# Stream Control Transmission Protocol
34options 	FFS			# Berkeley Fast Filesystem
35options 	SOFTUPDATES		# Enable FFS soft updates support
36options 	UFS_ACL			# Support for access control lists
37options 	UFS_DIRHASH		# Improve performance on big directories
38options 	UFS_GJOURNAL		# Enable gjournal-based UFS journaling
39options 	QUOTA			# Enable disk quotas for UFS
40options 	MD_ROOT			# MD is a potential root device
41options 	NFSCL			# New Network Filesystem Client
42options 	NFSD			# New Network Filesystem Server
43options 	NFSLOCKD		# Network Lock Manager
44options 	NFS_ROOT		# NFS usable as /, requires NFSCL
45#options 	MSDOSFS			# MSDOS Filesystem
46options 	CD9660			# ISO 9660 Filesystem
47options 	PROCFS			# Process filesystem (requires PSEUDOFS)
48options 	PSEUDOFS		# Pseudo-filesystem framework
49options 	GEOM_PART_GPT		# GUID Partition Tables.
50options 	GEOM_LABEL		# Provides labelization
51options 	COMPAT_FREEBSD5		# Compatible with FreeBSD5
52options 	COMPAT_FREEBSD6		# Compatible with FreeBSD6
53options 	COMPAT_FREEBSD7		# Compatible with FreeBSD7
54options 	SCSI_DELAY=5000		# Delay (in ms) before probing SCSI
55options 	KTRACE			# ktrace(1) support
56options 	STACK			# stack(9) support
57options 	SYSVSHM			# SYSV-style shared memory
58options 	SYSVMSG			# SYSV-style message queues
59options 	SYSVSEM			# SYSV-style semaphores
60options 	_KPOSIX_PRIORITY_SCHEDULING # POSIX P1003_1B real-time extensions
61options 	PRINTF_BUFR_SIZE=128	# Prevent printf output being interspersed.
62options 	HWPMC_HOOKS		# Necessary kernel hooks for hwpmc(4)
63options 	AUDIT			# Security event auditing
64options 	CAPABILITY_MODE		# Capsicum capability mode
65options 	CAPABILITIES		# Capsicum capabilities
66options 	MAC			# TrustedBSD MAC Framework
67options 	INCLUDE_CONFIG_FILE	# Include this file in kernel
68
69# Debugging support.  Always need this:
70options 	KDB			# Enable kernel debugger support.
71# For minimum debugger support (stable branch) use:
72#options 	KDB_TRACE		# Print a stack trace for a panic.
73# For full debugger support use this instead:
74options 	DDB			# Support DDB.
75options 	GDB			# Support remote GDB.
76options 	DEADLKRES		# Enable the deadlock resolver
77options 	INVARIANTS		# Enable calls of extra sanity checking
78options 	INVARIANT_SUPPORT	# Extra sanity checks of internal structures, required by INVARIANTS
79options 	WITNESS			# Enable checks to detect deadlocks and cycles
80options 	WITNESS_SKIPSPIN	# Don't run witness on spinlocks for speed
81options 	MALLOC_DEBUG_MAXZONES=8	# Separate malloc(9) zones
82
83# Make an SMP-capable kernel by default
84options 	SMP			# Symmetric MultiProcessor Kernel
85
86# Standard busses
87device		ebus
88device		isa
89device		pci
90device		sbus
91device		central
92device		fhc
93
94# Floppy drives
95#device		fdc
96
97# ATA controllers
98device		ahci		# AHCI-compatible SATA controllers
99device		ata		# Legacy ATA/SATA controllers
100device		mvs		# Marvell 88SX50XX/88SX60XX/88SX70XX/SoC SATA
101device		siis		# SiliconImage SiI3124/SiI3132/SiI3531 SATA
102
103# SCSI Controllers
104device		ahc		# AHA2940 and onboard AIC7xxx devices
105options 	AHC_ALLOW_MEMIO	# Attempt to use memory mapped I/O
106options 	AHC_REG_PRETTY_PRINT	# Print register bitfields in debug
107					# output.  Adds ~128k to driver.
108device		esp		# AMD Am53C974, Sun ESP and FAS	families
109device		isp		# Qlogic family
110device		ispfw		# Firmware module for Qlogic host adapters
111device		mpt		# LSI-Logic MPT-Fusion
112device		mps		# LSI-Logic MPT-Fusion 2
113device		sym		# NCR/Symbios/LSI Logic 53C8XX/53C1010/53C1510D
114
115# ATA/SCSI peripherals
116device		scbus		# SCSI bus (required for ATA/SCSI)
117device		ch		# SCSI media changers
118device		da		# Direct Access (disks)
119device		sa		# Sequential Access (tape etc)
120device		cd		# CD
121device		pass		# Passthrough device (direct ATA/SCSI access)
122device		ses		# Enclosure Services (SES and SAF-TE)
123device		ctl		# CAM Target Layer
124options 	CTL_DISABLE	# Disable CTL by default to save memory.
125				# Re-enable with kern.cam.ctl.disable=0 in
126				# /boot/loader.conf
127
128# RAID controllers
129#device		amr		# AMI MegaRAID
130#device		mlx		# Mylex DAC960 family
131
132# atkbdc0 controls both the keyboard and the PS/2 mouse
133device		atkbdc		# AT keyboard controller
134device		atkbd		# AT keyboard
135device		psm		# PS/2 mouse
136
137device		kbdmux		# keyboard multiplexer
138
139# syscons is the default console driver, resembling an SCO console
140device		sc
141device		creator		# Creator, Creator3D and Elite3D framebuffers
142device		machfb		# ATI Mach64 framebuffers
143device		splash		# Splash screen and screen saver support
144options 	KBD_INSTALL_CDEV # install a CDEV entry in /dev
145
146# Builtin hardware
147device		auxio		# auxiliary I/O device
148device		eeprom		# eeprom (really a front-end for the MK48Txx)
149device		mk48txx		# Mostek MK48Txx clocks
150device		rtc		# rtc (really a front-end for the MC146818)
151device		mc146818	# Motorola MC146818 and compatible clocks
152device		epic		# Sun Fire V215/V245 LEDs
153device		sbbc		# Sun BootBus controller (time-of-day clock for
154				# Serengeti and StarCat, console for Serengeti,
155				# requires device uart)
156
157# Serial (COM) ports
158device		puc		# Multi-channel uarts
159device		scc		# Serial communications controllers.
160device		uart		# Multi-uart driver
161
162# Parallel port
163#device		ppc
164#device		ppbus		# Parallel port bus (required)
165#device		lpt		# Printer
166#device		ppi		# Parallel port interface device
167#device		vpo		# Requires scbus and da
168
169# PCI Ethernet NICs.
170#device		de		# DEC/Intel DC21x4x (``Tulip'')
171device		em		# Intel PRO/1000 adapter Gigabit Ethernet Card
172#device		ixgb		# Intel PRO/10GbE Ethernet Card
173device		le		# AMD Am7900 LANCE and Am79C9xx PCnet
174device		ti		# Alteon Networks Tigon I/II gigabit Ethernet
175device		txp		# 3Com 3cR990 (``Typhoon'')
176#device		vx		# 3Com 3c590, 3c595 (``Vortex'')
177
178# PCI Ethernet NICs that use the common MII bus controller code.
179# NOTE: Be sure to keep the 'device miibus' line in order to use these NICs!
180device		miibus		# MII bus support
181#device		bfe		# Broadcom BCM440x 10/100 Ethernet
182device		bge		# Broadcom BCM570xx Gigabit Ethernet
183device		cas		# Sun Cassini/Cassini+ and NS DP83065 Saturn
184device		dc		# DEC/Intel 21143 and various workalikes
185device		fxp		# Intel EtherExpress PRO/100B (82557, 82558)
186device		gem		# Sun GEM/Sun ERI/Apple GMAC
187device		hme		# Sun HME (Happy Meal Ethernet)
188device		nge		# NatSemi DP83820 gigabit Ethernet
189#device		pcn		# AMD Am79C97x PCI 10/100 (precedence over 'le')
190device		re		# RealTek 8139C+/8169/8169S/8110S
191device		rl		# RealTek 8129/8139
192device		sf		# Adaptec AIC-6915 (``Starfire'')
193device		sis		# Silicon Integrated Systems SiS 900/SiS 7016
194device		sk		# SysKonnect SK-984x & SK-982x gigabit Ethernet
195device		ste		# Sundance ST201 (D-Link DFE-550TX)
196device		stge		# Sundance/Tamarack TC9021 gigabit Ethernet
197#device		tl		# Texas Instruments ThunderLAN
198#device		tx		# SMC EtherPower II (83c170 ``EPIC'')
199device		vr		# VIA Rhine, Rhine II
200#device		wb		# Winbond W89C840F
201device		xl		# 3Com 3c90x (``Boomerang'', ``Cyclone'')
202
203# Wireless NIC cards
204device		wlan		# 802.11 support
205options 	IEEE80211_DEBUG	# enable debug msgs
206options 	IEEE80211_AMPDU_AGE	# age frames in AMPDU reorder q's
207options 	IEEE80211_SUPPORT_MESH	# enable 802.11s D3.0 support
208device		wlan_wep	# 802.11 WEP support
209device		wlan_ccmp	# 802.11 CCMP support
210device		wlan_tkip	# 802.11 TKIP support
211device		wlan_amrr	# AMRR transmit rate control algorithm
212device		ath		# Atheros NICs
213device		ath_pci		# Atheros pci/cardbus glue
214device		ath_hal		# Atheros HAL (Hardware Access Layer)
215options 	AH_SUPPORT_AR5416	# enable AR5416 tx/rx descriptors
216device		ath_rate_sample	# SampleRate tx rate control for ath
217
218# Pseudo devices.
219device		loop		# Network loopback
220device		random		# Entropy device
221device		ether		# Ethernet support
222device		vlan		# 802.1Q VLAN support
223device		tun		# Packet tunnel.
224device		md		# Memory "disks"
225device		gif		# IPv6 and IPv4 tunneling
226device		faith		# IPv6-to-IPv4 relaying (translation)
227device		firmware	# firmware assist module
228
229# The `bpf' device enables the Berkeley Packet Filter.
230# Be aware of the administrative consequences of enabling this!
231# Note that 'bpf' is required for DHCP.
232device		bpf		# Berkeley packet filter
233
234# USB support
235options 	USB_DEBUG	# enable debug msgs
236device		uhci		# UHCI PCI->USB interface
237device		ohci		# OHCI PCI->USB interface
238device		ehci		# EHCI PCI->USB interface (USB 2.0)
239device		usb		# USB Bus (required)
240device		ukbd		# Keyboard
241device		umass		# Disks/Mass storage - Requires scbus and da
242
243# Sound support
244device		sound		# Generic sound driver (required)
245device		snd_audiocs	# Crystal Semiconductor CS4231
246device		snd_es137x	# Ensoniq AudioPCI ES137x
247device		snd_t4dwave	# Acer Labs M5451
248