Deleted Added
full compact
OCTEON1 (213340) OCTEON1 (213762)
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 213340 2010-10-02 01:24:20Z jmallett $
19# $FreeBSD: head/sys/mips/conf/OCTEON1 213762 2010-10-13 09:17:44Z jmallett $
20
21machine mips
22cpu CPU_CNMIPS
23ident OCTEON1
24
25makeoptions ARCH_FLAGS="-march=octeon -mabi=64"
26makeoptions LDSCRIPT_NAME=ldscript.mips.octeon1.64
27

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

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

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

175# supported by the puc(4) glue driver, uncomment the following
176# line to enable it (connects to sio, uart and/or ppc drivers):
177#device puc
178
179# On-board Cavium Octeon Ethernet.
180# NOTE: Be sure to keep the 'device miibus' line in order to use these NICs!
181device octe
182
183# Switch PHY support for the octe driver. These currently present a VLAN per
184# physical port, but may eventually provide support for DSA or similar instead.
185#device mv88e61xxphy # Marvell 88E61XX
186
183# PCI Ethernet NICs.
184device de # DEC/Intel DC21x4x (``Tulip'')
185device em # Intel PRO/1000 Gigabit Ethernet Family
186device igb # Intel PRO/1000 PCIE Server Gigabit Family
187device ixgbe # Intel PRO/10GbE PCIE Ethernet Family
188device le # AMD Am7900 LANCE and Am79C9xx PCnet
189device ti # Alteon Networks Tigon I/II gigabit Ethernet
190device txp # 3Com 3cR990 (``Typhoon'')

--- 106 unchanged lines hidden ---
187# PCI Ethernet NICs.
188device de # DEC/Intel DC21x4x (``Tulip'')
189device em # Intel PRO/1000 Gigabit Ethernet Family
190device igb # Intel PRO/1000 PCIE Server Gigabit Family
191device ixgbe # Intel PRO/10GbE PCIE Ethernet Family
192device le # AMD Am7900 LANCE and Am79C9xx PCnet
193device ti # Alteon Networks Tigon I/II gigabit Ethernet
194device txp # 3Com 3cR990 (``Typhoon'')

--- 106 unchanged lines hidden ---