Deleted Added
full compact
OCTEON1 (215270) OCTEON1 (217214)
1#
2# OCTEON1 -- Generic kernel configuration file for FreeBSD/MIPS on Cavium Octeon
3#
4# For more information on this file, please read the config(5) manual page,
5# and/or the handbook section on 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# OCTEON1 -- Generic kernel configuration file for FreeBSD/MIPS on Cavium Octeon
3#
4# For more information on this file, please read the config(5) manual page,
5# and/or the handbook section on 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/mips/conf/OCTEON1 215270 2010-11-13 22:34:12Z imp $
19# $FreeBSD: head/sys/mips/conf/OCTEON1 217214 2011-01-10 03:48:41Z jmallett $
20
21cpu CPU_CNMIPS
22ident OCTEON1
23
24makeoptions ARCH_FLAGS="-march=octeon -mabi=64"
25makeoptions LDSCRIPT_NAME=ldscript.mips.octeon1.64
26
27# Don't build any modules yet.

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

173# supported by the puc(4) glue driver, uncomment the following
174# line to enable it (connects to sio, uart and/or ppc drivers):
175#device puc
176
177# On-board Cavium Octeon Ethernet.
178# NOTE: Be sure to keep the 'device miibus' line in order to use these NICs!
179device octe
180
20
21cpu CPU_CNMIPS
22ident OCTEON1
23
24makeoptions ARCH_FLAGS="-march=octeon -mabi=64"
25makeoptions LDSCRIPT_NAME=ldscript.mips.octeon1.64
26
27# Don't build any modules yet.

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

173# supported by the puc(4) glue driver, uncomment the following
174# line to enable it (connects to sio, uart and/or ppc drivers):
175#device puc
176
177# On-board Cavium Octeon Ethernet.
178# NOTE: Be sure to keep the 'device miibus' line in order to use these NICs!
179device octe
180
181# Cavium Octeon management Ethernet.
182device octm
183
181# Switch PHY support for the octe driver. These currently present a VLAN per
182# physical port, but may eventually provide support for DSA or similar instead.
183#device mv88e61xxphy # Marvell 88E61XX
184
185# PCI Ethernet NICs.
186device de # DEC/Intel DC21x4x (``Tulip'')
187device em # Intel PRO/1000 Gigabit Ethernet Family
188device igb # Intel PRO/1000 PCIE Server Gigabit Family

--- 110 unchanged lines hidden ---
184# Switch PHY support for the octe driver. These currently present a VLAN per
185# physical port, but may eventually provide support for DSA or similar instead.
186#device mv88e61xxphy # Marvell 88E61XX
187
188# PCI Ethernet NICs.
189device de # DEC/Intel DC21x4x (``Tulip'')
190device em # Intel PRO/1000 Gigabit Ethernet Family
191device igb # Intel PRO/1000 PCIE Server Gigabit Family

--- 110 unchanged lines hidden ---