Deleted Added
full compact
GENERIC (193334) GENERIC (194679)
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/GENERIC 193334 2009-06-02 18:31:08Z rwatson $
19# $FreeBSD: head/sys/powerpc/conf/GENERIC 194679 2009-06-23 04:28:32Z nwhitehorn $
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

--- 125 unchanged lines hidden (view full) ---

153
154# FireWire support
155device firewire # FireWire bus code
156device sbp # SCSI over FireWire (Requires scbus and da)
157device fwe # Ethernet over FireWire (non-standard!)
158
159# Misc
160device powermac_nvram # Open Firmware configuration NVRAM
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

--- 125 unchanged lines hidden (view full) ---

153
154# FireWire support
155device firewire # FireWire bus code
156device sbp # SCSI over FireWire (Requires scbus and da)
157device fwe # Ethernet over FireWire (non-standard!)
158
159# Misc
160device powermac_nvram # Open Firmware configuration NVRAM
161device smu # Apple System Management Unit
161
162# ADB support
163device adb
164device cuda
165device pmu
166
167# Powermac I2C support
168device iicbus # I2C bus code
169device kiic # Keywest I2C
170
171options KTR
172options KTR_COMPILE=0xffffffff
173#options KTR_MASK=KTR_SIG
174options KTR_VERBOSE
162
163# ADB support
164device adb
165device cuda
166device pmu
167
168# Powermac I2C support
169device iicbus # I2C bus code
170device kiic # Keywest I2C
171
172options KTR
173options KTR_COMPILE=0xffffffff
174#options KTR_MASK=KTR_SIG
175options KTR_VERBOSE