GENERIC revision 109865
1153592Ssam#
2153592Ssam# GENERIC -- Generic kernel configuration file for FreeBSD/sparc64
3153592Ssam#
4153592Ssam# For more information on this file, please read the handbook section on
5153592Ssam# Kernel Configuration Files:
6153592Ssam#
7153592Ssam#    http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
8153592Ssam#
9153592Ssam# The handbook is also available locally in /usr/share/doc/handbook
10153592Ssam# if you've installed the doc distribution, otherwise always see the
11153592Ssam# FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the
12153592Ssam# latest information.
13174632Smarcel#
14176780Smarcel# An exhaustive list of options and more detailed explanations of the
15153592Ssam# device lines is also present in the ../../conf/NOTES and NOTES files. 
16176495Smarcel# If you are in doubt as to the purpose or necessity of a line, check first 
17176495Smarcel# in NOTES.
18176782Smarcel#
19153592Ssam# For hardware specific information check HARDWARE.TXT
20153592Ssam#
21153592Ssam# $FreeBSD: head/sys/sparc64/conf/GENERIC 109865 2003-01-26 05:29:12Z jeff $
22153592Ssam
23153592Ssammachine		sparc64
24153592Ssamcpu		SUN4U
25153592Ssamident		GENERIC
26153592Ssammaxusers	0
27153592Ssam
28153592Ssam#To statically compile in device wiring instead of /boot/device.hints
29153592Ssam#hints		"GENERIC.hints"		#Default places to look for devices.
30153592Ssam
31153592Ssammakeoptions	DEBUG=-g		#Build kernel with gdb(1) debug symbols
32153592Ssam
33153592Ssam# Platforms supported
34153592Ssam#	At this time all platforms are supported, as-is.
35163630Sru
36153592Ssamoptions         SCHED_4BSD              #4BSD scheduler
37153592Ssamoptions 	INET			#InterNETworking
38153592Ssamoptions 	INET6			#IPv6 communications protocols
39153592Ssamoptions 	FFS			#Berkeley Fast Filesystem
40153592Ssamoptions 	SOFTUPDATES		#Enable FFS soft updates support
41153592Ssamoptions 	UFS_ACL			#Support for access control lists
42153592Ssamoptions 	UFS_DIRHASH		#Improve performance on big directories
43153592Ssamoptions 	MD_ROOT			#MD is a potential root device
44153592Ssamoptions 	NFSCLIENT		#Network Filesystem Client
45153592Ssamoptions 	NFSSERVER		#Network Filesystem Server
46153592Ssamoptions 	NFS_ROOT		#NFS usable as root device
47153592Ssam#options 	MSDOSFS			#MSDOS Filesystem
48153592Ssamoptions 	CD9660			#ISO 9660 Filesystem
49153592Ssamoptions 	PROCFS			#Process filesystem (requires PSEUDOFS)
50153592Ssamoptions 	PSEUDOFS		#Pseudo-filesystem framework
51153592Ssamoptions 	COMPAT_43		#Compatible with BSD 4.3 [KEEP THIS!]
52153592Ssamoptions 	COMPAT_FREEBSD4		#Keep this for a while
53153592Ssamoptions 	SCSI_DELAY=15000	#Delay (in ms) before probing SCSI 
54174782Smarceloptions 	KTRACE			#ktrace(1) syscall trace support
55174782Smarceloptions 	SYSVSHM			#SYSV-style shared memory
56153592Ssamoptions 	SYSVMSG			#SYSV-style message queues
57153592Ssamoptions 	SYSVSEM			#SYSV-style semaphores
58153592Ssam#options 	_KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensions
59153592Ssam
60153592Ssam# Debugging for use in -current
61153592Ssamoptions 	DDB			#Enable the kernel debugger
62153592Ssamoptions 	INVARIANTS		#Enable calls of extra sanity checking
63153592Ssamoptions 	INVARIANT_SUPPORT	#Extra sanity checks of internal structures, required by INVARIANTS
64153592Ssamoptions 	WITNESS			#Enable checks to detect deadlocks and cycles
65168205Srwatsonoptions 	WITNESS_SKIPSPIN	#Don't run witness on spinlocks for speed
66153592Ssam
67153592Ssam# To make an SMP kernel, the next line is needed
68165926Smariusoptions 	SMP			# Symmetric MultiProcessor Kernel
69153592Ssam
70# Standard busses
71device		apb			# Sun APB PCI-PCI bridge
72device		ebus
73device		isa
74device		pci
75device		sbus
76
77# Floppy drives
78#device		fdc
79
80# ATA and ATAPI devices
81device		ata
82device		atadisk			# ATA disk drives
83device		atapicd			# ATAPI CDROM drives
84#device		atapifd			# ATAPI floppy drives
85#device		atapist			# ATAPI tape drives
86#	Do NOT enable ATA_STATIC_ID -- cmd646 controller will be !ata2!,
87#	and you will not mount an ATA /.
88#options 	ATA_STATIC_ID		#Static device numbering
89
90# SCSI Controllers
91device		ahc		# AHA2940 and onboard AIC7xxx devices
92device		isp		# Qlogic family
93#device		mpt		# LSI-Logic MPT-Fusion (not yet)
94device		ispfw		# Firmware module for Qlogic host adapters
95#device		ncr		# NCR/Symbios Logic
96device		sym		# NCR/Symbios Logic (newer chipsets + those of `ncr')
97
98# SCSI peripherals
99device		scbus		# SCSI bus (required)
100#device		ch		# SCSI media changers
101device		da		# Direct Access (disks)
102#device		sa		# Sequential Access (tape etc)
103device		cd		# CD
104device		pass		# Passthrough device (direct SCSI access)
105#device		ses		# SCSI Environmental Services (and SAF-TE)
106
107# RAID controllers
108#device		amr		# AMI MegaRAID
109#device		mlx		# Mylex DAC960 family
110
111# atkbdc0 controls both the keyboard and the PS/2 mouse
112#device		atkbdc		# AT keyboard controller
113#device		atkbd		# AT keyboard
114#device		psm		# PS/2 mouse
115
116#device		vga		# VGA video card driver
117
118#device		splash		# Splash screen and screen saver support
119
120# syscons is the default console driver, resembling an SCO console
121#device		sc
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
131#device		sio		# 8250, 16[45]50 based serial ports
132#device		sab		# Siemens SAB82532 based serial ports
133#device		zs		# Zilog 8530 based serial ports
134
135# Parallel port
136#device		ppc
137#device		ppbus		# Parallel port bus (required)
138#device		lpt		# Printer
139#device		plip		# TCP/IP over parallel
140#device		ppi		# Parallel port interface device
141#device		vpo		# Requires scbus and da
142 
143# PCI Ethernet NICs.
144#device		de		# DEC/Intel DC21x4x (``Tulip'')
145#device		lnc		# NE2100, NE32-VL Lance Ethernet cards
146#device		txp		# 3Com 3cR990 (``Typhoon'')
147#device		vx		# 3Com 3c590, 3c595 (``Vortex'')
148
149# PCI Ethernet NICs that use the common MII bus controller code.
150device		miibus		# MII bus support
151#device		dc		# DEC/Intel 21143 and workalikes
152#device		fxp		# Intel EtherExpress PRO/100B (82557, 82558)
153device		gem		# Sun GEM/Sun ERI/Apple GMAC
154device		hme		# Sun HME (Happy Meal Ethernet)
155#device		pcn		# AMD Am79C97x PCI 10/100 NICs
156device		rl		# RealTek 8129/8139
157#device		sf		# Adaptec AIC-6915 (``Starfire'')
158#device		sis		# Silicon Integrated Systems SiS 900/SiS 7016
159#device		ste		# Sundance ST201 (D-Link DFE-550TX)
160#device		tl		# Texas Instruments ThunderLAN
161#device		vr		# VIA Rhine, Rhine II
162#device		wb		# Winbond W89C840F
163#device		xl		# 3Com 3c90x (``Boomerang'', ``Cyclone'')
164
165# Pseudo devices - the number indicates how many units to allocated.
166device		random		# Entropy device
167device		loop		# Network loopback
168device		ether		# Ethernet support
169device		sl		# Kernel SLIP
170device		ppp		# Kernel PPP
171device		tun		# Packet tunnel.
172device		pty		# Pseudo-ttys (telnet etc)
173device		md		# Memory "disks"
174device		gif		# IPv6 and IPv4 tunneling
175device		faith		# IPv6-to-IPv4 relaying/(translation)
176
177# The `bpf' device enables the Berkeley Packet Filter.
178# Be aware of the administrative consequences of enabling this!
179device		bpf		#Berkeley packet filter
180
181# USB support
182#device		uhci		# UHCI PCI->USB interface
183#device		ohci		# OHCI PCI->USB interface
184#device		usb		# USB Bus (required)
185#device		ugen		# Generic
186#device		uhid		# "Human Interface Devices"
187#device		ukbd		# Keyboard
188#device		ulpt		# Printer
189#device		umass		# Disks/Mass storage - Requires scbus and da0
190#device		ums		# Mouse
191# USB Ethernet
192#device		aue		# ADMtek USB ethernet
193#device		cue		# CATC USB ethernet
194#device		kue		# Kawasaki LSI USB ethernet
195
196options 	KTR
197options 	KTR_COMPILE=0xffffffff
198options 	KTR_ENTRIES=8192
199options 	KTR_MASK=KTR_TRAP
200
201options 	OFW_PCI_DEBUG
202