GENERIC revision 91198
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/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 ../../i386/conf/NOTES file. 
16# If you are in doubt as to the purpose or necessity of a line, check first 
17# in NOTES. Please note that this is the i386 NOTES, but it still contains
18# valuable info for sparc64 too.
19#
20# For hardware specific information check HARDWARE.TXT
21#
22# $FreeBSD: head/sys/sparc64/conf/GENERIC 91198 2002-02-24 18:49:38Z obrien $
23
24machine		sparc64
25cpu		SUN4U
26ident		GENERIC
27maxusers	0
28
29#To statically compile in device wiring instead of /boot/device.hints
30#hints		"GENERIC.hints"		#Default places to look for devices.
31
32makeoptions	DEBUG=-g		#Build kernel with gdb(1) debug symbols
33
34# Platforms supported
35#	At this time all platforms are supported, as-is.
36
37#options 	INET			#InterNETworking
38#options 	INET6			#IPv6 communications protocols
39options 	FFS			#Berkeley Fast Filesystem
40#options 	SOFTUPDATES		#Enable FFS soft updates support
41#options 	UFS_DIRHASH		#Improve performance on big directories
42options 	MD_ROOT			#MD is a potential root device
43#options 	NFSCLIENT		#Network Filesystem Client
44#options 	NFSSERVER		#Network Filesystem Server
45#options 	NFS_ROOT		#NFS usable as root device
46#options 	MSDOSFS			#MSDOS Filesystem
47#options 	CD9660			#ISO 9660 Filesystem
48#options 	PROCFS			#Process filesystem (requires PSEUDOFS)
49#options 	PSEUDOFS		#Pseudo-filesystem framework
50#options 	COMPAT_43		#Compatible with BSD 4.3 [KEEP THIS!]
51#options 	SCSI_DELAY=15000	#Delay (in ms) before probing SCSI 
52#options 	UCONSOLE		#Allow users to grab the console
53#options 	KTRACE			#ktrace(1) syscall trace support
54#options 	SYSVSHM			#SYSV-style shared memory
55#options 	SYSVMSG			#SYSV-style message queues
56#options 	SYSVSEM			#SYSV-style semaphores
57#options 	P1003_1B		#Posix P1003_1B real-time extentions
58#options 	_KPOSIX_PRIORITY_SCHEDULING
59
60# Debugging for use in -current
61options 	DDB			#Enable the kernel debugger
62options 	INVARIANTS		#Enable calls of extra sanity checking
63options 	INVARIANT_SUPPORT	#Extra sanity checks of internal structures, required by INVARIANTS
64#options 	WITNESS			#Enable mutex checks to detects deadlocks and cycles
65
66# To make an SMP kernel, the next line is needed
67#options 	SMP			# Symmetric MultiProcessor Kernel
68
69# Standard busses
70#device		isa
71#device		pci
72
73# Floppy drives
74#device		fdc
75
76# ATA and ATAPI devices
77#device		ata
78#device		atadisk		# ATA disk drives
79#device		atapicd		# ATAPI CDROM drives
80#device		atapifd		# ATAPI floppy drives
81#device		atapist		# ATAPI tape drives
82
83# SCSI Controllers
84#device		ahc		# AHA2940 and onboard AIC7xxx devices
85#device		esp		# 53C94 & friends, not CAM-ified
86#device		isp		# Qlogic family
87#device		ncr		# NCR/Symbios Logic
88#device		sym		# NCR/Symbios Logic (newer chipsets + those of `ncr')
89
90# SCSI peripherals
91#device		scbus		# SCSI bus (required)
92#device		ch		# SCSI media changers
93#device		da		# Direct Access (disks)
94#device		sa		# Sequential Access (tape etc)
95#device		cd		# CD
96#device		pass		# Passthrough device (direct SCSI access)
97#device		ses		# SCSI Environmental Services (and SAF-TE)
98
99# RAID controllers
100#device		amr		# AMI MegaRAID
101#device		mlx		# Mylex DAC960 family
102
103# atkbdc0 controls both the keyboard and the PS/2 mouse
104#device		atkbdc	1	# At keyboard controller
105#device		atkbd		# at keyboard
106#device		psm		# psm mouse
107
108#device		vga		# VGA screen
109
110# splash screen/screen saver
111#device		splash
112
113# syscons is the default console driver, resembling an SCO console
114#device		sc	1
115
116# the most basic console driver is the OpenBoot firmware
117device		ofw_console
118
119# real time clock
120#device		mcclock
121
122# Serial (COM) ports
123#device		sio		# 8250, 16[45]50 based serial ports
124
125## Parallel port
126#device		ppc
127#device		ppbus		# Parallel port bus (required)
128#device		lpt		# Printer
129#device		plip		# TCP/IP over parallel
130#device		ppi		# Parallel port interface device
131#device		vpo		# Requires scbus and da
132 
133# PCI Ethernet NICs.
134#device		de		# DEC/Intel DC21x4x (``Tulip'')
135#device		le		# Lance
136#device		txp		# 3Com 3cR990 (``Typhoon'')
137#device		vx		# 3Com 3c590, 3c595 (``Vortex'')
138
139# PCI Ethernet NICs that use the common MII bus controller code.
140#device		miibus		# MII bus support
141#device		dc		# DEC/Intel 21143 and workalikes
142#device		fxp		# Intel EtherExpress PRO/100B (82557, 82558)
143#device		pcn		# AMD Am79C97x PCI 10/100 NICs
144#device		rl		# RealTek 8129/8139
145#device		sf		# Adaptec AIC-6915 (``Starfire'')
146#device		sis		# Silicon Integrated Systems SiS 900/SiS 7016
147#device		ste		# Sundance ST201 (D-Link DFE-550TX)
148#device		tl		# Texas Instruments ThunderLAN
149#device		vr		# VIA Rhine, Rhine II
150#device		wb		# Winbond W89C840F
151#device		xl		# 3Com 3c90x (``Boomerang'', ``Cyclone'')
152
153# Pseudo devices - the number indicates how many units to allocated.
154#device		random		# Entropy device
155#device		loop		# Network loopback
156#device		ether		# Ethernet support
157#device		sl		# Kernel SLIP
158#device		ppp	1	# Kernel PPP
159#device		tun		# Packet tunnel.
160#device		pty		# Pseudo-ttys (telnet etc)
161device		md		# Memory "disks"
162#device		gif		# IPv6 and IPv4 tunneling
163#device		faith		# IPv6-to-IPv4 relaying/(translation)
164
165# The `bpf' device enables the Berkeley Packet Filter.
166# Be aware of the administrative consequences of enabling this!
167#device		bpf		#Berkeley packet filter
168
169# USB support
170#device		uhci		# UHCI PCI->USB interface
171#device		ohci		# OHCI PCI->USB interface
172#device		usb		# USB Bus (required)
173#device		ugen		# Generic
174#device		uhid		# "Human Interface Devices"
175#device		ukbd		# Keyboard
176#device		ulpt		# Printer
177#device		umass		# Disks/Mass storage - Requires scbus and da0
178#device		ums		# Mouse
179# USB Ethernet
180#device		aue		# ADMtek USB ethernet
181#device		cue		# CATC USB ethernet
182#device		kue		# Kawasaki LSI USB ethernet
183
184
185# Tempary things until things are farther along.
186makeoptions	NO_MODULES=does_not_compile_yet
187options 	MD_ROOT_SIZE=64
188