xref: /freebsd/sys/powerpc/conf/GENERIC (revision 94942af266ac119ede0ca836f9aa5a5ac0582938)
1#
2# GENERIC -- Generic kernel configuration file for FreeBSD/powerpc
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# $FreeBSD$
20
21cpu		OEA
22ident		GENERIC
23
24#To statically compile in device wiring instead of /boot/device.hints
25#hints		"GENERIC.hints"
26
27makeoptions	DEBUG=-g		#Build kernel with gdb(1) debug symbols
28
29# Platform support
30options 	POWERMAC		#NewWorld Apple PowerMacs
31options 	PSIM			#GDB PSIM ppc simulator
32
33options 	SCHED_4BSD		#4BSD scheduler
34options 	INET			#InterNETworking
35options 	INET6			#IPv6 communications protocols
36options 	FFS			#Berkeley Fast Filesystem
37options 	SOFTUPDATES		#Enable FFS soft updates support
38options 	UFS_ACL			#Support for access control lists
39options 	UFS_DIRHASH		#Improve performance on big directories
40options 	UFS_GJOURNAL		#Enable gjournal-based UFS journaling
41options 	MD_ROOT			#MD is a potential root device
42options 	NFSCLIENT		#Network Filesystem Client
43options 	NFSSERVER		#Network Filesystem Server
44options 	NFS_ROOT		#NFS usable as root device
45options 	MSDOSFS			#MSDOS Filesystem
46options 	CD9660			#ISO 9660 Filesystem
47options 	PROCFS			#Process filesystem (requires PSEUDOFS)
48options 	PSEUDOFS		#Pseudo-filesystem framework
49options 	GEOM_PART_GPT		#GUID Partition Tables.
50options 	GEOM_LABEL		#Provides labelization
51options 	COMPAT_43TTY		#BSD 4.3 TTY compat [KEEP THIS!]
52options 	COMPAT_FREEBSD4		#Keep this for a while
53options 	COMPAT_FREEBSD5		#Compatible with FreeBSD5
54options 	COMPAT_FREEBSD6		#Compatible with FreeBSD6
55options 	SCSI_DELAY=5000		#Delay (in ms) before probing SCSI
56options 	KTRACE			#ktrace(1) syscall trace support
57options 	SYSVSHM			#SYSV-style shared memory
58options 	SYSVMSG			#SYSV-style message queues
59options 	SYSVSEM			#SYSV-style semaphores
60options 	_KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensions
61
62# Debugging for use in -current
63options 	KDB			#Enable the kernel debugger
64options 	DDB			#Support DDB
65options 	INVARIANTS		#Enable calls of extra sanity checking
66options 	INVARIANT_SUPPORT	#Extra sanity checks of internal structures, required by INVARIANTS
67options 	WITNESS			#Enable checks to detect deadlocks and cycles
68
69# To make an SMP kernel, the next line is needed
70#options 	SMP			# Symmetric MultiProcessor Kernel
71
72# Standard busses
73device		pci
74
75# ATA and ATAPI devices
76device		ata
77device		atadisk		# ATA disk drives
78device		atapicd		# ATAPI CDROM drives
79#device		atapifd		# ATAPI floppy drives
80#device		atapist		# ATAPI tape drives
81
82# SCSI peripherals
83device		scbus		# SCSI bus (required for SCSI)
84device		da		# Direct Access (disks)
85device		sa		# Sequential Access (tape etc)
86device		cd		# CD
87device		pass		# Passthrough device (direct SCSI access)
88
89# syscons is the default console driver, resembling an SCO console
90device		sc
91device		kbdmux
92options		SC_OFWFB	# OFW frame buffer
93options		SC_DFLT_FONT	# compile font in
94makeoptions	SC_DFLT_FONT=cp437
95
96# Serial (COM) ports
97device		scc
98device		uart
99
100# PCI Ethernet NICs that use the common MII bus controller code.
101device		miibus		# MII bus support
102device		bge		# Broadcom BCM570xx Gigabit Ethernet
103device		gem		# Sun GEM/Sun ERI/Apple GMAC
104device		dc		# DEC/Intel 21143 and various workalikes
105device		fxp		# Intel EtherExpress PRO/100B (82557, 82558)
106
107# Pseudo devices.
108device		loop		# Network loopback
109device		random		# Entropy device
110device		ether		# Ethernet support
111device		sl		# Kernel SLIP
112device		ppp		# Kernel PPP
113device		tun		# Packet tunnel.
114device		pty		# Pseudo-ttys (telnet etc)
115device		md		# Memory "disks"
116device		ofwd		# Open Firmware disks
117device		gif		# IPv6 and IPv4 tunneling
118device		faith		# IPv6-to-IPv4 relaying/(translation)
119
120# The `bpf' device enables the Berkeley Packet Filter.
121# Be aware of the administrative consequences of enabling this!
122# Note that 'bpf' is required for DHCP.
123device		bpf		#Berkeley packet filter
124
125# USB support
126device		uhci		# UHCI PCI->USB interface
127device		ohci		# OHCI PCI->USB interface
128device		ehci		# EHCI PCI->USB interface
129device		usb		# USB Bus (required)
130device		ugen		# Generic
131device		uhid		# "Human Interface Devices"
132device		ukbd		# Keyboard
133options         KBD_INSTALL_CDEV # install a CDEV entry in /dev
134device		ulpt		# Printer
135device		umass		# Disks/Mass storage - Requires scbus and da0
136device		ums		# Mouse
137device		urio		# Diamond Rio 500 MP3 player
138device		uscanner	# Scanners
139# USB Ethernet
140device		aue		# ADMtek USB Ethernet
141device		axe		# ASIX Electronics USB Ethernet
142device		cdce		# Generic USB over Ethernet
143device		cue		# CATC USB Ethernet
144device		kue		# Kawasaki LSI USB Ethernet
145
146# FireWire support
147device		firewire	# FireWire bus code
148device		sbp		# SCSI over FireWire (Requires scbus and da)
149device		fwe		# Ethernet over FireWire (non-standard!)
150
151# Misc
152device		powermac_nvram	# Open Firmware configuration NVRAM
153
154options 	KTR
155options 	KTR_COMPILE=0xffffffff
156#options 	KTR_MASK=KTR_SIG
157options 	KTR_VERBOSE
158