GENERIC revision 221124
1266943Sbr#
2266943Sbr# GENERIC -- Generic kernel configuration file for FreeBSD/sparc64
3266943Sbr#
4266943Sbr# For more information on this file, please read the config(5) manual page,
5266943Sbr# and/or the handbook section on Kernel Configuration Files:
6266943Sbr#
7266943Sbr#    http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
8266943Sbr#
9266943Sbr# The handbook is also available locally in /usr/share/doc/handbook
10266943Sbr# if you've installed the doc distribution, otherwise always see the
11266943Sbr# FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the
12266943Sbr# latest information.
13266943Sbr#
14266943Sbr# An exhaustive list of options and more detailed explanations of the
15266943Sbr# device lines is also present in the ../../conf/NOTES and NOTES files.
16266943Sbr# If you are in doubt as to the purpose or necessity of a line, check first
17266943Sbr# in NOTES.
18266943Sbr#
19266943Sbr# $FreeBSD: head/sys/sparc64/conf/GENERIC 221124 2011-04-27 17:51:51Z rmacklem $
20266943Sbr
21266943Sbrcpu		SUN4U
22266943Sbrident		GENERIC
23266943Sbr
24266943Sbrmakeoptions	DEBUG=-g		# Build kernel with gdb(1) debug symbols
25266943Sbr
26266943Sbr# Platforms supported
27266943Sbr#	At this time all platforms are supported, as-is.
28266943Sbr
29266943Sbroptions 	SCHED_4BSD		# 4BSD scheduler
30266943Sbr#options 	PREEMPTION		# Enable kernel thread preemption
31266943Sbroptions 	INET			# InterNETworking
32266943Sbroptions 	INET6			# IPv6 communications protocols
33266943Sbroptions 	SCTP			# Stream Control Transmission Protocol
34266943Sbroptions 	FFS			# Berkeley Fast Filesystem
35266943Sbroptions 	SOFTUPDATES		# Enable FFS soft updates support
36266943Sbroptions 	UFS_ACL			# Support for access control lists
37266943Sbroptions 	UFS_DIRHASH		# Improve performance on big directories
38269369Sbroptions 	UFS_GJOURNAL		# Enable gjournal-based UFS journaling
39266943Sbroptions 	MD_ROOT			# MD is a potential root device
40266943Sbroptions 	NFSCL			# New Network Filesystem Client
41266943Sbroptions 	NFSD			# New Network Filesystem Server
42266943Sbroptions 	NFSLOCKD		# Network Lock Manager
43266943Sbroptions 	NFS_ROOT		# NFS usable as /, requires NFSCLIENT
44266943Sbr#options 	MSDOSFS			# MSDOS Filesystem
45269369Sbroptions 	CD9660			# ISO 9660 Filesystem
46269369Sbroptions 	PROCFS			# Process filesystem (requires PSEUDOFS)
47269369Sbroptions 	PSEUDOFS		# Pseudo-filesystem framework
48269369Sbroptions 	GEOM_PART_GPT		# GUID Partition Tables.
49269369Sbroptions 	GEOM_LABEL		# Provides labelization
50272712Sbroptions 	COMPAT_FREEBSD5		# Compatible with FreeBSD5
51272712Sbroptions 	COMPAT_FREEBSD6		# Compatible with FreeBSD6
52272712Sbroptions 	COMPAT_FREEBSD7		# Compatible with FreeBSD7
53272712Sbroptions 	SCSI_DELAY=5000		# Delay (in ms) before probing SCSI
54272712Sbroptions 	KTRACE			# ktrace(1) support
55272712Sbroptions 	STACK			# stack(9) support
56272712Sbroptions 	SYSVSHM			# SYSV-style shared memory
57272712Sbroptions 	SYSVMSG			# SYSV-style message queues
58272712Sbroptions 	SYSVSEM			# SYSV-style semaphores
59272712Sbroptions 	_KPOSIX_PRIORITY_SCHEDULING # POSIX P1003_1B real-time extensions
60272712Sbroptions 	PRINTF_BUFR_SIZE=128	# Prevent printf output being interspersed.
61272712Sbroptions 	HWPMC_HOOKS		# Necessary kernel hooks for hwpmc(4)
62272712Sbroptions 	AUDIT			# Security event auditing
63269369Sbroptions 	MAC			# TrustedBSD MAC Framework
64266943Sbroptions 	INCLUDE_CONFIG_FILE     # Include this file in kernel
65266943Sbr
66266943Sbr# Debugging for use in -current
67266943Sbroptions 	KDB			# Enable kernel debugger support.
68266943Sbroptions 	DDB			# Support DDB.
69266943Sbroptions 	GDB			# Support remote GDB.
70266943Sbroptions		DEADLKRES		# Enable the deadlock resolver
71options 	INVARIANTS		# Enable calls of extra sanity checking
72options 	INVARIANT_SUPPORT	# Extra sanity checks of internal structures, required by INVARIANTS
73options 	WITNESS			# Enable checks to detect deadlocks and cycles
74options 	WITNESS_SKIPSPIN	# Don't run witness on spinlocks for speed
75options 	MALLOC_DEBUG_MAXZONES=8	# Separate malloc(9) zones
76
77# Make an SMP-capable kernel by default
78options 	SMP			# Symmetric MultiProcessor Kernel
79
80# Standard busses
81device		ebus
82device		isa
83device		pci
84device		sbus
85device		central
86device		fhc
87
88# Floppy drives
89#device		fdc
90
91# ATA controllers
92device		ahci		# AHCI-compatible SATA controllers
93device		ata		# Legacy ATA/SATA controllers
94options 	ATA_CAM		# Handle legacy controllers with CAM
95device		mvs		# Marvell 88SX50XX/88SX60XX/88SX70XX/SoC SATA
96device		siis		# SiliconImage SiI3124/SiI3132/SiI3531 SATA
97
98# SCSI Controllers
99device		ahc		# AHA2940 and onboard AIC7xxx devices
100options 	AHC_ALLOW_MEMIO	# Attempt to use memory mapped I/O
101options 	AHC_REG_PRETTY_PRINT	# Print register bitfields in debug
102					# output.  Adds ~128k to driver.
103device		isp		# Qlogic family
104device		ispfw		# Firmware module for Qlogic host adapters
105device		mpt		# LSI-Logic MPT-Fusion
106device		sym		# NCR/Symbios/LSI Logic 53C8XX/53C1010/53C1510D
107device		esp		# NCR53c9x (FEPS/FAS366)
108
109# ATA/SCSI peripherals
110device		scbus		# SCSI bus (required for ATA/SCSI)
111device		ch		# SCSI media changers
112device		da		# Direct Access (disks)
113device		sa		# Sequential Access (tape etc)
114device		cd		# CD
115device		pass		# Passthrough device (direct ATA/SCSI access)
116device		ses		# SCSI Environmental Services (and SAF-TE)
117
118# RAID controllers
119#device		amr		# AMI MegaRAID
120#device		mlx		# Mylex DAC960 family
121
122# atkbdc0 controls both the keyboard and the PS/2 mouse
123device		atkbdc		# AT keyboard controller
124device		atkbd		# AT keyboard
125device		psm		# PS/2 mouse
126
127device		kbdmux		# keyboard multiplexer
128
129# syscons is the default console driver, resembling an SCO console
130device		sc
131device		creator		# Creator, Creator3D and Elite3D framebuffers
132device		machfb		# ATI Mach64 framebuffers
133device		splash		# Splash screen and screen saver support
134options 	KBD_INSTALL_CDEV # install a CDEV entry in /dev
135
136# Builtin hardware
137device		auxio		# auxiliary I/O device
138device		eeprom		# eeprom (really a front-end for the MK48Txx)
139device		mk48txx		# Mostek MK48Txx clocks
140device		rtc		# rtc (really a front-end for the MC146818)
141device		mc146818	# Motorola MC146818 and compatible clocks
142device		epic		# Sun Fire V215/V245 LEDs
143device		sbbc		# Sun BootBus controller (time-of-day clock for
144				# Serengeti and StarCat, console for Serengeti,
145				# requires device uart)
146
147# Serial (COM) ports
148device		puc		# Multi-channel uarts
149device		scc		# Serial communications controllers.
150device		uart		# Multi-uart driver
151
152# Parallel port
153#device		ppc
154#device		ppbus		# Parallel port bus (required)
155#device		lpt		# Printer
156#device		plip		# TCP/IP over parallel
157#device		ppi		# Parallel port interface device
158#device		vpo		# Requires scbus and da
159
160# PCI Ethernet NICs.
161#device		de		# DEC/Intel DC21x4x (``Tulip'')
162device		em		# Intel PRO/1000 adapter Gigabit Ethernet Card
163#device		ixgb		# Intel PRO/10GbE Ethernet Card
164device		le		# AMD Am7900 LANCE and Am79C9xx PCnet
165device		ti		# Alteon Networks Tigon I/II gigabit Ethernet
166device		txp		# 3Com 3cR990 (``Typhoon'')
167#device		vx		# 3Com 3c590, 3c595 (``Vortex'')
168
169# PCI Ethernet NICs that use the common MII bus controller code.
170# NOTE: Be sure to keep the 'device miibus' line in order to use these NICs!
171device		miibus		# MII bus support
172#device		bfe		# Broadcom BCM440x 10/100 Ethernet
173device		bge		# Broadcom BCM570xx Gigabit Ethernet
174device		cas		# Sun Cassini/Cassini+ and NS DP83065 Saturn
175device		dc		# DEC/Intel 21143 and various workalikes
176device		fxp		# Intel EtherExpress PRO/100B (82557, 82558)
177device		gem		# Sun GEM/Sun ERI/Apple GMAC
178device		hme		# Sun HME (Happy Meal Ethernet)
179device		nge		# NatSemi DP83820 gigabit Ethernet
180#device		pcn		# AMD Am79C97x PCI 10/100 (precedence over 'le')
181device		re		# RealTek 8139C+/8169/8169S/8110S
182device		rl		# RealTek 8129/8139
183device		sf		# Adaptec AIC-6915 (``Starfire'')
184device		sis		# Silicon Integrated Systems SiS 900/SiS 7016
185device		sk		# SysKonnect SK-984x & SK-982x gigabit Ethernet
186device		ste		# Sundance ST201 (D-Link DFE-550TX)
187device		stge		# Sundance/Tamarack TC9021 gigabit Ethernet
188#device		tl		# Texas Instruments ThunderLAN
189#device		tx		# SMC EtherPower II (83c170 ``EPIC'')
190device		vr		# VIA Rhine, Rhine II
191#device		wb		# Winbond W89C840F
192device		xl		# 3Com 3c90x (``Boomerang'', ``Cyclone'')
193
194# Wireless NIC cards
195device		wlan		# 802.11 support
196options 	IEEE80211_DEBUG	# enable debug msgs
197options 	IEEE80211_AMPDU_AGE	# age frames in AMPDU reorder q's
198options 	IEEE80211_SUPPORT_MESH	# enable 802.11s D3.0 support
199device		wlan_wep	# 802.11 WEP support
200device		wlan_ccmp	# 802.11 CCMP support
201device		wlan_tkip	# 802.11 TKIP support
202device		wlan_amrr	# AMRR transmit rate control algorithm
203device		ath		# Atheros NIC's
204device		ath_pci		# Atheros pci/cardbus glue
205device		ath_hal		# Atheros HAL (Hardware Access Layer)
206options 	AH_SUPPORT_AR5416	# enable AR5416 tx/rx descriptors
207device		ath_rate_sample	# SampleRate tx rate control for ath
208
209# Pseudo devices.
210device		loop		# Network loopback
211device		random		# Entropy device
212device		ether		# Ethernet support
213device		vlan		# 802.1Q VLAN support
214device		tun		# Packet tunnel.
215device		pty		# BSD-style compatibility pseudo ttys
216device		md		# Memory "disks"
217device		gif		# IPv6 and IPv4 tunneling
218device		faith		# IPv6-to-IPv4 relaying (translation)
219device		firmware	# firmware assist module
220
221# The `bpf' device enables the Berkeley Packet Filter.
222# Be aware of the administrative consequences of enabling this!
223# Note that 'bpf' is required for DHCP.
224device		bpf		# Berkeley packet filter
225
226# USB support
227options 	USB_DEBUG	# enable debug msgs
228device		uhci		# UHCI PCI->USB interface
229device		ohci		# OHCI PCI->USB interface
230device		ehci		# EHCI PCI->USB interface (USB 2.0)
231device		usb		# USB Bus (required)
232#device		udbp		# USB Double Bulk Pipe devices (needs netgraph)
233device		uhid		# "Human Interface Devices"
234device		ukbd		# Keyboard
235device		ulpt		# Printer
236device		umass		# Disks/Mass storage - Requires scbus and da
237device		ums		# Mouse
238device		urio		# Diamond Rio 500 MP3 player
239# USB Serial devices
240device		uark		# Technologies ARK3116 based serial adapters
241device		ubsa		# Belkin F5U103 and compatible serial adapters
242device		uftdi		# For FTDI usb serial adapters
243device		uipaq		# Some WinCE based devices
244device		uplcom		# Prolific PL-2303 serial adapters
245device		uslcom		# SI Labs CP2101/CP2102 serial adapters
246device		uvisor		# Visor and Palm devices
247device		uvscom		# USB serial support for DDI pocket's PHS
248# USB Ethernet, requires miibus
249device		aue		# ADMtek USB Ethernet
250device		axe		# ASIX Electronics USB Ethernet
251device		cdce		# Generic USB over Ethernet
252device		cue		# CATC USB Ethernet
253device		kue		# Kawasaki LSI USB Ethernet
254device		rue		# RealTek RTL8150 USB Ethernet
255device		udav		# Davicom DM9601E USB
256# USB Wireless
257device		rum		# Ralink Technology RT2501USB wireless NICs
258device		uath		# Atheros AR5523 wireless NICs
259device		ural		# Ralink Technology RT2500USB wireless NICs
260device		zyd		# ZyDAS zb1211/zb1211b wireless NICs
261
262# FireWire support
263device		firewire	# FireWire bus code
264device		sbp		# SCSI over FireWire (Requires scbus and da)
265device		fwe		# Ethernet over FireWire (non-standard!)
266device		fwip		# IP over FireWire (RFC 2734,3146)
267device		dcons		# Dumb console driver
268device		dcons_crom	# Configuration ROM for dcons
269