Deleted Added
full compact
OCTEON1 (243469) OCTEON1 (244984)
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 243469 2012-11-24 02:00:29Z jmallett $
19# $FreeBSD: head/sys/mips/conf/OCTEON1 244984 2013-01-02 23:17:50Z jmallett $
20
21ident OCTEON1
22
23makeoptions ARCH_FLAGS="-march=octeon -mabi=64"
24makeoptions LDSCRIPT_NAME=ldscript.mips.octeon1
25
26# Don't build any modules yet.
27makeoptions MODULES_OVERRIDE=""

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

34
35hints "OCTEON1.hints" #Default places to look for devices.
36
37makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols
38
39# Board-specific support that cannot be auto-detected at runtime.
40#options OCTEON_VENDOR_LANNER # Support for Lanner boards.
41#options OCTEON_VENDOR_RADISYS # Support for Radisys boards.
20
21ident OCTEON1
22
23makeoptions ARCH_FLAGS="-march=octeon -mabi=64"
24makeoptions LDSCRIPT_NAME=ldscript.mips.octeon1
25
26# Don't build any modules yet.
27makeoptions MODULES_OVERRIDE=""

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

34
35hints "OCTEON1.hints" #Default places to look for devices.
36
37makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols
38
39# Board-specific support that cannot be auto-detected at runtime.
40#options OCTEON_VENDOR_LANNER # Support for Lanner boards.
41#options OCTEON_VENDOR_RADISYS # Support for Radisys boards.
42#options OCTEON_VENDOR_UBIQUITI # Support for Ubiquiti boards.
42#options OCTEON_BOARD_CAPK_0100ND # Support for CAPK-0100nd.
43
44# Compile for a specified Octeon model. If not specified, support for
45# detection at runtime will be used instead, which may give inferior
46# performance.
47#
48# See sys/contrib/octeon-sdk/octeon-model.h for possible values.
49#options OCTEON_MODEL=OCTEON_CN58XX_PASS1_1

--- 271 unchanged lines hidden ---
43#options OCTEON_BOARD_CAPK_0100ND # Support for CAPK-0100nd.
44
45# Compile for a specified Octeon model. If not specified, support for
46# detection at runtime will be used instead, which may give inferior
47# performance.
48#
49# See sys/contrib/octeon-sdk/octeon-model.h for possible values.
50#options OCTEON_MODEL=OCTEON_CN58XX_PASS1_1

--- 271 unchanged lines hidden ---