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

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

185# sbp(4) works for some systems but causes boot failure on others
186device sbp # SCSI over FireWire (Requires scbus and da)
187device fwe # Ethernet over FireWire (non-standard!)
188
189# Misc
190device iicbus # I2C bus code
191device kiic # Keywest I2C
192device ad7417 # PowerMac7,2 temperature sensor
20
21cpu AIM
22ident GENERIC
23
24machine powerpc powerpc
25
26makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols
27

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

185# sbp(4) works for some systems but causes boot failure on others
186device sbp # SCSI over FireWire (Requires scbus and da)
187device fwe # Ethernet over FireWire (non-standard!)
188
189# Misc
190device iicbus # I2C bus code
191device kiic # Keywest I2C
192device ad7417 # PowerMac7,2 temperature sensor
193device ds1631 # PowerMac11,2 temperature sensor
193device ds1775 # PowerMac7,2 temperature sensor
194device fcu # Apple Fan Control Unit
195device max6690 # PowerMac7,2 temperature sensor
196device powermac_nvram # Open Firmware configuration NVRAM
197device smu # Apple System Management Unit
198device windtunnel # Apple G4 MDD fan controller
199device atibl # ATI-based backlight driver for PowerBooks/iBooks
200device nvbl # nVidia-based backlight driver for PowerBooks/iBooks

--- 12 unchanged lines hidden ---
194device ds1775 # PowerMac7,2 temperature sensor
195device fcu # Apple Fan Control Unit
196device max6690 # PowerMac7,2 temperature sensor
197device powermac_nvram # Open Firmware configuration NVRAM
198device smu # Apple System Management Unit
199device windtunnel # Apple G4 MDD fan controller
200device atibl # ATI-based backlight driver for PowerBooks/iBooks
201device nvbl # nVidia-based backlight driver for PowerBooks/iBooks

--- 12 unchanged lines hidden ---