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: releng/11.0/sys/sparc64/conf/GENERIC 302410 2016-07-08 00:22:14Z gjb $
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 	IPSEC			# IP (v4/v6) security
34options 	SCTP			# Stream Control Transmission Protocol
35options 	FFS			# Berkeley Fast Filesystem
36options 	SOFTUPDATES		# Enable FFS soft updates support
37options 	UFS_ACL			# Support for access control lists
38options 	UFS_DIRHASH		# Improve performance on big directories
39options 	UFS_GJOURNAL		# Enable gjournal-based UFS journaling
40options 	QUOTA			# Enable disk quotas for UFS
41options 	MD_ROOT			# MD is a potential root device
42options 	NFSCL			# Network Filesystem Client
43options 	NFSD			# Network Filesystem Server
44options 	NFSLOCKD		# Network Lock Manager
45options 	NFS_ROOT		# NFS usable as /, requires NFSCL
46#options 	MSDOSFS			# MSDOS Filesystem
47options 	CD9660			# ISO 9660 Filesystem
48options 	PROCFS			# Process filesystem (requires PSEUDOFS)
49options 	PSEUDOFS		# Pseudo-filesystem framework
50options 	GEOM_PART_GPT		# GUID Partition Tables.
51options 	GEOM_LABEL		# Provides labelization
52options 	COMPAT_FREEBSD5		# Compatible with FreeBSD5
53options 	COMPAT_FREEBSD6		# Compatible with FreeBSD6
54options 	COMPAT_FREEBSD7		# Compatible with FreeBSD7
55options 	COMPAT_FREEBSD9		# Compatible with FreeBSD9
56options 	COMPAT_FREEBSD10	# Compatible with FreeBSD10
57options 	SCSI_DELAY=5000		# Delay (in ms) before probing SCSI
58options 	KTRACE			# ktrace(1) 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 	PRINTF_BUFR_SIZE=128	# Prevent printf output being interspersed.
65options 	HWPMC_HOOKS		# Necessary kernel hooks for hwpmc(4)
66options 	AUDIT			# Security event auditing
67options 	CAPABILITY_MODE		# Capsicum capability mode
68options 	CAPABILITIES		# Capsicum capabilities
69options 	MAC			# TrustedBSD MAC Framework
70options 	INCLUDE_CONFIG_FILE	# Include this file in kernel
71options 	RACCT			# Resource accounting framework
72options 	RACCT_DEFAULT_TO_DISABLED # Set kern.racct.enable=0 by default
73options 	RCTL			# Resource limits
74
75# Debugging support.  Always need this:
76options 	KDB			# Enable kernel debugger support.
77options 	KDB_TRACE		# Print a stack trace for a panic.
78
79# Make an SMP-capable kernel by default
80options 	SMP			# Symmetric MultiProcessor Kernel
81
82# Standard busses
83device		ebus
84device		isa
85device		pci
86device		sbus
87device		central
88device		fhc
89
90# Floppy drives
91#device		fdc
92
93# ATA controllers
94device		ahci		# AHCI-compatible SATA controllers
95device		ata		# Legacy ATA/SATA controllers
96device		mvs		# Marvell 88SX50XX/88SX60XX/88SX70XX/SoC SATA
97device		siis		# SiliconImage SiI3124/SiI3132/SiI3531 SATA
98
99# SCSI Controllers
100device		ahc		# AHA2940 and onboard AIC7xxx devices
101options 	AHC_ALLOW_MEMIO	# Attempt to use memory mapped I/O
102options 	AHC_REG_PRETTY_PRINT	# Print register bitfields in debug
103					# output.  Adds ~128k to driver.
104device		esp		# AMD Am53C974, Sun ESP and FAS	families
105device		isp		# Qlogic family
106device		ispfw		# Firmware module for Qlogic host adapters
107device		mpt		# LSI-Logic MPT-Fusion
108device		mps		# LSI-Logic MPT-Fusion 2
109device		mpr		# LSI-Logic MPT-Fusion 3
110device		sym		# NCR/Symbios/LSI Logic 53C8XX/53C1010/53C1510D
111
112# ATA/SCSI peripherals
113device		scbus		# SCSI bus (required for ATA/SCSI)
114device		ch		# SCSI media changers
115device		da		# Direct Access (disks)
116device		sa		# Sequential Access (tape etc)
117device		cd		# CD
118device		pass		# Passthrough device (direct ATA/SCSI access)
119device		ses		# Enclosure Services (SES and SAF-TE)
120#device		ctl		# CAM Target Layer
121
122# RAID controllers
123#device		amr		# AMI MegaRAID
124#device		mlx		# Mylex DAC960 family
125
126# atkbdc0 controls both the keyboard and the PS/2 mouse
127device		atkbdc		# AT keyboard controller
128device		atkbd		# AT keyboard
129device		psm		# PS/2 mouse
130
131device		kbdmux		# keyboard multiplexer
132
133# syscons is the default console driver, resembling an SCO console
134device		sc
135device		creator		# Creator, Creator3D and Elite3D framebuffers
136device		machfb		# ATI Mach64 framebuffers
137device		splash		# Splash screen and screen saver support
138options 	KBD_INSTALL_CDEV # install a CDEV entry in /dev
139
140# vt is the new video console driver
141device		vt
142
143# Builtin hardware
144device		auxio		# auxiliary I/O device
145device		eeprom		# eeprom (really a front-end for the MK48Txx)
146device		mk48txx		# Mostek MK48Txx clocks
147device		rtc		# rtc (really a front-end for the MC146818)
148device		mc146818	# Motorola MC146818 and compatible clocks
149device		epic		# Sun Fire V215/V245 LEDs
150device		sbbc		# Sun BootBus controller (time-of-day clock for
151				# Serengeti and StarCat, console for Serengeti,
152				# requires device uart)
153
154# Serial (COM) ports
155device		puc		# Multi-channel uarts
156device		scc		# Serial communications controllers.
157device		uart		# Multi-uart driver
158
159# Parallel port
160#device		ppc
161#device		ppbus		# Parallel port bus (required)
162#device		lpt		# Printer
163#device		ppi		# Parallel port interface device
164#device		vpo		# Requires scbus and da
165
166# PCI Ethernet NICs.
167#device		de		# DEC/Intel DC21x4x (``Tulip'')
168device		em		# Intel PRO/1000 adapter Gigabit Ethernet Card
169#device		ixgb		# Intel PRO/10GbE Ethernet Card
170device		le		# AMD Am7900 LANCE and Am79C9xx PCnet
171device		ti		# Alteon Networks Tigon I/II gigabit Ethernet
172device		txp		# 3Com 3cR990 (``Typhoon'')
173#device		vx		# 3Com 3c590, 3c595 (``Vortex'')
174
175# PCI Ethernet NICs that use the common MII bus controller code.
176# NOTE: Be sure to keep the 'device miibus' line in order to use these NICs!
177device		miibus		# MII bus support
178#device		bfe		# Broadcom BCM440x 10/100 Ethernet
179device		bge		# Broadcom BCM570xx Gigabit Ethernet
180device		cas		# Sun Cassini/Cassini+ and NS DP83065 Saturn
181device		dc		# DEC/Intel 21143 and various workalikes
182device		fxp		# Intel EtherExpress PRO/100B (82557, 82558)
183device		gem		# Sun GEM/Sun ERI/Apple GMAC
184device		hme		# Sun HME (Happy Meal Ethernet)
185device		nge		# NatSemi DP83820 gigabit Ethernet
186#device		pcn		# AMD Am79C97x PCI 10/100 (precedence over 'le')
187device		re		# RealTek 8139C+/8169/8169S/8110S
188device		rl		# RealTek 8129/8139
189device		sf		# Adaptec AIC-6915 (``Starfire'')
190device		sis		# Silicon Integrated Systems SiS 900/SiS 7016
191device		sk		# SysKonnect SK-984x & SK-982x gigabit Ethernet
192device		ste		# Sundance ST201 (D-Link DFE-550TX)
193device		stge		# Sundance/Tamarack TC9021 gigabit Ethernet
194#device		tl		# Texas Instruments ThunderLAN
195#device		tx		# SMC EtherPower II (83c170 ``EPIC'')
196device		vr		# VIA Rhine, Rhine II
197#device		wb		# Winbond W89C840F
198device		xl		# 3Com 3c90x (``Boomerang'', ``Cyclone'')
199
200# Wireless NIC cards
201device		wlan		# 802.11 support
202options 	IEEE80211_DEBUG	# enable debug msgs
203options 	IEEE80211_AMPDU_AGE	# age frames in AMPDU reorder q's
204options 	IEEE80211_SUPPORT_MESH	# enable 802.11s D3.0 support
205device		wlan_wep	# 802.11 WEP support
206device		wlan_ccmp	# 802.11 CCMP support
207device		wlan_tkip	# 802.11 TKIP support
208device		wlan_amrr	# AMRR transmit rate control algorithm
209device		ath		# Atheros NICs
210device		ath_pci		# Atheros pci/cardbus glue
211device		ath_hal		# Atheros HAL (Hardware Access Layer)
212options 	AH_SUPPORT_AR5416	# enable AR5416 tx/rx descriptors
213device		ath_rate_sample	# SampleRate tx rate control for ath
214
215# Pseudo devices.
216device		loop		# Network loopback
217device		random		# Entropy device
218device		ether		# Ethernet support
219device		vlan		# 802.1Q VLAN support
220device		tun		# Packet tunnel.
221device		md		# Memory "disks"
222device		gif		# IPv6 and IPv4 tunneling
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
245# The crypto framework is required by IPSEC
246device		crypto			# Required by IPSEC
247