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

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

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

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

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