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