GENERIC revision 111180
1103285Sikob#
2113584Ssimokawa# GENERIC -- Generic kernel configuration file for FreeBSD/sparc64
3103285Sikob#
4103285Sikob# For more information on this file, please read the handbook section on
5103285Sikob# Kernel Configuration Files:
6103285Sikob#
7103285Sikob#    http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
8103285Sikob#
9103285Sikob# The handbook is also available locally in /usr/share/doc/handbook
10103285Sikob# if you've installed the doc distribution, otherwise always see the
11103285Sikob# FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the
12103285Sikob# latest information.
13103285Sikob#
14103285Sikob# An exhaustive list of options and more detailed explanations of the
15103285Sikob# device lines is also present in the ../../conf/NOTES and NOTES files. 
16103285Sikob# If you are in doubt as to the purpose or necessity of a line, check first 
17103285Sikob# in NOTES.
18103285Sikob#
19103285Sikob# For hardware specific information check HARDWARE.TXT
20103285Sikob#
21103285Sikob# $FreeBSD: head/sys/sparc64/conf/GENERIC 111180 2003-02-20 17:08:42Z mux $
22103285Sikob
23103285Sikobmachine		sparc64
24103285Sikobcpu		SUN4U
25103285Sikobident		GENERIC
26103285Sikobmaxusers	0
27103285Sikob
28103285Sikob#To statically compile in device wiring instead of /boot/device.hints
29103285Sikob#hints		"GENERIC.hints"		#Default places to look for devices.
30103285Sikob
31103285Sikobmakeoptions	DEBUG=-g		#Build kernel with gdb(1) debug symbols
32103285Sikob
33103285Sikob# Platforms supported
34103285Sikob#	At this time all platforms are supported, as-is.
35103285Sikob
36103285Sikoboptions 	SCHED_4BSD		#4BSD scheduler
37103285Sikoboptions 	INET			#InterNETworking
38103285Sikoboptions 	INET6			#IPv6 communications protocols
39103285Sikoboptions 	FFS			#Berkeley Fast Filesystem
40103285Sikoboptions 	SOFTUPDATES		#Enable FFS soft updates support
41103285Sikoboptions 	UFS_ACL			#Support for access control lists
42103285Sikoboptions 	UFS_DIRHASH		#Improve performance on big directories
43103285Sikoboptions 	MD_ROOT			#MD is a potential root device
44103285Sikoboptions 	NFSCLIENT		#Network Filesystem Client
45103285Sikoboptions 	NFSSERVER		#Network Filesystem Server
46113584Ssimokawaoptions 	NFS_ROOT		#NFS usable as root device
47113584Ssimokawa#options 	MSDOSFS			#MSDOS Filesystem
48103285Sikoboptions 	CD9660			#ISO 9660 Filesystem
49103285Sikoboptions 	PROCFS			#Process filesystem (requires PSEUDOFS)
50103285Sikoboptions 	PSEUDOFS		#Pseudo-filesystem framework
51103285Sikoboptions 	COMPAT_43		#Compatible with BSD 4.3 [KEEP THIS!]
52103285Sikoboptions 	COMPAT_FREEBSD4		#Keep this for a while
53103285Sikoboptions 	SCSI_DELAY=15000	#Delay (in ms) before probing SCSI 
54103285Sikoboptions 	KTRACE			#ktrace(1) syscall trace support
55103285Sikoboptions 	SYSVSHM			#SYSV-style shared memory
56103285Sikoboptions 	SYSVMSG			#SYSV-style message queues
57103285Sikoboptions 	SYSVSEM			#SYSV-style semaphores
58103285Sikob#options 	_KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensions
59103285Sikob
60103285Sikob# Debugging for use in -current
61103285Sikoboptions 	DDB			#Enable the kernel debugger
62106810Ssimokawaoptions 	INVARIANTS		#Enable calls of extra sanity checking
63103285Sikoboptions 	INVARIANT_SUPPORT	#Extra sanity checks of internal structures, required by INVARIANTS
64103285Sikoboptions 	WITNESS			#Enable checks to detect deadlocks and cycles
65103285Sikoboptions 	WITNESS_SKIPSPIN	#Don't run witness on spinlocks for speed
66103285Sikob
67110193Ssimokawa# To make an SMP kernel, the next line is needed
68103285Sikoboptions 	SMP			# Symmetric MultiProcessor Kernel
69109645Ssimokawa
70103285Sikob# Standard busses
71103285Sikobdevice		apb			# Sun APB PCI-PCI bridge
72103285Sikobdevice		ebus
73103285Sikobdevice		isa
74103285Sikobdevice		pci
75103285Sikobdevice		sbus
76109645Ssimokawadevice		central
77103285Sikobdevice		fhc
78103285Sikob
79103285Sikob# Floppy drives
80109645Ssimokawa#device		fdc
81103285Sikob
82103285Sikob# ATA and ATAPI devices
83103285Sikobdevice		ata
84124169Ssimokawadevice		atadisk			# ATA disk drives
85124169Ssimokawadevice		atapicd			# ATAPI CDROM drives
86103285Sikob#device		atapifd			# ATAPI floppy drives
87103285Sikob#device		atapist			# ATAPI tape drives
88103285Sikob#	Do NOT enable ATA_STATIC_ID -- cmd646 controller will be !ata2!,
89103285Sikob#	and you will not mount an ATA /.
90103285Sikob#options 	ATA_STATIC_ID		#Static device numbering
91103285Sikob
92103285Sikob# SCSI Controllers
93103285Sikobdevice		ahc		# AHA2940 and onboard AIC7xxx devices
94103285Sikobdevice		isp		# Qlogic family
95103285Sikob#device		mpt		# LSI-Logic MPT-Fusion (not yet)
96103285Sikobdevice		ispfw		# Firmware module for Qlogic host adapters
97103285Sikob#device		ncr		# NCR/Symbios Logic
98103285Sikobdevice		sym		# NCR/Symbios Logic (newer chipsets + those of `ncr')
99103285Sikob
100103285Sikob# SCSI peripherals
101103285Sikobdevice		scbus		# SCSI bus (required)
102103285Sikobdevice		ch		# SCSI media changers
103103285Sikobdevice		da		# Direct Access (disks)
104103285Sikobdevice		sa		# Sequential Access (tape etc)
105103285Sikobdevice		cd		# CD
106103285Sikobdevice		pass		# Passthrough device (direct SCSI access)
107103285Sikobdevice		ses		# SCSI Environmental Services (and SAF-TE)
108103285Sikob
109103285Sikob# RAID controllers
110103285Sikob#device		amr		# AMI MegaRAID
111103285Sikob#device		mlx		# Mylex DAC960 family
112103285Sikob
113103285Sikob# atkbdc0 controls both the keyboard and the PS/2 mouse
114103285Sikob#device		atkbdc		# AT keyboard controller
115103285Sikob#device		atkbd		# AT keyboard
116103285Sikob#device		psm		# PS/2 mouse
117103285Sikob
118103285Sikob#device		vga		# VGA video card driver
119103285Sikob
120103285Sikob#device		splash		# Splash screen and screen saver support
121103285Sikob
122116978Ssimokawa# syscons is the default console driver, resembling an SCO console
123103285Sikob#device		sc
124103285Sikob
125103285Sikobdevice		ofw_console	# OpenBoot firmware console device
126103285Sikob
127103285Sikob# Builtin hardware
128103285Sikobdevice		genclock	# Generic clock interface
129103285Sikobdevice		eeprom		# eeprom (really an ebus driver for the MK48Txx)
130103285Sikobdevice		"mk48txx"	# Mostek MK48T02, MK48T08, MK48T59 clock
131103285Sikob
132103285Sikob# Serial (COM) ports
133109814Ssimokawa#device		sio		# 8250, 16[45]50 based serial ports
134103285Sikobdevice		sab		# Siemens SAB82532 based serial ports
135103285Sikobdevice		zs		# Zilog 8530 based serial ports
136103285Sikob
137103285Sikob# Parallel port
138110193Ssimokawa#device		ppc
139103285Sikob#device		ppbus		# Parallel port bus (required)
140103285Sikob#device		lpt		# Printer
141103285Sikob#device		plip		# TCP/IP over parallel
142103285Sikob#device		ppi		# Parallel port interface device
143103285Sikob#device		vpo		# Requires scbus and da
144116376Ssimokawa 
145116376Ssimokawa# PCI Ethernet NICs.
146116376Ssimokawa#device		de		# DEC/Intel DC21x4x (``Tulip'')
147103285Sikob#device		lnc		# NE2100, NE32-VL Lance Ethernet cards
148103285Sikob#device		txp		# 3Com 3cR990 (``Typhoon'')
149108853Ssimokawa#device		vx		# 3Com 3c590, 3c595 (``Vortex'')
150110193Ssimokawa
151110193Ssimokawa# PCI Ethernet NICs that use the common MII bus controller code.
152110193Ssimokawadevice		miibus		# MII bus support
153124169Ssimokawa#device		dc		# DEC/Intel 21143 and workalikes
154124169Ssimokawa#device		fxp		# Intel EtherExpress PRO/100B (82557, 82558)
155124169Ssimokawadevice		gem		# Sun GEM/Sun ERI/Apple GMAC
156124169Ssimokawadevice		hme		# Sun HME (Happy Meal Ethernet)
157124169Ssimokawa#device		pcn		# AMD Am79C97x PCI 10/100 NICs
158124169Ssimokawadevice		rl		# RealTek 8129/8139
159124169Ssimokawa#device		sf		# Adaptec AIC-6915 (``Starfire'')
160124169Ssimokawa#device		sis		# Silicon Integrated Systems SiS 900/SiS 7016
161124169Ssimokawa#device		ste		# Sundance ST201 (D-Link DFE-550TX)
162124169Ssimokawa#device		tl		# Texas Instruments ThunderLAN
163124169Ssimokawa#device		vr		# VIA Rhine, Rhine II
164124169Ssimokawa#device		wb		# Winbond W89C840F
165124169Ssimokawadevice		xl		# 3Com 3c90x (``Boomerang'', ``Cyclone'')
166103285Sikob
167113584Ssimokawa# Pseudo devices - the number indicates how many units to allocated.
168103285Sikobdevice		random		# Entropy device
169103285Sikobdevice		loop		# Network loopback
170103285Sikobdevice		ether		# Ethernet support
171109645Ssimokawadevice		sl		# Kernel SLIP
172109645Ssimokawadevice		ppp		# Kernel PPP
173109645Ssimokawadevice		tun		# Packet tunnel.
174109645Ssimokawadevice		pty		# Pseudo-ttys (telnet etc)
175109645Ssimokawadevice		md		# Memory "disks"
176103285Sikobdevice		gif		# IPv6 and IPv4 tunneling
177109645Ssimokawadevice		faith		# IPv6-to-IPv4 relaying/(translation)
178109645Ssimokawa
179109645Ssimokawa# The `bpf' device enables the Berkeley Packet Filter.
180109645Ssimokawa# Be aware of the administrative consequences of enabling this!
181109645Ssimokawadevice		bpf		#Berkeley packet filter
182109645Ssimokawa
183109645Ssimokawa# USB support
184109645Ssimokawa#device		uhci		# UHCI PCI->USB interface
185109645Ssimokawa#device		ohci		# OHCI PCI->USB interface
186109645Ssimokawa#device		usb		# USB Bus (required)
187109645Ssimokawa#device		ugen		# Generic
188109645Ssimokawa#device		uhid		# "Human Interface Devices"
189109645Ssimokawa#device		ukbd		# Keyboard
190109645Ssimokawa#device		ulpt		# Printer
191124169Ssimokawa#device		umass		# Disks/Mass storage - Requires scbus and da0
192118293Ssimokawa#device		ums		# Mouse
193113584Ssimokawa# USB Ethernet
194109645Ssimokawa#device		aue		# ADMtek USB ethernet
195109645Ssimokawa#device		cue		# CATC USB ethernet
196109645Ssimokawa#device		kue		# Kawasaki LSI USB ethernet
197109645Ssimokawa
198113584Ssimokawaoptions 	KTR
199109645Ssimokawaoptions 	KTR_COMPILE=0xffffffff
200109645Ssimokawaoptions 	KTR_ENTRIES=8192
201109645Ssimokawaoptions 	KTR_MASK=KTR_TRAP
202109645Ssimokawa
203109645Ssimokawaoptions 	OFW_PCI_DEBUG
204109890Ssimokawa