Deleted Added
full compact
std.MALTA (276735) std.MALTA (276736)
1# MALTA_COMMON -- Common kernel config options for MALTA boards
2#
1# MALTA_COMMON -- Common kernel config options for MALTA boards
2#
3# $FreeBSD: head/sys/mips/conf/MALTA_COMMON 276735 2015-01-06 05:26:13Z rodrigc $
3# $FreeBSD: head/sys/mips/conf/MALTA_COMMON 276736 2015-01-06 05:28:22Z rodrigc $
4
5machine mips mipsel # Malta supports both, so it isn't in std.malta
6
7options YAMON
8
9# Don't build any modules yet.
10makeoptions MODULES_OVERRIDE=""
11

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

29options _KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensions
30
31options FFS #Berkeley Fast Filesystem
32options SOFTUPDATES #Enable FFS soft updates support
33options UFS_ACL #Support for access control lists
34options UFS_DIRHASH #Improve performance on big directories
35options ROOTDEVNAME=\"ufs:ada0\"
36
4
5machine mips mipsel # Malta supports both, so it isn't in std.malta
6
7options YAMON
8
9# Don't build any modules yet.
10makeoptions MODULES_OVERRIDE=""
11

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

29options _KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensions
30
31options FFS #Berkeley Fast Filesystem
32options SOFTUPDATES #Enable FFS soft updates support
33options UFS_ACL #Support for access control lists
34options UFS_DIRHASH #Improve performance on big directories
35options ROOTDEVNAME=\"ufs:ada0\"
36
37options GEOM_LABEL # Provides labelization
38options GEOM_PART_GPT # GUID Partition Tables.
39options GEOM_RAID # Soft RAID functionality.
37
38# Debugging for use in -current
39#options DEADLKRES #Enable the deadlock resolver
40options INVARIANTS #Enable calls of extra sanity checking
41options INVARIANT_SUPPORT #Extra sanity checks of internal structures, required by INVARIANTS
42#options WITNESS #Enable checks to detect deadlocks and cycles
43#options WITNESS_SKIPSPIN #Don't run witness on spinlocks for speed
44
45device loop
46device ether
47device le
48device miibus
49device bpf
50device md
51device uart
52device random
40
41# Debugging for use in -current
42#options DEADLKRES #Enable the deadlock resolver
43options INVARIANTS #Enable calls of extra sanity checking
44options INVARIANT_SUPPORT #Extra sanity checks of internal structures, required by INVARIANTS
45#options WITNESS #Enable checks to detect deadlocks and cycles
46#options WITNESS_SKIPSPIN #Don't run witness on spinlocks for speed
47
48device loop
49device ether
50device le
51device miibus
52device bpf
53device md
54device uart
55device random