GENERIC revision 124919
185228Sdfr#
285228Sdfr# GENERIC -- Generic kernel configuration file for FreeBSD/sparc64
385228Sdfr#
485228Sdfr# For more information on this file, please read the handbook section on
585228Sdfr# Kernel Configuration Files:
685228Sdfr#
785228Sdfr#    http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
885228Sdfr#
985228Sdfr# The handbook is also available locally in /usr/share/doc/handbook
1085228Sdfr# if you've installed the doc distribution, otherwise always see the
1185228Sdfr# FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the
1285228Sdfr# latest information.
1385228Sdfr#
1485228Sdfr# An exhaustive list of options and more detailed explanations of the
1585228Sdfr# device lines is also present in the ../../conf/NOTES and NOTES files. 
1685228Sdfr# If you are in doubt as to the purpose or necessity of a line, check first 
1785228Sdfr# in NOTES.
1885228Sdfr#
1985228Sdfr# For hardware specific information check HARDWARE.TXT
2085228Sdfr#
2185228Sdfr# $FreeBSD: head/sys/sparc64/conf/GENERIC 124919 2004-01-24 14:59:51Z nectar $
2285228Sdfr
2385228Sdfrmachine		sparc64
2485228Sdfrcpu		SUN4U
2585228Sdfrident		GENERIC
2685228Sdfr
2785228Sdfr#To statically compile in device wiring instead of /boot/device.hints
2885228Sdfr#hints		"GENERIC.hints"		#Default places to look for devices.
29111777Sobrien
3085228Sdfrmakeoptions	DEBUG=-g		#Build kernel with gdb(1) debug symbols
3185228Sdfr
3285228Sdfr# Platforms supported
3385228Sdfr#	At this time all platforms are supported, as-is.
3485228Sdfr
3585228Sdfroptions 	SCHED_4BSD		#4BSD scheduler
3685228Sdfroptions 	INET			#InterNETworking
3785228Sdfroptions 	INET6			#IPv6 communications protocols
3885228Sdfroptions 	FFS			#Berkeley Fast Filesystem
3985228Sdfroptions 	SOFTUPDATES		#Enable FFS soft updates support
4085228Sdfroptions 	UFS_ACL			#Support for access control lists
4185228Sdfroptions 	UFS_DIRHASH		#Improve performance on big directories
4285228Sdfroptions 	MD_ROOT			#MD is a potential root device
4385228Sdfroptions 	NFSCLIENT		#Network Filesystem Client
4485228Sdfroptions 	NFSSERVER		#Network Filesystem Server
4585228Sdfroptions 	NFS_ROOT		#NFS usable as root device
4685228Sdfr#options 	MSDOSFS			#MSDOS Filesystem
4785228Sdfroptions 	CD9660			#ISO 9660 Filesystem
4885228Sdfroptions 	PROCFS			#Process filesystem (requires PSEUDOFS)
4985228Sdfroptions 	PSEUDOFS		#Pseudo-filesystem framework
5085228Sdfroptions 	COMPAT_43		#Compatible with BSD 4.3 [KEEP THIS!]
5185228Sdfroptions 	COMPAT_FREEBSD4		#Keep this for a while
5285228Sdfroptions 	SCSI_DELAY=15000	#Delay (in ms) before probing SCSI 
5385228Sdfroptions 	KTRACE			#ktrace(1) syscall trace support
5485228Sdfroptions 	SYSVSHM			#SYSV-style shared memory
5585228Sdfroptions 	SYSVMSG			#SYSV-style message queues
5685228Sdfroptions 	SYSVSEM			#SYSV-style semaphores
5785228Sdfr#options 	_KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensions
5885228Sdfroptions 	PFIL_HOOKS		# pfil(9) framework
5985228Sdfr
6085228Sdfr# Debugging for use in -current
6185228Sdfroptions 	DDB			#Enable the kernel debugger
6285228Sdfroptions 	INVARIANTS		#Enable calls of extra sanity checking
6385228Sdfroptions 	INVARIANT_SUPPORT	#Extra sanity checks of internal structures, required by INVARIANTS
6485228Sdfroptions 	WITNESS			#Enable checks to detect deadlocks and cycles
6585228Sdfroptions 	WITNESS_SKIPSPIN	#Don't run witness on spinlocks for speed
6685228Sdfr
6785228Sdfr# To make an SMP kernel, the next line is needed
6885228Sdfroptions 	SMP			# Symmetric MultiProcessor Kernel
6985228Sdfr
7085228Sdfr# Standard busses
7185228Sdfrdevice		apb			# Sun APB PCI-PCI bridge
7285228Sdfrdevice		ebus
7385228Sdfrdevice		isa
7485228Sdfrdevice		pci
7585228Sdfrdevice		sbus
7685228Sdfrdevice		central
7785228Sdfrdevice		fhc
7885228Sdfr
7985228Sdfr# New OpenFirmware PCI framework. This fixes a number of interrupt-
8085228Sdfr# routing problems and changes the device enumeration to be hopefully
8185228Sdfr# closer to Solaris. Be aware that, because of the latter, enabling or
8285228Sdfr# disabling this option may require reconfiguration, and can even
8385228Sdfr# cause the machine to not boot without manual intervention before the
8485228Sdfr# fstab is adjusted.
8585228Sdfroptions 	OFW_NEWPCI
8685228Sdfr
8785228Sdfr# Floppy drives
8885228Sdfr#device		fdc
8985228Sdfr
9085228Sdfr# ATA and ATAPI devices
9185228Sdfrdevice		ata
9285228Sdfrdevice		atadisk			# ATA disk drives
9385228Sdfrdevice		atapicd			# ATAPI CDROM drives
9485228Sdfr#device		atapifd			# ATAPI floppy drives
9585228Sdfr#device		atapist			# ATAPI tape drives
9685228Sdfr#	Do NOT enable ATA_STATIC_ID -- cmd646 controller will be !ata2!,
9785228Sdfr#	and you will not mount an ATA /.
9885228Sdfr#options 	ATA_STATIC_ID		#Static device numbering
9985228Sdfr
10085228Sdfr# SCSI Controllers
10185228Sdfrdevice		ahc		# AHA2940 and onboard AIC7xxx devices
10285228Sdfrdevice		isp		# Qlogic family
10385228Sdfr#device		mpt		# LSI-Logic MPT-Fusion (not yet)
10485228Sdfrdevice		ispfw		# Firmware module for Qlogic host adapters
10585228Sdfr#device		ncr		# NCR/Symbios Logic
10685228Sdfrdevice		sym		# NCR/Symbios Logic (newer chipsets + those of `ncr')
10785228Sdfr
10885228Sdfr# SCSI peripherals
10985228Sdfrdevice		scbus		# SCSI bus (required for SCSI)
11085228Sdfrdevice		ch		# SCSI media changers
11185228Sdfrdevice		da		# Direct Access (disks)
11285228Sdfrdevice		sa		# Sequential Access (tape etc)
11385228Sdfrdevice		cd		# CD
11485228Sdfrdevice		pass		# Passthrough device (direct SCSI access)
11585228Sdfrdevice		ses		# SCSI Environmental Services (and SAF-TE)
11685228Sdfr
117# RAID controllers
118#device		amr		# AMI MegaRAID
119#device		mlx		# Mylex DAC960 family
120
121
122# syscons is the default console driver, resembling an SCO console
123#device		sc
124#device		creator		# Creator graphics cards
125#device		splash		# Splash screen and screen saver support
126#options		KBD_INSTALL_CDEV
127
128device		ofw_console	# OpenBoot firmware console device
129
130# Builtin hardware
131device		genclock	# Generic clock interface
132device		eeprom		# eeprom (really an ebus driver for the MK48Txx)
133device		"mk48txx"	# Mostek MK48T02, MK48T08, MK48T59 clock
134
135# Serial (COM) ports
136device		sab		# Siemens SAB82532 based serial ports
137device		zs		# Zilog 8530 based serial ports
138#device		uart		# Multi-uart driver
139#device		puc		# Multi-channel uarts
140
141# Parallel port
142#device		ppc
143#device		ppbus		# Parallel port bus (required)
144#device		lpt		# Printer
145#device		plip		# TCP/IP over parallel
146#device		ppi		# Parallel port interface device
147#device		vpo		# Requires scbus and da
148 
149# PCI Ethernet NICs.
150#device		de		# DEC/Intel DC21x4x (``Tulip'')
151#device		lnc		# NE2100, NE32-VL Lance Ethernet cards
152#device		txp		# 3Com 3cR990 (``Typhoon'')
153#device		vx		# 3Com 3c590, 3c595 (``Vortex'')
154
155# PCI Ethernet NICs that use the common MII bus controller code.
156device		miibus		# MII bus support
157device		dc		# DEC/Intel 21143 and workalikes
158device		fxp		# Intel EtherExpress PRO/100B (82557, 82558)
159device		gem		# Sun GEM/Sun ERI/Apple GMAC
160device		hme		# Sun HME (Happy Meal Ethernet)
161#device		pcn		# AMD Am79C97x PCI 10/100 NICs
162device		re		# RealTek 8139C+/8169/8169S/8110S
163device		rl		# RealTek 8129/8139
164#device		sf		# Adaptec AIC-6915 (``Starfire'')
165#device		sis		# Silicon Integrated Systems SiS 900/SiS 7016
166#device		ste		# Sundance ST201 (D-Link DFE-550TX)
167#device		tl		# Texas Instruments ThunderLAN
168#device		vr		# VIA Rhine, Rhine II
169#device		wb		# Winbond W89C840F
170device		xl		# 3Com 3c90x (``Boomerang'', ``Cyclone'')
171
172# Pseudo devices - the number indicates how many units to allocated.
173device		random		# Entropy device
174device		loop		# Network loopback
175device		ether		# Ethernet support
176device		sl		# Kernel SLIP
177device		ppp		# Kernel PPP
178device		tun		# Packet tunnel.
179device		pty		# Pseudo-ttys (telnet etc)
180device		md		# Memory "disks"
181device		gif		# IPv6 and IPv4 tunneling
182device		faith		# IPv6-to-IPv4 relaying/(translation)
183
184# The `bpf' device enables the Berkeley Packet Filter.
185# Be aware of the administrative consequences of enabling this!
186device		bpf		#Berkeley packet filter
187
188# USB support
189#device		uhci		# UHCI PCI->USB interface
190#device		ohci		# OHCI PCI->USB interface
191#device		usb		# USB Bus (required)
192#device		ugen		# Generic
193#device		uhid		# "Human Interface Devices"
194#device		ukbd		# Keyboard
195#device		ulpt		# Printer
196#device		umass		# Disks/Mass storage - Requires scbus and da0
197#device		ums		# Mouse
198# USB Ethernet
199#device		aue		# ADMtek USB ethernet
200#device		axe		# ASIX Electronics USB ethernet
201#device		cue		# CATC USB ethernet
202#device		kue		# Kawasaki LSI USB ethernet
203
204# FireWire support
205device		firewire	# FireWire bus code
206device		sbp		# SCSI over FireWire (Requires scbus and da)
207device		fwe		# Ethernet over FireWire (non-standard!)
208