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