GENERIC revision 194246
1#
2# GENERIC -- Generic kernel configuration file for FreeBSD/sparc64
3#
4# For more information on this file, please read the handbook section on
5# 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# For hardware specific information check HARDWARE.TXT
20#
21# $FreeBSD: head/sys/sparc64/conf/GENERIC 194246 2009-06-15 18:22:41Z marius $
22
23cpu		SUN4U
24ident		GENERIC
25
26# To statically compile in device wiring instead of /boot/device.hints
27#hints		"GENERIC.hints"		# Default places to look for devices.
28
29makeoptions	DEBUG=-g		# Build kernel with gdb(1) debug symbols
30
31# Platforms supported
32#	At this time all platforms are supported, as-is.
33
34options 	SCHED_4BSD		# 4BSD scheduler
35#options 	PREEMPTION		# Enable kernel thread preemption
36options 	INET			# InterNETworking
37options 	INET6			# IPv6 communications protocols
38options 	SCTP			# Stream Control Transmission Protocol
39options 	FFS			# Berkeley Fast Filesystem
40options 	SOFTUPDATES		# Enable FFS soft updates support
41options 	UFS_ACL			# Support for access control lists
42options 	UFS_DIRHASH		# Improve performance on big directories
43options 	UFS_GJOURNAL		# Enable gjournal-based UFS journaling
44options 	MD_ROOT			# MD is a potential root device
45options 	NFSCLIENT		# Network Filesystem Client
46options 	NFSSERVER		# Network Filesystem Server
47options 	NFSLOCKD		# Network Lock Manager
48options 	NFS_ROOT		# NFS usable as /, requires NFSCLIENT
49#options 	MSDOSFS			# MSDOS Filesystem
50options 	CD9660			# ISO 9660 Filesystem
51options 	PROCFS			# Process filesystem (requires PSEUDOFS)
52options 	PSEUDOFS		# Pseudo-filesystem framework
53options 	GEOM_PART_GPT		# GUID Partition Tables.
54options 	GEOM_LABEL		# Provides labelization
55options 	COMPAT_43TTY		# BSD 4.3 TTY compat (sgtty)
56options 	COMPAT_FREEBSD5		# Compatible with FreeBSD5
57options 	COMPAT_FREEBSD6		# Compatible with FreeBSD6
58options 	COMPAT_FREEBSD7		# Compatible with FreeBSD7
59options 	SCSI_DELAY=5000		# Delay (in ms) before probing SCSI
60options 	KTRACE			# ktrace(1) support
61options 	STACK			# stack(9) support
62options 	SYSVSHM			# SYSV-style shared memory
63options 	SYSVMSG			# SYSV-style message queues
64options 	SYSVSEM			# SYSV-style semaphores
65options 	_KPOSIX_PRIORITY_SCHEDULING # POSIX P1003_1B real-time extensions
66options 	HWPMC_HOOKS		# Necessary kernel hooks for hwpmc(4)
67options 	AUDIT			# Security event auditing
68options 	MAC			# TrustedBSD MAC Framework
69
70# Debugging for use in -current
71options 	KDB			# Enable kernel debugger support.
72options 	DDB			# Support DDB.
73options 	GDB			# Support remote GDB.
74options 	INVARIANTS		# Enable calls of extra sanity checking
75options 	INVARIANT_SUPPORT	# Extra sanity checks of internal structures, required by INVARIANTS
76options 	WITNESS			# Enable checks to detect deadlocks and cycles
77options 	WITNESS_SKIPSPIN	# Don't run witness on spinlocks for speed
78
79# To make an SMP kernel, the next line is needed
80options 	SMP			# Symmetric MultiProcessor Kernel
81
82# Standard busses
83device		ebus
84device		isa
85device		pci
86device		sbus
87device		central
88device		fhc
89
90# Floppy drives
91#device		fdc
92
93# ATA and ATAPI devices
94device		ata
95device		atadisk		# ATA disk drives
96device		atapicd		# ATAPI CDROM drives
97#device		atapifd		# ATAPI floppy drives
98#device		atapist		# ATAPI tape drives
99#	Do NOT enable ATA_STATIC_ID -- cmd646 controller will be !ata2!,
100#	and you will not mount an ATA /.
101#options 	ATA_STATIC_ID	# Static device numbering
102
103# SCSI Controllers
104device		ahc		# AHA2940 and onboard AIC7xxx devices
105options 	AHC_ALLOW_MEMIO	# Attempt to use memory mapped I/O
106options 	AHC_REG_PRETTY_PRINT	# Print register bitfields in debug
107					# output.  Adds ~128k to driver.
108device		isp		# Qlogic family
109device		ispfw		# Firmware module for Qlogic host adapters
110device		mpt		# LSI-Logic MPT-Fusion
111device		sym		# NCR/Symbios/LSI Logic 53C8XX/53C1010/53C1510D
112device		esp		# NCR53c9x (FEPS/FAS366)
113
114# SCSI peripherals
115device		scbus		# SCSI bus (required for SCSI)
116device		ch		# SCSI media changers
117device		da		# Direct Access (disks)
118device		sa		# Sequential Access (tape etc)
119device		cd		# CD
120device		pass		# Passthrough device (direct SCSI access)
121device		ses		# SCSI Environmental Services (and SAF-TE)
122
123# RAID controllers
124#device		amr		# AMI MegaRAID
125#device		mlx		# Mylex DAC960 family
126
127# atkbdc0 controls both the keyboard and the PS/2 mouse
128device		atkbdc		# AT keyboard controller
129device		atkbd		# AT keyboard
130device		psm		# PS/2 mouse
131
132device		kbdmux		# keyboard multiplexer
133
134# syscons is the default console driver, resembling an SCO console
135device		sc
136device		creator		# Creator, Creator3D and Elite3D framebuffers
137device		machfb		# ATI Mach64 framebuffers
138device		splash		# Splash screen and screen saver support
139options 	KBD_INSTALL_CDEV # install a CDEV entry in /dev
140
141#device		ofw_console	# Open Firmware console device
142
143# Builtin hardware
144device		auxio		# auxiliary I/O device
145device		eeprom		# eeprom (really a front-end for the MK48Txx)
146device		mk48txx		# Mostek MK48Txx clocks
147device		rtc		# rtc (really a front-end for the MC146818)
148device		mc146818	# Motorola MC146818 and compatible clocks
149
150# Serial (COM) ports
151device		puc		# Multi-channel uarts
152device		scc		# Serial communications controllers.
153device		uart		# Multi-uart driver
154
155# Parallel port
156#device		ppc
157#device		ppbus		# Parallel port bus (required)
158#device		lpt		# Printer
159#device		plip		# TCP/IP over parallel
160#device		ppi		# Parallel port interface device
161#device		vpo		# Requires scbus and da
162
163# PCI Ethernet NICs.
164#device		de		# DEC/Intel DC21x4x (``Tulip'')
165device		em		# Intel PRO/1000 adapter Gigabit Ethernet Card
166#device		ixgb		# Intel PRO/10GbE Ethernet Card
167device		le		# AMD Am7900 LANCE and Am79C9xx PCnet
168device		ti		# Alteon Networks Tigon I/II gigabit Ethernet
169device		txp		# 3Com 3cR990 (``Typhoon'')
170#device		vx		# 3Com 3c590, 3c595 (``Vortex'')
171
172# PCI Ethernet NICs that use the common MII bus controller code.
173# NOTE: Be sure to keep the 'device miibus' line in order to use these NICs!
174device		miibus		# MII bus support
175#device		bfe		# Broadcom BCM440x 10/100 Ethernet
176device		bge		# Broadcom BCM570xx Gigabit Ethernet
177device		cas		# Sun Cassini/Cassini+ and NS DP83065 Saturn
178device		dc		# DEC/Intel 21143 and various workalikes
179device		fxp		# Intel EtherExpress PRO/100B (82557, 82558)
180device		gem		# Sun GEM/Sun ERI/Apple GMAC
181device		hme		# Sun HME (Happy Meal Ethernet)
182device		nge		# NatSemi DP83820 gigabit Ethernet
183#device		pcn		# AMD Am79C97x PCI 10/100 (precedence over 'le')
184device		re		# RealTek 8139C+/8169/8169S/8110S
185device		rl		# RealTek 8129/8139
186device		sf		# Adaptec AIC-6915 (``Starfire'')
187#device		sis		# Silicon Integrated Systems SiS 900/SiS 7016
188device		sk		# SysKonnect SK-984x & SK-982x gigabit Ethernet
189#device		ste		# Sundance ST201 (D-Link DFE-550TX)
190device		stge		# Sundance/Tamarack TC9021 gigabit Ethernet
191#device		tl		# Texas Instruments ThunderLAN
192#device		tx		# SMC EtherPower II (83c170 ``EPIC'')
193device		vr		# VIA Rhine, Rhine II
194#device		wb		# Winbond W89C840F
195device		xl		# 3Com 3c90x (``Boomerang'', ``Cyclone'')
196
197# Wireless NIC cards
198device		wlan		# 802.11 support
199options 	IEEE80211_DEBUG	# enable debug msgs
200options 	IEEE80211_AMPDU_AGE	# age frames in AMPDU reorder q's
201device		wlan_wep	# 802.11 WEP support
202device		wlan_ccmp	# 802.11 CCMP support
203device		wlan_tkip	# 802.11 TKIP support
204device		ath		# Atheros pci/cardbus NIC's
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		tun		# Packet tunnel.
214device		pty		# BSD-style compatibility pseudo ttys
215device		md		# Memory "disks"
216device		gif		# IPv6 and IPv4 tunneling
217device		faith		# IPv6-to-IPv4 relaying (translation)
218device		firmware	# firmware assist module
219
220# The `bpf' device enables the Berkeley Packet Filter.
221# Be aware of the administrative consequences of enabling this!
222# Note that 'bpf' is required for DHCP.
223device		bpf		# Berkeley packet filter
224
225# USB support
226#device		uhci		# UHCI PCI->USB interface
227device		ohci		# OHCI PCI->USB interface
228device		usb		# USB Bus (required)
229#device		udbp		# USB Double Bulk Pipe devices
230#device		uhid		# "Human Interface Devices"
231device		ukbd		# Keyboard
232#device		ulpt		# Printer
233#device		umass		# Disks/Mass storage - Requires scbus and da
234device		ums		# Mouse
235#device		urio		# Diamond Rio 500 MP3 player
236# USB Ethernet, requires mii
237#device		aue		# ADMtek USB Ethernet
238#device		axe		# ASIX Electronics USB Ethernet
239#device		cdce		# Generic USB over Ethernet
240#device		cue		# CATC USB Ethernet
241#device		kue		# Kawasaki LSI USB Ethernet
242#device		rue		# RealTek RTL8150 USB Ethernet
243
244# FireWire support
245device		firewire	# FireWire bus code
246device		sbp		# SCSI over FireWire (Requires scbus and da)
247device		fwe		# Ethernet over FireWire (non-standard!)
248device		fwip		# IP over FireWire (RFC 2734,3146)
249device		dcons		# Dumb console driver
250device		dcons_crom	# Configuration ROM for dcons
251