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

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

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

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

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