GENERIC revision 117121
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 117121 2003-07-01 15:13:07Z tmm $
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_4BSD		#4BSD 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 	COMPAT_43		#Compatible with BSD 4.3 [KEEP THIS!]
51options 	COMPAT_FREEBSD4		#Keep this for a while
52options 	SCSI_DELAY=15000	#Delay (in ms) before probing SCSI 
53options 	KTRACE			#ktrace(1) syscall trace support
54options 	SYSVSHM			#SYSV-style shared memory
55options 	SYSVMSG			#SYSV-style message queues
56options 	SYSVSEM			#SYSV-style semaphores
57#options 	_KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensions
58
59# Debugging for use in -current
60options 	DDB			#Enable the kernel debugger
61options 	INVARIANTS		#Enable calls of extra sanity checking
62options 	INVARIANT_SUPPORT	#Extra sanity checks of internal structures, required by INVARIANTS
63options 	WITNESS			#Enable checks to detect deadlocks and cycles
64options 	WITNESS_SKIPSPIN	#Don't run witness on spinlocks for speed
65
66# To make an SMP kernel, the next line is needed
67options 	SMP			# Symmetric MultiProcessor Kernel
68
69# Standard busses
70device		apb			# Sun APB PCI-PCI bridge
71device		ebus
72device		isa
73device		pci
74device		sbus
75device		central
76device		fhc
77
78# New OpenFirmware PCI framework. This fixes a number of interrupt-
79# routing problems and changes the device enumeration to be hopefully
80# closer to Solaris. Be aware that, because of the latter, enabling or
81# disabling this option may require reconfiguration, and can even
82# cause the machine to not boot without manual intervention before the
83# fstab is adjusted.
84#options 	OFW_NEWPCI
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
101device		isp		# Qlogic family
102#device		mpt		# LSI-Logic MPT-Fusion (not yet)
103device		ispfw		# Firmware module for Qlogic host adapters
104#device		ncr		# NCR/Symbios Logic
105device		sym		# NCR/Symbios Logic (newer chipsets + those of `ncr')
106
107# SCSI peripherals
108device		scbus		# SCSI bus (required for SCSI)
109device		ch		# SCSI media changers
110device		da		# Direct Access (disks)
111device		sa		# Sequential Access (tape etc)
112device		cd		# CD
113device		pass		# Passthrough device (direct SCSI access)
114device		ses		# SCSI Environmental Services (and SAF-TE)
115
116# RAID controllers
117#device		amr		# AMI MegaRAID
118#device		mlx		# Mylex DAC960 family
119
120# atkbdc0 controls both the keyboard and the PS/2 mouse
121#device		atkbdc		# AT keyboard controller
122#device		atkbd		# AT keyboard
123#device		psm		# PS/2 mouse
124
125#device		vga		# VGA video card driver
126
127#device		splash		# Splash screen and screen saver support
128
129# syscons is the default console driver, resembling an SCO console
130#device		sc
131
132device		ofw_console	# OpenBoot firmware console device
133
134# Builtin hardware
135device		genclock	# Generic clock interface
136device		eeprom		# eeprom (really an ebus driver for the MK48Txx)
137device		"mk48txx"	# Mostek MK48T02, MK48T08, MK48T59 clock
138
139# Serial (COM) ports
140#device		sio		# 8250, 16[45]50 based serial ports
141device		sab		# Siemens SAB82532 based serial ports
142device		zs		# Zilog 8530 based serial ports
143
144# Parallel port
145#device		ppc
146#device		ppbus		# Parallel port bus (required)
147#device		lpt		# Printer
148#device		plip		# TCP/IP over parallel
149#device		ppi		# Parallel port interface device
150#device		vpo		# Requires scbus and da
151 
152# PCI Ethernet NICs.
153#device		de		# DEC/Intel DC21x4x (``Tulip'')
154#device		lnc		# NE2100, NE32-VL Lance Ethernet cards
155#device		txp		# 3Com 3cR990 (``Typhoon'')
156#device		vx		# 3Com 3c590, 3c595 (``Vortex'')
157
158# PCI Ethernet NICs that use the common MII bus controller code.
159device		miibus		# MII bus support
160#device		dc		# DEC/Intel 21143 and workalikes
161device		fxp		# Intel EtherExpress PRO/100B (82557, 82558)
162device		gem		# Sun GEM/Sun ERI/Apple GMAC
163device		hme		# Sun HME (Happy Meal Ethernet)
164#device		pcn		# AMD Am79C97x PCI 10/100 NICs
165device		rl		# RealTek 8129/8139
166#device		sf		# Adaptec AIC-6915 (``Starfire'')
167#device		sis		# Silicon Integrated Systems SiS 900/SiS 7016
168#device		ste		# Sundance ST201 (D-Link DFE-550TX)
169#device		tl		# Texas Instruments ThunderLAN
170#device		vr		# VIA Rhine, Rhine II
171#device		wb		# Winbond W89C840F
172device		xl		# 3Com 3c90x (``Boomerang'', ``Cyclone'')
173
174# Pseudo devices - the number indicates how many units to allocated.
175device		random		# Entropy device
176device		loop		# Network loopback
177device		ether		# Ethernet support
178device		sl		# Kernel SLIP
179device		ppp		# Kernel PPP
180device		tun		# Packet tunnel.
181device		pty		# Pseudo-ttys (telnet etc)
182device		md		# Memory "disks"
183device		gif		# IPv6 and IPv4 tunneling
184device		faith		# IPv6-to-IPv4 relaying/(translation)
185
186# The `bpf' device enables the Berkeley Packet Filter.
187# Be aware of the administrative consequences of enabling this!
188device		bpf		#Berkeley packet filter
189
190# USB support
191#device		uhci		# UHCI PCI->USB interface
192#device		ohci		# OHCI PCI->USB interface
193#device		usb		# USB Bus (required)
194#device		ugen		# Generic
195#device		uhid		# "Human Interface Devices"
196#device		ukbd		# Keyboard
197#device		ulpt		# Printer
198#device		umass		# Disks/Mass storage - Requires scbus and da0
199#device		ums		# Mouse
200# USB Ethernet
201#device		aue		# ADMtek USB ethernet
202#device		axe		# ASIX Electronics USB ethernet
203#device		cue		# CATC USB ethernet
204#device		kue		# Kawasaki LSI USB ethernet
205
206# FireWire support
207device		firewire	# FireWire bus code
208device		sbp		# SCSI over FireWire (Requires scbus and da)
209device		fwe		# Ethernet over FireWire (non-standard!)
210