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