Deleted Added
full compact
GENERIC64 (220982) GENERIC64 (221124)
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#
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: head/sys/powerpc/conf/GENERIC64 220982 2011-04-24 08:58:58Z mav $
19# $FreeBSD: head/sys/powerpc/conf/GENERIC64 221124 2011-04-27 17:51:51Z rmacklem $
20
21cpu AIM
22ident GENERIC
23
24machine powerpc powerpc64
25
26makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols
27
28# Platform support
29options POWERMAC #NewWorld Apple PowerMacs
30options PS3 #Sony Playstation 3
31options MAMBO #IBM Mambo Full System 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
20
21cpu AIM
22ident GENERIC
23
24machine powerpc powerpc64
25
26makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols
27
28# Platform support
29options POWERMAC #NewWorld Apple PowerMacs
30options PS3 #Sony Playstation 3
31options MAMBO #IBM Mambo Full System 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
43options NFSCL #New Network Filesystem Client
44options NFSD #New Network Filesystem Server
45options NFSLOCKD #Network Lock Manager
46options NFS_ROOT #NFS usable as root device
47options MSDOSFS #MSDOS Filesystem
48options CD9660 #ISO 9660 Filesystem
49options PROCFS #Process filesystem (requires PSEUDOFS)
50options PSEUDOFS #Pseudo-filesystem framework
51options GEOM_PART_GPT #GUID Partition Tables.
52options GEOM_LABEL #Provides labelization
53options COMPAT_FREEBSD32 #Compatible with FreeBSD/powerpc binaries
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 HWPMC_HOOKS # Necessary kernel hooks for hwpmc(4)
65options AUDIT # Security event auditing
66options MAC # TrustedBSD MAC Framework
67options INCLUDE_CONFIG_FILE # Include this file in kernel
68
69# Debugging for use in -current
70options KDB #Enable the kernel debugger
71options DDB #Support DDB
72#options DEADLKRES #Enable the deadlock resolver
73options INVARIANTS #Enable calls of extra sanity checking
74options INVARIANT_SUPPORT #Extra sanity checks of internal structures, required by INVARIANTS
75options WITNESS #Enable checks to detect deadlocks and cycles
76options WITNESS_SKIPSPIN #Don't run witness on spinlocks for speed
77options MALLOC_DEBUG_MAXZONES=8 # Separate malloc(9) zones
78
79# Make an SMP-capable kernel by default
80options SMP # Symmetric MultiProcessor Kernel
81
82# CPU frequency control
83device cpufreq
84
85# Standard busses
86device pci
87device agp
88
89# ATA controllers
90device ahci # AHCI-compatible SATA controllers
91device ata # Legacy ATA/SATA controllers
92options ATA_CAM # Handle legacy controllers with CAM
93device mvs # Marvell 88SX50XX/88SX60XX/88SX70XX/SoC SATA
94device siis # SiliconImage SiI3124/SiI3132/SiI3531 SATA
95
96# SCSI Controllers
97device ahc # AHA2940 and onboard AIC7xxx devices
98options AHC_ALLOW_MEMIO # Attempt to use memory mapped I/O
99options AHC_REG_PRETTY_PRINT # Print register bitfields in debug
100 # output. Adds ~128k to driver.
101device isp # Qlogic family
102device ispfw # Firmware module for Qlogic host adapters
103device mpt # LSI-Logic MPT-Fusion
104device sym # NCR/Symbios/LSI Logic 53C8XX/53C1010/53C1510D
105
106# ATA/SCSI peripherals
107device scbus # SCSI bus (required for ATA/SCSI)
108device da # Direct Access (disks)
109device sa # Sequential Access (tape etc)
110device cd # CD
111device pass # Passthrough device (direct ATA/SCSI access)
112
113# syscons is the default console driver, resembling an SCO console
114device sc
115device kbdmux
116options SC_OFWFB # OFW frame buffer
117options SC_DFLT_FONT # compile font in
118makeoptions SC_DFLT_FONT=cp437
119
120# Serial (COM) ports
121device scc
122device uart
123
124# Ethernet hardware
125device glc # Sony Playstation 3 Ethernet
126
127# PCI Ethernet NICs that use the common MII bus controller code.
128device miibus # MII bus support
129device bge # Broadcom BCM570xx Gigabit Ethernet
130device gem # Sun GEM/Sun ERI/Apple GMAC
131device dc # DEC/Intel 21143 and various workalikes
132device fxp # Intel EtherExpress PRO/100B (82557, 82558)
133
134# Pseudo devices.
135device loop # Network loopback
136device random # Entropy device
137device ether # Ethernet support
138device vlan # 802.1Q VLAN support
139device tun # Packet tunnel.
140device pty # BSD-style compatibility pseudo ttys
141device md # Memory "disks"
142device ofwd # Open Firmware disks
143device gif # IPv6 and IPv4 tunneling
144device faith # IPv6-to-IPv4 relaying/(translation)
145device firmware # firmware assist module
146
147# The `bpf' device enables the Berkeley Packet Filter.
148# Be aware of the administrative consequences of enabling this!
149# Note that 'bpf' is required for DHCP.
150device bpf #Berkeley packet filter
151
152# USB support
153options USB_DEBUG # enable debug msgs
154device uhci # UHCI PCI->USB interface
155device ohci # OHCI PCI->USB interface
156device ehci # EHCI PCI->USB interface
157device usb # USB Bus (required)
158device uhid # "Human Interface Devices"
159device ukbd # Keyboard
160options KBD_INSTALL_CDEV # install a CDEV entry in /dev
161device ulpt # Printer
162device umass # Disks/Mass storage - Requires scbus and da0
163device ums # Mouse
164device urio # Diamond Rio 500 MP3 player
165# USB Ethernet
166device aue # ADMtek USB Ethernet
167device axe # ASIX Electronics USB Ethernet
168device cdce # Generic USB over Ethernet
169device cue # CATC USB Ethernet
170device kue # Kawasaki LSI USB Ethernet
171
172# FireWire support
173device firewire # FireWire bus code
174device sbp # SCSI over FireWire (Requires scbus and da)
175device fwe # Ethernet over FireWire (non-standard!)
176
177# Misc
178device ds1775 # PowerMac7,2 temperature sensor
179device fcu # Apple Fan Control Unit
180device max6690 # PowerMac7,2 temperature sensor
181device powermac_nvram # Open Firmware configuration NVRAM
182device smu # Apple System Management Unit
183
184# ADB support
185device adb
186device pmu
187
188# Powermac I2C support
189device iicbus # I2C bus code
190device kiic # Keywest I2C
191
45options NFSLOCKD #Network Lock Manager
46options NFS_ROOT #NFS usable as root device
47options MSDOSFS #MSDOS Filesystem
48options CD9660 #ISO 9660 Filesystem
49options PROCFS #Process filesystem (requires PSEUDOFS)
50options PSEUDOFS #Pseudo-filesystem framework
51options GEOM_PART_GPT #GUID Partition Tables.
52options GEOM_LABEL #Provides labelization
53options COMPAT_FREEBSD32 #Compatible with FreeBSD/powerpc binaries
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 HWPMC_HOOKS # Necessary kernel hooks for hwpmc(4)
65options AUDIT # Security event auditing
66options MAC # TrustedBSD MAC Framework
67options INCLUDE_CONFIG_FILE # Include this file in kernel
68
69# Debugging for use in -current
70options KDB #Enable the kernel debugger
71options DDB #Support DDB
72#options DEADLKRES #Enable the deadlock resolver
73options INVARIANTS #Enable calls of extra sanity checking
74options INVARIANT_SUPPORT #Extra sanity checks of internal structures, required by INVARIANTS
75options WITNESS #Enable checks to detect deadlocks and cycles
76options WITNESS_SKIPSPIN #Don't run witness on spinlocks for speed
77options MALLOC_DEBUG_MAXZONES=8 # Separate malloc(9) zones
78
79# Make an SMP-capable kernel by default
80options SMP # Symmetric MultiProcessor Kernel
81
82# CPU frequency control
83device cpufreq
84
85# Standard busses
86device pci
87device agp
88
89# ATA controllers
90device ahci # AHCI-compatible SATA controllers
91device ata # Legacy ATA/SATA controllers
92options ATA_CAM # Handle legacy controllers with CAM
93device mvs # Marvell 88SX50XX/88SX60XX/88SX70XX/SoC SATA
94device siis # SiliconImage SiI3124/SiI3132/SiI3531 SATA
95
96# SCSI Controllers
97device ahc # AHA2940 and onboard AIC7xxx devices
98options AHC_ALLOW_MEMIO # Attempt to use memory mapped I/O
99options AHC_REG_PRETTY_PRINT # Print register bitfields in debug
100 # output. Adds ~128k to driver.
101device isp # Qlogic family
102device ispfw # Firmware module for Qlogic host adapters
103device mpt # LSI-Logic MPT-Fusion
104device sym # NCR/Symbios/LSI Logic 53C8XX/53C1010/53C1510D
105
106# ATA/SCSI peripherals
107device scbus # SCSI bus (required for ATA/SCSI)
108device da # Direct Access (disks)
109device sa # Sequential Access (tape etc)
110device cd # CD
111device pass # Passthrough device (direct ATA/SCSI access)
112
113# syscons is the default console driver, resembling an SCO console
114device sc
115device kbdmux
116options SC_OFWFB # OFW frame buffer
117options SC_DFLT_FONT # compile font in
118makeoptions SC_DFLT_FONT=cp437
119
120# Serial (COM) ports
121device scc
122device uart
123
124# Ethernet hardware
125device glc # Sony Playstation 3 Ethernet
126
127# PCI Ethernet NICs that use the common MII bus controller code.
128device miibus # MII bus support
129device bge # Broadcom BCM570xx Gigabit Ethernet
130device gem # Sun GEM/Sun ERI/Apple GMAC
131device dc # DEC/Intel 21143 and various workalikes
132device fxp # Intel EtherExpress PRO/100B (82557, 82558)
133
134# Pseudo devices.
135device loop # Network loopback
136device random # Entropy device
137device ether # Ethernet support
138device vlan # 802.1Q VLAN support
139device tun # Packet tunnel.
140device pty # BSD-style compatibility pseudo ttys
141device md # Memory "disks"
142device ofwd # Open Firmware disks
143device gif # IPv6 and IPv4 tunneling
144device faith # IPv6-to-IPv4 relaying/(translation)
145device firmware # firmware assist module
146
147# The `bpf' device enables the Berkeley Packet Filter.
148# Be aware of the administrative consequences of enabling this!
149# Note that 'bpf' is required for DHCP.
150device bpf #Berkeley packet filter
151
152# USB support
153options USB_DEBUG # enable debug msgs
154device uhci # UHCI PCI->USB interface
155device ohci # OHCI PCI->USB interface
156device ehci # EHCI PCI->USB interface
157device usb # USB Bus (required)
158device uhid # "Human Interface Devices"
159device ukbd # Keyboard
160options KBD_INSTALL_CDEV # install a CDEV entry in /dev
161device ulpt # Printer
162device umass # Disks/Mass storage - Requires scbus and da0
163device ums # Mouse
164device urio # Diamond Rio 500 MP3 player
165# USB Ethernet
166device aue # ADMtek USB Ethernet
167device axe # ASIX Electronics USB Ethernet
168device cdce # Generic USB over Ethernet
169device cue # CATC USB Ethernet
170device kue # Kawasaki LSI USB Ethernet
171
172# FireWire support
173device firewire # FireWire bus code
174device sbp # SCSI over FireWire (Requires scbus and da)
175device fwe # Ethernet over FireWire (non-standard!)
176
177# Misc
178device ds1775 # PowerMac7,2 temperature sensor
179device fcu # Apple Fan Control Unit
180device max6690 # PowerMac7,2 temperature sensor
181device powermac_nvram # Open Firmware configuration NVRAM
182device smu # Apple System Management Unit
183
184# ADB support
185device adb
186device pmu
187
188# Powermac I2C support
189device iicbus # I2C bus code
190device kiic # Keywest I2C
191