GENERIC revision 254133
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 254133 2013-08-09 08:11:09Z avg $
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.
71options 	KDB_TRACE		# Print a stack trace for a panic.
72# For full debugger support use (turn off in stable branch):
73options 	DDB			# Support DDB.
74options 	GDB			# Support remote GDB.
75options 	DEADLKRES		# Enable the deadlock resolver
76options 	INVARIANTS		# Enable calls of extra sanity checking
77options 	INVARIANT_SUPPORT	# Extra sanity checks of internal structures, required by INVARIANTS
78options 	WITNESS			# Enable checks to detect deadlocks and cycles
79options 	WITNESS_SKIPSPIN	# Don't run witness on spinlocks for speed
80options 	MALLOC_DEBUG_MAXZONES=8	# Separate malloc(9) zones
81
82# Make an SMP-capable kernel by default
83options 	SMP			# Symmetric MultiProcessor Kernel
84
85# Standard busses
86device		ebus
87device		isa
88device		pci
89device		sbus
90device		central
91device		fhc
92
93# Floppy drives
94#device		fdc
95
96# ATA controllers
97device		ahci		# AHCI-compatible SATA controllers
98device		ata		# Legacy ATA/SATA controllers
99device		mvs		# Marvell 88SX50XX/88SX60XX/88SX70XX/SoC SATA
100device		siis		# SiliconImage SiI3124/SiI3132/SiI3531 SATA
101
102# SCSI Controllers
103device		ahc		# AHA2940 and onboard AIC7xxx devices
104options 	AHC_ALLOW_MEMIO	# Attempt to use memory mapped I/O
105options 	AHC_REG_PRETTY_PRINT	# Print register bitfields in debug
106					# output.  Adds ~128k to driver.
107device		esp		# AMD Am53C974, Sun ESP and FAS	families
108device		isp		# Qlogic family
109device		ispfw		# Firmware module for Qlogic host adapters
110device		mpt		# LSI-Logic MPT-Fusion
111device		mps		# LSI-Logic MPT-Fusion 2
112device		sym		# NCR/Symbios/LSI Logic 53C8XX/53C1010/53C1510D
113
114# ATA/SCSI peripherals
115device		scbus		# SCSI bus (required for ATA/SCSI)
116device		ch		# SCSI media changers
117device		da		# Direct Access (disks)
118device		sa		# Sequential Access (tape etc)
119device		cd		# CD
120device		pass		# Passthrough device (direct ATA/SCSI access)
121device		ses		# Enclosure Services (SES and SAF-TE)
122#device		ctl		# CAM Target Layer
123
124# RAID controllers
125#device		amr		# AMI MegaRAID
126#device		mlx		# Mylex DAC960 family
127
128# atkbdc0 controls both the keyboard and the PS/2 mouse
129device		atkbdc		# AT keyboard controller
130device		atkbd		# AT keyboard
131device		psm		# PS/2 mouse
132
133device		kbdmux		# keyboard multiplexer
134
135# syscons is the default console driver, resembling an SCO console
136device		sc
137device		creator		# Creator, Creator3D and Elite3D framebuffers
138device		machfb		# ATI Mach64 framebuffers
139device		splash		# Splash screen and screen saver support
140options 	KBD_INSTALL_CDEV # install a CDEV entry in /dev
141
142# Builtin hardware
143device		auxio		# auxiliary I/O device
144device		eeprom		# eeprom (really a front-end for the MK48Txx)
145device		mk48txx		# Mostek MK48Txx clocks
146device		rtc		# rtc (really a front-end for the MC146818)
147device		mc146818	# Motorola MC146818 and compatible clocks
148device		epic		# Sun Fire V215/V245 LEDs
149device		sbbc		# Sun BootBus controller (time-of-day clock for
150				# Serengeti and StarCat, console for Serengeti,
151				# requires device uart)
152
153# Serial (COM) ports
154device		puc		# Multi-channel uarts
155device		scc		# Serial communications controllers.
156device		uart		# Multi-uart driver
157
158# Parallel port
159#device		ppc
160#device		ppbus		# Parallel port bus (required)
161#device		lpt		# Printer
162#device		ppi		# Parallel port interface device
163#device		vpo		# Requires scbus and da
164
165# PCI Ethernet NICs.
166#device		de		# DEC/Intel DC21x4x (``Tulip'')
167device		em		# Intel PRO/1000 adapter Gigabit Ethernet Card
168#device		ixgb		# Intel PRO/10GbE Ethernet Card
169device		le		# AMD Am7900 LANCE and Am79C9xx PCnet
170device		ti		# Alteon Networks Tigon I/II gigabit Ethernet
171device		txp		# 3Com 3cR990 (``Typhoon'')
172#device		vx		# 3Com 3c590, 3c595 (``Vortex'')
173
174# PCI Ethernet NICs that use the common MII bus controller code.
175# NOTE: Be sure to keep the 'device miibus' line in order to use these NICs!
176device		miibus		# MII bus support
177#device		bfe		# Broadcom BCM440x 10/100 Ethernet
178device		bge		# Broadcom BCM570xx Gigabit Ethernet
179device		cas		# Sun Cassini/Cassini+ and NS DP83065 Saturn
180device		dc		# DEC/Intel 21143 and various workalikes
181device		fxp		# Intel EtherExpress PRO/100B (82557, 82558)
182device		gem		# Sun GEM/Sun ERI/Apple GMAC
183device		hme		# Sun HME (Happy Meal Ethernet)
184device		nge		# NatSemi DP83820 gigabit Ethernet
185#device		pcn		# AMD Am79C97x PCI 10/100 (precedence over 'le')
186device		re		# RealTek 8139C+/8169/8169S/8110S
187device		rl		# RealTek 8129/8139
188device		sf		# Adaptec AIC-6915 (``Starfire'')
189device		sis		# Silicon Integrated Systems SiS 900/SiS 7016
190device		sk		# SysKonnect SK-984x & SK-982x gigabit Ethernet
191device		ste		# Sundance ST201 (D-Link DFE-550TX)
192device		stge		# Sundance/Tamarack TC9021 gigabit Ethernet
193#device		tl		# Texas Instruments ThunderLAN
194#device		tx		# SMC EtherPower II (83c170 ``EPIC'')
195device		vr		# VIA Rhine, Rhine II
196#device		wb		# Winbond W89C840F
197device		xl		# 3Com 3c90x (``Boomerang'', ``Cyclone'')
198
199# Wireless NIC cards
200device		wlan		# 802.11 support
201options 	IEEE80211_DEBUG	# enable debug msgs
202options 	IEEE80211_AMPDU_AGE	# age frames in AMPDU reorder q's
203options 	IEEE80211_SUPPORT_MESH	# enable 802.11s D3.0 support
204device		wlan_wep	# 802.11 WEP support
205device		wlan_ccmp	# 802.11 CCMP support
206device		wlan_tkip	# 802.11 TKIP support
207device		wlan_amrr	# AMRR transmit rate control algorithm
208device		ath		# Atheros NICs
209device		ath_pci		# Atheros pci/cardbus glue
210device		ath_hal		# Atheros HAL (Hardware Access Layer)
211options 	AH_SUPPORT_AR5416	# enable AR5416 tx/rx descriptors
212device		ath_rate_sample	# SampleRate tx rate control for ath
213
214# Pseudo devices.
215device		loop		# Network loopback
216device		random		# Entropy device
217device		ether		# Ethernet support
218device		vlan		# 802.1Q VLAN support
219device		tun		# Packet tunnel.
220device		md		# Memory "disks"
221device		gif		# IPv6 and IPv4 tunneling
222device		faith		# IPv6-to-IPv4 relaying (translation)
223device		firmware	# firmware assist module
224
225# The `bpf' device enables the Berkeley Packet Filter.
226# Be aware of the administrative consequences of enabling this!
227# Note that 'bpf' is required for DHCP.
228device		bpf		# Berkeley packet filter
229
230# USB support
231options 	USB_DEBUG	# enable debug msgs
232device		uhci		# UHCI PCI->USB interface
233device		ohci		# OHCI PCI->USB interface
234device		ehci		# EHCI PCI->USB interface (USB 2.0)
235device		usb		# USB Bus (required)
236device		ukbd		# Keyboard
237device		umass		# Disks/Mass storage - Requires scbus and da
238
239# Sound support
240device		sound		# Generic sound driver (required)
241device		snd_audiocs	# Crystal Semiconductor CS4231
242device		snd_es137x	# Ensoniq AudioPCI ES137x
243device		snd_t4dwave	# Acer Labs M5451
244