Deleted Added
full compact
GENERIC64 (213180) GENERIC64 (213904)
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 213180 2010-09-26 01:41:53Z davidxu $
19# $FreeBSD: head/sys/powerpc/conf/GENERIC64 213904 2010-10-15 20:08:16Z andreast $
20
21cpu AIM
22ident GENERIC
23
24machine powerpc powerpc64
25
26makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols
27

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

165device kue # Kawasaki LSI USB Ethernet
166
167# FireWire support
168device firewire # FireWire bus code
169device sbp # SCSI over FireWire (Requires scbus and da)
170device fwe # Ethernet over FireWire (non-standard!)
171
172# Misc
20
21cpu AIM
22ident GENERIC
23
24machine powerpc powerpc64
25
26makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols
27

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

165device kue # Kawasaki LSI USB Ethernet
166
167# FireWire support
168device firewire # FireWire bus code
169device sbp # SCSI over FireWire (Requires scbus and da)
170device fwe # Ethernet over FireWire (non-standard!)
171
172# Misc
173device ds1775 # PowerMac7,2 temperature sensor
174device fcu # Apple Fan Control Unit
175device max6690 # PowerMac7,2 temperature sensor
173device powermac_nvram # Open Firmware configuration NVRAM
174device smu # Apple System Management Unit
175
176# ADB support
177device adb
178device pmu
179
180# Powermac I2C support
181device iicbus # I2C bus code
182device kiic # Keywest I2C
183
176device powermac_nvram # Open Firmware configuration NVRAM
177device smu # Apple System Management Unit
178
179# ADB support
180device adb
181device pmu
182
183# Powermac I2C support
184device iicbus # I2C bus code
185device kiic # Keywest I2C
186