2010-01-04 03:35:45 +00:00
|
|
|
# CNS11XXNAS - StarSemi STR9104/Cavium CNS1102 NAS
|
|
|
|
# kernel configuration file for FreeBSD/arm
|
|
|
|
#
|
|
|
|
# For more information on this file, please read the handbook section on
|
|
|
|
# Kernel Configuration Files:
|
|
|
|
#
|
|
|
|
# http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
|
|
|
|
#
|
|
|
|
# The handbook is also available locally in /usr/share/doc/handbook
|
|
|
|
# if you've installed the doc distribution, otherwise always see the
|
|
|
|
# FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the
|
|
|
|
# latest information.
|
|
|
|
#
|
|
|
|
# An exhaustive list of options and more detailed explanations of the
|
2012-06-13 04:40:29 +00:00
|
|
|
# device lines is also present in the ../../conf/NOTES and NOTES files.
|
|
|
|
# If you are in doubt as to the purpose or necessity of a line, check first
|
2010-01-04 03:35:45 +00:00
|
|
|
# in NOTES.
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
ident CNS11XXNAS
|
|
|
|
|
2015-05-07 12:38:23 +00:00
|
|
|
include "std.arm"
|
2010-01-04 03:35:45 +00:00
|
|
|
#options PHYSADDR=0x10000000
|
2014-03-16 15:22:46 +00:00
|
|
|
#options KERNVIRTADDR=0xc0200000 # Used in ldscript.arm
|
2010-01-04 03:35:45 +00:00
|
|
|
#options FLASHADDR=0x50000000
|
|
|
|
#options LOADERRAMADDR=0x00000000
|
|
|
|
|
2015-05-07 12:38:23 +00:00
|
|
|
include "../cavium/cns11xx/std.econa"
|
2010-01-04 03:35:45 +00:00
|
|
|
|
|
|
|
makeoptions MODULES_OVERRIDE=""
|
|
|
|
|
|
|
|
options HZ=100
|
|
|
|
options DEVICE_POLLING
|
|
|
|
|
|
|
|
|
2014-03-16 15:22:46 +00:00
|
|
|
options SCHED_ULE # ULE scheduler
|
|
|
|
#options SCHED_4BSD # 4BSD scheduler
|
|
|
|
options GEOM_PART_BSD # BSD partition scheme
|
|
|
|
options GEOM_PART_MBR # MBR partition scheme
|
2010-01-04 03:35:45 +00:00
|
|
|
options GEOM_PART_GPT # GUID Partition Tables.
|
|
|
|
#options GEOM_PART_EBR
|
|
|
|
#options GEOM_PART_EBR_COMPAT
|
|
|
|
options GEOM_LABEL # Provides labelization
|
|
|
|
|
|
|
|
|
2014-03-16 15:22:46 +00:00
|
|
|
options INET # InterNETworking
|
|
|
|
options INET6 # IPv6 communications protocols
|
|
|
|
options FFS # Berkeley Fast Filesystem
|
|
|
|
options SOFTUPDATES # Enable FFS soft updates support
|
|
|
|
options UFS_ACL # Support for access control lists
|
|
|
|
options UFS_DIRHASH # Improve performance on big directories
|
2015-01-06 16:15:57 +00:00
|
|
|
options NFSCL # Network Filesystem Client
|
|
|
|
#options NFSD # Network Filesystem Server
|
2014-03-16 15:22:46 +00:00
|
|
|
#options NFSLOCKD # Network Lock Manager
|
|
|
|
options NFS_ROOT # NFS usable as /, requires NFSCL
|
2014-03-18 14:41:18 +00:00
|
|
|
options TMPFS # Efficient memory filesystem
|
2014-03-16 15:22:46 +00:00
|
|
|
options MSDOSFS # MSDOS Filesystem
|
|
|
|
#options CD9660 # ISO 9660 Filesystem
|
|
|
|
#options PROCFS # Process filesystem (requires PSEUDOFS)
|
|
|
|
options PSEUDOFS # Pseudo-filesystem framework
|
|
|
|
options SCSI_DELAY=5000 # Delay (in ms) before probing SCSI
|
|
|
|
options KTRACE # ktrace(1) support
|
|
|
|
options SYSVSHM # SYSV-style shared memory
|
|
|
|
options SYSVMSG # SYSV-style message queues
|
|
|
|
options SYSVSEM # SYSV-style semaphores
|
2010-01-04 03:35:45 +00:00
|
|
|
options _KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensions
|
2014-03-16 15:22:46 +00:00
|
|
|
options MUTEX_NOINLINE # Mutex inlines are space hogs
|
|
|
|
options RWLOCK_NOINLINE # rwlock inlines are space hogs
|
|
|
|
options SX_NOINLINE # sx inliens are space hogs
|
2010-01-04 03:35:45 +00:00
|
|
|
#options BOOTP
|
|
|
|
#options BOOTP_NFSROOT
|
|
|
|
#options BOOTP_NFSV3
|
|
|
|
#options BOOTP_WIRED_TO=npe0
|
|
|
|
#options BOOTP_COMPAT
|
|
|
|
|
|
|
|
#device pci
|
|
|
|
device uart
|
|
|
|
|
|
|
|
|
|
|
|
device firmware
|
2014-03-16 15:22:46 +00:00
|
|
|
device mii # Minimal mii routines
|
2010-01-04 03:35:45 +00:00
|
|
|
device ether
|
|
|
|
device bpf
|
|
|
|
|
|
|
|
device loop
|
|
|
|
|
|
|
|
device md
|
2014-12-21 11:55:40 +00:00
|
|
|
device random # Entropy device
|
2010-01-04 03:35:45 +00:00
|
|
|
|
|
|
|
|
|
|
|
device usb
|
|
|
|
device ohci
|
|
|
|
device ehci
|
|
|
|
device umass
|
2014-09-01 03:49:21 +00:00
|
|
|
device scbus # SCSI bus (required for ATA/SCSI)
|
2014-03-16 15:22:46 +00:00
|
|
|
device da # Direct Access (disks)
|
2010-01-04 03:35:45 +00:00
|
|
|
device pass
|
2014-12-21 11:55:40 +00:00
|
|
|
device cfi
|
2010-01-04 03:35:45 +00:00
|
|
|
|
2014-03-16 15:22:46 +00:00
|
|
|
#device udav # Davicom DM9601E USB
|
2010-01-04 03:35:45 +00:00
|
|
|
|
|
|
|
device geom_label
|
|
|
|
device geom_journal
|
2014-12-21 11:55:40 +00:00
|
|
|
device geom_part_bsd
|
2010-01-04 03:35:45 +00:00
|
|
|
|
2012-09-16 19:48:48 +00:00
|
|
|
options ROOTDEVNAME=\"ufs:da0s1a\"
|