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

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

79# To make an SMP kernel, the next line is needed
80#options SMP # Symmetric MultiProcessor Kernel
81
82# CPU frequency control
83device cpufreq
84
85# Standard busses
86device pci
20
21cpu AIM
22ident GENERIC
23
24machine powerpc powerpc
25
26makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols
27

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

79# To make an SMP kernel, the next line is needed
80#options SMP # Symmetric MultiProcessor Kernel
81
82# CPU frequency control
83device cpufreq
84
85# Standard busses
86device pci
87device agp
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

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

--- 96 unchanged lines hidden ---