Deleted Added
full compact
SENTRY5 (220185) SENTRY5 (221753)
1#
1#
2# $FreeBSD: head/sys/mips/conf/SENTRY5 220185 2011-03-31 08:07:13Z adrian $
2# $FreeBSD: head/sys/mips/conf/SENTRY5 221753 2011-05-11 00:52:41Z gonzo $
3#
4# The Broadcom Sentry5 series of processors and boards is very commonly
5# used in COTS hardware including the Netgear WGT634U.
6#
7# Some tweaks are needed for use with this platform:
8#
9# * CFE firmware's ELF loader expects an ELF kernel which is linked so as
10# not to contain offsets in PT_LOAD which point behind the actual offset

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

39makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols
40makeoptions MODULES_OVERRIDE=""
41
42options DDB
43options KDB
44
45options SCHED_4BSD #4BSD scheduler
46options INET #InterNETworking
3#
4# The Broadcom Sentry5 series of processors and boards is very commonly
5# used in COTS hardware including the Netgear WGT634U.
6#
7# Some tweaks are needed for use with this platform:
8#
9# * CFE firmware's ELF loader expects an ELF kernel which is linked so as
10# not to contain offsets in PT_LOAD which point behind the actual offset

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

39makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols
40makeoptions MODULES_OVERRIDE=""
41
42options DDB
43options KDB
44
45options SCHED_4BSD #4BSD scheduler
46options INET #InterNETworking
47options NFSCLIENT #Network Filesystem Client
48options NFS_ROOT #NFS usable as /, requires NFSCLIENT
47options NFSCL #Network Filesystem Client
48options NFS_ROOT #NFS usable as /, requires NFSCL
49options PSEUDOFS #Pseudo-filesystem framework
50options _KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensions
51
52# Debugging for use in -current
53#options DEADLKRES
54options INVARIANTS
55options INVARIANT_SUPPORT
56

--- 30 unchanged lines hidden ---
49options PSEUDOFS #Pseudo-filesystem framework
50options _KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensions
51
52# Debugging for use in -current
53#options DEADLKRES
54options INVARIANTS
55options INVARIANT_SUPPORT
56

--- 30 unchanged lines hidden ---