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