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

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

78# Make an SMP-capable kernel by default
79options SMP # Symmetric MultiProcessor Kernel
80
81# CPU frequency control
82device cpufreq
83
84# Standard busses
85device pci
20
21cpu AIM
22ident GENERIC
23
24machine powerpc powerpc64
25
26makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols
27

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

78# Make an SMP-capable kernel by default
79options SMP # Symmetric MultiProcessor Kernel
80
81# CPU frequency control
82device cpufreq
83
84# Standard busses
85device pci
86device agp
86
87# ATA and ATAPI devices
88device ata
89device atadisk # ATA disk drives
90device atapicd # ATAPI CDROM drives
91#device atapifd # ATAPI floppy drives
92#device atapist # ATAPI tape drives
93

--- 93 unchanged lines hidden ---
87
88# ATA and ATAPI devices
89device ata
90device atadisk # ATA disk drives
91device atapicd # ATAPI CDROM drives
92#device atapifd # ATAPI floppy drives
93#device atapist # ATAPI tape drives
94

--- 93 unchanged lines hidden ---