Make all the comments '# ' and align to same column. This fixes the
rampently incosnsitent usage which made cut and paste from one file to another look ugly.
This commit is contained in:
+20
-20
@@ -9,32 +9,32 @@ include "../tegra/std.tegra2"
|
|||||||
|
|
||||||
makeoptions MODULES_OVERRIDE=""
|
makeoptions MODULES_OVERRIDE=""
|
||||||
|
|
||||||
makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols
|
makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
|
||||||
makeoptions WERROR="-Werror"
|
makeoptions WERROR="-Werror"
|
||||||
|
|
||||||
#options SCHED_ULE #ULE scheduler
|
#options SCHED_ULE # ULE scheduler
|
||||||
options SCHED_4BSD #4BSD scheduler
|
options SCHED_4BSD # 4BSD scheduler
|
||||||
options INET #InterNETworking
|
options INET # InterNETworking
|
||||||
#options INET6 #IPv6 communications protocols
|
#options INET6 # IPv6 communications protocols
|
||||||
options FFS #Berkeley Fast Filesystem
|
options FFS # Berkeley Fast Filesystem
|
||||||
#options NFSCL #Network Filesystem Client
|
#options NFSCL # Network Filesystem Client
|
||||||
#options NFSLOCKD #Network Lock Manager
|
#options NFSLOCKD # Network Lock Manager
|
||||||
#options NFS_ROOT #NFS usable as /, requires NFSCLIENT
|
#options NFS_ROOT # NFS usable as /, requires NFSCLIENT
|
||||||
#options BOOTP
|
#options BOOTP
|
||||||
#options BOOTP_NFSROOT
|
#options BOOTP_NFSROOT
|
||||||
#options BOOTP_NFSV3
|
#options BOOTP_NFSV3
|
||||||
#options BOOTP_WIRED_TO=mge0
|
#options BOOTP_WIRED_TO=mge0
|
||||||
|
|
||||||
options TMPFS #Efficient memory filesystem
|
options TMPFS # Efficient memory filesystem
|
||||||
options GEOM_PART_BSD #BSD partition scheme
|
options GEOM_PART_BSD # BSD partition scheme
|
||||||
options GEOM_PART_MBR #MBR partition scheme
|
options GEOM_PART_MBR # MBR partition scheme
|
||||||
options GEOM_PART_GPT
|
options GEOM_PART_GPT
|
||||||
options ROOTDEVNAME=\"ufs:/dev/da0p1\"
|
options ROOTDEVNAME=\"ufs:/dev/da0p1\"
|
||||||
|
|
||||||
options SYSVSHM #SYSV-style shared memory
|
options SYSVSHM # SYSV-style shared memory
|
||||||
options SYSVMSG #SYSV-style message queues
|
options SYSVMSG # SYSV-style message queues
|
||||||
options SYSVSEM #SYSV-style semaphores
|
options SYSVSEM # SYSV-style semaphores
|
||||||
options _KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensions
|
options _KPOSIX_PRIORITY_SCHEDULING # Posix P1003_1B real-time extensions
|
||||||
options MUTEX_NOINLINE
|
options MUTEX_NOINLINE
|
||||||
options RWLOCK_NOINLINE
|
options RWLOCK_NOINLINE
|
||||||
options NO_FFS_SNAPSHOT
|
options NO_FFS_SNAPSHOT
|
||||||
@@ -48,8 +48,8 @@ options VERBOSE_SYSINIT
|
|||||||
options DDB
|
options DDB
|
||||||
options GDB
|
options GDB
|
||||||
options DIAGNOSTIC
|
options DIAGNOSTIC
|
||||||
options INVARIANTS #Enable calls of extra sanity checking
|
options INVARIANTS # Enable calls of extra sanity checking
|
||||||
options INVARIANT_SUPPORT #Extra sanity checks of internal structures, required by INVARIANTS
|
options INVARIANT_SUPPORT # Extra sanity checks of internal structures, required by INVARIANTS
|
||||||
options KDB
|
options KDB
|
||||||
options KDB_TRACE
|
options KDB_TRACE
|
||||||
#options KTR
|
#options KTR
|
||||||
@@ -57,8 +57,8 @@ options KDB_TRACE
|
|||||||
#options KTR_ENTRIES=16384
|
#options KTR_ENTRIES=16384
|
||||||
#options KTR_MASK=(KTR_SPARE2)
|
#options KTR_MASK=(KTR_SPARE2)
|
||||||
#options KTR_COMPILE=KTR_ALL
|
#options KTR_COMPILE=KTR_ALL
|
||||||
options WITNESS #Enable checks to detect deadlocks and cycles
|
options WITNESS # Enable checks to detect deadlocks and cycles
|
||||||
options WITNESS_SKIPSPIN #Don't run witness on spinlocks for speed
|
options WITNESS_SKIPSPIN # Don't run witness on spinlocks for speed
|
||||||
#options WITNESS_KDB
|
#options WITNESS_KDB
|
||||||
options MUTEX_DEBUG
|
options MUTEX_DEBUG
|
||||||
|
|
||||||
|
|||||||
+20
-20
@@ -10,32 +10,32 @@ include "../mv/armadaxp/std.mv78x60"
|
|||||||
options SOC_MV_ARMADAXP
|
options SOC_MV_ARMADAXP
|
||||||
makeoptions MODULES_OVERRIDE=""
|
makeoptions MODULES_OVERRIDE=""
|
||||||
|
|
||||||
makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols
|
makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
|
||||||
makeoptions WERROR="-Werror"
|
makeoptions WERROR="-Werror"
|
||||||
|
|
||||||
#options SCHED_ULE #ULE scheduler
|
#options SCHED_ULE # ULE scheduler
|
||||||
options SCHED_4BSD #4BSD scheduler
|
options SCHED_4BSD # 4BSD scheduler
|
||||||
options INET #InterNETworking
|
options INET # InterNETworking
|
||||||
options INET6 #IPv6 communications protocols
|
options INET6 # IPv6 communications protocols
|
||||||
options FFS #Berkeley Fast Filesystem
|
options FFS # Berkeley Fast Filesystem
|
||||||
options NFSCL #Network Filesystem Client
|
options NFSCL # Network Filesystem Client
|
||||||
options NFSLOCKD #Network Lock Manager
|
options NFSLOCKD # Network Lock Manager
|
||||||
options NFS_ROOT #NFS usable as /, requires NFSCLIENT
|
options NFS_ROOT # NFS usable as /, requires NFSCLIENT
|
||||||
options BOOTP
|
options BOOTP
|
||||||
options BOOTP_NFSROOT
|
options BOOTP_NFSROOT
|
||||||
options BOOTP_NFSV3
|
options BOOTP_NFSV3
|
||||||
options BOOTP_WIRED_TO=mge0
|
options BOOTP_WIRED_TO=mge0
|
||||||
|
|
||||||
options TMPFS #Efficient memory filesystem
|
options TMPFS # Efficient memory filesystem
|
||||||
options GEOM_PART_BSD #BSD partition scheme
|
options GEOM_PART_BSD # BSD partition scheme
|
||||||
options GEOM_PART_MBR #MBR partition scheme
|
options GEOM_PART_MBR # MBR partition scheme
|
||||||
options GEOM_PART_GPT
|
options GEOM_PART_GPT
|
||||||
options ROOTDEVNAME=\"ufs:/dev/da0p1\"
|
options ROOTDEVNAME=\"ufs:/dev/da0p1\"
|
||||||
|
|
||||||
options SYSVSHM #SYSV-style shared memory
|
options SYSVSHM # SYSV-style shared memory
|
||||||
options SYSVMSG #SYSV-style message queues
|
options SYSVMSG # SYSV-style message queues
|
||||||
options SYSVSEM #SYSV-style semaphores
|
options SYSVSEM # SYSV-style semaphores
|
||||||
options _KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensions
|
options _KPOSIX_PRIORITY_SCHEDULING # Posix P1003_1B real-time extensions
|
||||||
options MUTEX_NOINLINE
|
options MUTEX_NOINLINE
|
||||||
options RWLOCK_NOINLINE
|
options RWLOCK_NOINLINE
|
||||||
options NO_FFS_SNAPSHOT
|
options NO_FFS_SNAPSHOT
|
||||||
@@ -50,8 +50,8 @@ options ALT_BREAK_TO_DEBUGGER
|
|||||||
options DDB
|
options DDB
|
||||||
options GDB
|
options GDB
|
||||||
#options DIAGNOSTIC
|
#options DIAGNOSTIC
|
||||||
#options INVARIANTS #Enable calls of extra sanity checking
|
#options INVARIANTS # Enable calls of extra sanity checking
|
||||||
#options INVARIANT_SUPPORT #Extra sanity checks of internal structures, required by INVARIANTS
|
#options INVARIANT_SUPPORT # Extra sanity checks of internal structures, required by INVARIANTS
|
||||||
options KDB
|
options KDB
|
||||||
options KDB_TRACE
|
options KDB_TRACE
|
||||||
#options KTR
|
#options KTR
|
||||||
@@ -59,8 +59,8 @@ options KDB_TRACE
|
|||||||
#options KTR_ENTRIES=16384
|
#options KTR_ENTRIES=16384
|
||||||
#options KTR_MASK=(KTR_SPARE2)
|
#options KTR_MASK=(KTR_SPARE2)
|
||||||
#options KTR_COMPILE=KTR_ALL
|
#options KTR_COMPILE=KTR_ALL
|
||||||
#options WITNESS #Enable checks to detect deadlocks and cycles
|
#options WITNESS # Enable checks to detect deadlocks and cycles
|
||||||
#options WITNESS_SKIPSPIN #Don't run witness on spinlocks for speed
|
#options WITNESS_SKIPSPIN # Don't run witness on spinlocks for speed
|
||||||
#options WITNESS_KDB
|
#options WITNESS_KDB
|
||||||
|
|
||||||
# Pseudo devices
|
# Pseudo devices
|
||||||
|
|||||||
+32
-32
@@ -24,55 +24,55 @@ include "../samsung/exynos/std.exynos5"
|
|||||||
makeoptions MODULES_OVERRIDE=""
|
makeoptions MODULES_OVERRIDE=""
|
||||||
makeoptions WITHOUT_MODULES="ahc"
|
makeoptions WITHOUT_MODULES="ahc"
|
||||||
|
|
||||||
makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols
|
makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
|
||||||
makeoptions WERROR="-Werror"
|
makeoptions WERROR="-Werror"
|
||||||
|
|
||||||
options HZ=100 ##
|
options HZ=100
|
||||||
options SCHED_4BSD #4BSD scheduler
|
options SCHED_4BSD # 4BSD scheduler
|
||||||
options INET #InterNETworking
|
options INET # InterNETworking
|
||||||
options INET6 #IPv6 communications protocols
|
options INET6 # IPv6 communications protocols
|
||||||
options GEOM_PART_BSD #BSD partition scheme
|
options GEOM_PART_BSD # BSD partition scheme
|
||||||
options GEOM_PART_MBR #MBR partition scheme
|
options GEOM_PART_MBR # MBR partition scheme
|
||||||
options TMPFS #Efficient memory filesystem
|
options TMPFS # Efficient memory filesystem
|
||||||
options FFS #Berkeley Fast Filesystem
|
options FFS # Berkeley Fast Filesystem
|
||||||
options SOFTUPDATES
|
options SOFTUPDATES
|
||||||
options UFS_ACL #Support for access control lists
|
options UFS_ACL # Support for access control lists
|
||||||
options UFS_DIRHASH #Improve performance on big directories
|
options UFS_DIRHASH # Improve performance on big directories
|
||||||
options MSDOSFS #MSDOS Filesystem
|
options MSDOSFS # MSDOS Filesystem
|
||||||
options CD9660 #ISO 9660 Filesystem
|
options CD9660 # ISO 9660 Filesystem
|
||||||
options PROCFS #Process filesystem (requires PSEUDOFS)
|
options PROCFS # Process filesystem (requires PSEUDOFS)
|
||||||
options PSEUDOFS #Pseudo-filesystem framework
|
options PSEUDOFS # Pseudo-filesystem framework
|
||||||
options COMPAT_43 #Compatible with BSD 4.3 [KEEP THIS!]
|
options COMPAT_43 # Compatible with BSD 4.3 [KEEP THIS!]
|
||||||
options SCSI_DELAY=5000 #Delay (in ms) before probing SCSI
|
options SCSI_DELAY=5000 # Delay (in ms) before probing SCSI
|
||||||
options KTRACE
|
options KTRACE
|
||||||
options SYSVSHM #SYSV-style shared memory
|
options SYSVSHM # SYSV-style shared memory
|
||||||
options SYSVMSG #SYSV-style message queues
|
options SYSVMSG # SYSV-style message queues
|
||||||
options SYSVSEM #SYSV-style semaphores
|
options SYSVSEM # SYSV-style semaphores
|
||||||
options _KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensions
|
options _KPOSIX_PRIORITY_SCHEDULING # Posix P1003_1B real-time extensions
|
||||||
options KBD_INSTALL_CDEV
|
options KBD_INSTALL_CDEV
|
||||||
options PREEMPTION
|
options PREEMPTION
|
||||||
options FREEBSD_BOOT_LOADER
|
options FREEBSD_BOOT_LOADER
|
||||||
options VFP # vfp/neon
|
options VFP # vfp/neon
|
||||||
|
|
||||||
# Debugging
|
# Debugging
|
||||||
makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols
|
makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
|
||||||
options BREAK_TO_DEBUGGER
|
options BREAK_TO_DEBUGGER
|
||||||
#options VERBOSE_SYSINIT #Enable verbose sysinit messages
|
#options VERBOSE_SYSINIT # Enable verbose sysinit messages
|
||||||
options KDB
|
options KDB
|
||||||
options DDB #Enable the kernel debugger
|
options DDB # Enable the kernel debugger
|
||||||
options INVARIANTS #Enable calls of extra sanity checking
|
options INVARIANTS # Enable calls of extra sanity checking
|
||||||
options INVARIANT_SUPPORT #Extra sanity checks of internal structures, required by INVARIANTS
|
options INVARIANT_SUPPORT # Extra sanity checks of internal structures, required by INVARIANTS
|
||||||
#options WITNESS #Enable checks to detect deadlocks and cycles
|
#options WITNESS # Enable checks to detect deadlocks and cycles
|
||||||
#options WITNESS_SKIPSPIN #Don't run witness on spinlocks for speed
|
#options WITNESS_SKIPSPIN # Don't run witness on spinlocks for speed
|
||||||
options DIAGNOSTIC
|
options DIAGNOSTIC
|
||||||
|
|
||||||
# NFS support
|
# NFS support
|
||||||
options NFSCL #Network Filesystem Client
|
options NFSCL # Network Filesystem Client
|
||||||
options NFSLOCKD #Network Lock Manager
|
options NFSLOCKD # Network Lock Manager
|
||||||
options NFS_ROOT #NFS usable as /, requires NFSCLIENT
|
options NFS_ROOT # NFS usable as /, requires NFSCLIENT
|
||||||
|
|
||||||
# Uncomment this for NFS root
|
# Uncomment this for NFS root
|
||||||
#options NFS_ROOT #NFS usable as /, requires NFSCL
|
#options NFS_ROOT # NFS usable as /, requires NFSCL
|
||||||
#options BOOTP_NFSROOT
|
#options BOOTP_NFSROOT
|
||||||
#options BOOTP_COMPAT
|
#options BOOTP_COMPAT
|
||||||
#options BOOTP
|
#options BOOTP
|
||||||
|
|||||||
+3
-3
@@ -48,13 +48,13 @@ options NFSCL # New Network Filesystem Client
|
|||||||
options NFSD # New Network Filesystem Server
|
options NFSD # New Network Filesystem Server
|
||||||
options NFSLOCKD # Network Lock Manager
|
options NFSLOCKD # Network Lock Manager
|
||||||
options NFS_ROOT # NFS usable as /, requires NFSCL
|
options NFS_ROOT # NFS usable as /, requires NFSCL
|
||||||
options TMPFS #Efficient memory filesystem
|
options TMPFS # Efficient memory filesystem
|
||||||
options MSDOSFS # MSDOS Filesystem
|
options MSDOSFS # MSDOS Filesystem
|
||||||
options CD9660 # ISO 9660 Filesystem
|
options CD9660 # ISO 9660 Filesystem
|
||||||
options PROCFS # Process filesystem (requires PSEUDOFS)
|
options PROCFS # Process filesystem (requires PSEUDOFS)
|
||||||
options PSEUDOFS # Pseudo-filesystem framework
|
options PSEUDOFS # Pseudo-filesystem framework
|
||||||
options GEOM_PART_BSD #BSD partition scheme
|
options GEOM_PART_BSD # BSD partition scheme
|
||||||
options GEOM_PART_MBR #MBR partition scheme
|
options GEOM_PART_MBR # MBR partition scheme
|
||||||
options GEOM_PART_GPT # GUID Partition Tables.
|
options GEOM_PART_GPT # GUID Partition Tables.
|
||||||
options GEOM_LABEL # Provides labelization
|
options GEOM_LABEL # Provides labelization
|
||||||
options COMPAT_FREEBSD5 # Compatible with FreeBSD5
|
options COMPAT_FREEBSD5 # Compatible with FreeBSD5
|
||||||
|
|||||||
+17
-17
@@ -25,10 +25,10 @@ include "../xscale/ixp425/std.ixp425"
|
|||||||
include "../xscale/ixp425/std.avila"
|
include "../xscale/ixp425/std.avila"
|
||||||
options XSCALE_CACHE_READ_WRITE_ALLOCATE
|
options XSCALE_CACHE_READ_WRITE_ALLOCATE
|
||||||
#To statically compile in device wiring instead of /boot/device.hints
|
#To statically compile in device wiring instead of /boot/device.hints
|
||||||
hints "AVILA.hints" #Default places to look for devices.
|
hints "AVILA.hints" # Default places to look for devices.
|
||||||
makeoptions MODULES_OVERRIDE=""
|
makeoptions MODULES_OVERRIDE=""
|
||||||
|
|
||||||
makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols
|
makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
|
||||||
makeoptions CONF_CFLAGS=-mcpu=xscale
|
makeoptions CONF_CFLAGS=-mcpu=xscale
|
||||||
#options HZ=1000
|
#options HZ=1000
|
||||||
options HZ=100
|
options HZ=100
|
||||||
@@ -37,23 +37,23 @@ options DEVICE_POLLING
|
|||||||
# Debugging for use in -current
|
# Debugging for use in -current
|
||||||
options KDB
|
options KDB
|
||||||
#options GDB
|
#options GDB
|
||||||
options DDB #Enable the kernel debugger
|
options DDB # Enable the kernel debugger
|
||||||
#options DEADLKRES #Enable the deadlock resolver
|
#options DEADLKRES # Enable the deadlock resolver
|
||||||
options INVARIANTS #Enable calls of extra sanity checking
|
options INVARIANTS # Enable calls of extra sanity checking
|
||||||
options INVARIANT_SUPPORT #Extra sanity checks of internal structures, required by INVARIANTS
|
options INVARIANT_SUPPORT # Extra sanity checks of internal structures, required by INVARIANTS
|
||||||
#options WITNESS #Enable checks to detect deadlocks and cycles
|
#options WITNESS # Enable checks to detect deadlocks and cycles
|
||||||
#options WITNESS_SKIPSPIN #Don't run witness on spinlocks for speed
|
#options WITNESS_SKIPSPIN # Don't run witness on spinlocks for speed
|
||||||
#options DIAGNOSTIC
|
#options DIAGNOSTIC
|
||||||
|
|
||||||
options SCHED_4BSD #4BSD scheduler
|
options SCHED_4BSD # 4BSD scheduler
|
||||||
options INET #InterNETworking
|
options INET # InterNETworking
|
||||||
options GEOM_PART_BSD #BSD partition scheme
|
options GEOM_PART_BSD # BSD partition scheme
|
||||||
options GEOM_PART_MBR #MBR partition scheme
|
options GEOM_PART_MBR # MBR partition scheme
|
||||||
options TMPFS #Efficient memory filesystem
|
options TMPFS # Efficient memory filesystem
|
||||||
options FFS #Berkeley Fast Filesystem
|
options FFS # Berkeley Fast Filesystem
|
||||||
options SOFTUPDATES #Enable FFS soft updates support
|
options SOFTUPDATES # Enable FFS soft updates support
|
||||||
options NFSCL #New Network Filesystem Client
|
options NFSCL # New Network Filesystem Client
|
||||||
options NFS_ROOT #NFS usable as /, requires NFSCL
|
options NFS_ROOT # NFS usable as /, requires NFSCL
|
||||||
options BOOTP
|
options BOOTP
|
||||||
options BOOTP_NFSROOT
|
options BOOTP_NFSROOT
|
||||||
options BOOTP_NFSV3
|
options BOOTP_NFSV3
|
||||||
|
|||||||
+29
-29
@@ -27,42 +27,42 @@ include "../ti/am335x/std.beaglebone"
|
|||||||
makeoptions WITHOUT_MODULES="ahc"
|
makeoptions WITHOUT_MODULES="ahc"
|
||||||
|
|
||||||
options HZ=100
|
options HZ=100
|
||||||
options SCHED_4BSD #4BSD scheduler
|
options SCHED_4BSD # 4BSD scheduler
|
||||||
options INET #InterNETworking
|
options INET # InterNETworking
|
||||||
options INET6 #IPv6 communications protocols
|
options INET6 # IPv6 communications protocols
|
||||||
options FFS #Berkeley Fast Filesystem
|
options FFS # Berkeley Fast Filesystem
|
||||||
options SOFTUPDATES #Enable FFS soft updates support
|
options SOFTUPDATES # Enable FFS soft updates support
|
||||||
options UFS_ACL #Support for access control lists
|
options UFS_ACL # Support for access control lists
|
||||||
options UFS_DIRHASH #Improve performance on big directories
|
options UFS_DIRHASH # Improve performance on big directories
|
||||||
options GEOM_PART_BSD #BSD partition scheme
|
options GEOM_PART_BSD # BSD partition scheme
|
||||||
options GEOM_PART_MBR #MBR partition scheme
|
options GEOM_PART_MBR # MBR partition scheme
|
||||||
options TMPFS #Efficient memory filesystem
|
options TMPFS # Efficient memory filesystem
|
||||||
options MSDOSFS #MSDOS Filesystem
|
options MSDOSFS # MSDOS Filesystem
|
||||||
options CD9660 #ISO 9660 Filesystem
|
options CD9660 # ISO 9660 Filesystem
|
||||||
options PROCFS #Process filesystem (requires PSEUDOFS)
|
options PROCFS # Process filesystem (requires PSEUDOFS)
|
||||||
options PSEUDOFS #Pseudo-filesystem framework
|
options PSEUDOFS # Pseudo-filesystem framework
|
||||||
options COMPAT_43 #Compatible with BSD 4.3 [KEEP THIS!]
|
options COMPAT_43 # Compatible with BSD 4.3 [KEEP THIS!]
|
||||||
options SCSI_DELAY=5000 #Delay (in ms) before probing SCSI
|
options SCSI_DELAY=5000 # Delay (in ms) before probing SCSI
|
||||||
options KTRACE #ktrace(1) support
|
options KTRACE # ktrace(1) support
|
||||||
options SYSVSHM #SYSV-style shared memory
|
options SYSVSHM # SYSV-style shared memory
|
||||||
options SYSVMSG #SYSV-style message queues
|
options SYSVMSG # SYSV-style message queues
|
||||||
options SYSVSEM #SYSV-style semaphores
|
options SYSVSEM # SYSV-style semaphores
|
||||||
options _KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensions
|
options _KPOSIX_PRIORITY_SCHEDULING # Posix P1003_1B real-time extensions
|
||||||
options KBD_INSTALL_CDEV # install a CDEV entry in /dev
|
options KBD_INSTALL_CDEV # install a CDEV entry in /dev
|
||||||
options PREEMPTION
|
options PREEMPTION
|
||||||
options FREEBSD_BOOT_LOADER
|
options FREEBSD_BOOT_LOADER
|
||||||
options VFP # vfp/neon
|
options VFP # vfp/neon
|
||||||
|
|
||||||
# Debugging
|
# Debugging
|
||||||
makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols
|
makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
|
||||||
options BREAK_TO_DEBUGGER
|
options BREAK_TO_DEBUGGER
|
||||||
#options VERBOSE_SYSINIT #Enable verbose sysinit messages
|
#options VERBOSE_SYSINIT # Enable verbose sysinit messages
|
||||||
options KDB
|
options KDB
|
||||||
options DDB #Enable the kernel debugger
|
options DDB # Enable the kernel debugger
|
||||||
options INVARIANTS #Enable calls of extra sanity checking
|
options INVARIANTS # Enable calls of extra sanity checking
|
||||||
options INVARIANT_SUPPORT #Extra sanity checks of internal structures, required by INVARIANTS
|
options INVARIANT_SUPPORT # Extra sanity checks of internal structures, required by INVARIANTS
|
||||||
options WITNESS #Enable checks to detect deadlocks and cycles
|
options WITNESS # Enable checks to detect deadlocks and cycles
|
||||||
options WITNESS_SKIPSPIN #Don't run witness on spinlocks for speed
|
options WITNESS_SKIPSPIN # Don't run witness on spinlocks for speed
|
||||||
#options DIAGNOSTIC
|
#options DIAGNOSTIC
|
||||||
|
|
||||||
# NFS support
|
# NFS support
|
||||||
@@ -71,7 +71,7 @@ options NFSCL
|
|||||||
options NFSLOCKD
|
options NFSLOCKD
|
||||||
|
|
||||||
# Uncomment this for NFS root
|
# Uncomment this for NFS root
|
||||||
#options NFS_ROOT #NFS usable as /, requires NFSCL
|
#options NFS_ROOT # NFS usable as /, requires NFSCL
|
||||||
#options BOOTP_NFSROOT
|
#options BOOTP_NFSROOT
|
||||||
#options BOOTP_COMPAT
|
#options BOOTP_COMPAT
|
||||||
#options BOOTP
|
#options BOOTP
|
||||||
|
|||||||
+30
-30
@@ -27,42 +27,42 @@ include "../at91/std.bwct"
|
|||||||
hints "BWCT.hints"
|
hints "BWCT.hints"
|
||||||
makeoptions MODULES_OVERRIDE=""
|
makeoptions MODULES_OVERRIDE=""
|
||||||
|
|
||||||
#makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols
|
#makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
|
||||||
options DDB
|
options DDB
|
||||||
options KDB
|
options KDB
|
||||||
options BREAK_TO_DEBUGGER
|
options BREAK_TO_DEBUGGER
|
||||||
options ALT_BREAK_TO_DEBUGGER
|
options ALT_BREAK_TO_DEBUGGER
|
||||||
|
|
||||||
options SCHED_4BSD #4BSD scheduler
|
options SCHED_4BSD # 4BSD scheduler
|
||||||
options INET #InterNETworking
|
options INET # InterNETworking
|
||||||
#options INET6 #IPv6 communications protocols
|
#options INET6 # IPv6 communications protocols
|
||||||
options FFS #Berkeley Fast Filesystem
|
options FFS # Berkeley Fast Filesystem
|
||||||
options SOFTUPDATES #Enable FFS soft updates support
|
options SOFTUPDATES # Enable FFS soft updates support
|
||||||
#options UFS_ACL #Support for access control lists
|
#options UFS_ACL # Support for access control lists
|
||||||
#options UFS_DIRHASH #Improve performance on big directories
|
#options UFS_DIRHASH # Improve performance on big directories
|
||||||
#options MD_ROOT #MD is a potential root device
|
#options MD_ROOT # MD is a potential root device
|
||||||
#options MD_ROOT_SIZE=4096 # 4MB ram disk
|
#options MD_ROOT_SIZE=4096 # 4MB ram disk
|
||||||
#options ROOTDEVNAME=\"ufs:md0\"
|
#options ROOTDEVNAME=\"ufs:md0\"
|
||||||
#options ROOTDEVNAME=\"ufs:/dev/mmcsd0s1a\"
|
#options ROOTDEVNAME=\"ufs:/dev/mmcsd0s1a\"
|
||||||
options NFSCL #New Network Filesystem Client
|
options NFSCL # New Network Filesystem Client
|
||||||
#options NFSD #New Network Filesystem Server
|
#options NFSD # New Network Filesystem Server
|
||||||
#options NFSLOCKD #Network Lock Manager
|
#options NFSLOCKD # Network Lock Manager
|
||||||
options NFS_ROOT #NFS usable as /, requires NFSCL
|
options NFS_ROOT # NFS usable as /, requires NFSCL
|
||||||
options BOOTP_NFSROOT
|
options BOOTP_NFSROOT
|
||||||
options BOOTP
|
options BOOTP
|
||||||
|
|
||||||
options GEOM_PART_BSD #BSD partition scheme
|
options GEOM_PART_BSD # BSD partition scheme
|
||||||
options GEOM_PART_MBR #MBR partition scheme
|
options GEOM_PART_MBR # MBR partition scheme
|
||||||
options TMPFS #Efficient memory filesystem
|
options TMPFS # Efficient memory filesystem
|
||||||
#options MSDOSFS #MSDOS Filesystem
|
#options MSDOSFS # MSDOS Filesystem
|
||||||
#options CD9660 #ISO 9660 Filesystem
|
#options CD9660 # ISO 9660 Filesystem
|
||||||
#options PROCFS #Process filesystem (requires PSEUDOFS)
|
#options PROCFS # Process filesystem (requires PSEUDOFS)
|
||||||
options PSEUDOFS #Pseudo-filesystem framework
|
options PSEUDOFS # Pseudo-filesystem framework
|
||||||
#options SCSI_DELAY=5000 #Delay (in ms) before probing SCSI
|
#options SCSI_DELAY=5000 # Delay (in ms) before probing SCSI
|
||||||
#options KTRACE #ktrace(1) support
|
#options KTRACE # ktrace(1) support
|
||||||
options SYSVSHM #SYSV-style shared memory
|
options SYSVSHM # SYSV-style shared memory
|
||||||
options SYSVMSG #SYSV-style message queues
|
options SYSVMSG # SYSV-style message queues
|
||||||
options SYSVSEM #SYSV-style semaphores
|
options SYSVSEM # SYSV-style semaphores
|
||||||
options _KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensions
|
options _KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensions
|
||||||
#options NO_SYSCTL_DESCR
|
#options NO_SYSCTL_DESCR
|
||||||
options MUTEX_NOINLINE
|
options MUTEX_NOINLINE
|
||||||
@@ -79,11 +79,11 @@ device mii
|
|||||||
device rlswitch
|
device rlswitch
|
||||||
|
|
||||||
# Debugging for use in -current
|
# Debugging for use in -current
|
||||||
#options DEADLKRES #Enable the deadlock resolver
|
#options DEADLKRES # Enable the deadlock resolver
|
||||||
#options INVARIANTS #Enable calls of extra sanity checking
|
#options INVARIANTS # Enable calls of extra sanity checking
|
||||||
#options INVARIANT_SUPPORT #Extra sanity checks of internal structures, required by INVARIANTS
|
#options INVARIANT_SUPPORT # Extra sanity checks of internal structures, required by INVARIANTS
|
||||||
#options WITNESS #Enable checks to detect deadlocks and cycles
|
#options WITNESS # Enable checks to detect deadlocks and cycles
|
||||||
#options WITNESS_SKIPSPIN #Don't run witness on spinlocks for speed
|
#options WITNESS_SKIPSPIN # Don't run witness on spinlocks for speed
|
||||||
#options DIAGNOSTIC
|
#options DIAGNOSTIC
|
||||||
|
|
||||||
device md
|
device md
|
||||||
|
|||||||
+16
-16
@@ -27,7 +27,7 @@ options XSCALE_CACHE_READ_WRITE_ALLOCATE
|
|||||||
#To statically compile in device wiring instead of /boot/device.hints
|
#To statically compile in device wiring instead of /boot/device.hints
|
||||||
hints "CAMBRIA.hints" # Default places to look for devices.
|
hints "CAMBRIA.hints" # Default places to look for devices.
|
||||||
|
|
||||||
makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols
|
makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
|
||||||
makeoptions CONF_CFLAGS=-mcpu=xscale
|
makeoptions CONF_CFLAGS=-mcpu=xscale
|
||||||
makeoptions MODULES_OVERRIDE=""
|
makeoptions MODULES_OVERRIDE=""
|
||||||
#options HZ=1000
|
#options HZ=1000
|
||||||
@@ -37,24 +37,24 @@ options DEVICE_POLLING
|
|||||||
# Debugging for use in -current
|
# Debugging for use in -current
|
||||||
options KDB
|
options KDB
|
||||||
#options GDB
|
#options GDB
|
||||||
options DDB #Enable the kernel debugger
|
options DDB # Enable the kernel debugger
|
||||||
#options DEADLKRES #Enable the deadlock resolver
|
#options DEADLKRES # Enable the deadlock resolver
|
||||||
options INVARIANTS #Enable calls of extra sanity checking
|
options INVARIANTS # Enable calls of extra sanity checking
|
||||||
options INVARIANT_SUPPORT #Extra sanity checks of internal structures, required by INVARIANTS
|
options INVARIANT_SUPPORT # Extra sanity checks of internal structures, required by INVARIANTS
|
||||||
#options WITNESS #Enable checks to detect deadlocks and cycles
|
#options WITNESS # Enable checks to detect deadlocks and cycles
|
||||||
#options WITNESS_SKIPSPIN #Don't run witness on spinlocks for speed
|
#options WITNESS_SKIPSPIN # Don't run witness on spinlocks for speed
|
||||||
#options DIAGNOSTIC
|
#options DIAGNOSTIC
|
||||||
|
|
||||||
options SCHED_4BSD #4BSD scheduler
|
options SCHED_4BSD # 4BSD scheduler
|
||||||
#options PREEMPTION
|
#options PREEMPTION
|
||||||
options INET #InterNETworking
|
options INET # InterNETworking
|
||||||
options GEOM_PART_BSD #BSD partition scheme
|
options GEOM_PART_BSD # BSD partition scheme
|
||||||
options GEOM_PART_MBR #MBR partition scheme
|
options GEOM_PART_MBR # MBR partition scheme
|
||||||
options TMPFS #Efficient memory filesystem
|
options TMPFS # Efficient memory filesystem
|
||||||
options FFS #Berkeley Fast Filesystem
|
options FFS # Berkeley Fast Filesystem
|
||||||
options SOFTUPDATES #Enable FFS soft updates support
|
options SOFTUPDATES # Enable FFS soft updates support
|
||||||
options NFSCL #New Network Filesystem Client
|
options NFSCL # New Network Filesystem Client
|
||||||
options NFS_ROOT #NFS usable as /, requires NFSCL
|
options NFS_ROOT # NFS usable as /, requires NFSCL
|
||||||
options BOOTP
|
options BOOTP
|
||||||
options BOOTP_NFSROOT
|
options BOOTP_NFSROOT
|
||||||
options BOOTP_NFSV3
|
options BOOTP_NFSV3
|
||||||
|
|||||||
+35
-35
@@ -30,61 +30,61 @@ include "../econa/std.econa"
|
|||||||
|
|
||||||
makeoptions MODULES_OVERRIDE=""
|
makeoptions MODULES_OVERRIDE=""
|
||||||
|
|
||||||
makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols
|
makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
|
||||||
options HZ=100
|
options HZ=100
|
||||||
options DEVICE_POLLING
|
options DEVICE_POLLING
|
||||||
|
|
||||||
# Debugging for use in -current
|
# Debugging for use in -current
|
||||||
options KDB
|
options KDB
|
||||||
#options GDB
|
#options GDB
|
||||||
options DDB #Enable the kernel debugger
|
options DDB # Enable the kernel debugger
|
||||||
#options DEADLKRES #Enable the deadlock resolver
|
#options DEADLKRES # Enable the deadlock resolver
|
||||||
#options INVARIANTS #Enable calls of extra sanity checking
|
#options INVARIANTS # Enable calls of extra sanity checking
|
||||||
#options INVARIANT_SUPPORT #Extra sanity checks of internal structures, required by INVARIANTS
|
#options INVARIANT_SUPPORT # Extra sanity checks of internal structures, required by INVARIANTS
|
||||||
#options WITNESS #Enable checks to detect deadlocks and cycles
|
#options WITNESS # Enable checks to detect deadlocks and cycles
|
||||||
##options WITNESS_SKIPSPIN #Don't run witness on spinlocks for speed
|
##options WITNESS_SKIPSPIN # Don't run witness on spinlocks for speed
|
||||||
#options DIAGNOSTIC
|
#options DIAGNOSTIC
|
||||||
|
|
||||||
|
|
||||||
#options COMPAT_FREEBSD5
|
#options COMPAT_FREEBSD5
|
||||||
#options COMPAT_FREEBSD6
|
#options COMPAT_FREEBSD6
|
||||||
#options COMPAT_FREEBSD7
|
#options COMPAT_FREEBSD7n
|
||||||
|
|
||||||
|
|
||||||
options SCHED_ULE #ULE scheduler
|
options SCHED_ULE # ULE scheduler
|
||||||
#options SCHED_4BSD #4BSD scheduler
|
#options SCHED_4BSD # 4BSD scheduler
|
||||||
options GEOM_PART_BSD #BSD partition scheme
|
options GEOM_PART_BSD # BSD partition scheme
|
||||||
options GEOM_PART_MBR #MBR partition scheme
|
options GEOM_PART_MBR # MBR partition scheme
|
||||||
options GEOM_PART_GPT # GUID Partition Tables.
|
options GEOM_PART_GPT # GUID Partition Tables.
|
||||||
#options GEOM_PART_EBR
|
#options GEOM_PART_EBR
|
||||||
#options GEOM_PART_EBR_COMPAT
|
#options GEOM_PART_EBR_COMPAT
|
||||||
options GEOM_LABEL # Provides labelization
|
options GEOM_LABEL # Provides labelization
|
||||||
|
|
||||||
|
|
||||||
options INET #InterNETworking
|
options INET # InterNETworking
|
||||||
options INET6 #IPv6 communications protocols
|
options INET6 # IPv6 communications protocols
|
||||||
options FFS #Berkeley Fast Filesystem
|
options FFS # Berkeley Fast Filesystem
|
||||||
options SOFTUPDATES #Enable FFS soft updates support
|
options SOFTUPDATES # Enable FFS soft updates support
|
||||||
options UFS_ACL #Support for access control lists
|
options UFS_ACL # Support for access control lists
|
||||||
options UFS_DIRHASH #Improve performance on big directories
|
options UFS_DIRHASH # Improve performance on big directories
|
||||||
options NFSCL #New Network Filesystem Client
|
options NFSCL # New Network Filesystem Client
|
||||||
#options NFSD #New Network Filesystem Server
|
#options NFSD # New Network Filesystem Server
|
||||||
#options NFSLOCKD #Network Lock Manager
|
#options NFSLOCKD # Network Lock Manager
|
||||||
options NFS_ROOT #NFS usable as /, requires NFSCL
|
options NFS_ROOT # NFS usable as /, requires NFSCL
|
||||||
options TMPFS #Efficient memory filesystem
|
options TMPFS # Efficient memory filesystem
|
||||||
options MSDOSFS #MSDOS Filesystem
|
options MSDOSFS # MSDOS Filesystem
|
||||||
#options CD9660 #ISO 9660 Filesystem
|
#options CD9660 # ISO 9660 Filesystem
|
||||||
#options PROCFS #Process filesystem (requires PSEUDOFS)
|
#options PROCFS # Process filesystem (requires PSEUDOFS)
|
||||||
options PSEUDOFS #Pseudo-filesystem framework
|
options PSEUDOFS # Pseudo-filesystem framework
|
||||||
options SCSI_DELAY=5000 #Delay (in ms) before probing SCSI
|
options SCSI_DELAY=5000 # Delay (in ms) before probing SCSI
|
||||||
options KTRACE #ktrace(1) support
|
options KTRACE # ktrace(1) support
|
||||||
options SYSVSHM #SYSV-style shared memory
|
options SYSVSHM # SYSV-style shared memory
|
||||||
options SYSVMSG #SYSV-style message queues
|
options SYSVMSG # SYSV-style message queues
|
||||||
options SYSVSEM #SYSV-style semaphores
|
options SYSVSEM # SYSV-style semaphores
|
||||||
options _KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensions
|
options _KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensions
|
||||||
options MUTEX_NOINLINE #Mutex inlines are space hogs
|
options MUTEX_NOINLINE # Mutex inlines are space hogs
|
||||||
options RWLOCK_NOINLINE #rwlock inlines are space hogs
|
options RWLOCK_NOINLINE # rwlock inlines are space hogs
|
||||||
options SX_NOINLINE #sx inliens are space hogs
|
options SX_NOINLINE # sx inliens are space hogs
|
||||||
#options BOOTP
|
#options BOOTP
|
||||||
#options BOOTP_NFSROOT
|
#options BOOTP_NFSROOT
|
||||||
#options BOOTP_NFSV3
|
#options BOOTP_NFSV3
|
||||||
|
|||||||
+31
-31
@@ -27,37 +27,37 @@ options COUNTS_PER_SEC=400000000
|
|||||||
include "../xscale/i8134x/std.crb"
|
include "../xscale/i8134x/std.crb"
|
||||||
makeoptions MODULES_OVERRIDE=""
|
makeoptions MODULES_OVERRIDE=""
|
||||||
|
|
||||||
#makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols
|
#makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
|
||||||
makeoptions CONF_CFLAGS=-mcpu=xscale
|
makeoptions CONF_CFLAGS=-mcpu=xscale
|
||||||
options HZ=100
|
options HZ=100
|
||||||
options BREAK_TO_DEBUGGER
|
options BREAK_TO_DEBUGGER
|
||||||
#options DEVICE_POLLING
|
#options DEVICE_POLLING
|
||||||
|
|
||||||
options SCHED_4BSD #4BSD scheduler
|
options SCHED_4BSD # 4BSD scheduler
|
||||||
options INET #InterNETworking
|
options INET # InterNETworking
|
||||||
options INET6 #IPv6 communications protocols
|
options INET6 # IPv6 communications protocols
|
||||||
options FFS #Berkeley Fast Filesystem
|
options FFS # Berkeley Fast Filesystem
|
||||||
options SOFTUPDATES #Enable FFS soft updates support
|
options SOFTUPDATES # Enable FFS soft updates support
|
||||||
options UFS_ACL #Support for access control lists
|
options UFS_ACL # Support for access control lists
|
||||||
options UFS_DIRHASH #Improve performance on big directories
|
options UFS_DIRHASH # Improve performance on big directories
|
||||||
options NFSCL #New Network Filesystem Client
|
options NFSCL # New Network Filesystem Client
|
||||||
options NFSD #New Network Filesystem Server
|
options NFSD # New Network Filesystem Server
|
||||||
options NFSLOCKD #Network Lock Manager
|
options NFSLOCKD # Network Lock Manager
|
||||||
options NFS_ROOT #NFS usable as /, requires NFSCL
|
options NFS_ROOT # NFS usable as /, requires NFSCL
|
||||||
#options MSDOSFS #MSDOS Filesystem
|
#options MSDOSFS # MSDOS Filesystem
|
||||||
options GEOM_PART_BSD #BSD partition scheme
|
options GEOM_PART_BSD # BSD partition scheme
|
||||||
options GEOM_PART_MBR #MBR partition scheme
|
options GEOM_PART_MBR # MBR partition scheme
|
||||||
options TMPFS #Efficient memory filesystem
|
options TMPFS # Efficient memory filesystem
|
||||||
options CD9660 #ISO 9660 Filesystem
|
options CD9660 # ISO 9660 Filesystem
|
||||||
#options PROCFS #Process filesystem (requires PSEUDOFS)
|
#options PROCFS # Process filesystem (requires PSEUDOFS)
|
||||||
options PSEUDOFS #Pseudo-filesystem framework
|
options PSEUDOFS # Pseudo-filesystem framework
|
||||||
options SCSI_DELAY=5000 #Delay (in ms) before probing SCSI
|
options SCSI_DELAY=5000 # Delay (in ms) before probing SCSI
|
||||||
options KTRACE #ktrace(1) support
|
options KTRACE # ktrace(1) support
|
||||||
options INTR_FILTER
|
options INTR_FILTER
|
||||||
options SYSVSHM #SYSV-style shared memory
|
options SYSVSHM # SYSV-style shared memory
|
||||||
options SYSVMSG #SYSV-style message queues
|
options SYSVMSG # SYSV-style message queues
|
||||||
options SYSVSEM #SYSV-style semaphores
|
options SYSVSEM # SYSV-style semaphores
|
||||||
options _KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensions
|
options _KPOSIX_PRIORITY_SCHEDULING # Posix P1003_1B real-time extensions
|
||||||
options KBD_INSTALL_CDEV # install a CDEV entry in /dev
|
options KBD_INSTALL_CDEV # install a CDEV entry in /dev
|
||||||
options BOOTP
|
options BOOTP
|
||||||
options BOOTP_NFSROOT
|
options BOOTP_NFSROOT
|
||||||
@@ -93,12 +93,12 @@ device "7seg"
|
|||||||
|
|
||||||
# Debugging for use in -current
|
# Debugging for use in -current
|
||||||
options KDB
|
options KDB
|
||||||
options DDB #Enable the kernel debugger
|
options DDB # Enable the kernel debugger
|
||||||
#options DEADLKRES #Enable the deadlock resolver
|
#options DEADLKRES # Enable the deadlock resolver
|
||||||
#options INVARIANTS #Enable calls of extra sanity checking
|
#options INVARIANTS # Enable calls of extra sanity checking
|
||||||
#options INVARIANT_SUPPORT #Extra sanity checks of internal structures, required by INVARIANTS
|
#options INVARIANT_SUPPORT # Extra sanity checks of internal structures, required by INVARIANTS
|
||||||
#options WITNESS #Enable checks to detect deadlocks and cycles
|
#options WITNESS # Enable checks to detect deadlocks and cycles
|
||||||
#options WITNESS_SKIPSPIN #Don't run witness on spinlocks for speed
|
#options WITNESS_SKIPSPIN # Don't run witness on spinlocks for speed
|
||||||
#options DIAGNOSTIC
|
#options DIAGNOSTIC
|
||||||
|
|
||||||
# To make an SMP kernel, the next two are needed
|
# To make an SMP kernel, the next two are needed
|
||||||
|
|||||||
+31
-31
@@ -26,51 +26,51 @@ makeoptions MODULES_OVERRIDE=""
|
|||||||
makeoptions WITHOUT_MODULES="ahc"
|
makeoptions WITHOUT_MODULES="ahc"
|
||||||
|
|
||||||
options HZ=100
|
options HZ=100
|
||||||
options SCHED_4BSD #4BSD scheduler
|
options SCHED_4BSD # 4BSD scheduler
|
||||||
options INET #InterNETworking
|
options INET # InterNETworking
|
||||||
options INET6 #IPv6 communications protocols
|
options INET6 # IPv6 communications protocols
|
||||||
options GEOM_PART_BSD #BSD partition scheme
|
options GEOM_PART_BSD # BSD partition scheme
|
||||||
options GEOM_PART_MBR #MBR partition scheme
|
options GEOM_PART_MBR # MBR partition scheme
|
||||||
options TMPFS #Efficient memory filesystem
|
options TMPFS # Efficient memory filesystem
|
||||||
options FFS #Berkeley Fast Filesystem
|
options FFS # Berkeley Fast Filesystem
|
||||||
options SOFTUPDATES #Enable FFS soft updates support
|
options SOFTUPDATES # Enable FFS soft updates support
|
||||||
options UFS_ACL #Support for access control lists
|
options UFS_ACL # Support for access control lists
|
||||||
options UFS_DIRHASH #Improve performance on big directories
|
options UFS_DIRHASH # Improve performance on big directories
|
||||||
options MSDOSFS #MSDOS Filesystem
|
options MSDOSFS # MSDOS Filesystem
|
||||||
options CD9660 #ISO 9660 Filesystem
|
options CD9660 # ISO 9660 Filesystem
|
||||||
options PROCFS #Process filesystem (requires PSEUDOFS)
|
options PROCFS # Process filesystem (requires PSEUDOFS)
|
||||||
options PSEUDOFS #Pseudo-filesystem framework
|
options PSEUDOFS # Pseudo-filesystem framework
|
||||||
options COMPAT_43 #Compatible with BSD 4.3 [KEEP THIS!]
|
options COMPAT_43 # Compatible with BSD 4.3 [KEEP THIS!]
|
||||||
options SCSI_DELAY=5000 #Delay (in ms) before probing SCSI
|
options SCSI_DELAY=5000 # Delay (in ms) before probing SCSI
|
||||||
options KTRACE #ktrace(1) support
|
options KTRACE # ktrace(1) support
|
||||||
options SYSVSHM #SYSV-style shared memory
|
options SYSVSHM # SYSV-style shared memory
|
||||||
options SYSVMSG #SYSV-style message queues
|
options SYSVMSG # SYSV-style message queues
|
||||||
options SYSVSEM #SYSV-style semaphores
|
options SYSVSEM # SYSV-style semaphores
|
||||||
options _KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensions
|
options _KPOSIX_PRIORITY_SCHEDULING # Posix P1003_1B real-time extensions
|
||||||
options KBD_INSTALL_CDEV # install a CDEV entry in /dev
|
options KBD_INSTALL_CDEV # install a CDEV entry in /dev
|
||||||
options PREEMPTION
|
options PREEMPTION
|
||||||
options FREEBSD_BOOT_LOADER
|
options FREEBSD_BOOT_LOADER
|
||||||
options VFP # vfp/neon
|
options VFP # vfp/neon
|
||||||
|
|
||||||
# Debugging
|
# Debugging
|
||||||
makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols
|
makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
|
||||||
options BREAK_TO_DEBUGGER
|
options BREAK_TO_DEBUGGER
|
||||||
#options VERBOSE_SYSINIT #Enable verbose sysinit messages
|
#options VERBOSE_SYSINIT # Enable verbose sysinit messages
|
||||||
options KDB
|
options KDB
|
||||||
options DDB #Enable the kernel debugger
|
options DDB # Enable the kernel debugger
|
||||||
options INVARIANTS #Enable calls of extra sanity checking
|
options INVARIANTS # Enable calls of extra sanity checking
|
||||||
options INVARIANT_SUPPORT #Extra sanity checks of internal structures, required by INVARIANTS
|
options INVARIANT_SUPPORT # Extra sanity checks of internal structures, required by INVARIANTS
|
||||||
options WITNESS #Enable checks to detect deadlocks and cycles
|
options WITNESS # Enable checks to detect deadlocks and cycles
|
||||||
options WITNESS_SKIPSPIN #Don't run witness on spinlocks for speed
|
options WITNESS_SKIPSPIN # Don't run witness on spinlocks for speed
|
||||||
#options DIAGNOSTIC
|
#options DIAGNOSTIC
|
||||||
|
|
||||||
# NFS support
|
# NFS support
|
||||||
#options NFSCL
|
#options NFSCL
|
||||||
#options NFSSERVER #Network Filesystem Server
|
#options NFSSERVER # Network Filesystem Server
|
||||||
#options NFSCLIENT #Network Filesystem Client
|
#options NFSCLIENT # Network Filesystem Client
|
||||||
|
|
||||||
# Uncomment this for NFS root
|
# Uncomment this for NFS root
|
||||||
#options NFS_ROOT #NFS usable as /, requires NFSCLIENT
|
#options NFS_ROOT # NFS usable as /, requires NFSCLIENT
|
||||||
#options BOOTP_NFSROOT
|
#options BOOTP_NFSROOT
|
||||||
#options BOOTP_COMPAT
|
#options BOOTP_COMPAT
|
||||||
#options BOOTP
|
#options BOOTP
|
||||||
|
|||||||
+31
-31
@@ -26,51 +26,51 @@ makeoptions MODULES_OVERRIDE=""
|
|||||||
makeoptions WITHOUT_MODULES="ahc"
|
makeoptions WITHOUT_MODULES="ahc"
|
||||||
|
|
||||||
options HZ=100
|
options HZ=100
|
||||||
options SCHED_4BSD #4BSD scheduler
|
options SCHED_4BSD # 4BSD scheduler
|
||||||
options INET #InterNETworking
|
options INET # InterNETworking
|
||||||
options INET6 #IPv6 communications protocols
|
options INET6 # IPv6 communications protocols
|
||||||
options GEOM_PART_BSD #BSD partition scheme
|
options GEOM_PART_BSD # BSD partition scheme
|
||||||
options GEOM_PART_MBR #MBR partition scheme
|
options GEOM_PART_MBR # MBR partition scheme
|
||||||
options TMPFS #Efficient memory filesystem
|
options TMPFS # Efficient memory filesystem
|
||||||
options FFS #Berkeley Fast Filesystem
|
options FFS # Berkeley Fast Filesystem
|
||||||
options SOFTUPDATES #Enable FFS soft updates support
|
options SOFTUPDATES # Enable FFS soft updates support
|
||||||
options UFS_ACL #Support for access control lists
|
options UFS_ACL # Support for access control lists
|
||||||
options UFS_DIRHASH #Improve performance on big directories
|
options UFS_DIRHASH # Improve performance on big directories
|
||||||
options MSDOSFS #MSDOS Filesystem
|
options MSDOSFS # MSDOS Filesystem
|
||||||
options CD9660 #ISO 9660 Filesystem
|
options CD9660 # ISO 9660 Filesystem
|
||||||
options PROCFS #Process filesystem (requires PSEUDOFS)
|
options PROCFS # Process filesystem (requires PSEUDOFS)
|
||||||
options PSEUDOFS #Pseudo-filesystem framework
|
options PSEUDOFS # Pseudo-filesystem framework
|
||||||
options COMPAT_43 #Compatible with BSD 4.3 [KEEP THIS!]
|
options COMPAT_43 # Compatible with BSD 4.3 [KEEP THIS!]
|
||||||
options SCSI_DELAY=5000 #Delay (in ms) before probing SCSI
|
options SCSI_DELAY=5000 # Delay (in ms) before probing SCSI
|
||||||
options KTRACE #ktrace(1) support
|
options KTRACE # ktrace(1) support
|
||||||
options SYSVSHM #SYSV-style shared memory
|
options SYSVSHM # SYSV-style shared memory
|
||||||
options SYSVMSG #SYSV-style message queues
|
options SYSVMSG # SYSV-style message queues
|
||||||
options SYSVSEM #SYSV-style semaphores
|
options SYSVSEM # SYSV-style semaphores
|
||||||
options _KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensions
|
options _KPOSIX_PRIORITY_SCHEDULING # Posix P1003_1B real-time extensions
|
||||||
options KBD_INSTALL_CDEV # install a CDEV entry in /dev
|
options KBD_INSTALL_CDEV # install a CDEV entry in /dev
|
||||||
options PREEMPTION
|
options PREEMPTION
|
||||||
options FREEBSD_BOOT_LOADER
|
options FREEBSD_BOOT_LOADER
|
||||||
options VFP # vfp/neon
|
options VFP # vfp/neon
|
||||||
|
|
||||||
# Debugging
|
# Debugging
|
||||||
makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols
|
makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
|
||||||
options BREAK_TO_DEBUGGER
|
options BREAK_TO_DEBUGGER
|
||||||
#options VERBOSE_SYSINIT #Enable verbose sysinit messages
|
#options VERBOSE_SYSINIT # Enable verbose sysinit messages
|
||||||
options KDB
|
options KDB
|
||||||
options DDB #Enable the kernel debugger
|
options DDB # Enable the kernel debugger
|
||||||
options INVARIANTS #Enable calls of extra sanity checking
|
options INVARIANTS # Enable calls of extra sanity checking
|
||||||
options INVARIANT_SUPPORT #Extra sanity checks of internal structures, required by INVARIANTS
|
options INVARIANT_SUPPORT # Extra sanity checks of internal structures, required by INVARIANTS
|
||||||
options WITNESS #Enable checks to detect deadlocks and cycles
|
options WITNESS # Enable checks to detect deadlocks and cycles
|
||||||
options WITNESS_SKIPSPIN #Don't run witness on spinlocks for speed
|
options WITNESS_SKIPSPIN # Don't run witness on spinlocks for speed
|
||||||
#options DIAGNOSTIC
|
#options DIAGNOSTIC
|
||||||
|
|
||||||
# NFS support
|
# NFS support
|
||||||
#options NFSCL
|
#options NFSCL
|
||||||
#options NFSSERVER #Network Filesystem Server
|
#options NFSSERVER # Network Filesystem Server
|
||||||
#options NFSCLIENT #Network Filesystem Client
|
#options NFSCLIENT # Network Filesystem Client
|
||||||
|
|
||||||
# Uncomment this for NFS root
|
# Uncomment this for NFS root
|
||||||
#options NFS_ROOT #NFS usable as /, requires NFSCLIENT
|
#options NFS_ROOT # NFS usable as /, requires NFSCLIENT
|
||||||
#options BOOTP_NFSROOT
|
#options BOOTP_NFSROOT
|
||||||
#options BOOTP_COMPAT
|
#options BOOTP_COMPAT
|
||||||
#options BOOTP
|
#options BOOTP
|
||||||
|
|||||||
+21
-21
@@ -10,20 +10,20 @@ include "../mv/discovery/std.db78xxx"
|
|||||||
options SOC_MV_DISCOVERY
|
options SOC_MV_DISCOVERY
|
||||||
makeoptions MODULES_OVERRIDE=""
|
makeoptions MODULES_OVERRIDE=""
|
||||||
|
|
||||||
#makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols
|
#makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
|
||||||
makeoptions WERROR="-Werror"
|
makeoptions WERROR="-Werror"
|
||||||
|
|
||||||
options SCHED_4BSD #4BSD scheduler
|
options SCHED_4BSD # 4BSD scheduler
|
||||||
options INET #InterNETworking
|
options INET # InterNETworking
|
||||||
options INET6 #IPv6 communications protocols
|
options INET6 # IPv6 communications protocols
|
||||||
options GEOM_PART_BSD #BSD partition scheme
|
options GEOM_PART_BSD # BSD partition scheme
|
||||||
options GEOM_PART_MBR #MBR partition scheme
|
options GEOM_PART_MBR # MBR partition scheme
|
||||||
options TMPFS #Efficient memory filesystem
|
options TMPFS # Efficient memory filesystem
|
||||||
options FFS #Berkeley Fast Filesystem
|
options FFS # Berkeley Fast Filesystem
|
||||||
options NANDFS #NAND Filesystem
|
options NANDFS # NAND Filesystem
|
||||||
options NFSCL #New Network Filesystem Client
|
options NFSCL # New Network Filesystem Client
|
||||||
options NFSLOCKD #Network Lock Manager
|
options NFSLOCKD # Network Lock Manager
|
||||||
options NFS_ROOT #NFS usable as /, requires NFSCL
|
options NFS_ROOT # NFS usable as /, requires NFSCL
|
||||||
options BOOTP
|
options BOOTP
|
||||||
options BOOTP_NFSROOT
|
options BOOTP_NFSROOT
|
||||||
options BOOTP_NFSV3
|
options BOOTP_NFSV3
|
||||||
@@ -31,10 +31,10 @@ options BOOTP_WIRED_TO=mge0
|
|||||||
|
|
||||||
#options ROOTDEVNAME=\"ufs:/dev/da0a\"
|
#options ROOTDEVNAME=\"ufs:/dev/da0a\"
|
||||||
|
|
||||||
options SYSVSHM #SYSV-style shared memory
|
options SYSVSHM # SYSV-style shared memory
|
||||||
options SYSVMSG #SYSV-style message queues
|
options SYSVMSG # SYSV-style message queues
|
||||||
options SYSVSEM #SYSV-style semaphores
|
options SYSVSEM # SYSV-style semaphores
|
||||||
options _KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensions
|
options _KPOSIX_PRIORITY_SCHEDULING # Posix P1003_1B real-time extensions
|
||||||
options MUTEX_NOINLINE
|
options MUTEX_NOINLINE
|
||||||
options RWLOCK_NOINLINE
|
options RWLOCK_NOINLINE
|
||||||
options NO_FFS_SNAPSHOT
|
options NO_FFS_SNAPSHOT
|
||||||
@@ -43,13 +43,13 @@ options NO_SWAPPING
|
|||||||
# Debugging
|
# Debugging
|
||||||
options ALT_BREAK_TO_DEBUGGER
|
options ALT_BREAK_TO_DEBUGGER
|
||||||
options DDB
|
options DDB
|
||||||
#options DEADLKRES #Enable the deadlock resolver
|
#options DEADLKRES # Enable the deadlock resolver
|
||||||
options DIAGNOSTIC
|
options DIAGNOSTIC
|
||||||
#options INVARIANTS #Enable calls of extra sanity checking
|
#options INVARIANTS # Enable calls of extra sanity checking
|
||||||
#options INVARIANT_SUPPORT #Extra sanity checks of internal structures, required by INVARIANTS
|
#options INVARIANT_SUPPORT # Extra sanity checks of internal structures, required by INVARIANTS
|
||||||
options KDB
|
options KDB
|
||||||
options WITNESS #Enable checks to detect deadlocks and cycles
|
options WITNESS # Enable checks to detect deadlocks and cycles
|
||||||
options WITNESS_SKIPSPIN #Don't run witness on spinlocks for speed
|
options WITNESS_SKIPSPIN # Don't run witness on spinlocks for speed
|
||||||
#options WITNESS_KDB
|
#options WITNESS_KDB
|
||||||
|
|
||||||
device pci
|
device pci
|
||||||
|
|||||||
+20
-20
@@ -10,19 +10,19 @@ include "../mv/orion/std.db88f5xxx"
|
|||||||
options SOC_MV_ORION
|
options SOC_MV_ORION
|
||||||
makeoptions MODULES_OVERRIDE=""
|
makeoptions MODULES_OVERRIDE=""
|
||||||
|
|
||||||
#makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols
|
#makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
|
||||||
makeoptions WERROR="-Werror"
|
makeoptions WERROR="-Werror"
|
||||||
|
|
||||||
options SCHED_4BSD #4BSD scheduler
|
options SCHED_4BSD # 4BSD scheduler
|
||||||
options INET #InterNETworking
|
options INET # InterNETworking
|
||||||
options INET6 #IPv6 communications protocols
|
options INET6 # IPv6 communications protocols
|
||||||
options GEOM_PART_BSD #BSD partition scheme
|
options GEOM_PART_BSD # BSD partition scheme
|
||||||
options GEOM_PART_MBR #MBR partition scheme
|
options GEOM_PART_MBR # MBR partition scheme
|
||||||
options TMPFS #Efficient memory filesystem
|
options TMPFS # Efficient memory filesystem
|
||||||
options FFS #Berkeley Fast Filesystem
|
options FFS # Berkeley Fast Filesystem
|
||||||
options NFSCL #New Network Filesystem Client
|
options NFSCL # New Network Filesystem Client
|
||||||
options NFSLOCKD #Network Lock Manager
|
options NFSLOCKD # Network Lock Manager
|
||||||
options NFS_ROOT #NFS usable as /, requires NFSCL
|
options NFS_ROOT # NFS usable as /, requires NFSCL
|
||||||
options BOOTP
|
options BOOTP
|
||||||
options BOOTP_NFSROOT
|
options BOOTP_NFSROOT
|
||||||
options BOOTP_NFSV3
|
options BOOTP_NFSV3
|
||||||
@@ -30,10 +30,10 @@ options BOOTP_WIRED_TO=mge0
|
|||||||
|
|
||||||
#options ROOTDEVNAME=\"ufs:/dev/da0a\"
|
#options ROOTDEVNAME=\"ufs:/dev/da0a\"
|
||||||
|
|
||||||
options SYSVSHM #SYSV-style shared memory
|
options SYSVSHM # SYSV-style shared memory
|
||||||
options SYSVMSG #SYSV-style message queues
|
options SYSVMSG # SYSV-style message queues
|
||||||
options SYSVSEM #SYSV-style semaphores
|
options SYSVSEM # SYSV-style semaphores
|
||||||
options _KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensions
|
options _KPOSIX_PRIORITY_SCHEDULING # Posix P1003_1B real-time extensions
|
||||||
options MUTEX_NOINLINE
|
options MUTEX_NOINLINE
|
||||||
options RWLOCK_NOINLINE
|
options RWLOCK_NOINLINE
|
||||||
options NO_FFS_SNAPSHOT
|
options NO_FFS_SNAPSHOT
|
||||||
@@ -42,13 +42,13 @@ options NO_SWAPPING
|
|||||||
# Debugging
|
# Debugging
|
||||||
options ALT_BREAK_TO_DEBUGGER
|
options ALT_BREAK_TO_DEBUGGER
|
||||||
options DDB
|
options DDB
|
||||||
#options DEADLKRES #Enable the deadlock resolver
|
#options DEADLKRES # Enable the deadlock resolver
|
||||||
options DIAGNOSTIC
|
options DIAGNOSTIC
|
||||||
#options INVARIANTS #Enable calls of extra sanity checking
|
#options INVARIANTS # Enable calls of extra sanity checking
|
||||||
#options INVARIANT_SUPPORT #Extra sanity checks of internal structures, required by INVARIANTS
|
#options INVARIANT_SUPPORT # Extra sanity checks of internal structures, required by INVARIANTS
|
||||||
options KDB
|
options KDB
|
||||||
options WITNESS #Enable checks to detect deadlocks and cycles
|
options WITNESS # Enable checks to detect deadlocks and cycles
|
||||||
options WITNESS_SKIPSPIN #Don't run witness on spinlocks for speed
|
options WITNESS_SKIPSPIN # Don't run witness on spinlocks for speed
|
||||||
#options WITNESS_KDB
|
#options WITNESS_KDB
|
||||||
|
|
||||||
device pci
|
device pci
|
||||||
|
|||||||
+21
-21
@@ -10,20 +10,20 @@ include "../mv/kirkwood/std.db88f6xxx"
|
|||||||
options SOC_MV_KIRKWOOD
|
options SOC_MV_KIRKWOOD
|
||||||
makeoptions MODULES_OVERRIDE=""
|
makeoptions MODULES_OVERRIDE=""
|
||||||
|
|
||||||
#makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols
|
#makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
|
||||||
makeoptions WERROR="-Werror"
|
makeoptions WERROR="-Werror"
|
||||||
|
|
||||||
options SCHED_4BSD #4BSD scheduler
|
options SCHED_4BSD # 4BSD scheduler
|
||||||
options INET #InterNETworking
|
options INET # InterNETworking
|
||||||
options INET6 #IPv6 communications protocols
|
options INET6 # IPv6 communications protocols
|
||||||
options GEOM_PART_BSD #BSD partition scheme
|
options GEOM_PART_BSD # BSD partition scheme
|
||||||
options GEOM_PART_MBR #MBR partition scheme
|
options GEOM_PART_MBR # MBR partition scheme
|
||||||
options TMPFS #Efficient memory filesystem
|
options TMPFS # Efficient memory filesystem
|
||||||
options FFS #Berkeley Fast Filesystem
|
options FFS # Berkeley Fast Filesystem
|
||||||
options NANDFS #NAND Filesystem
|
options NANDFS # NAND Filesystem
|
||||||
options NFSCL #New Network Filesystem Client
|
options NFSCL # New Network Filesystem Client
|
||||||
options NFSLOCKD #Network Lock Manager
|
options NFSLOCKD # Network Lock Manager
|
||||||
options NFS_ROOT #NFS usable as /, requires NFSCL
|
options NFS_ROOT # NFS usable as /, requires NFSCL
|
||||||
options BOOTP
|
options BOOTP
|
||||||
options BOOTP_NFSROOT
|
options BOOTP_NFSROOT
|
||||||
options BOOTP_NFSV3
|
options BOOTP_NFSV3
|
||||||
@@ -31,10 +31,10 @@ options BOOTP_WIRED_TO=mge0
|
|||||||
|
|
||||||
#options ROOTDEVNAME=\"ufs:/dev/da0a\"
|
#options ROOTDEVNAME=\"ufs:/dev/da0a\"
|
||||||
|
|
||||||
options SYSVSHM #SYSV-style shared memory
|
options SYSVSHM # SYSV-style shared memory
|
||||||
options SYSVMSG #SYSV-style message queues
|
options SYSVMSG # SYSV-style message queues
|
||||||
options SYSVSEM #SYSV-style semaphores
|
options SYSVSEM # SYSV-style semaphores
|
||||||
options _KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensions
|
options _KPOSIX_PRIORITY_SCHEDULING # Posix P1003_1B real-time extensions
|
||||||
options MUTEX_NOINLINE
|
options MUTEX_NOINLINE
|
||||||
options RWLOCK_NOINLINE
|
options RWLOCK_NOINLINE
|
||||||
options NO_FFS_SNAPSHOT
|
options NO_FFS_SNAPSHOT
|
||||||
@@ -43,13 +43,13 @@ options NO_SWAPPING
|
|||||||
# Debugging
|
# Debugging
|
||||||
options ALT_BREAK_TO_DEBUGGER
|
options ALT_BREAK_TO_DEBUGGER
|
||||||
options DDB
|
options DDB
|
||||||
#options DEADLKRES #Enable the deadlock resolver
|
#options DEADLKRES # Enable the deadlock resolver
|
||||||
options DIAGNOSTIC
|
options DIAGNOSTIC
|
||||||
#options INVARIANTS #Enable calls of extra sanity checking
|
#options INVARIANTS # Enable calls of extra sanity checking
|
||||||
#options INVARIANT_SUPPORT #Extra sanity checks of internal structures, required by INVARIANTS
|
#options INVARIANT_SUPPORT # Extra sanity checks of internal structures, required by INVARIANTS
|
||||||
options KDB
|
options KDB
|
||||||
options WITNESS #Enable checks to detect deadlocks and cycles
|
options WITNESS # Enable checks to detect deadlocks and cycles
|
||||||
options WITNESS_SKIPSPIN #Don't run witness on spinlocks for speed
|
options WITNESS_SKIPSPIN # Don't run witness on spinlocks for speed
|
||||||
#options WITNESS_KDB
|
#options WITNESS_KDB
|
||||||
|
|
||||||
device pci
|
device pci
|
||||||
|
|||||||
@@ -41,13 +41,13 @@ options NFSCL # New Network Filesystem Client
|
|||||||
#options NFSD # New Network Filesystem Server
|
#options NFSD # New Network Filesystem Server
|
||||||
options NFSLOCKD # Network Lock Manager
|
options NFSLOCKD # Network Lock Manager
|
||||||
options NFS_ROOT # NFS usable as /, requires NFSCL
|
options NFS_ROOT # NFS usable as /, requires NFSCL
|
||||||
options TMPFS #Efficient memory filesystem
|
options TMPFS # Efficient memory filesystem
|
||||||
options MSDOSFS # MSDOS Filesystem
|
options MSDOSFS # MSDOS Filesystem
|
||||||
options CD9660 # ISO 9660 Filesystem
|
options CD9660 # ISO 9660 Filesystem
|
||||||
#options PROCFS # Process filesystem (requires PSEUDOFS)
|
#options PROCFS # Process filesystem (requires PSEUDOFS)
|
||||||
options PSEUDOFS # Pseudo-filesystem framework
|
options PSEUDOFS # Pseudo-filesystem framework
|
||||||
options GEOM_PART_BSD #BSD partition scheme
|
options GEOM_PART_BSD # BSD partition scheme
|
||||||
options GEOM_PART_MBR #MBR partition scheme
|
options GEOM_PART_MBR # MBR partition scheme
|
||||||
options GEOM_PART_GPT # GUID Partition Tables.
|
options GEOM_PART_GPT # GUID Partition Tables.
|
||||||
options GEOM_LABEL # Provides labelization
|
options GEOM_LABEL # Provides labelization
|
||||||
#options COMPAT_FREEBSD5 # Compatible with FreeBSD5
|
#options COMPAT_FREEBSD5 # Compatible with FreeBSD5
|
||||||
|
|||||||
+35
-35
@@ -28,21 +28,21 @@ makeoptions MODULES_OVERRIDE=""
|
|||||||
|
|
||||||
options SOC_MV_KIRKWOOD
|
options SOC_MV_KIRKWOOD
|
||||||
|
|
||||||
options SCHED_4BSD #4BSD scheduler
|
options SCHED_4BSD # 4BSD scheduler
|
||||||
options INET #InterNETworking
|
options INET # InterNETworking
|
||||||
options INET6 #IPv6 communications protocols
|
options INET6 # IPv6 communications protocols
|
||||||
options SOFTUPDATES
|
options SOFTUPDATES
|
||||||
options CD9660 #ISO 9660 filesystem
|
options CD9660 # ISO 9660 filesystem
|
||||||
options FFS #Berkeley Fast Filesystem
|
options FFS # Berkeley Fast Filesystem
|
||||||
options TMPFS #Efficient memory filesystem
|
options TMPFS # Efficient memory filesystem
|
||||||
options MSDOSFS #MS DOS File System (FAT, FAT32)
|
options MSDOSFS # MS DOS File System (FAT, FAT32)
|
||||||
options NULLFS #NULL filesystem
|
options NULLFS # NULL filesystem
|
||||||
options SYSVSHM #SYSV-style shared memory
|
options SYSVSHM # SYSV-style shared memory
|
||||||
options SYSVMSG #SYSV-style message queues
|
options SYSVMSG # SYSV-style message queues
|
||||||
options SYSVSEM #SYSV-style semaphores
|
options SYSVSEM # SYSV-style semaphores
|
||||||
options _KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensions
|
options _KPOSIX_PRIORITY_SCHEDULING # Posix P1003_1B real-time extensions
|
||||||
options GEOM_PART_BSD #BSD partition scheme
|
options GEOM_PART_BSD # BSD partition scheme
|
||||||
options GEOM_PART_MBR #MBR partition scheme
|
options GEOM_PART_MBR # MBR partition scheme
|
||||||
options GEOM_ELI # Disk encryption.
|
options GEOM_ELI # Disk encryption.
|
||||||
options GEOM_LABEL # Providers labelization.
|
options GEOM_LABEL # Providers labelization.
|
||||||
options GEOM_PART_GPT # GPT partitioning
|
options GEOM_PART_GPT # GPT partitioning
|
||||||
@@ -53,18 +53,18 @@ options FDT
|
|||||||
options FDT_DTB_STATIC
|
options FDT_DTB_STATIC
|
||||||
|
|
||||||
# Misc pseudo devices
|
# Misc pseudo devices
|
||||||
device bpf #Required for DHCP
|
device bpf # Required for DHCP
|
||||||
device faith #IPv6-to-IPv4 relaying (translation)
|
device faith # IPv6-to-IPv4 relaying (translation)
|
||||||
device firmware #firmware(9) required for USB wlan
|
device firmware # firmware(9) required for USB wlan
|
||||||
device gif #IPv6 and IPv4 tunneling
|
device gif # IPv6 and IPv4 tunneling
|
||||||
device loop #Network loopback
|
device loop # Network loopback
|
||||||
device md #Memory/malloc disk
|
device md # Memory/malloc disk
|
||||||
device pty #BSD-style compatibility pseudo ttys
|
device pty # BSD-style compatibility pseudo ttys
|
||||||
device random #Entropy device
|
device random # Entropy device
|
||||||
device tun #Packet tunnel.
|
device tun # Packet tunnel.
|
||||||
device ether #Required for all ethernet devices
|
device ether # Required for all ethernet devices
|
||||||
device vlan #802.1Q VLAN support
|
device vlan # 802.1Q VLAN support
|
||||||
device wlan #802.11 WLAN support
|
device wlan # 802.11 WLAN support
|
||||||
|
|
||||||
# cam support for umass and ahci
|
# cam support for umass and ahci
|
||||||
device scbus
|
device scbus
|
||||||
@@ -111,7 +111,7 @@ device cryptodev
|
|||||||
device enc
|
device enc
|
||||||
options IPSEC
|
options IPSEC
|
||||||
options IPSEC_NAT_T
|
options IPSEC_NAT_T
|
||||||
options TCP_SIGNATURE #include support for RFC 2385
|
options TCP_SIGNATURE # include support for RFC 2385
|
||||||
|
|
||||||
# IPFW
|
# IPFW
|
||||||
options IPFIREWALL
|
options IPFIREWALL
|
||||||
@@ -140,22 +140,22 @@ options ALTQ_NOPCC # Required if the TSC is unusable
|
|||||||
#options ALTQ_DEBUG
|
#options ALTQ_DEBUG
|
||||||
|
|
||||||
# Debugging
|
# Debugging
|
||||||
makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols
|
makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
|
||||||
options BREAK_TO_DEBUGGER
|
options BREAK_TO_DEBUGGER
|
||||||
options ALT_BREAK_TO_DEBUGGER
|
options ALT_BREAK_TO_DEBUGGER
|
||||||
options DDB
|
options DDB
|
||||||
options KDB
|
options KDB
|
||||||
options DIAGNOSTIC
|
options DIAGNOSTIC
|
||||||
options INVARIANTS #Enable calls of extra sanity checking
|
options INVARIANTS # Enable calls of extra sanity checking
|
||||||
options INVARIANT_SUPPORT #Extra sanity checks of internal structures, required by INVARIANTS
|
options INVARIANT_SUPPORT # Extra sanity checks of internal structures, required by INVARIANTS
|
||||||
#options WITNESS #Enable checks to detect deadlocks and cycles
|
#options WITNESS # Enable checks to detect deadlocks and cycles
|
||||||
#options WITNESS_SKIPSPIN #Don't run witness on spinlocks for speed
|
#options WITNESS_SKIPSPIN # Don't run witness on spinlocks for speed
|
||||||
#options WITNESS_KDB
|
#options WITNESS_KDB
|
||||||
|
|
||||||
# Enable these options for nfs root configured via BOOTP.
|
# Enable these options for nfs root configured via BOOTP.
|
||||||
options NFSCL #Network Filesystem Client
|
options NFSCL # Network Filesystem Client
|
||||||
options NFSLOCKD #Network Lock Manager
|
options NFSLOCKD # Network Lock Manager
|
||||||
#options NFS_ROOT #NFS usable as /, requires NFSCLIENT
|
#options NFS_ROOT # NFS usable as /, requires NFSCLIENT
|
||||||
#options BOOTP
|
#options BOOTP
|
||||||
#options BOOTP_NFSROOT
|
#options BOOTP_NFSROOT
|
||||||
#options BOOTP_NFSV3
|
#options BOOTP_NFSV3
|
||||||
|
|||||||
+35
-35
@@ -31,21 +31,21 @@ makeoptions MODULES_OVERRIDE=""
|
|||||||
|
|
||||||
options SOC_MV_KIRKWOOD
|
options SOC_MV_KIRKWOOD
|
||||||
|
|
||||||
options SCHED_4BSD #4BSD scheduler
|
options SCHED_4BSD # 4BSD scheduler
|
||||||
options INET #InterNETworking
|
options INET # InterNETworking
|
||||||
options INET6 #IPv6 communications protocols
|
options INET6 # IPv6 communications protocols
|
||||||
options SOFTUPDATES
|
options SOFTUPDATES
|
||||||
options TMPFS #Efficient memory filesystem
|
options TMPFS # Efficient memory filesystem
|
||||||
options CD9660 #ISO 9660 filesystem
|
options CD9660 # ISO 9660 filesystem
|
||||||
options FFS #Berkeley Fast Filesystem
|
options FFS # Berkeley Fast Filesystem
|
||||||
options MSDOSFS #MS DOS File System (FAT, FAT32)
|
options MSDOSFS # MS DOS File System (FAT, FAT32)
|
||||||
options NULLFS #NULL filesystem
|
options NULLFS # NULL filesystem
|
||||||
options SYSVSHM #SYSV-style shared memory
|
options SYSVSHM # SYSV-style shared memory
|
||||||
options SYSVMSG #SYSV-style message queues
|
options SYSVMSG # SYSV-style message queues
|
||||||
options SYSVSEM #SYSV-style semaphores
|
options SYSVSEM # SYSV-style semaphores
|
||||||
options _KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensions
|
options _KPOSIX_PRIORITY_SCHEDULING # Posix P1003_1B real-time extensions
|
||||||
options GEOM_PART_BSD #BSD partition scheme
|
options GEOM_PART_BSD # BSD partition scheme
|
||||||
options GEOM_PART_MBR #MBR partition scheme
|
options GEOM_PART_MBR # MBR partition scheme
|
||||||
options GEOM_ELI # Disk encryption.
|
options GEOM_ELI # Disk encryption.
|
||||||
options GEOM_LABEL # Providers labelization.
|
options GEOM_LABEL # Providers labelization.
|
||||||
options GEOM_PART_GPT # GPT partitioning
|
options GEOM_PART_GPT # GPT partitioning
|
||||||
@@ -56,18 +56,18 @@ options FDT
|
|||||||
options FDT_DTB_STATIC
|
options FDT_DTB_STATIC
|
||||||
|
|
||||||
# Misc pseudo devices
|
# Misc pseudo devices
|
||||||
device bpf #Required for DHCP
|
device bpf # Required for DHCP
|
||||||
device faith #IPv6-to-IPv4 relaying (translation)
|
device faith # IPv6-to-IPv4 relaying (translation)
|
||||||
device firmware #firmware(9) required for USB wlan
|
device firmware # firmware(9) required for USB wlan
|
||||||
device gif #IPv6 and IPv4 tunneling
|
device gif # IPv6 and IPv4 tunneling
|
||||||
device loop #Network loopback
|
device loop # Network loopback
|
||||||
device md #Memory/malloc disk
|
device md # Memory/malloc disk
|
||||||
device pty #BSD-style compatibility pseudo ttys
|
device pty # BSD-style compatibility pseudo ttys
|
||||||
device random #Entropy device
|
device random # Entropy device
|
||||||
device tun #Packet tunnel.
|
device tun # Packet tunnel.
|
||||||
device ether #Required for all ethernet devices
|
device ether # Required for all ethernet devices
|
||||||
device vlan #802.1Q VLAN support
|
device vlan # 802.1Q VLAN support
|
||||||
device wlan #802.11 WLAN support
|
device wlan # 802.11 WLAN support
|
||||||
|
|
||||||
# cam support for umass and ahci
|
# cam support for umass and ahci
|
||||||
device scbus
|
device scbus
|
||||||
@@ -119,7 +119,7 @@ device cryptodev
|
|||||||
device enc
|
device enc
|
||||||
options IPSEC
|
options IPSEC
|
||||||
options IPSEC_NAT_T
|
options IPSEC_NAT_T
|
||||||
options TCP_SIGNATURE #include support for RFC 2385
|
options TCP_SIGNATURE # include support for RFC 2385
|
||||||
|
|
||||||
# IPFW
|
# IPFW
|
||||||
options IPFIREWALL
|
options IPFIREWALL
|
||||||
@@ -148,22 +148,22 @@ options ALTQ_NOPCC # Required if the TSC is unusable
|
|||||||
#options ALTQ_DEBUG
|
#options ALTQ_DEBUG
|
||||||
|
|
||||||
# Debugging
|
# Debugging
|
||||||
makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols
|
makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
|
||||||
options BREAK_TO_DEBUGGER
|
options BREAK_TO_DEBUGGER
|
||||||
options ALT_BREAK_TO_DEBUGGER
|
options ALT_BREAK_TO_DEBUGGER
|
||||||
options DDB
|
options DDB
|
||||||
options KDB
|
options KDB
|
||||||
options DIAGNOSTIC
|
options DIAGNOSTIC
|
||||||
options INVARIANTS #Enable calls of extra sanity checking
|
options INVARIANTS # Enable calls of extra sanity checking
|
||||||
options INVARIANT_SUPPORT #Extra sanity checks of internal structures, required by INVARIANTS
|
options INVARIANT_SUPPORT # Extra sanity checks of internal structures, required by INVARIANTS
|
||||||
#options WITNESS #Enable checks to detect deadlocks and cycles
|
#options WITNESS # Enable checks to detect deadlocks and cycles
|
||||||
#options WITNESS_SKIPSPIN #Don't run witness on spinlocks for speed
|
#options WITNESS_SKIPSPIN # Don't run witness on spinlocks for speed
|
||||||
#options WITNESS_KDB
|
#options WITNESS_KDB
|
||||||
|
|
||||||
# Enable these options for nfs root configured via BOOTP.
|
# Enable these options for nfs root configured via BOOTP.
|
||||||
options NFSCL #Network Filesystem Client
|
options NFSCL # Network Filesystem Client
|
||||||
options NFSLOCKD #Network Lock Manager
|
options NFSLOCKD # Network Lock Manager
|
||||||
#options NFS_ROOT #NFS usable as /, requires NFSCLIENT
|
#options NFS_ROOT # NFS usable as /, requires NFSCLIENT
|
||||||
#options BOOTP
|
#options BOOTP
|
||||||
#options BOOTP_NFSROOT
|
#options BOOTP_NFSROOT
|
||||||
#options BOOTP_NFSV3
|
#options BOOTP_NFSV3
|
||||||
|
|||||||
+20
-20
@@ -10,19 +10,19 @@ hints "EA3250.hints"
|
|||||||
|
|
||||||
makeoptions MODULES_OVERRIDE=""
|
makeoptions MODULES_OVERRIDE=""
|
||||||
|
|
||||||
#makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols
|
#makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
|
||||||
makeoptions WERROR="-Werror"
|
makeoptions WERROR="-Werror"
|
||||||
|
|
||||||
options SCHED_4BSD #4BSD scheduler
|
options SCHED_4BSD # 4BSD scheduler
|
||||||
options INET #InterNETworking
|
options INET # InterNETworking
|
||||||
options INET6 #IPv6 communications protocols
|
options INET6 # IPv6 communications protocols
|
||||||
options FFS #Berkeley Fast Filesystem
|
options FFS # Berkeley Fast Filesystem
|
||||||
options NFSCL #Network Filesystem Client
|
options NFSCL # Network Filesystem Client
|
||||||
options NFSLOCKD #Network Lock Manager
|
options NFSLOCKD # Network Lock Manager
|
||||||
options NFS_ROOT #NFS usable as /, requires NFSCLIENT
|
options NFS_ROOT # NFS usable as /, requires NFSCLIENT
|
||||||
options GEOM_PART_BSD #BSD partition scheme
|
options GEOM_PART_BSD # BSD partition scheme
|
||||||
options GEOM_PART_MBR #MBR partition scheme
|
options GEOM_PART_MBR # MBR partition scheme
|
||||||
options TMPFS #Efficient memory filesystem
|
options TMPFS # Efficient memory filesystem
|
||||||
options MSDOSFS
|
options MSDOSFS
|
||||||
options BOOTP
|
options BOOTP
|
||||||
options BOOTP_NFSROOT
|
options BOOTP_NFSROOT
|
||||||
@@ -31,10 +31,10 @@ options BOOTP_WIRED_TO=lpe0
|
|||||||
|
|
||||||
#options ROOTDEVNAME=\"ufs:/dev/da0a\"
|
#options ROOTDEVNAME=\"ufs:/dev/da0a\"
|
||||||
|
|
||||||
options SYSVSHM #SYSV-style shared memory
|
options SYSVSHM # SYSV-style shared memory
|
||||||
options SYSVMSG #SYSV-style message queues
|
options SYSVMSG # SYSV-style message queues
|
||||||
options SYSVSEM #SYSV-style semaphores
|
options SYSVSEM # SYSV-style semaphores
|
||||||
options _KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensions
|
options _KPOSIX_PRIORITY_SCHEDULING # Posix P1003_1B real-time extensions
|
||||||
options MUTEX_NOINLINE
|
options MUTEX_NOINLINE
|
||||||
options RWLOCK_NOINLINE
|
options RWLOCK_NOINLINE
|
||||||
options NO_FFS_SNAPSHOT
|
options NO_FFS_SNAPSHOT
|
||||||
@@ -43,13 +43,13 @@ options NO_SWAPPING
|
|||||||
# Debugging
|
# Debugging
|
||||||
options ALT_BREAK_TO_DEBUGGER
|
options ALT_BREAK_TO_DEBUGGER
|
||||||
options DDB
|
options DDB
|
||||||
#options DEADLKRES #Enable the deadlock resolver
|
#options DEADLKRES # Enable the deadlock resolver
|
||||||
options DIAGNOSTIC
|
options DIAGNOSTIC
|
||||||
#options INVARIANTS #Enable calls of extra sanity checking
|
#options INVARIANTS # Enable calls of extra sanity checking
|
||||||
#options INVARIANT_SUPPORT #Extra sanity checks of internal structures, required by INVARIANTS
|
#options INVARIANT_SUPPORT # Extra sanity checks of internal structures, required by INVARIANTS
|
||||||
options KDB
|
options KDB
|
||||||
options WITNESS #Enable checks to detect deadlocks and cycles
|
options WITNESS # Enable checks to detect deadlocks and cycles
|
||||||
options WITNESS_SKIPSPIN #Don't run witness on spinlocks for speed
|
options WITNESS_SKIPSPIN # Don't run witness on spinlocks for speed
|
||||||
#options WITNESS_KDB
|
#options WITNESS_KDB
|
||||||
|
|
||||||
# Pseudo devices
|
# Pseudo devices
|
||||||
|
|||||||
+31
-31
@@ -20,40 +20,40 @@ include "../at91/std.eb9200"
|
|||||||
hints "EB9200.hints"
|
hints "EB9200.hints"
|
||||||
makeoptions MODULES_OVERRIDE=""
|
makeoptions MODULES_OVERRIDE=""
|
||||||
|
|
||||||
makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols
|
makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
|
||||||
options DDB
|
options DDB
|
||||||
options KDB
|
options KDB
|
||||||
|
|
||||||
options SCHED_4BSD #4BSD scheduler
|
options SCHED_4BSD # 4BSD scheduler
|
||||||
options INET #InterNETworking
|
options INET # InterNETworking
|
||||||
#options INET6 #IPv6 communications protocols
|
#options INET6 # IPv6 communications protocols
|
||||||
options FFS #Berkeley Fast Filesystem
|
options FFS # Berkeley Fast Filesystem
|
||||||
#options SOFTUPDATES #Enable FFS soft updates support
|
#options SOFTUPDATES # Enable FFS soft updates support
|
||||||
#options UFS_ACL #Support for access control lists
|
#options UFS_ACL # Support for access control lists
|
||||||
#options UFS_DIRHASH #Improve performance on big directories
|
#options UFS_DIRHASH # Improve performance on big directories
|
||||||
#options MD_ROOT #MD is a potential root device
|
#options MD_ROOT # MD is a potential root device
|
||||||
#options MD_ROOT_SIZE=4096 # 4MB ram disk
|
#options MD_ROOT_SIZE=4096 # 4MB ram disk
|
||||||
#options ROOTDEVNAME=\"ufs:/dev/da0s1a\"
|
#options ROOTDEVNAME=\"ufs:/dev/da0s1a\"
|
||||||
options NFSCL #New Network Filesystem Client
|
options NFSCL # New Network Filesystem Client
|
||||||
options NFSD #New Network Filesystem Server
|
options NFSD # New Network Filesystem Server
|
||||||
options NFSLOCKD #Network Lock Manager
|
options NFSLOCKD # Network Lock Manager
|
||||||
options NFS_ROOT #NFS usable as /, requires NFSCL
|
options NFS_ROOT # NFS usable as /, requires NFSCL
|
||||||
options BOOTP_NFSROOT
|
options BOOTP_NFSROOT
|
||||||
options BOOTP
|
options BOOTP
|
||||||
|
|
||||||
options GEOM_PART_BSD #BSD partition scheme
|
options GEOM_PART_BSD # BSD partition scheme
|
||||||
options GEOM_PART_MBR #MBR partition scheme
|
options GEOM_PART_MBR # MBR partition scheme
|
||||||
options TMPFS #Efficient memory filesystem
|
options TMPFS # Efficient memory filesystem
|
||||||
#options MSDOSFS #MSDOS Filesystem
|
#options MSDOSFS # MSDOS Filesystem
|
||||||
#options CD9660 #ISO 9660 Filesystem
|
#options CD9660 # ISO 9660 Filesystem
|
||||||
#options PROCFS #Process filesystem (requires PSEUDOFS)
|
#options PROCFS # Process filesystem (requires PSEUDOFS)
|
||||||
options PSEUDOFS #Pseudo-filesystem framework
|
options PSEUDOFS # Pseudo-filesystem framework
|
||||||
#options SCSI_DELAY=5000 #Delay (in ms) before probing SCSI
|
#options SCSI_DELAY=5000 # Delay (in ms) before probing SCSI
|
||||||
#options KTRACE #ktrace(1) support
|
#options KTRACE # ktrace(1) support
|
||||||
options SYSVSHM #SYSV-style shared memory
|
options SYSVSHM # SYSV-style shared memory
|
||||||
options SYSVMSG #SYSV-style message queues
|
options SYSVMSG # SYSV-style message queues
|
||||||
options SYSVSEM #SYSV-style semaphores
|
options SYSVSEM # SYSV-style semaphores
|
||||||
options _KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensions
|
options _KPOSIX_PRIORITY_SCHEDULING # Posix P1003_1B real-time extensions
|
||||||
#options NO_SYSCTL_DESCR
|
#options NO_SYSCTL_DESCR
|
||||||
# Disable the inlining of mutex, rwlock and sx locks. These eat up a lot
|
# Disable the inlining of mutex, rwlock and sx locks. These eat up a lot
|
||||||
# of space.
|
# of space.
|
||||||
@@ -74,11 +74,11 @@ device at91_cfata
|
|||||||
device ata
|
device ata
|
||||||
|
|
||||||
# Debugging for use in -current
|
# Debugging for use in -current
|
||||||
#options DEADLKRES #Enable the deadlock resolver
|
#options DEADLKRES # Enable the deadlock resolver
|
||||||
#options INVARIANTS #Enable calls of extra sanity checking
|
#options INVARIANTS # Enable calls of extra sanity checking
|
||||||
#options INVARIANT_SUPPORT #Extra sanity checks of internal structures, required by INVARIANTS
|
#options INVARIANT_SUPPORT # Extra sanity checks of internal structures, required by INVARIANTS
|
||||||
#options WITNESS #Enable checks to detect deadlocks and cycles
|
#options WITNESS # Enable checks to detect deadlocks and cycles
|
||||||
#options WITNESS_SKIPSPIN #Don't run witness on spinlocks for speed
|
#options WITNESS_SKIPSPIN # Don't run witness on spinlocks for speed
|
||||||
|
|
||||||
device md
|
device md
|
||||||
device at91_twi # TWI: Two Wire Interface
|
device at91_twi # TWI: Two Wire Interface
|
||||||
|
|||||||
@@ -41,13 +41,13 @@ options NFSCL # New Network Filesystem Client
|
|||||||
#options NFSD # New Network Filesystem Server
|
#options NFSD # New Network Filesystem Server
|
||||||
options NFSLOCKD # Network Lock Manager
|
options NFSLOCKD # Network Lock Manager
|
||||||
options NFS_ROOT # NFS usable as /, requires NFSCL
|
options NFS_ROOT # NFS usable as /, requires NFSCL
|
||||||
options TMPFS #Efficient memory filesystem
|
options TMPFS # Efficient memory filesystem
|
||||||
options MSDOSFS # MSDOS Filesystem
|
options MSDOSFS # MSDOS Filesystem
|
||||||
options CD9660 # ISO 9660 Filesystem
|
options CD9660 # ISO 9660 Filesystem
|
||||||
#options PROCFS # Process filesystem (requires PSEUDOFS)
|
#options PROCFS # Process filesystem (requires PSEUDOFS)
|
||||||
options PSEUDOFS # Pseudo-filesystem framework
|
options PSEUDOFS # Pseudo-filesystem framework
|
||||||
options GEOM_PART_BSD #BSD partition scheme
|
options GEOM_PART_BSD # BSD partition scheme
|
||||||
options GEOM_PART_MBR #MBR partition scheme
|
options GEOM_PART_MBR # MBR partition scheme
|
||||||
options GEOM_PART_GPT # GUID Partition Tables.
|
options GEOM_PART_GPT # GUID Partition Tables.
|
||||||
options GEOM_LABEL # Provides labelization
|
options GEOM_LABEL # Provides labelization
|
||||||
#options COMPAT_FREEBSD5 # Compatible with FreeBSD5
|
#options COMPAT_FREEBSD5 # Compatible with FreeBSD5
|
||||||
@@ -176,5 +176,4 @@ device kbdmux
|
|||||||
options SC_DFLT_FONT # compile font in
|
options SC_DFLT_FONT # compile font in
|
||||||
makeoptions SC_DFLT_FONT=cp437
|
makeoptions SC_DFLT_FONT=cp437
|
||||||
device ukbd # Allow keyboard like HIDs to control console
|
device ukbd # Allow keyboard like HIDs to control console
|
||||||
|
|
||||||
device ums
|
device ums
|
||||||
|
|||||||
+31
-31
@@ -27,36 +27,36 @@ options KERNVIRTADDR=0xc0200000 # Used in ldscript.arm
|
|||||||
include "../xscale/i80321/std.ep80219"
|
include "../xscale/i80321/std.ep80219"
|
||||||
makeoptions MODULES_OVERRIDE=""
|
makeoptions MODULES_OVERRIDE=""
|
||||||
|
|
||||||
makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols
|
makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
|
||||||
makeoptions CONF_CFLAGS=-mcpu=xscale
|
makeoptions CONF_CFLAGS=-mcpu=xscale
|
||||||
options HZ=100
|
options HZ=100
|
||||||
#options DEVICE_POLLING
|
#options DEVICE_POLLING
|
||||||
|
|
||||||
options SCHED_4BSD #4BSD scheduler
|
options SCHED_4BSD # 4BSD scheduler
|
||||||
options INET #InterNETworking
|
options INET # InterNETworking
|
||||||
#options INET6 #IPv6 communications protocols
|
#options INET6 # IPv6 communications protocols
|
||||||
options FFS #Berkeley Fast Filesystem
|
options FFS # Berkeley Fast Filesystem
|
||||||
options SOFTUPDATES #Enable FFS soft updates support
|
options SOFTUPDATES # Enable FFS soft updates support
|
||||||
options UFS_ACL #Support for access control lists
|
options UFS_ACL # Support for access control lists
|
||||||
options UFS_DIRHASH #Improve performance on big directories
|
options UFS_DIRHASH # Improve performance on big directories
|
||||||
options NFSCL #New Network Filesystem Client
|
options NFSCL # New Network Filesystem Client
|
||||||
options NFSD #New Network Filesystem Server
|
options NFSD # New Network Filesystem Server
|
||||||
options NFSLOCKD #Network Lock Manager
|
options NFSLOCKD # Network Lock Manager
|
||||||
options NFS_ROOT #NFS usable as /, requires NFSCL
|
options NFS_ROOT # NFS usable as /, requires NFSCL
|
||||||
options TMPFS #Efficient memory filesystem
|
options TMPFS # Efficient memory filesystem
|
||||||
#options MSDOSFS #MSDOS Filesystem
|
#options MSDOSFS # MSDOS Filesystem
|
||||||
options CD9660 #ISO 9660 Filesystem
|
options CD9660 # ISO 9660 Filesystem
|
||||||
#options PROCFS #Process filesystem (requires PSEUDOFS)
|
#options PROCFS # Process filesystem (requires PSEUDOFS)
|
||||||
options PSEUDOFS #Pseudo-filesystem framework
|
options PSEUDOFS # Pseudo-filesystem framework
|
||||||
options SCSI_DELAY=5000 #Delay (in ms) before probing SCSI
|
options SCSI_DELAY=5000 # Delay (in ms) before probing SCSI
|
||||||
options KTRACE #ktrace(1) support
|
options KTRACE # ktrace(1) support
|
||||||
options SYSVSHM #SYSV-style shared memory
|
options SYSVSHM # SYSV-style shared memory
|
||||||
options SYSVMSG #SYSV-style message queues
|
options SYSVMSG # SYSV-style message queues
|
||||||
options SYSVSEM #SYSV-style semaphores
|
options SYSVSEM # SYSV-style semaphores
|
||||||
options _KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensions
|
options _KPOSIX_PRIORITY_SCHEDULING # Posix P1003_1B real-time extensions
|
||||||
options KBD_INSTALL_CDEV # install a CDEV entry in /dev
|
options KBD_INSTALL_CDEV # install a CDEV entry in /dev
|
||||||
options GEOM_PART_BSD #BSD partition scheme
|
options GEOM_PART_BSD # BSD partition scheme
|
||||||
options GEOM_PART_MBR #MBR partition scheme
|
options GEOM_PART_MBR # MBR partition scheme
|
||||||
options GEOM_PART_GPT # GUID Partition Tables.
|
options GEOM_PART_GPT # GUID Partition Tables.
|
||||||
options GEOM_LABEL # Providers labelization.
|
options GEOM_LABEL # Providers labelization.
|
||||||
|
|
||||||
@@ -89,12 +89,12 @@ device dma # I80321 DMA Controller
|
|||||||
|
|
||||||
# Debugging for use in -current
|
# Debugging for use in -current
|
||||||
options KDB
|
options KDB
|
||||||
options DDB #Enable the kernel debugger
|
options DDB # Enable the kernel debugger
|
||||||
#options DEADLKRES #Enable the deadlock resolver
|
#options DEADLKRES # Enable the deadlock resolver
|
||||||
#options INVARIANTS #Enable calls of extra sanity checking
|
#options INVARIANTS # Enable calls of extra sanity checking
|
||||||
#options INVARIANT_SUPPORT #Extra sanity checks of internal structures, required by INVARIANTS
|
#options INVARIANT_SUPPORT # Extra sanity checks of internal structures, required by INVARIANTS
|
||||||
#options WITNESS #Enable checks to detect deadlocks and cycles
|
#options WITNESS # Enable checks to detect deadlocks and cycles
|
||||||
#options WITNESS_SKIPSPIN #Don't run witness on spinlocks for speed
|
#options WITNESS_SKIPSPIN # Don't run witness on spinlocks for speed
|
||||||
#options DIAGNOSTIC
|
#options DIAGNOSTIC
|
||||||
|
|
||||||
# To make an SMP kernel, the next two are needed
|
# To make an SMP kernel, the next two are needed
|
||||||
|
|||||||
@@ -41,9 +41,9 @@ options NFSCL # New Network Filesystem Client
|
|||||||
#options NFSD # New Network Filesystem Server
|
#options NFSD # New Network Filesystem Server
|
||||||
options NFSLOCKD # Network Lock Manager
|
options NFSLOCKD # Network Lock Manager
|
||||||
options NFS_ROOT # NFS usable as /, requires NFSCL
|
options NFS_ROOT # NFS usable as /, requires NFSCL
|
||||||
options GEOM_PART_BSD #BSD partition scheme
|
options GEOM_PART_BSD # BSD partition scheme
|
||||||
options GEOM_PART_MBR #MBR partition scheme
|
options GEOM_PART_MBR # MBR partition scheme
|
||||||
options TMPFS #Efficient memory filesystem
|
options TMPFS # Efficient memory filesystem
|
||||||
#options MSDOSFS # MSDOS Filesystem
|
#options MSDOSFS # MSDOS Filesystem
|
||||||
#options CD9660 # ISO 9660 Filesystem
|
#options CD9660 # ISO 9660 Filesystem
|
||||||
#options PROCFS # Process filesystem (requires PSEUDOFS)
|
#options PROCFS # Process filesystem (requires PSEUDOFS)
|
||||||
|
|||||||
+31
-31
@@ -33,34 +33,34 @@ options KERNVIRTADDR=0xc0200000 # Used in ldscript.arm
|
|||||||
include "../xscale/pxa/std.pxa"
|
include "../xscale/pxa/std.pxa"
|
||||||
makeoptions MODULES_OVERRIDE=""
|
makeoptions MODULES_OVERRIDE=""
|
||||||
|
|
||||||
makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols
|
makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
|
||||||
options HZ=100
|
options HZ=100
|
||||||
#options DEVICE_POLLING
|
#options DEVICE_POLLING
|
||||||
|
|
||||||
options SCHED_4BSD #4BSD scheduler
|
options SCHED_4BSD # 4BSD scheduler
|
||||||
options INET #InterNETworking
|
options INET # InterNETworking
|
||||||
#options INET6 #IPv6 communications protocols
|
#options INET6 # IPv6 communications protocols
|
||||||
options FFS #Berkeley Fast Filesystem
|
options FFS # Berkeley Fast Filesystem
|
||||||
options SOFTUPDATES #Enable FFS soft updates support
|
options SOFTUPDATES # Enable FFS soft updates support
|
||||||
options UFS_ACL #Support for access control lists
|
options UFS_ACL # Support for access control lists
|
||||||
options UFS_DIRHASH #Improve performance on big directories
|
options UFS_DIRHASH # Improve performance on big directories
|
||||||
options NFSCL #New Network Filesystem Client
|
options NFSCL # New Network Filesystem Client
|
||||||
#options NFSD #New Network Filesystem Server
|
#options NFSD # New Network Filesystem Server
|
||||||
options NFS_ROOT #NFS usable as /, requires NFSCL
|
options NFS_ROOT # NFS usable as /, requires NFSCL
|
||||||
options GEOM_PART_BSD #BSD partition scheme
|
options GEOM_PART_BSD # BSD partition scheme
|
||||||
options GEOM_PART_MBR #MBR partition scheme
|
options GEOM_PART_MBR # MBR partition scheme
|
||||||
options TMPFS #Efficient memory filesystem
|
options TMPFS # Efficient memory filesystem
|
||||||
#options MSDOSFS #MSDOS Filesystem
|
#options MSDOSFS # MSDOS Filesystem
|
||||||
#options CD9660 #ISO 9660 Filesystem
|
#options CD9660 # ISO 9660 Filesystem
|
||||||
#options PROCFS #Process filesystem (requires PSEUDOFS)
|
#options PROCFS # Process filesystem (requires PSEUDOFS)
|
||||||
options PSEUDOFS #Pseudo-filesystem framework
|
options PSEUDOFS # Pseudo-filesystem framework
|
||||||
options COMPAT_43 #Compatible with BSD 4.3 [KEEP THIS!]
|
options COMPAT_43 # Compatible with BSD 4.3 [KEEP THIS!]
|
||||||
options SCSI_DELAY=5000 #Delay (in ms) before probing SCSI
|
options SCSI_DELAY=5000 # Delay (in ms) before probing SCSI
|
||||||
options KTRACE #ktrace(1) support
|
options KTRACE # ktrace(1) support
|
||||||
options SYSVSHM #SYSV-style shared memory
|
options SYSVSHM # SYSV-style shared memory
|
||||||
options SYSVMSG #SYSV-style message queues
|
options SYSVMSG # SYSV-style message queues
|
||||||
options SYSVSEM #SYSV-style semaphores
|
options SYSVSEM # SYSV-style semaphores
|
||||||
options _KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensions
|
options _KPOSIX_PRIORITY_SCHEDULING # Posix P1003_1B real-time extensions
|
||||||
options KBD_INSTALL_CDEV # install a CDEV entry in /dev
|
options KBD_INSTALL_CDEV # install a CDEV entry in /dev
|
||||||
options BOOTP
|
options BOOTP
|
||||||
options BOOTP_NFSROOT
|
options BOOTP_NFSROOT
|
||||||
@@ -80,12 +80,12 @@ device uart_ns8250
|
|||||||
|
|
||||||
# Debugging for use in -current
|
# Debugging for use in -current
|
||||||
options KDB
|
options KDB
|
||||||
options DDB #Enable the kernel debugger
|
options DDB # Enable the kernel debugger
|
||||||
#options DEADLKRES #Enable the deadlock resolver
|
#options DEADLKRES # Enable the deadlock resolver
|
||||||
#options INVARIANTS #Enable calls of extra sanity checking
|
#options INVARIANTS # Enable calls of extra sanity checking
|
||||||
#options INVARIANT_SUPPORT #Extra sanity checks of internal structures, required by INVARIANTS
|
#options INVARIANT_SUPPORT # Extra sanity checks of internal structures, required by INVARIANTS
|
||||||
#options WITNESS #Enable checks to detect deadlocks and cycles
|
#options WITNESS # Enable checks to detect deadlocks and cycles
|
||||||
#options WITNESS_SKIPSPIN #Don't run witness on spinlocks for speed
|
#options WITNESS_SKIPSPIN # Don't run witness on spinlocks for speed
|
||||||
#options DIAGNOSTIC
|
#options DIAGNOSTIC
|
||||||
|
|
||||||
device md
|
device md
|
||||||
|
|||||||
+31
-31
@@ -25,43 +25,43 @@ include "../at91/std.hl200"
|
|||||||
hints "KB920X.hints"
|
hints "KB920X.hints"
|
||||||
makeoptions MODULES_OVERRIDE=""
|
makeoptions MODULES_OVERRIDE=""
|
||||||
|
|
||||||
makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols
|
makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
|
||||||
options DDB
|
options DDB
|
||||||
options KDB
|
options KDB
|
||||||
|
|
||||||
options SCHED_4BSD #4BSD scheduler
|
options SCHED_4BSD # 4BSD scheduler
|
||||||
options INET #InterNETworking
|
options INET # InterNETworking
|
||||||
#options INET6 #IPv6 communications protocols
|
#options INET6 # IPv6 communications protocols
|
||||||
options FFS #Berkeley Fast Filesystem
|
options FFS # Berkeley Fast Filesystem
|
||||||
#options SOFTUPDATES #Enable FFS soft updates support
|
#options SOFTUPDATES # Enable FFS soft updates support
|
||||||
#options UFS_ACL #Support for access control lists
|
#options UFS_ACL # Support for access control lists
|
||||||
#options UFS_DIRHASH #Improve performance on big directories
|
#options UFS_DIRHASH # Improve performance on big directories
|
||||||
#options MD_ROOT #MD is a potential root device
|
#options MD_ROOT # MD is a potential root device
|
||||||
#options MD_ROOT_SIZE=4096 # 4MB ram disk
|
#options MD_ROOT_SIZE=4096 # 4MB ram disk
|
||||||
#options ROOTDEVNAME=\"ufs:/dev/mmcsd0s1a\"
|
#options ROOTDEVNAME=\"ufs:/dev/mmcsd0s1a\"
|
||||||
options NFSCL #New Network Filesystem Client
|
options NFSCL # New Network Filesystem Client
|
||||||
#options NFSD #New Network Filesystem Server
|
#options NFSD # New Network Filesystem Server
|
||||||
#options NFSLOCKD #Network Lock Manager
|
#options NFSLOCKD # Network Lock Manager
|
||||||
options NFS_ROOT #NFS usable as /, requires NFSCL
|
options NFS_ROOT # NFS usable as /, requires NFSCL
|
||||||
options BOOTP_NFSROOT
|
options BOOTP_NFSROOT
|
||||||
options BOOTP
|
options BOOTP
|
||||||
options BOOTP_NFSV3
|
options BOOTP_NFSV3
|
||||||
options BOOTP_WIRED_TO=ate0
|
options BOOTP_WIRED_TO=ate0
|
||||||
options BOOTP_COMPAT
|
options BOOTP_COMPAT
|
||||||
|
|
||||||
options GEOM_PART_BSD #BSD partition scheme
|
options GEOM_PART_BSD # BSD partition scheme
|
||||||
options GEOM_PART_MBR #MBR partition scheme
|
options GEOM_PART_MBR # MBR partition scheme
|
||||||
options TMPFS #Efficient memory filesystem
|
options TMPFS # Efficient memory filesystem
|
||||||
#options MSDOSFS #MSDOS Filesystem
|
#options MSDOSFS # MSDOS Filesystem
|
||||||
#options CD9660 #ISO 9660 Filesystem
|
#options CD9660 # ISO 9660 Filesystem
|
||||||
#options PROCFS #Process filesystem (requires PSEUDOFS)
|
#options PROCFS # Process filesystem (requires PSEUDOFS)
|
||||||
options PSEUDOFS #Pseudo-filesystem framework
|
options PSEUDOFS # Pseudo-filesystem framework
|
||||||
#options SCSI_DELAY=5000 #Delay (in ms) before probing SCSI
|
#options SCSI_DELAY=5000 # Delay (in ms) before probing SCSI
|
||||||
#options KTRACE #ktrace(1) support
|
#options KTRACE # ktrace(1) support
|
||||||
options SYSVSHM #SYSV-style shared memory
|
options SYSVSHM # SYSV-style shared memory
|
||||||
options SYSVMSG #SYSV-style message queues
|
options SYSVMSG # SYSV-style message queues
|
||||||
options SYSVSEM #SYSV-style semaphores
|
options SYSVSEM # SYSV-style semaphores
|
||||||
options _KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensions
|
options _KPOSIX_PRIORITY_SCHEDULING # Posix P1003_1B real-time extensions
|
||||||
#options NO_SYSCTL_DESCR
|
#options NO_SYSCTL_DESCR
|
||||||
options MUTEX_NOINLINE
|
options MUTEX_NOINLINE
|
||||||
options RWLOCK_NOINLINE
|
options RWLOCK_NOINLINE
|
||||||
@@ -76,11 +76,11 @@ device mii
|
|||||||
device lxtphy
|
device lxtphy
|
||||||
|
|
||||||
# Debugging for use in -current
|
# Debugging for use in -current
|
||||||
#options DEADLKRES #Enable the deadlock resolver
|
#options DEADLKRES # Enable the deadlock resolver
|
||||||
#options INVARIANTS #Enable calls of extra sanity checking
|
#options INVARIANTS # Enable calls of extra sanity checking
|
||||||
#options INVARIANT_SUPPORT #Extra sanity checks of internal structures, required by INVARIANTS
|
#options INVARIANT_SUPPORT # Extra sanity checks of internal structures, required by INVARIANTS
|
||||||
#options WITNESS #Enable checks to detect deadlocks and cycles
|
#options WITNESS # Enable checks to detect deadlocks and cycles
|
||||||
#options WITNESS_SKIPSPIN #Don't run witness on spinlocks for speed
|
#options WITNESS_SKIPSPIN # Don't run witness on spinlocks for speed
|
||||||
|
|
||||||
device md
|
device md
|
||||||
device at91_twi # TWI: Two Wire Interface
|
device at91_twi # TWI: Two Wire Interface
|
||||||
|
|||||||
+30
-30
@@ -25,25 +25,25 @@ include "../at91/std.hl201"
|
|||||||
hints "HL201.hints"
|
hints "HL201.hints"
|
||||||
makeoptions MODULES_OVERRIDE=""
|
makeoptions MODULES_OVERRIDE=""
|
||||||
|
|
||||||
makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols
|
makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
|
||||||
options DDB
|
options DDB
|
||||||
options KDB
|
options KDB
|
||||||
|
|
||||||
options SCHED_4BSD #4BSD scheduler
|
options SCHED_4BSD # 4BSD scheduler
|
||||||
options INET #InterNETworking
|
options INET # InterNETworking
|
||||||
#options INET6 #IPv6 communications protocols
|
#options INET6 # IPv6 communications protocols
|
||||||
options FFS #Berkeley Fast Filesystem
|
options FFS # Berkeley Fast Filesystem
|
||||||
#options SOFTUPDATES #Enable FFS soft updates support
|
#options SOFTUPDATES # Enable FFS soft updates support
|
||||||
#options UFS_ACL #Support for access control lists
|
#options UFS_ACL # Support for access control lists
|
||||||
#options UFS_DIRHASH #Improve performance on big directories
|
#options UFS_DIRHASH # Improve performance on big directories
|
||||||
#options MD_ROOT #MD is a potential root device
|
#options MD_ROOT # MD is a potential root device
|
||||||
#options MD_ROOT_SIZE=4096 # 4MB ram disk
|
#options MD_ROOT_SIZE=4096 # 4MB ram disk
|
||||||
options NANDFS # NAND file system
|
options NANDFS # NAND file system
|
||||||
options ROOTDEVNAME=\"ufs:/dev/mmcsd0s1a\"
|
options ROOTDEVNAME=\"ufs:/dev/mmcsd0s1a\"
|
||||||
options NFSCL #New Network Filesystem Client
|
options NFSCL # New Network Filesystem Client
|
||||||
#options NFSD #New Network Filesystem Server
|
#options NFSD # New Network Filesystem Server
|
||||||
#options NFSLOCKD #Network Lock Manager
|
#options NFSLOCKD # Network Lock Manager
|
||||||
options NFS_ROOT #NFS usable as /, requires NFSCL
|
options NFS_ROOT # NFS usable as /, requires NFSCL
|
||||||
#options BOOTP_NFSROOT
|
#options BOOTP_NFSROOT
|
||||||
#options BOOTP
|
#options BOOTP
|
||||||
#options BOOTP_NFSV3
|
#options BOOTP_NFSV3
|
||||||
@@ -52,19 +52,19 @@ options NFS_ROOT #NFS usable as /, requires NFSCL
|
|||||||
|
|
||||||
options ALT_BREAK_TO_DEBUGGER
|
options ALT_BREAK_TO_DEBUGGER
|
||||||
|
|
||||||
options GEOM_PART_BSD #BSD partition scheme
|
options GEOM_PART_BSD # BSD partition scheme
|
||||||
options GEOM_PART_MBR #MBR partition scheme
|
options GEOM_PART_MBR # MBR partition scheme
|
||||||
options TMPFS #Efficient memory filesystem
|
options TMPFS # Efficient memory filesystem
|
||||||
#options MSDOSFS #MSDOS Filesystem
|
#options MSDOSFS # MSDOS Filesystem
|
||||||
#options CD9660 #ISO 9660 Filesystem
|
#options CD9660 # ISO 9660 Filesystem
|
||||||
#options PROCFS #Process filesystem (requires PSEUDOFS)
|
#options PROCFS # Process filesystem (requires PSEUDOFS)
|
||||||
options PSEUDOFS #Pseudo-filesystem framework
|
options PSEUDOFS # Pseudo-filesystem framework
|
||||||
#options SCSI_DELAY=5000 #Delay (in ms) before probing SCSI
|
#options SCSI_DELAY=5000 # Delay (in ms) before probing SCSI
|
||||||
#options KTRACE #ktrace(1) support
|
#options KTRACE # ktrace(1) support
|
||||||
options SYSVSHM #SYSV-style shared memory
|
options SYSVSHM # SYSV-style shared memory
|
||||||
options SYSVMSG #SYSV-style message queues
|
options SYSVMSG # SYSV-style message queues
|
||||||
options SYSVSEM #SYSV-style semaphores
|
options SYSVSEM # SYSV-style semaphores
|
||||||
options _KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensions
|
options _KPOSIX_PRIORITY_SCHEDULING # Posix P1003_1B real-time extensions
|
||||||
options MUTEX_NOINLINE
|
options MUTEX_NOINLINE
|
||||||
options RWLOCK_NOINLINE
|
options RWLOCK_NOINLINE
|
||||||
options NO_FFS_SNAPSHOT
|
options NO_FFS_SNAPSHOT
|
||||||
@@ -78,10 +78,10 @@ device mii
|
|||||||
#device lxtphy
|
#device lxtphy
|
||||||
|
|
||||||
# Debugging for use in -current
|
# Debugging for use in -current
|
||||||
#options INVARIANTS #Enable calls of extra sanity checking
|
#options INVARIANTS # Enable calls of extra sanity checking
|
||||||
#options INVARIANT_SUPPORT #Extra sanity checks of internal structures, required by INVARIANTS
|
#options INVARIANT_SUPPORT # Extra sanity checks of internal structures, required by INVARIANTS
|
||||||
#options WITNESS #Enable checks to detect deadlocks and cycles
|
#options WITNESS # Enable checks to detect deadlocks and cycles
|
||||||
#options WITNESS_SKIPSPIN #Don't run witness on spinlocks for speed
|
#options WITNESS_SKIPSPIN # Don't run witness on spinlocks for speed
|
||||||
#options DIAGNOSTIC
|
#options DIAGNOSTIC
|
||||||
|
|
||||||
device md
|
device md
|
||||||
|
|||||||
@@ -40,13 +40,13 @@ options NFSCL # New Network Filesystem Client
|
|||||||
#options NFSD # New Network Filesystem Server
|
#options NFSD # New Network Filesystem Server
|
||||||
options NFSLOCKD # Network Lock Manager
|
options NFSLOCKD # Network Lock Manager
|
||||||
options NFS_ROOT # NFS usable as /, requires NFSCL
|
options NFS_ROOT # NFS usable as /, requires NFSCL
|
||||||
options TMPFS #Efficient memory filesystem
|
options TMPFS # Efficient memory filesystem
|
||||||
options MSDOSFS # MSDOS Filesystem
|
options MSDOSFS # MSDOS Filesystem
|
||||||
options CD9660 # ISO 9660 Filesystem
|
options CD9660 # ISO 9660 Filesystem
|
||||||
#options PROCFS # Process filesystem (requires PSEUDOFS)
|
#options PROCFS # Process filesystem (requires PSEUDOFS)
|
||||||
options PSEUDOFS # Pseudo-filesystem framework
|
options PSEUDOFS # Pseudo-filesystem framework
|
||||||
options GEOM_PART_BSD #BSD partition scheme
|
options GEOM_PART_BSD # BSD partition scheme
|
||||||
options GEOM_PART_MBR #MBR partition scheme
|
options GEOM_PART_MBR # MBR partition scheme
|
||||||
options GEOM_PART_GPT # GUID Partition Tables.
|
options GEOM_PART_GPT # GUID Partition Tables.
|
||||||
options GEOM_LABEL # Provides labelization
|
options GEOM_LABEL # Provides labelization
|
||||||
#options COMPAT_FREEBSD5 # Compatible with FreeBSD5
|
#options COMPAT_FREEBSD5 # Compatible with FreeBSD5
|
||||||
|
|||||||
+3
-3
@@ -36,13 +36,13 @@ options NFSCL # New Network Filesystem Client
|
|||||||
#options NFSD # New Network Filesystem Server
|
#options NFSD # New Network Filesystem Server
|
||||||
options NFSLOCKD # Network Lock Manager
|
options NFSLOCKD # Network Lock Manager
|
||||||
options NFS_ROOT # NFS usable as /, requires NFSCL
|
options NFS_ROOT # NFS usable as /, requires NFSCL
|
||||||
options TMPFS #Efficient memory filesystem
|
options TMPFS # Efficient memory filesystem
|
||||||
options MSDOSFS # MSDOS Filesystem
|
options MSDOSFS # MSDOS Filesystem
|
||||||
options CD9660 # ISO 9660 Filesystem
|
options CD9660 # ISO 9660 Filesystem
|
||||||
#options PROCFS # Process filesystem (requires PSEUDOFS)
|
#options PROCFS # Process filesystem (requires PSEUDOFS)
|
||||||
options PSEUDOFS # Pseudo-filesystem framework
|
options PSEUDOFS # Pseudo-filesystem framework
|
||||||
options GEOM_PART_BSD #BSD partition scheme
|
options GEOM_PART_BSD # BSD partition scheme
|
||||||
options GEOM_PART_MBR #MBR partition scheme
|
options GEOM_PART_MBR # MBR partition scheme
|
||||||
options GEOM_PART_GPT # GUID Partition Tables.
|
options GEOM_PART_GPT # GUID Partition Tables.
|
||||||
options GEOM_LABEL # Provides labelization
|
options GEOM_LABEL # Provides labelization
|
||||||
options KTRACE # ktrace(1) support
|
options KTRACE # ktrace(1) support
|
||||||
|
|||||||
+31
-31
@@ -28,35 +28,35 @@ options LOADERRAMADDR=0x00000000
|
|||||||
include "../xscale/i80321/std.iq31244"
|
include "../xscale/i80321/std.iq31244"
|
||||||
makeoptions MODULES_OVERRIDE=""
|
makeoptions MODULES_OVERRIDE=""
|
||||||
|
|
||||||
#makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols
|
#makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
|
||||||
makeoptions CONF_CFLAGS=-mcpu=xscale
|
makeoptions CONF_CFLAGS=-mcpu=xscale
|
||||||
options HZ=100
|
options HZ=100
|
||||||
#options DEVICE_POLLING
|
#options DEVICE_POLLING
|
||||||
|
|
||||||
options SCHED_4BSD #4BSD scheduler
|
options SCHED_4BSD # 4BSD scheduler
|
||||||
options INET #InterNETworking
|
options INET # InterNETworking
|
||||||
options INET6 #IPv6 communications protocols
|
options INET6 # IPv6 communications protocols
|
||||||
options FFS #Berkeley Fast Filesystem
|
options FFS # Berkeley Fast Filesystem
|
||||||
options SOFTUPDATES #Enable FFS soft updates support
|
options SOFTUPDATES # Enable FFS soft updates support
|
||||||
options UFS_ACL #Support for access control lists
|
options UFS_ACL # Support for access control lists
|
||||||
options UFS_DIRHASH #Improve performance on big directories
|
options UFS_DIRHASH # Improve performance on big directories
|
||||||
options NFSCL #New Network Filesystem Client
|
options NFSCL # New Network Filesystem Client
|
||||||
options NFSD #New Network Filesystem Server
|
options NFSD # New Network Filesystem Server
|
||||||
options NFSLOCKD #Network Lock Manager
|
options NFSLOCKD # Network Lock Manager
|
||||||
options NFS_ROOT #NFS usable as /, requires NFSCL
|
options NFS_ROOT # NFS usable as /, requires NFSCL
|
||||||
options GEOM_PART_BSD #BSD partition scheme
|
options GEOM_PART_BSD # BSD partition scheme
|
||||||
options GEOM_PART_MBR #MBR partition scheme
|
options GEOM_PART_MBR # MBR partition scheme
|
||||||
options TMPFS #Efficient memory filesystem
|
options TMPFS # Efficient memory filesystem
|
||||||
#options MSDOSFS #MSDOS Filesystem
|
#options MSDOSFS # MSDOS Filesystem
|
||||||
options CD9660 #ISO 9660 Filesystem
|
options CD9660 # ISO 9660 Filesystem
|
||||||
#options PROCFS #Process filesystem (requires PSEUDOFS)
|
#options PROCFS # Process filesystem (requires PSEUDOFS)
|
||||||
options PSEUDOFS #Pseudo-filesystem framework
|
options PSEUDOFS # Pseudo-filesystem framework
|
||||||
options SCSI_DELAY=5000 #Delay (in ms) before probing SCSI
|
options SCSI_DELAY=5000 # Delay (in ms) before probing SCSI
|
||||||
options KTRACE #ktrace(1) support
|
options KTRACE # ktrace(1) support
|
||||||
options SYSVSHM #SYSV-style shared memory
|
options SYSVSHM # SYSV-style shared memory
|
||||||
options SYSVMSG #SYSV-style message queues
|
options SYSVMSG # SYSV-style message queues
|
||||||
options SYSVSEM #SYSV-style semaphores
|
options SYSVSEM # SYSV-style semaphores
|
||||||
options _KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensions
|
options _KPOSIX_PRIORITY_SCHEDULING # Posix P1003_1B real-time extensions
|
||||||
options KBD_INSTALL_CDEV # install a CDEV entry in /dev
|
options KBD_INSTALL_CDEV # install a CDEV entry in /dev
|
||||||
options BOOTP
|
options BOOTP
|
||||||
options BOOTP_NFSROOT
|
options BOOTP_NFSROOT
|
||||||
@@ -94,12 +94,12 @@ device "iq31244_7seg" # IQ31244 7 seg
|
|||||||
|
|
||||||
# Debugging for use in -current
|
# Debugging for use in -current
|
||||||
options KDB
|
options KDB
|
||||||
options DDB #Enable the kernel debugger
|
options DDB # Enable the kernel debugger
|
||||||
#options DEADLKRES #Enable the deadlock resolver
|
#options DEADLKRES # Enable the deadlock resolver
|
||||||
#options INVARIANTS #Enable calls of extra sanity checking
|
#options INVARIANTS # Enable calls of extra sanity checking
|
||||||
#options INVARIANT_SUPPORT #Extra sanity checks of internal structures, required by INVARIANTS
|
#options INVARIANT_SUPPORT # Extra sanity checks of internal structures, required by INVARIANTS
|
||||||
#options WITNESS #Enable checks to detect deadlocks and cycles
|
#options WITNESS # Enable checks to detect deadlocks and cycles
|
||||||
#options WITNESS_SKIPSPIN #Don't run witness on spinlocks for speed
|
#options WITNESS_SKIPSPIN # Don't run witness on spinlocks for speed
|
||||||
#options DIAGNOSTIC
|
#options DIAGNOSTIC
|
||||||
|
|
||||||
# To make an SMP kernel, the next two are needed
|
# To make an SMP kernel, the next two are needed
|
||||||
|
|||||||
+31
-31
@@ -26,40 +26,40 @@ include "../at91/std.kb920x"
|
|||||||
hints "KB920X.hints"
|
hints "KB920X.hints"
|
||||||
makeoptions MODULES_OVERRIDE=""
|
makeoptions MODULES_OVERRIDE=""
|
||||||
|
|
||||||
makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols
|
makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
|
||||||
options DDB
|
options DDB
|
||||||
options KDB
|
options KDB
|
||||||
|
|
||||||
options SCHED_4BSD #4BSD scheduler
|
options SCHED_4BSD # 4BSD scheduler
|
||||||
options INET #InterNETworking
|
options INET # InterNETworking
|
||||||
#options INET6 #IPv6 communications protocols
|
#options INET6 # IPv6 communications protocols
|
||||||
options FFS #Berkeley Fast Filesystem
|
options FFS # Berkeley Fast Filesystem
|
||||||
#options SOFTUPDATES #Enable FFS soft updates support
|
#options SOFTUPDATES # Enable FFS soft updates support
|
||||||
#options UFS_ACL #Support for access control lists
|
#options UFS_ACL # Support for access control lists
|
||||||
#options UFS_DIRHASH #Improve performance on big directories
|
#options UFS_DIRHASH # Improve performance on big directories
|
||||||
#options MD_ROOT #MD is a potential root device
|
#options MD_ROOT # MD is a potential root device
|
||||||
#options MD_ROOT_SIZE=4096 # 4MB ram disk
|
#options MD_ROOT_SIZE=4096 # 4MB ram disk
|
||||||
options ROOTDEVNAME=\"ufs:/dev/mmcsd0s1a\"
|
options ROOTDEVNAME=\"ufs:/dev/mmcsd0s1a\"
|
||||||
options NFSCL #New Network Filesystem Client
|
options NFSCL # New Network Filesystem Client
|
||||||
#options NFSD #New Network Filesystem Server
|
#options NFSD # New Network Filesystem Server
|
||||||
#options NFSLOCKD #Network Lock Manager
|
#options NFSLOCKD # Network Lock Manager
|
||||||
#options NFS_ROOT #NFS usable as /, requires NFSCL
|
#options NFS_ROOT # NFS usable as /, requires NFSCL
|
||||||
#options BOOTP_NFSROOT
|
#options BOOTP_NFSROOT
|
||||||
#options BOOTP
|
#options BOOTP
|
||||||
|
|
||||||
options GEOM_PART_BSD #BSD partition scheme
|
options GEOM_PART_BSD # BSD partition scheme
|
||||||
options GEOM_PART_MBR #MBR partition scheme
|
options GEOM_PART_MBR # MBR partition scheme
|
||||||
options TMPFS #Efficient memory filesystem
|
options TMPFS # Efficient memory filesystem
|
||||||
#options MSDOSFS #MSDOS Filesystem
|
#options MSDOSFS # MSDOS Filesystem
|
||||||
#options CD9660 #ISO 9660 Filesystem
|
#options CD9660 # ISO 9660 Filesystem
|
||||||
#options PROCFS #Process filesystem (requires PSEUDOFS)
|
#options PROCFS # Process filesystem (requires PSEUDOFS)
|
||||||
options PSEUDOFS #Pseudo-filesystem framework
|
options PSEUDOFS # Pseudo-filesystem framework
|
||||||
#options SCSI_DELAY=5000 #Delay (in ms) before probing SCSI
|
#options SCSI_DELAY=5000 # Delay (in ms) before probing SCSI
|
||||||
#options KTRACE #ktrace(1) support
|
#options KTRACE # ktrace(1) support
|
||||||
options SYSVSHM #SYSV-style shared memory
|
options SYSVSHM # SYSV-style shared memory
|
||||||
options SYSVMSG #SYSV-style message queues
|
options SYSVMSG # SYSV-style message queues
|
||||||
options SYSVSEM #SYSV-style semaphores
|
options SYSVSEM # SYSV-style semaphores
|
||||||
options _KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensions
|
options _KPOSIX_PRIORITY_SCHEDULING # Posix P1003_1B real-time extensions
|
||||||
#options NO_SYSCTL_DESCR
|
#options NO_SYSCTL_DESCR
|
||||||
# Disable the inlining of mutex, rwlock and sx locks. These eat up a lot
|
# Disable the inlining of mutex, rwlock and sx locks. These eat up a lot
|
||||||
# of space.
|
# of space.
|
||||||
@@ -77,11 +77,11 @@ device mii
|
|||||||
device lxtphy
|
device lxtphy
|
||||||
|
|
||||||
# Debugging for use in -current
|
# Debugging for use in -current
|
||||||
#options DEADLKRES #Enable the deadlock resolver
|
#options DEADLKRES # Enable the deadlock resolver
|
||||||
#options INVARIANTS #Enable calls of extra sanity checking
|
#options INVARIANTS # Enable calls of extra sanity checking
|
||||||
#options INVARIANT_SUPPORT #Extra sanity checks of internal structures, required by INVARIANTS
|
#options INVARIANT_SUPPORT # Extra sanity checks of internal structures, required by INVARIANTS
|
||||||
#options WITNESS #Enable checks to detect deadlocks and cycles
|
#options WITNESS # Enable checks to detect deadlocks and cycles
|
||||||
#options WITNESS_SKIPSPIN #Don't run witness on spinlocks for speed
|
#options WITNESS_SKIPSPIN # Don't run witness on spinlocks for speed
|
||||||
|
|
||||||
device md
|
device md
|
||||||
device at91_twi # TWI: Two Wire Interface
|
device at91_twi # TWI: Two Wire Interface
|
||||||
|
|||||||
+26
-26
@@ -21,42 +21,42 @@ ident LN2410SBC
|
|||||||
|
|
||||||
include "../s3c2xx0/std.ln2410sbc"
|
include "../s3c2xx0/std.ln2410sbc"
|
||||||
#To statically compile in device wiring instead of /boot/device.hints
|
#To statically compile in device wiring instead of /boot/device.hints
|
||||||
#hints "GENERIC.hints" #Default places to look for devices.
|
#hints "GENERIC.hints" # Default places to look for devices.
|
||||||
makeoptions MODULES_OVERRIDE=""
|
makeoptions MODULES_OVERRIDE=""
|
||||||
|
|
||||||
device board_ln2410sbc
|
device board_ln2410sbc
|
||||||
|
|
||||||
makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols
|
makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
|
||||||
options HZ=100
|
options HZ=100
|
||||||
options DDB
|
options DDB
|
||||||
options KDB
|
options KDB
|
||||||
|
|
||||||
options SCHED_4BSD #4BSD scheduler
|
options SCHED_4BSD # 4BSD scheduler
|
||||||
options INET #InterNETworking
|
options INET # InterNETworking
|
||||||
#options INET6 #IPv6 communications protocols
|
#options INET6 # IPv6 communications protocols
|
||||||
options FFS #Berkeley Fast Filesystem
|
options FFS # Berkeley Fast Filesystem
|
||||||
#options SOFTUPDATES #Enable FFS soft updates support
|
#options SOFTUPDATES # Enable FFS soft updates support
|
||||||
#options UFS_ACL #Support for access control lists
|
#options UFS_ACL # Support for access control lists
|
||||||
#options UFS_DIRHASH #Improve performance on big directories
|
#options UFS_DIRHASH # Improve performance on big directories
|
||||||
#options MD_ROOT #MD is a potential root device
|
#options MD_ROOT # MD is a potential root device
|
||||||
#options MD_ROOT_SIZE=4096 # 4MB ram disk
|
#options MD_ROOT_SIZE=4096 # 4MB ram disk
|
||||||
options ROOTDEVNAME=\"ufs:da0s1\"
|
options ROOTDEVNAME=\"ufs:da0s1\"
|
||||||
|
|
||||||
#options BOOTP
|
#options BOOTP
|
||||||
#options BOOTP_NFSROOT # NFS mount root filesystem using BOOTP info
|
#options BOOTP_NFSROOT # NFS mount root filesystem using BOOTP info
|
||||||
#options NFSCL #New Network Filesystem Client
|
#options NFSCL # New Network Filesystem Client
|
||||||
#options NFS_ROOT #NFS usable as root device
|
#options NFS_ROOT # NFS usable as root device
|
||||||
|
|
||||||
options GEOM_PART_BSD #BSD partition scheme
|
options GEOM_PART_BSD # BSD partition scheme
|
||||||
options GEOM_PART_MBR #MBR partition scheme
|
options GEOM_PART_MBR # MBR partition scheme
|
||||||
options TMPFS #Efficient memory filesystem
|
options TMPFS # Efficient memory filesystem
|
||||||
options PSEUDOFS #Pseudo-filesystem framework
|
options PSEUDOFS # Pseudo-filesystem framework
|
||||||
#options SCSI_DELAY=5000 #Delay (in ms) before probing SCSI
|
#options SCSI_DELAY=5000 # Delay (in ms) before probing SCSI
|
||||||
options KTRACE #ktrace(1) support
|
options KTRACE # ktrace(1) support
|
||||||
options SYSVSHM #SYSV-style shared memory
|
options SYSVSHM # SYSV-style shared memory
|
||||||
options SYSVMSG #SYSV-style message queues
|
options SYSVMSG # SYSV-style message queues
|
||||||
options SYSVSEM #SYSV-style semaphores
|
options SYSVSEM # SYSV-style semaphores
|
||||||
options _KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensions
|
options _KPOSIX_PRIORITY_SCHEDULING # Posix P1003_1B real-time extensions
|
||||||
|
|
||||||
options MUTEX_NOINLINE
|
options MUTEX_NOINLINE
|
||||||
options RWLOCK_NOINLINE
|
options RWLOCK_NOINLINE
|
||||||
@@ -73,10 +73,10 @@ device bpf
|
|||||||
device uart
|
device uart
|
||||||
|
|
||||||
# Debugging for use in -current
|
# Debugging for use in -current
|
||||||
options INVARIANTS #Enable calls of extra sanity checking
|
options INVARIANTS # Enable calls of extra sanity checking
|
||||||
options INVARIANT_SUPPORT #Extra sanity checks of internal structures, required by INVARIANTS
|
options INVARIANT_SUPPORT # Extra sanity checks of internal structures, required by INVARIANTS
|
||||||
options WITNESS #Enable checks to detect deadlocks and cycles
|
options WITNESS # Enable checks to detect deadlocks and cycles
|
||||||
options WITNESS_SKIPSPIN #Don't run witness on spinlocks for speed
|
options WITNESS_SKIPSPIN # Don't run witness on spinlocks for speed
|
||||||
|
|
||||||
device md
|
device md
|
||||||
|
|
||||||
|
|||||||
+34
-34
@@ -31,10 +31,10 @@ include "../xscale/ixp425/std.ixp425"
|
|||||||
include "../xscale/ixp425/std.avila"
|
include "../xscale/ixp425/std.avila"
|
||||||
options XSCALE_CACHE_READ_WRITE_ALLOCATE
|
options XSCALE_CACHE_READ_WRITE_ALLOCATE
|
||||||
#To statically compile in device wiring instead of /boot/device.hints
|
#To statically compile in device wiring instead of /boot/device.hints
|
||||||
hints "NSLU.hints" #Default places to look for devices.
|
hints "NSLU.hints" # Default places to look for devices.
|
||||||
makeoptions MODULES_OVERRIDE=""
|
makeoptions MODULES_OVERRIDE=""
|
||||||
|
|
||||||
makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols
|
makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
|
||||||
makeoptions CONF_CFLAGS=-mcpu=xscale
|
makeoptions CONF_CFLAGS=-mcpu=xscale
|
||||||
options HZ=100
|
options HZ=100
|
||||||
options DEVICE_POLLING
|
options DEVICE_POLLING
|
||||||
@@ -42,41 +42,41 @@ options DEVICE_POLLING
|
|||||||
# Debugging for use in -current
|
# Debugging for use in -current
|
||||||
options KDB
|
options KDB
|
||||||
#options GDB
|
#options GDB
|
||||||
options DDB #Enable the kernel debugger
|
options DDB # Enable the kernel debugger
|
||||||
#options DEADLKRES #Enable the deadlock resolver
|
#options DEADLKRES # Enable the deadlock resolver
|
||||||
#options INVARIANTS #Enable calls of extra sanity checking
|
#options INVARIANTS # Enable calls of extra sanity checking
|
||||||
#options INVARIANT_SUPPORT #Extra sanity checks of internal structures, required by INVARIANTS
|
#options INVARIANT_SUPPORT # Extra sanity checks of internal structures, required by INVARIANTS
|
||||||
#options WITNESS #Enable checks to detect deadlocks and cycles
|
#options WITNESS # Enable checks to detect deadlocks and cycles
|
||||||
#options WITNESS_SKIPSPIN #Don't run witness on spinlocks for speed
|
#options WITNESS_SKIPSPIN # Don't run witness on spinlocks for speed
|
||||||
#options DIAGNOSTIC
|
#options DIAGNOSTIC
|
||||||
|
|
||||||
options SCHED_ULE #ULE scheduler
|
options SCHED_ULE # ULE scheduler
|
||||||
options INET #InterNETworking
|
options INET # InterNETworking
|
||||||
options INET6 #IPv6 communications protocols
|
options INET6 # IPv6 communications protocols
|
||||||
options FFS #Berkeley Fast Filesystem
|
options FFS # Berkeley Fast Filesystem
|
||||||
options SOFTUPDATES #Enable FFS soft updates support
|
options SOFTUPDATES # Enable FFS soft updates support
|
||||||
options UFS_ACL #Support for access control lists
|
options UFS_ACL # Support for access control lists
|
||||||
options UFS_DIRHASH #Improve performance on big directories
|
options UFS_DIRHASH # Improve performance on big directories
|
||||||
options NFSCL #New Network Filesystem Client
|
options NFSCL # New Network Filesystem Client
|
||||||
options NFSD #New Network Filesystem Server
|
options NFSD # New Network Filesystem Server
|
||||||
options NFSLOCKD #Network Lock Manager
|
options NFSLOCKD # Network Lock Manager
|
||||||
options NFS_ROOT #NFS usable as /, requires NFSCL
|
options NFS_ROOT # NFS usable as /, requires NFSCL
|
||||||
options GEOM_PART_BSD #BSD partition scheme
|
options GEOM_PART_BSD # BSD partition scheme
|
||||||
options GEOM_PART_MBR #MBR partition scheme
|
options GEOM_PART_MBR # MBR partition scheme
|
||||||
options TMPFS #Efficient memory filesystem
|
options TMPFS # Efficient memory filesystem
|
||||||
#options MSDOSFS #MSDOS Filesystem
|
#options MSDOSFS # MSDOS Filesystem
|
||||||
options CD9660 #ISO 9660 Filesystem
|
options CD9660 # ISO 9660 Filesystem
|
||||||
#options PROCFS #Process filesystem (requires PSEUDOFS)
|
#options PROCFS # Process filesystem (requires PSEUDOFS)
|
||||||
options PSEUDOFS #Pseudo-filesystem framework
|
options PSEUDOFS # Pseudo-filesystem framework
|
||||||
options SCSI_DELAY=5000 #Delay (in ms) before probing SCSI
|
options SCSI_DELAY=5000 # Delay (in ms) before probing SCSI
|
||||||
options KTRACE #ktrace(1) support
|
options KTRACE # ktrace(1) support
|
||||||
options SYSVSHM #SYSV-style shared memory
|
options SYSVSHM # SYSV-style shared memory
|
||||||
options SYSVMSG #SYSV-style message queues
|
options SYSVMSG # SYSV-style message queues
|
||||||
options SYSVSEM #SYSV-style semaphores
|
options SYSVSEM # SYSV-style semaphores
|
||||||
options _KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensions
|
options _KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensions
|
||||||
options MUTEX_NOINLINE #Mutex inlines are space hogs
|
options MUTEX_NOINLINE # Mutex inlines are space hogs
|
||||||
options RWLOCK_NOINLINE #rwlock inlines are space hogs
|
options RWLOCK_NOINLINE # rwlock inlines are space hogs
|
||||||
options SX_NOINLINE #sx inliens are space hogs
|
options SX_NOINLINE # sx inliens are space hogs
|
||||||
options BOOTP
|
options BOOTP
|
||||||
options BOOTP_NFSROOT
|
options BOOTP_NFSROOT
|
||||||
options BOOTP_NFSV3
|
options BOOTP_NFSV3
|
||||||
|
|||||||
+29
-29
@@ -34,40 +34,40 @@ include "../ti/omap4/pandaboard/std.pandaboard"
|
|||||||
makeoptions MODULES_OVERRIDE=""
|
makeoptions MODULES_OVERRIDE=""
|
||||||
makeoptions WITHOUT_MODULES="ahc"
|
makeoptions WITHOUT_MODULES="ahc"
|
||||||
|
|
||||||
makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols
|
makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
|
||||||
options HZ=100
|
options HZ=100
|
||||||
|
|
||||||
options SCHED_4BSD #4BSD scheduler
|
options SCHED_4BSD # 4BSD scheduler
|
||||||
options INET #InterNETworking
|
options INET # InterNETworking
|
||||||
#options INET6 #IPv6 communications protocols
|
#options INET6 # IPv6 communications protocols
|
||||||
options FFS #Berkeley Fast Filesystem
|
options FFS # Berkeley Fast Filesystem
|
||||||
options SOFTUPDATES #Enable FFS soft updates support
|
options SOFTUPDATES # Enable FFS soft updates support
|
||||||
options UFS_ACL #Support for access control lists
|
options UFS_ACL # Support for access control lists
|
||||||
options UFS_DIRHASH #Improve performance on big directories
|
options UFS_DIRHASH # Improve performance on big directories
|
||||||
device snp
|
device snp
|
||||||
options BREAK_TO_DEBUGGER
|
options BREAK_TO_DEBUGGER
|
||||||
|
|
||||||
options NFSCL
|
options NFSCL
|
||||||
options NFS_ROOT #NFS usable as /, requires NFSCLIENT
|
options NFS_ROOT # NFS usable as /, requires NFSCLIENT
|
||||||
#options BOOTP_NFSROOT
|
#options BOOTP_NFSROOT
|
||||||
#options BOOTP_COMPAT
|
#options BOOTP_COMPAT
|
||||||
#options BOOTP
|
#options BOOTP
|
||||||
#options BOOTP_NFSV3
|
#options BOOTP_NFSV3
|
||||||
#options BOOTP_WIRED_TO=ue0
|
#options BOOTP_WIRED_TO=ue0
|
||||||
options GEOM_PART_BSD #BSD partition scheme
|
options GEOM_PART_BSD # BSD partition scheme
|
||||||
options GEOM_PART_MBR #MBR partition scheme
|
options GEOM_PART_MBR # MBR partition scheme
|
||||||
options TMPFS #Efficient memory filesystem
|
options TMPFS # Efficient memory filesystem
|
||||||
options MSDOSFS #MSDOS Filesystem
|
options MSDOSFS # MSDOS Filesystem
|
||||||
#options CD9660 #ISO 9660 Filesystem
|
#options CD9660 # ISO 9660 Filesystem
|
||||||
#options PROCFS #Process filesystem (requires PSEUDOFS)
|
#options PROCFS # Process filesystem (requires PSEUDOFS)
|
||||||
options PSEUDOFS #Pseudo-filesystem framework
|
options PSEUDOFS # Pseudo-filesystem framework
|
||||||
options COMPAT_43 #Compatible with BSD 4.3 [KEEP THIS!]
|
options COMPAT_43 # Compatible with BSD 4.3 [KEEP THIS!]
|
||||||
options SCSI_DELAY=5000 #Delay (in ms) before probing SCSI
|
options SCSI_DELAY=5000 # Delay (in ms) before probing SCSI
|
||||||
options KTRACE #ktrace(1) support
|
options KTRACE # ktrace(1) support
|
||||||
options SYSVSHM #SYSV-style shared memory
|
options SYSVSHM # SYSV-style shared memory
|
||||||
options SYSVMSG #SYSV-style message queues
|
options SYSVMSG # SYSV-style message queues
|
||||||
options SYSVSEM #SYSV-style semaphores
|
options SYSVSEM # SYSV-style semaphores
|
||||||
options _KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensions
|
options _KPOSIX_PRIORITY_SCHEDULING # Posix P1003_1B real-time extensions
|
||||||
options KBD_INSTALL_CDEV # install a CDEV entry in /dev
|
options KBD_INSTALL_CDEV # install a CDEV entry in /dev
|
||||||
options FREEBSD_BOOT_LOADER
|
options FREEBSD_BOOT_LOADER
|
||||||
|
|
||||||
@@ -96,13 +96,13 @@ device pty
|
|||||||
|
|
||||||
device pl310 # PL310 L2 cache controller
|
device pl310 # PL310 L2 cache controller
|
||||||
# Debugging for use in -current
|
# Debugging for use in -current
|
||||||
#options VERBOSE_SYSINIT #Enable verbose sysinit messages
|
#options VERBOSE_SYSINIT # Enable verbose sysinit messages
|
||||||
options KDB
|
options KDB
|
||||||
options DDB #Enable the kernel debugger
|
options DDB # Enable the kernel debugger
|
||||||
#options INVARIANTS #Enable calls of extra sanity checking
|
#options INVARIANTS # Enable calls of extra sanity checking
|
||||||
#options INVARIANT_SUPPORT #Extra sanity checks of internal structures, required by INVARIANTS
|
#options INVARIANT_SUPPORT # Extra sanity checks of internal structures, required by INVARIANTS
|
||||||
#options WITNESS #Enable checks to detect deadlocks and cycles
|
#options WITNESS # Enable checks to detect deadlocks and cycles
|
||||||
#options WITNESS_SKIPSPIN #Don't run witness on spinlocks for speed
|
#options WITNESS_SKIPSPIN # Don't run witness on spinlocks for speed
|
||||||
#options DIAGNOSTIC
|
#options DIAGNOSTIC
|
||||||
|
|
||||||
device md
|
device md
|
||||||
|
|||||||
+29
-29
@@ -26,23 +26,23 @@ include "../at91/std.qila9g20"
|
|||||||
hints "QILA9G20.hints"
|
hints "QILA9G20.hints"
|
||||||
makeoptions MODULES_OVERRIDE=""
|
makeoptions MODULES_OVERRIDE=""
|
||||||
|
|
||||||
makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols
|
makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
|
||||||
options DDB
|
options DDB
|
||||||
options KDB
|
options KDB
|
||||||
|
|
||||||
options SCHED_4BSD #4BSD scheduler
|
options SCHED_4BSD # 4BSD scheduler
|
||||||
options INET #InterNETworking
|
options INET # InterNETworking
|
||||||
#options INET6 #IPv6 communications protocols
|
#options INET6 # IPv6 communications protocols
|
||||||
options FFS #Berkeley Fast Filesystem
|
options FFS # Berkeley Fast Filesystem
|
||||||
#options SOFTUPDATES #Enable FFS soft updates support
|
#options SOFTUPDATES # Enable FFS soft updates support
|
||||||
#options UFS_ACL #Support for access control lists
|
#options UFS_ACL # Support for access control lists
|
||||||
#options UFS_DIRHASH #Improve performance on big directories
|
#options UFS_DIRHASH # Improve performance on big directories
|
||||||
#options MD_ROOT #MD is a potential root device
|
#options MD_ROOT # MD is a potential root device
|
||||||
#options MD_ROOT_SIZE=4096 # 4MB ram disk
|
#options MD_ROOT_SIZE=4096 # 4MB ram disk
|
||||||
options NFSCL #New Network Filesystem Client
|
options NFSCL # New Network Filesystem Client
|
||||||
#options NFSD #New Network Filesystem Server
|
#options NFSD # New Network Filesystem Server
|
||||||
#options NFSLOCKD #Network Lock Manager
|
#options NFSLOCKD # Network Lock Manager
|
||||||
#options NFS_ROOT #NFS usable as /, requires NFSCL
|
#options NFS_ROOT # NFS usable as /, requires NFSCL
|
||||||
#options BOOTP_NFSROOT
|
#options BOOTP_NFSROOT
|
||||||
#options BOOTP
|
#options BOOTP
|
||||||
#options BOOTP_NFSV3
|
#options BOOTP_NFSV3
|
||||||
@@ -53,18 +53,18 @@ options ROOTDEVNAME=\"ufs:/dev/mmcsd0s1a\"
|
|||||||
|
|
||||||
options ALT_BREAK_TO_DEBUGGER
|
options ALT_BREAK_TO_DEBUGGER
|
||||||
|
|
||||||
options GEOM_PART_BSD #BSD partition scheme
|
options GEOM_PART_BSD # BSD partition scheme
|
||||||
options GEOM_PART_MBR #MBR partition scheme
|
options GEOM_PART_MBR # MBR partition scheme
|
||||||
options TMPFS #Efficient memory filesystem
|
options TMPFS # Efficient memory filesystem
|
||||||
#options MSDOSFS #MSDOS Filesystem
|
#options MSDOSFS # MSDOS Filesystem
|
||||||
#options CD9660 #ISO 9660 Filesystem
|
#options CD9660 # ISO 9660 Filesystem
|
||||||
#options PROCFS #Process filesystem (requires PSEUDOFS)
|
#options PROCFS # Process filesystem (requires PSEUDOFS)
|
||||||
#options PSEUDOFS #Pseudo-filesystem framework
|
#options PSEUDOFS # Pseudo-filesystem framework
|
||||||
#options SCSI_DELAY=5000 #Delay (in ms) before probing SCSI
|
#options SCSI_DELAY=5000 # Delay (in ms) before probing SCSI
|
||||||
#options KTRACE #ktrace(1) support
|
#options KTRACE # ktrace(1) support
|
||||||
options SYSVSHM #SYSV-style shared memory
|
options SYSVSHM # SYSV-style shared memory
|
||||||
options SYSVMSG #SYSV-style message queues
|
options SYSVMSG # SYSV-style message queues
|
||||||
options SYSVSEM #SYSV-style semaphores
|
options SYSVSEM # SYSV-style semaphores
|
||||||
options _KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensions
|
options _KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensions
|
||||||
options MUTEX_NOINLINE
|
options MUTEX_NOINLINE
|
||||||
options RWLOCK_NOINLINE
|
options RWLOCK_NOINLINE
|
||||||
@@ -72,10 +72,10 @@ options NO_FFS_SNAPSHOT
|
|||||||
options NO_SWAPPING
|
options NO_SWAPPING
|
||||||
|
|
||||||
# Debugging for use in -current
|
# Debugging for use in -current
|
||||||
#options INVARIANTS #Enable calls of extra sanity checking
|
#options INVARIANTS # Enable calls of extra sanity checking
|
||||||
#options INVARIANT_SUPPORT #Extra sanity checks of internal structures, required by INVARIANTS
|
#options INVARIANT_SUPPORT # Extra sanity checks of internal structures, required by INVARIANTS
|
||||||
#options WITNESS #Enable checks to detect deadlocks and cycles
|
#options WITNESS # Enable checks to detect deadlocks and cycles
|
||||||
#options WITNESS_SKIPSPIN #Don't run witness on spinlocks for speed
|
#options WITNESS_SKIPSPIN # Don't run witness on spinlocks for speed
|
||||||
#options DIAGNOSTIC
|
#options DIAGNOSTIC
|
||||||
|
|
||||||
device random
|
device random
|
||||||
|
|||||||
+31
-31
@@ -26,48 +26,48 @@ makeoptions MODULES_OVERRIDE=""
|
|||||||
makeoptions WITHOUT_MODULES="ahc"
|
makeoptions WITHOUT_MODULES="ahc"
|
||||||
|
|
||||||
options HZ=100
|
options HZ=100
|
||||||
options SCHED_4BSD #4BSD scheduler
|
options SCHED_4BSD # 4BSD scheduler
|
||||||
options INET #InterNETworking
|
options INET # InterNETworking
|
||||||
options INET6 #IPv6 communications protocols
|
options INET6 # IPv6 communications protocols
|
||||||
options FFS #Berkeley Fast Filesystem
|
options FFS # Berkeley Fast Filesystem
|
||||||
options SOFTUPDATES #Enable FFS soft updates support
|
options SOFTUPDATES # Enable FFS soft updates support
|
||||||
options UFS_ACL #Support for access control lists
|
options UFS_ACL # Support for access control lists
|
||||||
options UFS_DIRHASH #Improve performance on big directories
|
options UFS_DIRHASH # Improve performance on big directories
|
||||||
options GEOM_PART_BSD #BSD partition scheme
|
options GEOM_PART_BSD # BSD partition scheme
|
||||||
options GEOM_PART_MBR #MBR partition scheme
|
options GEOM_PART_MBR # MBR partition scheme
|
||||||
options TMPFS #Efficient memory filesystem
|
options TMPFS # Efficient memory filesystem
|
||||||
options MSDOSFS #MSDOS Filesystem
|
options MSDOSFS # MSDOS Filesystem
|
||||||
options CD9660 #ISO 9660 Filesystem
|
options CD9660 # ISO 9660 Filesystem
|
||||||
options PROCFS #Process filesystem (requires PSEUDOFS)
|
options PROCFS # Process filesystem (requires PSEUDOFS)
|
||||||
options PSEUDOFS #Pseudo-filesystem framework
|
options PSEUDOFS # Pseudo-filesystem framework
|
||||||
options COMPAT_43 #Compatible with BSD 4.3 [KEEP THIS!]
|
options COMPAT_43 # Compatible with BSD 4.3 [KEEP THIS!]
|
||||||
options SCSI_DELAY=5000 #Delay (in ms) before probing SCSI
|
options SCSI_DELAY=5000 # Delay (in ms) before probing SCSI
|
||||||
options KTRACE #ktrace(1) support
|
options KTRACE # ktrace(1) support
|
||||||
options SYSVSHM #SYSV-style shared memory
|
options SYSVSHM # SYSV-style shared memory
|
||||||
options SYSVMSG #SYSV-style message queues
|
options SYSVMSG # SYSV-style message queues
|
||||||
options SYSVSEM #SYSV-style semaphores
|
options SYSVSEM # SYSV-style semaphores
|
||||||
options _KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensions
|
options _KPOSIX_PRIORITY_SCHEDULING # Posix P1003_1B real-time extensions
|
||||||
options KBD_INSTALL_CDEV # install a CDEV entry in /dev
|
options KBD_INSTALL_CDEV # install a CDEV entry in /dev
|
||||||
options PREEMPTION
|
options PREEMPTION
|
||||||
options FREEBSD_BOOT_LOADER
|
options FREEBSD_BOOT_LOADER
|
||||||
options VFP # vfp/neon
|
options VFP # vfp/neon
|
||||||
|
|
||||||
# Debugging
|
# Debugging
|
||||||
makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols
|
makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
|
||||||
options BREAK_TO_DEBUGGER
|
options BREAK_TO_DEBUGGER
|
||||||
#options VERBOSE_SYSINIT #Enable verbose sysinit messages
|
#options VERBOSE_SYSINIT # Enable verbose sysinit messages
|
||||||
options KDB
|
options KDB
|
||||||
options DDB #Enable the kernel debugger
|
options DDB # Enable the kernel debugger
|
||||||
#options INVARIANTS #Enable calls of extra sanity checking
|
#options INVARIANTS # Enable calls of extra sanity checking
|
||||||
#options INVARIANT_SUPPORT #Extra sanity checks of internal structures, required by INVARIANTS
|
#options INVARIANT_SUPPORT # Extra sanity checks of internal structures, required by INVARIANTS
|
||||||
options WITNESS #Enable checks to detect deadlocks and cycles
|
options WITNESS # Enable checks to detect deadlocks and cycles
|
||||||
options WITNESS_SKIPSPIN #Don't run witness on spinlocks for speed
|
options WITNESS_SKIPSPIN # Don't run witness on spinlocks for speed
|
||||||
options DIAGNOSTIC
|
options DIAGNOSTIC
|
||||||
|
|
||||||
# NFS support
|
# NFS support
|
||||||
#options NFSCL
|
#options NFSCL
|
||||||
#options NFSSERVER #Network Filesystem Server
|
#options NFSSERVER # Network Filesystem Server
|
||||||
#options NFSCLIENT #Network Filesystem Client
|
#options NFSCLIENT # Network Filesystem Client
|
||||||
|
|
||||||
# MMC/SD/SDIO card slot support
|
# MMC/SD/SDIO card slot support
|
||||||
#device mmc # mmc/sd bus
|
#device mmc # mmc/sd bus
|
||||||
@@ -101,7 +101,7 @@ device usb
|
|||||||
options USB_DEBUG
|
options USB_DEBUG
|
||||||
#options USB_REQ_DEBUG
|
#options USB_REQ_DEBUG
|
||||||
#options USB_VERBOSE
|
#options USB_VERBOSE
|
||||||
device dwcotg #DWC OTG controller
|
device dwcotg # DWC OTG controller
|
||||||
|
|
||||||
device umass
|
device umass
|
||||||
|
|
||||||
|
|||||||
+27
-27
@@ -21,40 +21,40 @@ ident RPI-B
|
|||||||
|
|
||||||
include "../broadcom/bcm2835/std.rpi"
|
include "../broadcom/bcm2835/std.rpi"
|
||||||
|
|
||||||
makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols
|
makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
|
||||||
options HZ=100
|
options HZ=100
|
||||||
|
|
||||||
options SCHED_4BSD #4BSD scheduler
|
options SCHED_4BSD # 4BSD scheduler
|
||||||
options INET #InterNETworking
|
options INET # InterNETworking
|
||||||
options INET6 #IPv6 communications protocols
|
options INET6 # IPv6 communications protocols
|
||||||
options SCTP #Stream Control Transmission Protocol
|
options SCTP # Stream Control Transmission Protocol
|
||||||
options FFS #Berkeley Fast Filesystem
|
options FFS # Berkeley Fast Filesystem
|
||||||
options SOFTUPDATES #Enable FFS soft updates support
|
options SOFTUPDATES # Enable FFS soft updates support
|
||||||
options UFS_ACL #Support for access control lists
|
options UFS_ACL # Support for access control lists
|
||||||
options UFS_DIRHASH #Improve performance on big directories
|
options UFS_DIRHASH # Improve performance on big directories
|
||||||
options GEOM_PART_BSD #BSD partition scheme
|
options GEOM_PART_BSD # BSD partition scheme
|
||||||
options GEOM_PART_MBR #MBR partition scheme
|
options GEOM_PART_MBR # MBR partition scheme
|
||||||
options TMPFS #Efficient memory filesystem
|
options TMPFS # Efficient memory filesystem
|
||||||
options MSDOSFS #MSDOS Filesystem
|
options MSDOSFS # MSDOS Filesystem
|
||||||
device snp
|
device snp
|
||||||
|
|
||||||
options NFSCL #Network Filesystem Client
|
options NFSCL # Network Filesystem Client
|
||||||
|
|
||||||
#options NFS_ROOT #NFS usable as /, requires NFSCLIENT
|
#options NFS_ROOT # NFS usable as /, requires NFSCLIENT
|
||||||
#options BOOTP_NFSROOT
|
#options BOOTP_NFSROOT
|
||||||
#options BOOTP_COMPAT
|
#options BOOTP_COMPAT
|
||||||
#options BOOTP
|
#options BOOTP
|
||||||
#options BOOTP_NFSV3
|
#options BOOTP_NFSV3
|
||||||
#options BOOTP_WIRED_TO=ue0
|
#options BOOTP_WIRED_TO=ue0
|
||||||
|
|
||||||
options PSEUDOFS #Pseudo-filesystem framework
|
options PSEUDOFS # Pseudo-filesystem framework
|
||||||
options COMPAT_43 #Compatible with BSD 4.3 [KEEP THIS!]
|
options COMPAT_43 # Compatible with BSD 4.3 [KEEP THIS!]
|
||||||
options SCSI_DELAY=5000 #Delay (in ms) before probing SCSI
|
options SCSI_DELAY=5000 # Delay (in ms) before probing SCSI
|
||||||
options KTRACE #ktrace(1) support
|
options KTRACE # ktrace(1) support
|
||||||
options SYSVSHM #SYSV-style shared memory
|
options SYSVSHM # SYSV-style shared memory
|
||||||
options SYSVMSG #SYSV-style message queues
|
options SYSVMSG # SYSV-style message queues
|
||||||
options SYSVSEM #SYSV-style semaphores
|
options SYSVSEM # SYSV-style semaphores
|
||||||
options _KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensions
|
options _KPOSIX_PRIORITY_SCHEDULING # Posix P1003_1B real-time extensions
|
||||||
options KBD_INSTALL_CDEV # install a CDEV entry in /dev
|
options KBD_INSTALL_CDEV # install a CDEV entry in /dev
|
||||||
#options ROOTDEVNAME=\"ufs:mmcsd0s2\"
|
#options ROOTDEVNAME=\"ufs:mmcsd0s2\"
|
||||||
|
|
||||||
@@ -88,9 +88,9 @@ device iicbus
|
|||||||
device bcm2835_bsc
|
device bcm2835_bsc
|
||||||
|
|
||||||
options KDB
|
options KDB
|
||||||
options DDB #Enable the kernel debugger
|
options DDB # Enable the kernel debugger
|
||||||
options INVARIANTS #Enable calls of extra sanity checking
|
options INVARIANTS # Enable calls of extra sanity checking
|
||||||
options INVARIANT_SUPPORT #Extra sanity checks of internal structures, required by INVARIANTS
|
options INVARIANT_SUPPORT # Extra sanity checks of internal structures, required by INVARIANTS
|
||||||
|
|
||||||
device md
|
device md
|
||||||
device random # Entropy device
|
device random # Entropy device
|
||||||
@@ -98,7 +98,7 @@ device random # Entropy device
|
|||||||
# USB support
|
# USB support
|
||||||
device usb
|
device usb
|
||||||
options USB_DEBUG
|
options USB_DEBUG
|
||||||
device dwcotg #DWC OTG controller
|
device dwcotg # DWC OTG controller
|
||||||
|
|
||||||
# USB storage support
|
# USB storage support
|
||||||
device scbus
|
device scbus
|
||||||
|
|||||||
@@ -43,13 +43,13 @@ options NFSCL # New Network Filesystem Client
|
|||||||
#options NFSD # New Network Filesystem Server
|
#options NFSD # New Network Filesystem Server
|
||||||
options NFSLOCKD # Network Lock Manager
|
options NFSLOCKD # Network Lock Manager
|
||||||
options NFS_ROOT # NFS usable as /, requires NFSCL
|
options NFS_ROOT # NFS usable as /, requires NFSCL
|
||||||
options TMPFS #Efficient memory filesystem
|
options TMPFS # Efficient memory filesystem
|
||||||
#options MSDOSFS # MSDOS Filesystem
|
#options MSDOSFS # MSDOS Filesystem
|
||||||
#options CD9660 # ISO 9660 Filesystem
|
#options CD9660 # ISO 9660 Filesystem
|
||||||
#options PROCFS # Process filesystem (requires PSEUDOFS)
|
#options PROCFS # Process filesystem (requires PSEUDOFS)
|
||||||
#options PSEUDOFS # Pseudo-filesystem framework
|
#options PSEUDOFS # Pseudo-filesystem framework
|
||||||
options GEOM_PART_BSD #BSD partition scheme
|
options GEOM_PART_BSD # BSD partition scheme
|
||||||
options GEOM_PART_MBR #MBR partition scheme
|
options GEOM_PART_MBR # MBR partition scheme
|
||||||
#options GEOM_PART_GPT # GUID Partition Tables.
|
#options GEOM_PART_GPT # GUID Partition Tables.
|
||||||
#options GEOM_LABEL # Provides labelization
|
#options GEOM_LABEL # Provides labelization
|
||||||
#options COMPAT_FREEBSD5 # Compatible with FreeBSD5
|
#options COMPAT_FREEBSD5 # Compatible with FreeBSD5
|
||||||
|
|||||||
+31
-31
@@ -25,27 +25,27 @@ include "../at91/std.sam9g20ek"
|
|||||||
hints "SAM9G20EK.hints"
|
hints "SAM9G20EK.hints"
|
||||||
makeoptions MODULES_OVERRIDE=""
|
makeoptions MODULES_OVERRIDE=""
|
||||||
|
|
||||||
makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols
|
makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
|
||||||
options DDB
|
options DDB
|
||||||
options KDB
|
options KDB
|
||||||
|
|
||||||
options SCHED_4BSD #4BSD scheduler
|
options SCHED_4BSD # 4BSD scheduler
|
||||||
options INET #InterNETworking
|
options INET # InterNETworking
|
||||||
#options INET6 #IPv6 communications protocols
|
#options INET6 # IPv6 communications protocols
|
||||||
options GEOM_PART_BSD #BSD partition scheme
|
options GEOM_PART_BSD # BSD partition scheme
|
||||||
options GEOM_PART_MBR #MBR partition scheme
|
options GEOM_PART_MBR # MBR partition scheme
|
||||||
options TMPFS #Efficient memory filesystem
|
options TMPFS # Efficient memory filesystem
|
||||||
options FFS #Berkeley Fast Filesystem
|
options FFS # Berkeley Fast Filesystem
|
||||||
#options SOFTUPDATES #Enable FFS soft updates support
|
#options SOFTUPDATES # Enable FFS soft updates support
|
||||||
#options UFS_ACL #Support for access control lists
|
#options UFS_ACL # Support for access control lists
|
||||||
#options UFS_DIRHASH #Improve performance on big directories
|
#options UFS_DIRHASH # Improve performance on big directories
|
||||||
#options MD_ROOT #MD is a potential root device
|
#options MD_ROOT # MD is a potential root device
|
||||||
#options MD_ROOT_SIZE=4096 # 4MB ram disk
|
#options MD_ROOT_SIZE=4096 # 4MB ram disk
|
||||||
options NANDFS #NAND file system
|
options NANDFS # NAND file system
|
||||||
options NFSCL #New Network Filesystem Client
|
options NFSCL # New Network Filesystem Client
|
||||||
#options NFSD #New Network Filesystem Server
|
#options NFSD # New Network Filesystem Server
|
||||||
#options NFSLOCKD #Network Lock Manager
|
#options NFSLOCKD # Network Lock Manager
|
||||||
#options NFS_ROOT #NFS usable as /, requires NFSCL
|
#options NFS_ROOT # NFS usable as /, requires NFSCL
|
||||||
#options BOOTP_NFSROOT
|
#options BOOTP_NFSROOT
|
||||||
#options BOOTP
|
#options BOOTP
|
||||||
#options BOOTP_NFSV3
|
#options BOOTP_NFSV3
|
||||||
@@ -56,26 +56,26 @@ options ROOTDEVNAME=\"ufs:/dev/mmcsd0s1a\"
|
|||||||
|
|
||||||
options ALT_BREAK_TO_DEBUGGER
|
options ALT_BREAK_TO_DEBUGGER
|
||||||
|
|
||||||
#options MSDOSFS #MSDOS Filesystem
|
#options MSDOSFS # MSDOS Filesystem
|
||||||
#options CD9660 #ISO 9660 Filesystem
|
#options CD9660 # ISO 9660 Filesystem
|
||||||
#options PROCFS #Process filesystem (requires PSEUDOFS)
|
#options PROCFS # Process filesystem (requires PSEUDOFS)
|
||||||
#options PSEUDOFS #Pseudo-filesystem framework
|
#options PSEUDOFS # Pseudo-filesystem framework
|
||||||
#options SCSI_DELAY=5000 #Delay (in ms) before probing SCSI
|
#options SCSI_DELAY=5000 # Delay (in ms) before probing SCSI
|
||||||
#options KTRACE #ktrace(1) support
|
#options KTRACE # ktrace(1) support
|
||||||
options SYSVSHM #SYSV-style shared memory
|
options SYSVSHM # SYSV-style shared memory
|
||||||
options SYSVMSG #SYSV-style message queues
|
options SYSVMSG # SYSV-style message queues
|
||||||
options SYSVSEM #SYSV-style semaphores
|
options SYSVSEM # SYSV-style semaphores
|
||||||
options _KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensions
|
options _KPOSIX_PRIORITY_SCHEDULING # Posix P1003_1B real-time extensions
|
||||||
options MUTEX_NOINLINE
|
options MUTEX_NOINLINE
|
||||||
options RWLOCK_NOINLINE
|
options RWLOCK_NOINLINE
|
||||||
options NO_FFS_SNAPSHOT
|
options NO_FFS_SNAPSHOT
|
||||||
options NO_SWAPPING
|
options NO_SWAPPING
|
||||||
|
|
||||||
# Debugging for use in -current
|
# Debugging for use in -current
|
||||||
#options INVARIANTS #Enable calls of extra sanity checking
|
#options INVARIANTS # Enable calls of extra sanity checking
|
||||||
#options INVARIANT_SUPPORT #Extra sanity checks of internal structures, required by INVARIANTS
|
#options INVARIANT_SUPPORT # Extra sanity checks of internal structures, required by INVARIANTS
|
||||||
#options WITNESS #Enable checks to detect deadlocks and cycles
|
#options WITNESS # Enable checks to detect deadlocks and cycles
|
||||||
#options WITNESS_SKIPSPIN #Don't run witness on spinlocks for speed
|
#options WITNESS_SKIPSPIN # Don't run witness on spinlocks for speed
|
||||||
#options DIAGNOSTIC
|
#options DIAGNOSTIC
|
||||||
|
|
||||||
device random
|
device random
|
||||||
|
|||||||
+30
-30
@@ -26,26 +26,26 @@ include "../at91/std.sam9x25ek"
|
|||||||
hints "SAM9G20EK.hints"
|
hints "SAM9G20EK.hints"
|
||||||
makeoptions MODULES_OVERRIDE=""
|
makeoptions MODULES_OVERRIDE=""
|
||||||
|
|
||||||
makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols
|
makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
|
||||||
options DDB
|
options DDB
|
||||||
options KDB
|
options KDB
|
||||||
|
|
||||||
options SCHED_4BSD #4BSD scheduler
|
options SCHED_4BSD # 4BSD scheduler
|
||||||
options INET #InterNETworking
|
options INET # InterNETworking
|
||||||
#options INET6 #IPv6 communications protocols
|
#options INET6 # IPv6 communications protocols
|
||||||
options GEOM_PART_BSD #BSD partition scheme
|
options GEOM_PART_BSD # BSD partition scheme
|
||||||
options GEOM_PART_MBR #MBR partition scheme
|
options GEOM_PART_MBR # MBR partition scheme
|
||||||
options TMPFS #Efficient memory filesystem
|
options TMPFS # Efficient memory filesystem
|
||||||
options FFS #Berkeley Fast Filesystem
|
options FFS # Berkeley Fast Filesystem
|
||||||
#options SOFTUPDATES #Enable FFS soft updates support
|
#options SOFTUPDATES # Enable FFS soft updates support
|
||||||
#options UFS_ACL #Support for access control lists
|
#options UFS_ACL # Support for access control lists
|
||||||
#options UFS_DIRHASH #Improve performance on big directories
|
#options UFS_DIRHASH # Improve performance on big directories
|
||||||
#options MD_ROOT #MD is a potential root device
|
#options MD_ROOT # MD is a potential root device
|
||||||
#options MD_ROOT_SIZE=4096 # 4MB ram disk
|
#options MD_ROOT_SIZE=4096 # 4MB ram disk
|
||||||
options NFSCL #New Network Filesystem Client
|
options NFSCL # New Network Filesystem Client
|
||||||
#options NFSD #New Network Filesystem Server
|
#options NFSD # New Network Filesystem Server
|
||||||
#options NFSLOCKD #Network Lock Manager
|
#options NFSLOCKD # Network Lock Manager
|
||||||
#options NFS_ROOT #NFS usable as /, requires NFSCL
|
#options NFS_ROOT # NFS usable as /, requires NFSCL
|
||||||
#options BOOTP_NFSROOT
|
#options BOOTP_NFSROOT
|
||||||
#options BOOTP
|
#options BOOTP
|
||||||
#options BOOTP_NFSV3
|
#options BOOTP_NFSV3
|
||||||
@@ -56,26 +56,26 @@ options ROOTDEVNAME=\"ufs:/dev/mmcsd0s1a\"
|
|||||||
|
|
||||||
options ALT_BREAK_TO_DEBUGGER
|
options ALT_BREAK_TO_DEBUGGER
|
||||||
|
|
||||||
#options MSDOSFS #MSDOS Filesystem
|
#options MSDOSFS # MSDOS Filesystem
|
||||||
#options CD9660 #ISO 9660 Filesystem
|
#options CD9660 # ISO 9660 Filesystem
|
||||||
#options PROCFS #Process filesystem (requires PSEUDOFS)
|
#options PROCFS # Process filesystem (requires PSEUDOFS)
|
||||||
#options PSEUDOFS #Pseudo-filesystem framework
|
#options PSEUDOFS # Pseudo-filesystem framework
|
||||||
#options SCSI_DELAY=5000 #Delay (in ms) before probing SCSI
|
#options SCSI_DELAY=5000 # Delay (in ms) before probing SCSI
|
||||||
#options KTRACE #ktrace(1) support
|
#options KTRACE # ktrace(1) support
|
||||||
options SYSVSHM #SYSV-style shared memory
|
options SYSVSHM # SYSV-style shared memory
|
||||||
options SYSVMSG #SYSV-style message queues
|
options SYSVMSG # SYSV-style message queues
|
||||||
options SYSVSEM #SYSV-style semaphores
|
options SYSVSEM # SYSV-style semaphores
|
||||||
options _KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensions
|
options _KPOSIX_PRIORITY_SCHEDULING # Posix P1003_1B real-time extensions
|
||||||
options MUTEX_NOINLINE
|
options MUTEX_NOINLINE
|
||||||
options RWLOCK_NOINLINE
|
options RWLOCK_NOINLINE
|
||||||
options NO_FFS_SNAPSHOT
|
options NO_FFS_SNAPSHOT
|
||||||
options NO_SWAPPING
|
options NO_SWAPPING
|
||||||
|
|
||||||
# Debugging for use in -current
|
# Debugging for use in -current
|
||||||
#options INVARIANTS #Enable calls of extra sanity checking
|
#options INVARIANTS # Enable calls of extra sanity checking
|
||||||
#options INVARIANT_SUPPORT #Extra sanity checks of internal structures, required by INVARIANTS
|
#options INVARIANT_SUPPORT # Extra sanity checks of internal structures, required by INVARIANTS
|
||||||
#options WITNESS #Enable checks to detect deadlocks and cycles
|
#options WITNESS # Enable checks to detect deadlocks and cycles
|
||||||
#options WITNESS_SKIPSPIN #Don't run witness on spinlocks for speed
|
#options WITNESS_SKIPSPIN # Don't run witness on spinlocks for speed
|
||||||
#options DIAGNOSTIC
|
#options DIAGNOSTIC
|
||||||
|
|
||||||
device random
|
device random
|
||||||
|
|||||||
+16
-16
@@ -10,20 +10,20 @@ include "../mv/kirkwood/std.db88f6xxx"
|
|||||||
options SOC_MV_KIRKWOOD
|
options SOC_MV_KIRKWOOD
|
||||||
makeoptions MODULES_OVERRIDE=""
|
makeoptions MODULES_OVERRIDE=""
|
||||||
|
|
||||||
#makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols
|
#makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
|
||||||
makeoptions WERROR="-Werror"
|
makeoptions WERROR="-Werror"
|
||||||
|
|
||||||
options SCHED_4BSD #4BSD scheduler
|
options SCHED_4BSD # 4BSD scheduler
|
||||||
options INET #InterNETworking
|
options INET # InterNETworking
|
||||||
options INET6 #IPv6 communications protocols
|
options INET6 # IPv6 communications protocols
|
||||||
options GEOM_PART_BSD #BSD partition scheme
|
options GEOM_PART_BSD # BSD partition scheme
|
||||||
options GEOM_PART_MBR #MBR partition scheme
|
options GEOM_PART_MBR # MBR partition scheme
|
||||||
options TMPFS #Efficient memory filesystem
|
options TMPFS # Efficient memory filesystem
|
||||||
options FFS #Berkeley Fast Filesystem
|
options FFS # Berkeley Fast Filesystem
|
||||||
options NANDFS #NAND Filesystem
|
options NANDFS # NAND Filesystem
|
||||||
options NFSCL #New Network Filesystem Client
|
options NFSCL # New Network Filesystem Client
|
||||||
options NFSLOCKD #Network Lock Manager
|
options NFSLOCKD # Network Lock Manager
|
||||||
options NFS_ROOT #NFS usable as /, requires NFSCL
|
options NFS_ROOT # NFS usable as /, requires NFSCL
|
||||||
options BOOTP
|
options BOOTP
|
||||||
options BOOTP_NFSROOT
|
options BOOTP_NFSROOT
|
||||||
options BOOTP_NFSV3
|
options BOOTP_NFSV3
|
||||||
@@ -32,10 +32,10 @@ options BOOTP_WIRED_TO=mge0
|
|||||||
# Root fs on USB device
|
# Root fs on USB device
|
||||||
#options ROOTDEVNAME=\"ufs:/dev/da0a\"
|
#options ROOTDEVNAME=\"ufs:/dev/da0a\"
|
||||||
|
|
||||||
options SYSVSHM #SYSV-style shared memory
|
options SYSVSHM # SYSV-style shared memory
|
||||||
options SYSVMSG #SYSV-style message queues
|
options SYSVMSG # SYSV-style message queues
|
||||||
options SYSVSEM #SYSV-style semaphores
|
options SYSVSEM # SYSV-style semaphores
|
||||||
options _KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensions
|
options _KPOSIX_PRIORITY_SCHEDULING # Posix P1003_1B real-time extensions
|
||||||
options MUTEX_NOINLINE
|
options MUTEX_NOINLINE
|
||||||
options RWLOCK_NOINLINE
|
options RWLOCK_NOINLINE
|
||||||
options NO_FFS_SNAPSHOT
|
options NO_FFS_SNAPSHOT
|
||||||
|
|||||||
+30
-30
@@ -25,23 +25,23 @@ include "../at91/std.sn9g45"
|
|||||||
#hints "SN9G45.hints"
|
#hints "SN9G45.hints"
|
||||||
makeoptions MODULES_OVERRIDE=""
|
makeoptions MODULES_OVERRIDE=""
|
||||||
|
|
||||||
makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols
|
makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
|
||||||
options DDB
|
options DDB
|
||||||
options KDB
|
options KDB
|
||||||
|
|
||||||
options SCHED_4BSD #4BSD scheduler
|
options SCHED_4BSD # 4BSD scheduler
|
||||||
options INET #InterNETworking
|
options INET # InterNETworking
|
||||||
#options INET6 #IPv6 communications protocols
|
#options INET6 # IPv6 communications protocols
|
||||||
options FFS #Berkeley Fast Filesystem
|
options FFS # Berkeley Fast Filesystem
|
||||||
#options SOFTUPDATES #Enable FFS soft updates support
|
#options SOFTUPDATES # Enable FFS soft updates support
|
||||||
#options UFS_ACL #Support for access control lists
|
#options UFS_ACL # Support for access control lists
|
||||||
#options UFS_DIRHASH #Improve performance on big directories
|
#options UFS_DIRHASH # Improve performance on big directories
|
||||||
#options MD_ROOT #MD is a potential root device
|
#options MD_ROOT # MD is a potential root device
|
||||||
#options MD_ROOT_SIZE=4096 # 4MB ram disk
|
#options MD_ROOT_SIZE=4096 # 4MB ram disk
|
||||||
options NFSCL #New Network Filesystem Client
|
options NFSCL # New Network Filesystem Client
|
||||||
#options NFSD #New Network Filesystem Server
|
#options NFSD # New Network Filesystem Server
|
||||||
#options NFSLOCKD #Network Lock Manager
|
#options NFSLOCKD # Network Lock Manager
|
||||||
#options NFS_ROOT #NFS usable as /, requires NFSCL
|
#options NFS_ROOT # NFS usable as /, requires NFSCL
|
||||||
#options BOOTP_NFSROOT
|
#options BOOTP_NFSROOT
|
||||||
#options BOOTP
|
#options BOOTP
|
||||||
#options BOOTP_NFSV3
|
#options BOOTP_NFSV3
|
||||||
@@ -52,29 +52,29 @@ options ROOTDEVNAME=\"ufs:/dev/da0s1\"
|
|||||||
|
|
||||||
options ALT_BREAK_TO_DEBUGGER
|
options ALT_BREAK_TO_DEBUGGER
|
||||||
|
|
||||||
options GEOM_PART_BSD #BSD partition scheme
|
options GEOM_PART_BSD # BSD partition scheme
|
||||||
options GEOM_PART_MBR #MBR partition scheme
|
options GEOM_PART_MBR # MBR partition scheme
|
||||||
options TMPFS #Efficient memory filesystem
|
options TMPFS # Efficient memory filesystem
|
||||||
#options MSDOSFS #MSDOS Filesystem
|
#options MSDOSFS # MSDOS Filesystem
|
||||||
#options CD9660 #ISO 9660 Filesystem
|
#options CD9660 # ISO 9660 Filesystem
|
||||||
#options PROCFS #Process filesystem (requires PSEUDOFS)
|
#options PROCFS # Process filesystem (requires PSEUDOFS)
|
||||||
#options PSEUDOFS #Pseudo-filesystem framework
|
#options PSEUDOFS # Pseudo-filesystem framework
|
||||||
options SCSI_DELAY=1000 #Delay (in ms) before probing SCSI
|
options SCSI_DELAY=1000 # Delay (in ms) before probing SCSI
|
||||||
#options KTRACE #ktrace(1) support
|
#options KTRACE # ktrace(1) support
|
||||||
options SYSVSHM #SYSV-style shared memory
|
options SYSVSHM # SYSV-style shared memory
|
||||||
options SYSVMSG #SYSV-style message queues
|
options SYSVMSG # SYSV-style message queues
|
||||||
options SYSVSEM #SYSV-style semaphores
|
options SYSVSEM # SYSV-style semaphores
|
||||||
options _KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensions
|
options _KPOSIX_PRIORITY_SCHEDULING # Posix P1003_1B real-time extensions
|
||||||
options MUTEX_NOINLINE
|
options MUTEX_NOINLINE
|
||||||
options RWLOCK_NOINLINE
|
options RWLOCK_NOINLINE
|
||||||
options NO_FFS_SNAPSHOT
|
options NO_FFS_SNAPSHOT
|
||||||
options NO_SWAPPING
|
options NO_SWAPPING
|
||||||
|
|
||||||
# Debugging for use in -current
|
# Debugging for use in -current
|
||||||
#options INVARIANTS #Enable calls of extra sanity checking
|
#options INVARIANTS # Enable calls of extra sanity checking
|
||||||
#options INVARIANT_SUPPORT #Extra sanity checks of internal structures, required by INVARIANTS
|
#options INVARIANT_SUPPORT # Extra sanity checks of internal structures, required by INVARIANTS
|
||||||
#options WITNESS #Enable checks to detect deadlocks and cycles
|
#options WITNESS # Enable checks to detect deadlocks and cycles
|
||||||
#options WITNESS_SKIPSPIN #Don't run witness on spinlocks for speed
|
#options WITNESS_SKIPSPIN # Don't run witness on spinlocks for speed
|
||||||
#options DIAGNOSTIC
|
#options DIAGNOSTIC
|
||||||
|
|
||||||
device random
|
device random
|
||||||
|
|||||||
+15
-15
@@ -10,30 +10,30 @@ include "../mv/orion/std.ts7800"
|
|||||||
options SOC_MV_ORION
|
options SOC_MV_ORION
|
||||||
makeoptions MODULES_OVERRIDE=""
|
makeoptions MODULES_OVERRIDE=""
|
||||||
|
|
||||||
#makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols
|
#makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
|
||||||
makeoptions WERROR="-Werror"
|
makeoptions WERROR="-Werror"
|
||||||
|
|
||||||
options SCHED_4BSD #4BSD scheduler
|
options SCHED_4BSD # 4BSD scheduler
|
||||||
options INET #InterNETworking
|
options INET # InterNETworking
|
||||||
options INET6 #IPv6 communications protocols
|
options INET6 # IPv6 communications protocols
|
||||||
options FFS #Berkeley Fast Filesystem
|
options FFS # Berkeley Fast Filesystem
|
||||||
options SOFTUPDATES # Enable FFS soft updates support
|
options SOFTUPDATES # Enable FFS soft updates support
|
||||||
options NFSCL #New Network Filesystem Client
|
options NFSCL # New Network Filesystem Client
|
||||||
options NFSLOCKD #Network Lock Manager
|
options NFSLOCKD # Network Lock Manager
|
||||||
options NFS_ROOT #NFS usable as /, requires NFSCL
|
options NFS_ROOT # NFS usable as /, requires NFSCL
|
||||||
options BOOTP
|
options BOOTP
|
||||||
options BOOTP_NFSROOT
|
options BOOTP_NFSROOT
|
||||||
options BOOTP_NFSV3
|
options BOOTP_NFSV3
|
||||||
options BOOTP_WIRED_TO=mge0
|
options BOOTP_WIRED_TO=mge0
|
||||||
|
|
||||||
options GEOM_PART_BSD #BSD partition scheme
|
options GEOM_PART_BSD # BSD partition scheme
|
||||||
options GEOM_PART_MBR #MBR partition scheme
|
options GEOM_PART_MBR # MBR partition scheme
|
||||||
options TMPFS #Efficient memory filesystem
|
options TMPFS # Efficient memory filesystem
|
||||||
|
|
||||||
options SYSVSHM #SYSV-style shared memory
|
options SYSVSHM # SYSV-style shared memory
|
||||||
options SYSVMSG #SYSV-style message queues
|
options SYSVMSG # SYSV-style message queues
|
||||||
options SYSVSEM #SYSV-style semaphores
|
options SYSVSEM # SYSV-style semaphores
|
||||||
options _KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensions
|
options _KPOSIX_PRIORITY_SCHEDULING # Posix P1003_1B real-time extensions
|
||||||
options MUTEX_NOINLINE
|
options MUTEX_NOINLINE
|
||||||
options RWLOCK_NOINLINE
|
options RWLOCK_NOINLINE
|
||||||
options NO_FFS_SNAPSHOT
|
options NO_FFS_SNAPSHOT
|
||||||
|
|||||||
+21
-21
@@ -32,28 +32,28 @@ options PHYSADDR=0x00000000
|
|||||||
options FREEBSD_BOOT_LOADER
|
options FREEBSD_BOOT_LOADER
|
||||||
options LINUX_BOOT_ABI
|
options LINUX_BOOT_ABI
|
||||||
|
|
||||||
makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols
|
makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
|
||||||
options HZ=100
|
options HZ=100
|
||||||
|
|
||||||
options SCHED_4BSD #4BSD scheduler
|
options SCHED_4BSD # 4BSD scheduler
|
||||||
options INET #InterNETworking
|
options INET # InterNETworking
|
||||||
options FFS #Berkeley Fast Filesystem
|
options FFS # Berkeley Fast Filesystem
|
||||||
options SOFTUPDATES #Enable FFS soft updates support
|
options SOFTUPDATES # Enable FFS soft updates support
|
||||||
options UFS_ACL #Support for access control lists
|
options UFS_ACL # Support for access control lists
|
||||||
options UFS_DIRHASH #Improve performance on big directories
|
options UFS_DIRHASH # Improve performance on big directories
|
||||||
device snp
|
device snp
|
||||||
|
|
||||||
options GEOM_PART_BSD #BSD partition scheme
|
options GEOM_PART_BSD # BSD partition scheme
|
||||||
options GEOM_PART_MBR #MBR partition scheme
|
options GEOM_PART_MBR # MBR partition scheme
|
||||||
options TMPFS #Efficient memory filesystem
|
options TMPFS # Efficient memory filesystem
|
||||||
options PSEUDOFS #Pseudo-filesystem framework
|
options PSEUDOFS # Pseudo-filesystem framework
|
||||||
options COMPAT_43 #Compatible with BSD 4.3 [KEEP THIS!]
|
options COMPAT_43 # Compatible with BSD 4.3 [KEEP THIS!]
|
||||||
options SCSI_DELAY=5000 #Delay (in ms) before probing SCSI
|
options SCSI_DELAY=5000 # Delay (in ms) before probing SCSI
|
||||||
options KTRACE #ktrace(1) support
|
options KTRACE # ktrace(1) support
|
||||||
options SYSVSHM #SYSV-style shared memory
|
options SYSVSHM # SYSV-style shared memory
|
||||||
options SYSVMSG #SYSV-style message queues
|
options SYSVMSG # SYSV-style message queues
|
||||||
options SYSVSEM #SYSV-style semaphores
|
options SYSVSEM # SYSV-style semaphores
|
||||||
options _KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensions
|
options _KPOSIX_PRIORITY_SCHEDULING # Posix P1003_1B real-time extensions
|
||||||
options KBD_INSTALL_CDEV # install a CDEV entry in /dev
|
options KBD_INSTALL_CDEV # install a CDEV entry in /dev
|
||||||
options ROOTDEVNAME=\"ufs:da0s1a\"
|
options ROOTDEVNAME=\"ufs:da0s1a\"
|
||||||
options VFP # vfp/neon
|
options VFP # vfp/neon
|
||||||
@@ -91,9 +91,9 @@ options SC_DFLT_FONT # compile font in
|
|||||||
makeoptions SC_DFLT_FONT=cp437
|
makeoptions SC_DFLT_FONT=cp437
|
||||||
|
|
||||||
options KDB
|
options KDB
|
||||||
options DDB #Enable the kernel debugger
|
options DDB # Enable the kernel debugger
|
||||||
options INVARIANTS #Enable calls of extra sanity checking
|
options INVARIANTS # Enable calls of extra sanity checking
|
||||||
options INVARIANT_SUPPORT #Extra sanity checks of internal structures, required by INVARIANTS
|
options INVARIANT_SUPPORT # Extra sanity checks of internal structures, required by INVARIANTS
|
||||||
|
|
||||||
device md
|
device md
|
||||||
device random # Entropy device
|
device random # Entropy device
|
||||||
|
|||||||
+33
-33
@@ -22,32 +22,32 @@ include "../freescale/vybrid/std.vybrid"
|
|||||||
makeoptions MODULES_OVERRIDE=""
|
makeoptions MODULES_OVERRIDE=""
|
||||||
makeoptions WITHOUT_MODULES="ahc"
|
makeoptions WITHOUT_MODULES="ahc"
|
||||||
|
|
||||||
makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols
|
makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
|
||||||
makeoptions WERROR="-Werror"
|
makeoptions WERROR="-Werror"
|
||||||
|
|
||||||
options HZ=100 ##
|
options HZ=100
|
||||||
options SCHED_4BSD #4BSD scheduler
|
options SCHED_4BSD # 4BSD scheduler
|
||||||
options INET #InterNETworking
|
options INET # InterNETworking
|
||||||
options INET6 #IPv6 communications protocols
|
options INET6 # IPv6 communications protocols
|
||||||
options FFS #Berkeley Fast Filesystem
|
options FFS # Berkeley Fast Filesystem
|
||||||
options SOFTUPDATES
|
options SOFTUPDATES
|
||||||
options UFS_ACL #Support for access control lists
|
options UFS_ACL # Support for access control lists
|
||||||
options UFS_DIRHASH #Improve performance on big directories
|
options UFS_DIRHASH # Improve performance on big directories
|
||||||
options GEOM_PART_BSD #BSD partition scheme
|
options GEOM_PART_BSD # BSD partition scheme
|
||||||
options GEOM_PART_MBR #MBR partition scheme
|
options GEOM_PART_MBR # MBR partition scheme
|
||||||
options TMPFS #Efficient memory filesystem
|
options TMPFS # Efficient memory filesystem
|
||||||
options MSDOSFS #MSDOS Filesystem
|
options MSDOSFS # MSDOS Filesystem
|
||||||
options CD9660 #ISO 9660 Filesystem
|
options CD9660 # ISO 9660 Filesystem
|
||||||
options PROCFS #Process filesystem (requires PSEUDOFS)
|
options PROCFS # Process filesystem (requires PSEUDOFS)
|
||||||
options PSEUDOFS #Pseudo-filesystem framework
|
options PSEUDOFS # Pseudo-filesystem framework
|
||||||
#options NANDFS #NAND Filesystem
|
#options NANDFS # NAND Filesystem
|
||||||
options COMPAT_43 #Compatible with BSD 4.3 [KEEP THIS!]
|
options COMPAT_43 # Compatible with BSD 4.3 [KEEP THIS!]
|
||||||
options SCSI_DELAY=5000 #Delay (in ms) before probing SCSI
|
options SCSI_DELAY=5000 # Delay (in ms) before probing SCSI
|
||||||
options KTRACE
|
options KTRACE
|
||||||
options SYSVSHM #SYSV-style shared memory
|
options SYSVSHM # SYSV-style shared memory
|
||||||
options SYSVMSG #SYSV-style message queues
|
options SYSVMSG # SYSV-style message queues
|
||||||
options SYSVSEM #SYSV-style semaphores
|
options SYSVSEM # SYSV-style semaphores
|
||||||
options _KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensions
|
options _KPOSIX_PRIORITY_SCHEDULING # Posix P1003_1B real-time extensions
|
||||||
options KBD_INSTALL_CDEV
|
options KBD_INSTALL_CDEV
|
||||||
options PREEMPTION
|
options PREEMPTION
|
||||||
options FREEBSD_BOOT_LOADER
|
options FREEBSD_BOOT_LOADER
|
||||||
@@ -58,24 +58,24 @@ options NO_SWAPPING
|
|||||||
options VFP # vfp/neon
|
options VFP # vfp/neon
|
||||||
|
|
||||||
# Debugging
|
# Debugging
|
||||||
makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols
|
makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
|
||||||
options BREAK_TO_DEBUGGER
|
options BREAK_TO_DEBUGGER
|
||||||
#options VERBOSE_SYSINIT #Enable verbose sysinit messages
|
#options VERBOSE_SYSINIT # Enable verbose sysinit messages
|
||||||
options KDB
|
options KDB
|
||||||
options DDB #Enable the kernel debugger
|
options DDB # Enable the kernel debugger
|
||||||
#options INVARIANTS #Enable calls of extra sanity checking
|
#options INVARIANTS # Enable calls of extra sanity checking
|
||||||
#options INVARIANT_SUPPORT #Extra sanity checks of internal structures, required by INVARIANTS
|
#options INVARIANT_SUPPORT # Extra sanity checks of internal structures, required by INVARIANTS
|
||||||
#options WITNESS #Enable checks to detect deadlocks and cycles
|
#options WITNESS # Enable checks to detect deadlocks and cycles
|
||||||
#options WITNESS_SKIPSPIN #Don't run witness on spinlocks for speed
|
#options WITNESS_SKIPSPIN # Don't run witness on spinlocks for speed
|
||||||
#options DIAGNOSTIC
|
#options DIAGNOSTIC
|
||||||
|
|
||||||
# NFS support
|
# NFS support
|
||||||
options NFSCL #Network Filesystem Client
|
options NFSCL # Network Filesystem Client
|
||||||
options NFSLOCKD #Network Lock Manager
|
options NFSLOCKD # Network Lock Manager
|
||||||
options NFS_ROOT #NFS usable as /, requires NFSCLIENT
|
options NFS_ROOT # NFS usable as /, requires NFSCLIENT
|
||||||
|
|
||||||
# Uncomment this for NFS root
|
# Uncomment this for NFS root
|
||||||
#options NFS_ROOT #NFS usable as /, requires NFSCL
|
#options NFS_ROOT # NFS usable as /, requires NFSCL
|
||||||
#options BOOTP_NFSROOT
|
#options BOOTP_NFSROOT
|
||||||
#options BOOTP_COMPAT
|
#options BOOTP_COMPAT
|
||||||
#options BOOTP
|
#options BOOTP
|
||||||
|
|||||||
+28
-28
@@ -25,35 +25,35 @@ include "../xilinx/zedboard/std.zedboard"
|
|||||||
makeoptions MODULES_OVERRIDE=""
|
makeoptions MODULES_OVERRIDE=""
|
||||||
makeoptions WITHOUT_MODULES="ahc"
|
makeoptions WITHOUT_MODULES="ahc"
|
||||||
|
|
||||||
options SCHED_4BSD #4BSD scheduler
|
options SCHED_4BSD # 4BSD scheduler
|
||||||
options INET #InterNETworking
|
options INET # InterNETworking
|
||||||
options INET6 #IPv6 communications protocols
|
options INET6 # IPv6 communications protocols
|
||||||
options FFS #Berkeley Fast Filesystem
|
options FFS # Berkeley Fast Filesystem
|
||||||
options SOFTUPDATES #Enable FFS soft updates support
|
options SOFTUPDATES # Enable FFS soft updates support
|
||||||
options UFS_ACL #Support for access control lists
|
options UFS_ACL # Support for access control lists
|
||||||
options UFS_DIRHASH #Improve performance on big directories
|
options UFS_DIRHASH # Improve performance on big directories
|
||||||
# options ROOTDEVNAME=\"ufs:mmcsd0s2a\"
|
# options ROOTDEVNAME=\"ufs:mmcsd0s2a\"
|
||||||
|
|
||||||
options NFSCL #Network Filesystem Client
|
options NFSCL # Network Filesystem Client
|
||||||
# options NFSSD #Network Filesystem Server
|
# options NFSSD # Network Filesystem Server
|
||||||
# options NFSLOCKD #Network Lock Manager
|
# options NFSLOCKD # Network Lock Manager
|
||||||
# options NFS_ROOT #NFS usable as /, requires NFSCL
|
# options NFS_ROOT # NFS usable as /, requires NFSCL
|
||||||
# options BOOTP_NFSROOT
|
# options BOOTP_NFSROOT
|
||||||
# options BOOTP
|
# options BOOTP
|
||||||
|
|
||||||
options GEOM_PART_BSD #BSD partition scheme
|
options GEOM_PART_BSD # BSD partition scheme
|
||||||
options GEOM_PART_MBR #MBR partition scheme
|
options GEOM_PART_MBR # MBR partition scheme
|
||||||
options TMPFS #Efficient memory filesystem
|
options TMPFS # Efficient memory filesystem
|
||||||
options MSDOSFS #MSDOS Filesystem
|
options MSDOSFS # MSDOS Filesystem
|
||||||
options CD9660 #ISO 9660 Filesystem
|
options CD9660 # ISO 9660 Filesystem
|
||||||
options PROCFS #Process filesystem (requires PSEUDOFS)
|
options PROCFS # Process filesystem (requires PSEUDOFS)
|
||||||
options PSEUDOFS #Pseudo-filesystem framework
|
options PSEUDOFS # Pseudo-filesystem framework
|
||||||
options SCSI_DELAY=5000 #Delay (in ms) before probing SCSI
|
options SCSI_DELAY=5000 # Delay (in ms) before probing SCSI
|
||||||
options KTRACE #ktrace(1) support
|
options KTRACE # ktrace(1) support
|
||||||
options SYSVSHM #SYSV-style shared memory
|
options SYSVSHM # SYSV-style shared memory
|
||||||
options SYSVMSG #SYSV-style message queues
|
options SYSVMSG # SYSV-style message queues
|
||||||
options SYSVSEM #SYSV-style semaphores
|
options SYSVSEM # SYSV-style semaphores
|
||||||
options _KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensions
|
options _KPOSIX_PRIORITY_SCHEDULING # Posix P1003_1B real-time extensions
|
||||||
options FREEBSD_BOOT_LOADER
|
options FREEBSD_BOOT_LOADER
|
||||||
options VFP # vfp/neon
|
options VFP # vfp/neon
|
||||||
|
|
||||||
@@ -63,10 +63,10 @@ options DDB
|
|||||||
options KDB
|
options KDB
|
||||||
# options BREAK_TO_DEBUGGER
|
# options BREAK_TO_DEBUGGER
|
||||||
|
|
||||||
# options INVARIANTS #Enable calls of extra sanity checking
|
# options INVARIANTS # Enable calls of extra sanity checking
|
||||||
# options INVARIANT_SUPPORT #Extra sanity checks of internal structures, required by INVARIANTS
|
# options INVARIANT_SUPPORT # Extra sanity checks of internal structures, required by INVARIANTS
|
||||||
# options WITNESS #Enable checks to detect deadlocks and cycles
|
# options WITNESS # Enable checks to detect deadlocks and cycles
|
||||||
# options WITNESS_SKIPSPIN #Don't run witness on spinlocks for speed
|
# options WITNESS_SKIPSPIN # Don't run witness on spinlocks for speed
|
||||||
|
|
||||||
device loop
|
device loop
|
||||||
device random
|
device random
|
||||||
|
|||||||
Reference in New Issue
Block a user