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