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

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

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

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

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