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