GENERIC revision 195295
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 195295 2009-07-02 18:24:37Z ed $
20
21cpu		SUN4U
22ident		GENERIC
23
24# To statically compile in device wiring instead of /boot/device.hints
25#hints		"GENERIC.hints"		# Default places to look for devices.
26
27# Use the following to compile in values accessible to the kernel
28# through getenv() (or kenv(1) in userland). The format of the file
29# is 'variable=value', see kenv(1)
30#
31# env		"GENERIC.env"
32
33makeoptions	DEBUG=-g		# Build kernel with gdb(1) debug symbols
34
35# Platforms supported
36#	At this time all platforms are supported, as-is.
37
38options 	SCHED_4BSD		# 4BSD scheduler
39#options 	PREEMPTION		# Enable kernel thread preemption
40options 	INET			# InterNETworking
41options 	INET6			# IPv6 communications protocols
42options 	SCTP			# Stream Control Transmission Protocol
43options 	FFS			# Berkeley Fast Filesystem
44options 	SOFTUPDATES		# Enable FFS soft updates support
45options 	UFS_ACL			# Support for access control lists
46options 	UFS_DIRHASH		# Improve performance on big directories
47options 	UFS_GJOURNAL		# Enable gjournal-based UFS journaling
48options 	MD_ROOT			# MD is a potential root device
49options 	NFSCLIENT		# Network Filesystem Client
50options 	NFSSERVER		# Network Filesystem Server
51options 	NFSLOCKD		# Network Lock Manager
52options 	NFS_ROOT		# NFS usable as /, requires NFSCLIENT
53#options 	MSDOSFS			# MSDOS Filesystem
54options 	CD9660			# ISO 9660 Filesystem
55options 	PROCFS			# Process filesystem (requires PSEUDOFS)
56options 	PSEUDOFS		# Pseudo-filesystem framework
57options 	GEOM_PART_GPT		# GUID Partition Tables.
58options 	GEOM_LABEL		# Provides labelization
59options 	COMPAT_43TTY		# BSD 4.3 TTY compat (sgtty)
60options 	COMPAT_FREEBSD5		# Compatible with FreeBSD5
61options 	COMPAT_FREEBSD6		# Compatible with FreeBSD6
62options 	COMPAT_FREEBSD7		# Compatible with FreeBSD7
63options 	SCSI_DELAY=5000		# Delay (in ms) before probing SCSI
64options 	KTRACE			# ktrace(1) support
65options 	STACK			# stack(9) support
66options 	SYSVSHM			# SYSV-style shared memory
67options 	SYSVMSG			# SYSV-style message queues
68options 	SYSVSEM			# SYSV-style semaphores
69options 	P1003_1B_SEMAPHORES	# POSIX-style semaphores
70options 	_KPOSIX_PRIORITY_SCHEDULING # POSIX P1003_1B real-time extensions
71options 	HWPMC_HOOKS		# Necessary kernel hooks for hwpmc(4)
72options 	AUDIT			# Security event auditing
73options 	MAC			# TrustedBSD MAC Framework
74
75# Debugging for use in -current
76options 	KDB			# Enable kernel debugger support.
77options 	DDB			# Support DDB.
78options 	GDB			# Support remote GDB.
79options 	INVARIANTS		# Enable calls of extra sanity checking
80options 	INVARIANT_SUPPORT	# Extra sanity checks of internal structures, required by INVARIANTS
81options 	WITNESS			# Enable checks to detect deadlocks and cycles
82options 	WITNESS_SKIPSPIN	# Don't run witness on spinlocks for speed
83
84# Make an SMP-capable kernel by default
85options 	SMP			# Symmetric MultiProcessor Kernel
86
87# Standard busses
88device		ebus
89device		isa
90device		pci
91device		sbus
92device		central
93device		fhc
94
95# Floppy drives
96#device		fdc
97
98# ATA and ATAPI devices
99device		ata
100device		atadisk		# ATA disk drives
101device		atapicd		# ATAPI CDROM drives
102#device		atapifd		# ATAPI floppy drives
103#device		atapist		# ATAPI tape drives
104#	Do NOT enable ATA_STATIC_ID -- cmd646 controller will be !ata2!,
105#	and you will not mount an ATA /.
106#options 	ATA_STATIC_ID	# Static device numbering
107
108# SCSI Controllers
109device		ahc		# AHA2940 and onboard AIC7xxx devices
110options 	AHC_ALLOW_MEMIO	# Attempt to use memory mapped I/O
111options 	AHC_REG_PRETTY_PRINT	# Print register bitfields in debug
112					# output.  Adds ~128k to driver.
113device		isp		# Qlogic family
114device		ispfw		# Firmware module for Qlogic host adapters
115device		mpt		# LSI-Logic MPT-Fusion
116device		sym		# NCR/Symbios/LSI Logic 53C8XX/53C1010/53C1510D
117device		esp		# NCR53c9x (FEPS/FAS366)
118
119# SCSI peripherals
120device		scbus		# SCSI bus (required for SCSI)
121device		ch		# SCSI media changers
122device		da		# Direct Access (disks)
123device		sa		# Sequential Access (tape etc)
124device		cd		# CD
125device		pass		# Passthrough device (direct SCSI access)
126device		ses		# SCSI Environmental Services (and SAF-TE)
127
128# RAID controllers
129#device		amr		# AMI MegaRAID
130#device		mlx		# Mylex DAC960 family
131
132# atkbdc0 controls both the keyboard and the PS/2 mouse
133device		atkbdc		# AT keyboard controller
134device		atkbd		# AT keyboard
135device		psm		# PS/2 mouse
136
137device		kbdmux		# keyboard multiplexer
138
139# syscons is the default console driver, resembling an SCO console
140device		sc
141device		creator		# Creator, Creator3D and Elite3D framebuffers
142device		machfb		# ATI Mach64 framebuffers
143device		splash		# Splash screen and screen saver support
144options 	KBD_INSTALL_CDEV # install a CDEV entry in /dev
145
146# Builtin hardware
147device		auxio		# auxiliary I/O device
148device		eeprom		# eeprom (really a front-end for the MK48Txx)
149device		mk48txx		# Mostek MK48Txx clocks
150device		rtc		# rtc (really a front-end for the MC146818)
151device		mc146818	# Motorola MC146818 and compatible clocks
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		plip		# TCP/IP over parallel
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'')
190#device		sis		# Silicon Integrated Systems SiS 900/SiS 7016
191device		sk		# SysKonnect SK-984x & SK-982x gigabit Ethernet
192#device		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
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 pci/cardbus NIC's
209device		ath_hal		# Atheros HAL (Hardware Access Layer)
210options 	AH_SUPPORT_AR5416	# enable AR5416 tx/rx descriptors
211device		ath_rate_sample	# SampleRate tx rate control for ath
212
213# Pseudo devices.
214device		loop		# Network loopback
215device		random		# Entropy device
216device		ether		# Ethernet support
217device		tun		# Packet tunnel.
218device		pty		# BSD-style compatibility pseudo ttys
219device		md		# Memory "disks"
220device		gif		# IPv6 and IPv4 tunneling
221device		faith		# IPv6-to-IPv4 relaying (translation)
222device		firmware	# firmware assist module
223
224# The `bpf' device enables the Berkeley Packet Filter.
225# Be aware of the administrative consequences of enabling this!
226# Note that 'bpf' is required for DHCP.
227device		bpf		# Berkeley packet filter
228
229# USB support
230device		uhci		# UHCI PCI->USB interface
231device		ohci		# OHCI PCI->USB interface
232device		ehci		# EHCI PCI->USB interface (USB 2.0)
233device		usb		# USB Bus (required)
234#device		udbp		# USB Double Bulk Pipe devices
235device		uhid		# "Human Interface Devices"
236device		ukbd		# Keyboard
237device		ulpt		# Printer
238device		umass		# Disks/Mass storage - Requires scbus and da
239device		ums		# Mouse
240device		rum		# Ralink Technology RT2501USB wireless NICs
241device		uath		# Atheros AR5523 wireless NICs
242device		ural		# Ralink Technology RT2500USB wireless NICs
243device		zyd		# ZyDAS zb1211/zb1211b wireless NICs
244device		urio		# Diamond Rio 500 MP3 player
245# USB Serial devices
246device		uark		# Technologies ARK3116 based serial adapters
247device		ubsa		# Belkin F5U103 and compatible serial adapters
248device		uftdi		# For FTDI usb serial adapters
249device		uipaq		# Some WinCE based devices
250device		uplcom		# Prolific PL-2303 serial adapters
251device		uslcom		# SI Labs CP2101/CP2102 serial adapters
252device		uvisor		# Visor and Palm devices
253device		uvscom		# USB serial support for DDI pocket's PHS
254# USB Ethernet, requires miibus
255device		aue		# ADMtek USB Ethernet
256device		axe		# ASIX Electronics USB Ethernet
257device		cdce		# Generic USB over Ethernet
258device		cue		# CATC USB Ethernet
259device		kue		# Kawasaki LSI USB Ethernet
260device		rue		# RealTek RTL8150 USB Ethernet
261device		udav		# Davicom DM9601E USB
262
263# FireWire support
264device		firewire	# FireWire bus code
265device		sbp		# SCSI over FireWire (Requires scbus and da)
266device		fwe		# Ethernet over FireWire (non-standard!)
267device		fwip		# IP over FireWire (RFC 2734,3146)
268device		dcons		# Dumb console driver
269device		dcons_crom	# Configuration ROM for dcons
270