Deleted Added
full compact
ARMADA38X (294435) ARMADA38X (294441)
1#
2# Kernel configuration for Marvell Armada38x
3#
1#
2# Kernel configuration for Marvell Armada38x
3#
4# $FreeBSD: head/sys/arm/conf/ARMADA38X 294435 2016-01-20 14:21:06Z zbb $
4# $FreeBSD: head/sys/arm/conf/ARMADA38X 294441 2016-01-20 14:49:16Z zbb $
5#
6
7include "../mv/armada38x/std.armada38x"
8include "std.armv6"
9
10ident ARMADA38X
11
12options SOC_MV_ARMADA38X

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

17options MD_ROOT
18#makeoptions MFS_IMAGE=/path/to/miniroot
19#options ROOTDEVNAME=\"ufs:md0\"
20options ROOTDEVNAME=\"/dev/da0s1a\"
21
22options SCHED_ULE # ULE scheduler
23#options SCHED_4BSD # 4BSD scheduler
24
5#
6
7include "../mv/armada38x/std.armada38x"
8include "std.armv6"
9
10ident ARMADA38X
11
12options SOC_MV_ARMADA38X

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

17options MD_ROOT
18#makeoptions MFS_IMAGE=/path/to/miniroot
19#options ROOTDEVNAME=\"ufs:md0\"
20options ROOTDEVNAME=\"/dev/da0s1a\"
21
22options SCHED_ULE # ULE scheduler
23#options SCHED_4BSD # 4BSD scheduler
24
25options SMP
26
25# Debugging
26#options DEBUG
27#options VERBOSE_SYSINIT
28options ALT_BREAK_TO_DEBUGGER
29options DDB
30#options GDB
31#options DIAGNOSTIC
32options INVARIANTS # Enable calls of extra sanity checking

--- 50 unchanged lines hidden ---
27# Debugging
28#options DEBUG
29#options VERBOSE_SYSINIT
30options ALT_BREAK_TO_DEBUGGER
31options DDB
32#options GDB
33#options DIAGNOSTIC
34options INVARIANTS # Enable calls of extra sanity checking

--- 50 unchanged lines hidden ---