Deleted Added
full compact
OCTEON1 (242953) OCTEON1 (243469)
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 242953 2012-11-13 07:34:46Z jmallett $
19# $FreeBSD: head/sys/mips/conf/OCTEON1 243469 2012-11-24 02:00:29Z 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=""

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

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_BOARD_CAPK_0100ND # Support for CAPK-0100nd.
43
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=""

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

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_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
50
44options SCHED_ULE # ULE scheduler
45options PREEMPTION # Enable kernel thread preemption
46options INET # InterNETworking
47options INET6 # IPv6 communications protocols
48options SCTP # Stream Control Transmission Protocol
49options FFS # Berkeley Fast Filesystem
50options SOFTUPDATES # Enable FFS soft updates support
51options UFS_ACL # Support for access control lists

--- 262 unchanged lines hidden ---
51options SCHED_ULE # ULE scheduler
52options PREEMPTION # Enable kernel thread preemption
53options INET # InterNETworking
54options INET6 # IPv6 communications protocols
55options SCTP # Stream Control Transmission Protocol
56options FFS # Berkeley Fast Filesystem
57options SOFTUPDATES # Enable FFS soft updates support
58options UFS_ACL # Support for access control lists

--- 262 unchanged lines hidden ---