Deleted Added
full compact
GENERIC64 (238034) GENERIC64 (239027)
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 238034 2012-07-02 21:25:24Z marcel $
19# $FreeBSD: head/sys/powerpc/conf/GENERIC64 239027 2012-08-04 03:05:01Z jhibbits $
20
21cpu AIM
22ident GENERIC
23
24machine powerpc powerpc64
25
26makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols
27

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

189device kiic # Keywest I2C
190device ad7417 # PowerMac7,2 temperature sensor
191device ds1775 # PowerMac7,2 temperature sensor
192device fcu # Apple Fan Control Unit
193device max6690 # PowerMac7,2 temperature sensor
194device powermac_nvram # Open Firmware configuration NVRAM
195device smu # Apple System Management Unit
196device atibl # ATI-based backlight driver for PowerBooks/iBooks
20
21cpu AIM
22ident GENERIC
23
24machine powerpc powerpc64
25
26makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols
27

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

189device kiic # Keywest I2C
190device ad7417 # PowerMac7,2 temperature sensor
191device ds1775 # PowerMac7,2 temperature sensor
192device fcu # Apple Fan Control Unit
193device max6690 # PowerMac7,2 temperature sensor
194device powermac_nvram # Open Firmware configuration NVRAM
195device smu # Apple System Management Unit
196device atibl # ATI-based backlight driver for PowerBooks/iBooks
197device nvbl # nVidia-based backlight driver for PowerBooks/iBooks
197
198# ADB support
199device adb
200device pmu
201
202# Sound support
203device sound # Generic sound driver (required)
204device snd_ai2s # Apple I2S audio
205device snd_uaudio # USB Audio
206
198
199# ADB support
200device adb
201device pmu
202
203# Sound support
204device sound # Generic sound driver (required)
205device snd_ai2s # Apple I2S audio
206device snd_uaudio # USB Audio
207