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