Deleted Added
full compact
GENERIC (222449) GENERIC (222686)
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 222449 2011-05-29 14:25:42Z andreast $
19# $FreeBSD: head/sys/powerpc/conf/GENERIC 222686 2011-06-04 15:17:35Z andreast $
20
21cpu AIM
22ident GENERIC
23
24machine powerpc powerpc
25
26makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols
27

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

175
176# Misc
177device ad7417 # PowerMac7,2 temperature sensor
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
20
21cpu AIM
22ident GENERIC
23
24machine powerpc powerpc
25
26makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols
27

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

175
176# Misc
177device ad7417 # PowerMac7,2 temperature sensor
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
183device windtunnel # Apple G4 MDD fan controller
183
184# ADB support
185device adb
186device cuda
187device pmu
188
189# Powermac I2C support
190device iicbus # I2C bus code
191device kiic # Keywest I2C
192
184
185# ADB support
186device adb
187device cuda
188device pmu
189
190# Powermac I2C support
191device iicbus # I2C bus code
192device kiic # Keywest I2C
193