GENERIC revision 132956
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 132956 2004-08-01 11:40:54Z markm $
22
23machine		sparc64
24cpu		SUN4U
25ident		GENERIC
26
27#To statically compile in device wiring instead of /boot/device.hints
28#hints		"GENERIC.hints"		#Default places to look for devices.
29
30makeoptions	DEBUG=-g		#Build kernel with gdb(1) debug symbols
31
32# Platforms supported
33#	At this time all platforms are supported, as-is.
34
35options 	SCHED_ULE		#ULE scheduler
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 	MD_ROOT			#MD is a potential root device
43options 	NFSCLIENT		#Network Filesystem Client
44options 	NFSSERVER		#Network Filesystem Server
45options 	NFS_ROOT		#NFS usable as root device
46#options 	MSDOSFS			#MSDOS Filesystem
47options 	CD9660			#ISO 9660 Filesystem
48options 	PROCFS			#Process filesystem (requires PSEUDOFS)
49options 	PSEUDOFS		#Pseudo-filesystem framework
50options 	GEOM_GPT		#GUID Partition Tables.
51options 	COMPAT_43		#Compatible with BSD 4.3 [KEEP THIS!]
52options 	COMPAT_FREEBSD4		#Keep this for a while
53options 	SCSI_DELAY=15000	#Delay (in ms) before probing SCSI 
54options 	KTRACE			#ktrace(1) syscall trace support
55options 	SYSVSHM			#SYSV-style shared memory
56options 	SYSVMSG			#SYSV-style message queues
57options 	SYSVSEM			#SYSV-style semaphores
58options 	_KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensions
59options 	PFIL_HOOKS		# pfil(9) framework
60
61# Debugging for use in -current
62options 	KDB			#Enable kernel debugger support
63options 	DDB			#Support DDB
64options 	GDB			#Support remote GDB
65options 	INVARIANTS		#Enable calls of extra sanity checking
66options 	INVARIANT_SUPPORT	#Extra sanity checks of internal structures, required by INVARIANTS
67options 	WITNESS			#Enable checks to detect deadlocks and cycles
68options 	WITNESS_SKIPSPIN	#Don't run witness on spinlocks for speed
69
70# To make an SMP kernel, the next line is needed
71options 	SMP			# Symmetric MultiProcessor Kernel
72
73# Standard busses
74device		ebus
75device		isa
76device		pci
77device		sbus
78device		central
79device		fhc
80
81# Floppy drives
82#device		fdc
83
84# ATA and ATAPI devices
85device		ata
86device		atadisk			# ATA disk drives
87device		atapicd			# ATAPI CDROM drives
88#device		atapifd			# ATAPI floppy drives
89#device		atapist			# ATAPI tape drives
90#	Do NOT enable ATA_STATIC_ID -- cmd646 controller will be !ata2!,
91#	and you will not mount an ATA /.
92#options 	ATA_STATIC_ID		#Static device numbering
93
94# SCSI Controllers
95device		ahc		# AHA2940 and onboard AIC7xxx devices
96device		isp		# Qlogic family
97#device		mpt		# LSI-Logic MPT-Fusion (not yet)
98device		ispfw		# Firmware module for Qlogic host adapters
99#device		ncr		# NCR/Symbios Logic
100device		sym		# NCR/Symbios Logic (newer chipsets + those of `ncr')
101device		esp		# NCR53c9x (FEPS/FAS366)
102
103# SCSI peripherals
104device		scbus		# SCSI bus (required for SCSI)
105device		ch		# SCSI media changers
106device		da		# Direct Access (disks)
107device		sa		# Sequential Access (tape etc)
108device		cd		# CD
109device		pass		# Passthrough device (direct SCSI access)
110device		ses		# SCSI Environmental Services (and SAF-TE)
111
112# RAID controllers
113#device		amr		# AMI MegaRAID
114#device		mlx		# Mylex DAC960 family
115
116
117# syscons is the default console driver, resembling an SCO console
118#device		sc
119#device		creator		# Creator graphics cards
120#device		splash		# Splash screen and screen saver support
121#options		KBD_INSTALL_CDEV
122
123device		ofw_console	# OpenBoot firmware console device
124
125# Builtin hardware
126device		genclock	# Generic clock interface
127device		eeprom		# eeprom (really an ebus driver for the MK48Txx)
128device		"mk48txx"	# Mostek MK48T02, MK48T08, MK48T59 clock
129
130# Serial (COM) ports
131device		sab		# Siemens SAB82532 based serial ports
132device		zs		# Zilog 8530 based serial ports
133#device		uart		# Multi-uart driver
134#device		puc		# Multi-channel uarts
135
136# Parallel port
137#device		ppc
138#device		ppbus		# Parallel port bus (required)
139#device		lpt		# Printer
140#device		plip		# TCP/IP over parallel
141#device		ppi		# Parallel port interface device
142#device		vpo		# Requires scbus and da
143 
144# PCI Ethernet NICs.
145#device		de		# DEC/Intel DC21x4x (``Tulip'')
146#device		lnc		# NE2100, NE32-VL Lance Ethernet cards
147#device		txp		# 3Com 3cR990 (``Typhoon'')
148#device		vx		# 3Com 3c590, 3c595 (``Vortex'')
149
150# PCI Ethernet NICs that use the common MII bus controller code.
151device		miibus		# MII bus support
152device		dc		# DEC/Intel 21143 and workalikes
153device		fxp		# Intel EtherExpress PRO/100B (82557, 82558)
154device		gem		# Sun GEM/Sun ERI/Apple GMAC
155device		hme		# Sun HME (Happy Meal Ethernet)
156#device		pcn		# AMD Am79C97x PCI 10/100 NICs
157device		re		# RealTek 8139C+/8169/8169S/8110S
158device		rl		# RealTek 8129/8139
159#device		sf		# Adaptec AIC-6915 (``Starfire'')
160#device		sis		# Silicon Integrated Systems SiS 900/SiS 7016
161#device		ste		# Sundance ST201 (D-Link DFE-550TX)
162#device		tl		# Texas Instruments ThunderLAN
163#device		vr		# VIA Rhine, Rhine II
164#device		wb		# Winbond W89C840F
165device		xl		# 3Com 3c90x (``Boomerang'', ``Cyclone'')
166
167# Pseudo devices.
168device		loop		# Network loopback
169device		mem		# Memory and kernel memory devices
170device		null		# Null and zero devices
171device		random		# Entropy device
172device		ether		# Ethernet support
173device		sl		# Kernel SLIP
174device		ppp		# Kernel PPP
175device		tun		# Packet tunnel.
176device		pty		# Pseudo-ttys (telnet etc)
177device		md		# Memory "disks"
178device		gif		# IPv6 and IPv4 tunneling
179device		faith		# IPv6-to-IPv4 relaying/(translation)
180
181# The `bpf' device enables the Berkeley Packet Filter.
182# Be aware of the administrative consequences of enabling this!
183device		bpf		#Berkeley packet filter
184
185# USB support
186#device		uhci		# UHCI PCI->USB interface
187#device		ohci		# OHCI PCI->USB interface
188#device		usb		# USB Bus (required)
189#device		ugen		# Generic
190#device		uhid		# "Human Interface Devices"
191#device		ukbd		# Keyboard
192#device		ulpt		# Printer
193#device		umass		# Disks/Mass storage - Requires scbus and da0
194#device		ums		# Mouse
195# USB Ethernet
196#device		aue		# ADMtek USB Ethernet
197#device		axe		# ASIX Electronics USB Ethernet
198#device		cue		# CATC USB Ethernet
199#device		kue		# Kawasaki LSI USB Ethernet
200
201# FireWire support
202device		firewire	# FireWire bus code
203device		sbp		# SCSI over FireWire (Requires scbus and da)
204device		fwe		# Ethernet over FireWire (non-standard!)
205