Deleted Added
full compact
GENERIC64 (256283) GENERIC64 (257292)
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: stable/10/sys/powerpc/conf/GENERIC64 256283 2013-10-10 17:59:44Z gjb $
19# $FreeBSD: stable/10/sys/powerpc/conf/GENERIC64 257292 2013-10-28 23:47:52Z nwhitehorn $
20
21cpu AIM
22ident GENERIC
23
24machine powerpc powerpc64
25
26makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols
27makeoptions WITH_CTF=1

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

123device uart
124device uart_z8530
125
126# Ethernet hardware
127device em # Intel PRO/1000 Gigabit Ethernet Family
128device igb # Intel PRO/1000 PCIE Server Gigabit Family
129device ixgbe # Intel PRO/10GbE PCIE Ethernet Family
130device glc # Sony Playstation 3 Ethernet
20
21cpu AIM
22ident GENERIC
23
24machine powerpc powerpc64
25
26makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols
27makeoptions WITH_CTF=1

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

123device uart
124device uart_z8530
125
126# Ethernet hardware
127device em # Intel PRO/1000 Gigabit Ethernet Family
128device igb # Intel PRO/1000 PCIE Server Gigabit Family
129device ixgbe # Intel PRO/10GbE PCIE Ethernet Family
130device glc # Sony Playstation 3 Ethernet
131device llan # IBM pSeries Virtual Ethernet
131
132# PCI Ethernet NICs that use the common MII bus controller code.
133device miibus # MII bus support
134device bge # Broadcom BCM570xx Gigabit Ethernet
135device gem # Sun GEM/Sun ERI/Apple GMAC
136device dc # DEC/Intel 21143 and various workalikes
137device fxp # Intel EtherExpress PRO/100B (82557, 82558)
138device re # RealTek 8139C+/8169/8169S/8110S

--- 70 unchanged lines hidden ---
132
133# PCI Ethernet NICs that use the common MII bus controller code.
134device miibus # MII bus support
135device bge # Broadcom BCM570xx Gigabit Ethernet
136device gem # Sun GEM/Sun ERI/Apple GMAC
137device dc # DEC/Intel 21143 and various workalikes
138device fxp # Intel EtherExpress PRO/100B (82557, 82558)
139device re # RealTek 8139C+/8169/8169S/8110S

--- 70 unchanged lines hidden ---