Deleted Added
full compact
OCTEON1 (235898) OCTEON1 (242104)
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 235898 2012-05-24 11:20:51Z mav $
19# $FreeBSD: head/sys/mips/conf/OCTEON1 242104 2012-10-26 00:08: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=""

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

33include "../cavium/std.octeon1"
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.
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=""

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

33include "../cavium/std.octeon1"
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.
41#options OCTEON_BOARD_CAPK_0100ND # Support for CAPK-0100nd.
42
43options SCHED_ULE # ULE scheduler
44options PREEMPTION # Enable kernel thread preemption
45options INET # InterNETworking
46options INET6 # IPv6 communications protocols
47options SCTP # Stream Control Transmission Protocol
48options FFS # Berkeley Fast Filesystem

--- 250 unchanged lines hidden ---
42#options OCTEON_BOARD_CAPK_0100ND # Support for CAPK-0100nd.
43
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

--- 250 unchanged lines hidden ---