GENERIC revision 226809
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: stable/9/sys/sparc64/conf/GENERIC 226809 2011-10-26 19:45:20Z kensmith $
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_4BSD		# 4BSD scheduler
30#options 	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 	MD_ROOT			# MD is a potential root device
40options 	NFSCL			# New Network Filesystem Client
41options 	NFSD			# New Network Filesystem Server
42options 	NFSLOCKD		# Network Lock Manager
43options 	NFS_ROOT		# NFS usable as /, requires NFSCL
44#options 	MSDOSFS			# MSDOS Filesystem
45options 	CD9660			# ISO 9660 Filesystem
46options 	PROCFS			# Process filesystem (requires PSEUDOFS)
47options 	PSEUDOFS		# Pseudo-filesystem framework
48options 	GEOM_PART_GPT		# GUID Partition Tables.
49options 	GEOM_LABEL		# Provides labelization
50options 	COMPAT_FREEBSD5		# Compatible with FreeBSD5
51options 	COMPAT_FREEBSD6		# Compatible with FreeBSD6
52options 	COMPAT_FREEBSD7		# Compatible with FreeBSD7
53options 	SCSI_DELAY=5000		# Delay (in ms) before probing SCSI
54options 	KTRACE			# ktrace(1) support
55options 	STACK			# stack(9) support
56options 	SYSVSHM			# SYSV-style shared memory
57options 	SYSVMSG			# SYSV-style message queues
58options 	SYSVSEM			# SYSV-style semaphores
59options 	_KPOSIX_PRIORITY_SCHEDULING # POSIX P1003_1B real-time extensions
60options 	PRINTF_BUFR_SIZE=128	# Prevent printf output being interspersed.
61options 	HWPMC_HOOKS		# Necessary kernel hooks for hwpmc(4)
62options 	AUDIT			# Security event auditing
63options 	MAC			# TrustedBSD MAC Framework
64options 	INCLUDE_CONFIG_FILE	# Include this file in kernel
65
66# Make an SMP-capable kernel by default
67options 	SMP			# Symmetric MultiProcessor Kernel
68
69# Standard busses
70device		ebus
71device		isa
72device		pci
73device		sbus
74device		central
75device		fhc
76
77# Floppy drives
78#device		fdc
79
80# ATA controllers
81device		ahci		# AHCI-compatible SATA controllers
82device		ata		# Legacy ATA/SATA controllers
83options 	ATA_CAM		# Handle legacy controllers with CAM
84device		mvs		# Marvell 88SX50XX/88SX60XX/88SX70XX/SoC SATA
85device		siis		# SiliconImage SiI3124/SiI3132/SiI3531 SATA
86
87# SCSI Controllers
88device		ahc		# AHA2940 and onboard AIC7xxx devices
89options 	AHC_ALLOW_MEMIO	# Attempt to use memory mapped I/O
90options 	AHC_REG_PRETTY_PRINT	# Print register bitfields in debug
91					# output.  Adds ~128k to driver.
92device		isp		# Qlogic family
93device		ispfw		# Firmware module for Qlogic host adapters
94device		mpt		# LSI-Logic MPT-Fusion
95device		sym		# NCR/Symbios/LSI Logic 53C8XX/53C1010/53C1510D
96device		esp		# NCR53c9x (FEPS/FAS366)
97
98# ATA/SCSI peripherals
99device		scbus		# SCSI bus (required for ATA/SCSI)
100device		ch		# SCSI media changers
101device		da		# Direct Access (disks)
102device		sa		# Sequential Access (tape etc)
103device		cd		# CD
104device		pass		# Passthrough device (direct ATA/SCSI access)
105device		ses		# SCSI Environmental Services (and SAF-TE)
106
107# RAID controllers
108#device		amr		# AMI MegaRAID
109#device		mlx		# Mylex DAC960 family
110
111# atkbdc0 controls both the keyboard and the PS/2 mouse
112device		atkbdc		# AT keyboard controller
113device		atkbd		# AT keyboard
114device		psm		# PS/2 mouse
115
116device		kbdmux		# keyboard multiplexer
117
118# syscons is the default console driver, resembling an SCO console
119device		sc
120device		creator		# Creator, Creator3D and Elite3D framebuffers
121device		machfb		# ATI Mach64 framebuffers
122device		splash		# Splash screen and screen saver support
123options 	KBD_INSTALL_CDEV # install a CDEV entry in /dev
124
125# Builtin hardware
126device		auxio		# auxiliary I/O device
127device		eeprom		# eeprom (really a front-end for the MK48Txx)
128device		mk48txx		# Mostek MK48Txx clocks
129device		rtc		# rtc (really a front-end for the MC146818)
130device		mc146818	# Motorola MC146818 and compatible clocks
131device		epic		# Sun Fire V215/V245 LEDs
132device		sbbc		# Sun BootBus controller (time-of-day clock for
133				# Serengeti and StarCat, console for Serengeti,
134				# requires device uart)
135
136# Serial (COM) ports
137device		puc		# Multi-channel uarts
138device		scc		# Serial communications controllers.
139device		uart		# Multi-uart driver
140
141# Parallel port
142#device		ppc
143#device		ppbus		# Parallel port bus (required)
144#device		lpt		# Printer
145#device		plip		# TCP/IP over parallel
146#device		ppi		# Parallel port interface device
147#device		vpo		# Requires scbus and da
148
149# PCI Ethernet NICs.
150#device		de		# DEC/Intel DC21x4x (``Tulip'')
151device		em		# Intel PRO/1000 adapter Gigabit Ethernet Card
152#device		ixgb		# Intel PRO/10GbE Ethernet Card
153device		le		# AMD Am7900 LANCE and Am79C9xx PCnet
154device		ti		# Alteon Networks Tigon I/II gigabit Ethernet
155device		txp		# 3Com 3cR990 (``Typhoon'')
156#device		vx		# 3Com 3c590, 3c595 (``Vortex'')
157
158# PCI Ethernet NICs that use the common MII bus controller code.
159# NOTE: Be sure to keep the 'device miibus' line in order to use these NICs!
160device		miibus		# MII bus support
161#device		bfe		# Broadcom BCM440x 10/100 Ethernet
162device		bge		# Broadcom BCM570xx Gigabit Ethernet
163device		cas		# Sun Cassini/Cassini+ and NS DP83065 Saturn
164device		dc		# DEC/Intel 21143 and various workalikes
165device		fxp		# Intel EtherExpress PRO/100B (82557, 82558)
166device		gem		# Sun GEM/Sun ERI/Apple GMAC
167device		hme		# Sun HME (Happy Meal Ethernet)
168device		nge		# NatSemi DP83820 gigabit Ethernet
169#device		pcn		# AMD Am79C97x PCI 10/100 (precedence over 'le')
170device		re		# RealTek 8139C+/8169/8169S/8110S
171device		rl		# RealTek 8129/8139
172device		sf		# Adaptec AIC-6915 (``Starfire'')
173device		sis		# Silicon Integrated Systems SiS 900/SiS 7016
174device		sk		# SysKonnect SK-984x & SK-982x gigabit Ethernet
175device		ste		# Sundance ST201 (D-Link DFE-550TX)
176device		stge		# Sundance/Tamarack TC9021 gigabit Ethernet
177#device		tl		# Texas Instruments ThunderLAN
178#device		tx		# SMC EtherPower II (83c170 ``EPIC'')
179device		vr		# VIA Rhine, Rhine II
180#device		wb		# Winbond W89C840F
181device		xl		# 3Com 3c90x (``Boomerang'', ``Cyclone'')
182
183# Wireless NIC cards
184device		wlan		# 802.11 support
185options 	IEEE80211_DEBUG	# enable debug msgs
186options 	IEEE80211_AMPDU_AGE	# age frames in AMPDU reorder q's
187options 	IEEE80211_SUPPORT_MESH	# enable 802.11s D3.0 support
188device		wlan_wep	# 802.11 WEP support
189device		wlan_ccmp	# 802.11 CCMP support
190device		wlan_tkip	# 802.11 TKIP support
191device		wlan_amrr	# AMRR transmit rate control algorithm
192device		ath		# Atheros NIC's
193device		ath_pci		# Atheros pci/cardbus glue
194device		ath_hal		# Atheros HAL (Hardware Access Layer)
195options 	AH_SUPPORT_AR5416	# enable AR5416 tx/rx descriptors
196device		ath_rate_sample	# SampleRate tx rate control for ath
197
198# Pseudo devices.
199device		loop		# Network loopback
200device		random		# Entropy device
201device		ether		# Ethernet support
202device		vlan		# 802.1Q VLAN support
203device		tun		# Packet tunnel.
204device		pty		# BSD-style compatibility pseudo ttys
205device		md		# Memory "disks"
206device		gif		# IPv6 and IPv4 tunneling
207device		faith		# IPv6-to-IPv4 relaying (translation)
208device		firmware	# firmware assist module
209
210# The `bpf' device enables the Berkeley Packet Filter.
211# Be aware of the administrative consequences of enabling this!
212# Note that 'bpf' is required for DHCP.
213device		bpf		# Berkeley packet filter
214
215# USB support
216options 	USB_DEBUG	# enable debug msgs
217device		uhci		# UHCI PCI->USB interface
218device		ohci		# OHCI PCI->USB interface
219device		ehci		# EHCI PCI->USB interface (USB 2.0)
220device		usb		# USB Bus (required)
221#device		udbp		# USB Double Bulk Pipe devices (needs netgraph)
222device		uhid		# "Human Interface Devices"
223device		ukbd		# Keyboard
224device		ulpt		# Printer
225device		umass		# Disks/Mass storage - Requires scbus and da
226device		ums		# Mouse
227device		urio		# Diamond Rio 500 MP3 player
228# USB Serial devices
229device		uark		# Technologies ARK3116 based serial adapters
230device		ubsa		# Belkin F5U103 and compatible serial adapters
231device		uftdi		# For FTDI usb serial adapters
232device		uipaq		# Some WinCE based devices
233device		uplcom		# Prolific PL-2303 serial adapters
234device		uslcom		# SI Labs CP2101/CP2102 serial adapters
235device		uvisor		# Visor and Palm devices
236device		uvscom		# USB serial support for DDI pocket's PHS
237# USB Ethernet, requires miibus
238device		aue		# ADMtek USB Ethernet
239device		axe		# ASIX Electronics USB Ethernet
240device		cdce		# Generic USB over Ethernet
241device		cue		# CATC USB Ethernet
242device		kue		# Kawasaki LSI USB Ethernet
243device		rue		# RealTek RTL8150 USB Ethernet
244device		udav		# Davicom DM9601E USB
245# USB Wireless
246device		rum		# Ralink Technology RT2501USB wireless NICs
247device		uath		# Atheros AR5523 wireless NICs
248device		ural		# Ralink Technology RT2500USB wireless NICs
249device		zyd		# ZyDAS zd1211/zd1211b wireless NICs
250
251# FireWire support
252device		firewire	# FireWire bus code
253# sbp(4) works for some systems but causes boot failure on others
254#device		sbp		# SCSI over FireWire (Requires scbus and da)
255device		fwe		# Ethernet over FireWire (non-standard!)
256device		fwip		# IP over FireWire (RFC 2734,3146)
257device		dcons		# Dumb console driver
258device		dcons_crom	# Configuration ROM for dcons
259
260# Sound support
261device		sound		# Generic sound driver (required)
262device		snd_audiocs	# Crystal Semiconductor CS4231
263device		snd_es137x	# Ensoniq AudioPCI ES137x
264device		snd_t4dwave	# Acer Labs M5451
265device		snd_uaudio	# USB Audio
266