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

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

183device firewire # FireWire bus code
184device sbp # SCSI over FireWire (Requires scbus and da)
185device fwe # Ethernet over FireWire (non-standard!)
186
187# Misc
188device iicbus # I2C bus code
189device kiic # Keywest I2C
190device ad7417 # PowerMac7,2 temperature sensor
20
21cpu AIM
22ident GENERIC
23
24machine powerpc powerpc64
25
26makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols
27

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

183device firewire # FireWire bus code
184device sbp # SCSI over FireWire (Requires scbus and da)
185device fwe # Ethernet over FireWire (non-standard!)
186
187# Misc
188device iicbus # I2C bus code
189device kiic # Keywest I2C
190device ad7417 # PowerMac7,2 temperature sensor
191device ds1631 # PowerMac11,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
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
192device ds1775 # PowerMac7,2 temperature sensor
193device fcu # Apple Fan Control Unit
194device max6690 # PowerMac7,2 temperature sensor
195device powermac_nvram # Open Firmware configuration NVRAM
196device smu # Apple System Management Unit
197device atibl # ATI-based backlight driver for PowerBooks/iBooks
198device nvbl # nVidia-based backlight driver for PowerBooks/iBooks
199
200# ADB support
201device adb
202device pmu
203
204# Sound support
205device sound # Generic sound driver (required)
206device snd_ai2s # Apple I2S audio
207device snd_uaudio # USB Audio
208