CNS11XXNAS revision 302915
1# CNS11XXNAS -  StarSemi STR9104/Cavium CNS1102 NAS
2# kernel configuration file for FreeBSD/arm
3#
4# For more information on this file, please read the handbook section on
5# Kernel Configuration Files:
6#
7#    http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
8#
9# The handbook is also available locally in /usr/share/doc/handbook
10# if you've installed the doc distribution, otherwise always see the
11# FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the
12# latest information.
13#
14# An exhaustive list of options and more detailed explanations of the
15# device lines is also present in the ../../conf/NOTES and NOTES files.
16# If you are in doubt as to the purpose or necessity of a line, check first
17# in NOTES.
18#
19# $FreeBSD: stable/11/sys/arm/conf/CNS11XXNAS 302915 2016-07-15 21:30:19Z ian $
20
21ident		CNS11XXNAS
22
23include 	"std.arm"
24#options 	PHYSADDR=0x10000000
25#options 	KERNVIRTADDR=0xc0200000	# Used in ldscript.arm
26#options 	FLASHADDR=0x50000000
27#options 	LOADERRAMADDR=0x00000000
28
29include 	"../cavium/cns11xx/std.econa"
30
31makeoptions	MODULES_OVERRIDE=""
32
33options 	HZ=100
34options 	DEVICE_POLLING
35
36
37options 	SCHED_ULE		# ULE scheduler
38#options 	SCHED_4BSD		# 4BSD scheduler
39options 	GEOM_PART_BSD		# BSD partition scheme
40options 	GEOM_PART_MBR		# MBR partition scheme
41options 	GEOM_PART_GPT		# GUID Partition Tables.
42#options 	GEOM_PART_EBR
43#options 	GEOM_PART_EBR_COMPAT
44options 	GEOM_LABEL		# Provides labelization
45
46
47options 	INET			# InterNETworking
48options 	INET6			# IPv6 communications protocols
49options 	FFS			# Berkeley Fast Filesystem
50options 	SOFTUPDATES		# Enable FFS soft updates support
51options 	UFS_ACL			# Support for access control lists
52options 	UFS_DIRHASH		# Improve performance on big directories
53options 	NFSCL			# Network Filesystem Client
54#options 	NFSD			# Network Filesystem Server
55#options 	NFSLOCKD		# Network Lock Manager
56options 	NFS_ROOT		# NFS usable as /, requires NFSCL
57options 	TMPFS			# Efficient memory filesystem
58options 	MSDOSFS			# MSDOS Filesystem
59#options 	CD9660			# ISO 9660 Filesystem
60#options 	PROCFS			# Process filesystem (requires PSEUDOFS)
61options 	PSEUDOFS		# Pseudo-filesystem framework
62options 	SCSI_DELAY=5000		# Delay (in ms) before probing SCSI
63options 	KTRACE			# ktrace(1) support
64options 	SYSVSHM			# SYSV-style shared memory
65options 	SYSVMSG			# SYSV-style message queues
66options 	SYSVSEM			# SYSV-style semaphores
67options 	_KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensions
68options 	MUTEX_NOINLINE		# Mutex inlines are space hogs
69options 	RWLOCK_NOINLINE		# rwlock inlines are space hogs
70options 	SX_NOINLINE		# sx inliens are space hogs
71#options 	BOOTP
72#options 	BOOTP_NFSROOT
73#options 	BOOTP_NFSV3
74#options 	BOOTP_WIRED_TO=npe0
75#options 	BOOTP_COMPAT
76
77#device		pci
78device		uart
79
80
81device		firmware
82device		mii			# Minimal mii routines
83device		ether
84device		bpf
85
86device		loop
87
88device		md
89device		random			# Entropy device
90
91
92device		usb
93device		ohci
94device		ehci
95device		umass
96device		scbus			# SCSI bus (required for ATA/SCSI)
97device		da			# Direct Access (disks)
98device		pass
99device		cfi
100
101#device		udav			# Davicom DM9601E USB
102
103device		geom_label
104device		geom_journal
105device		geom_part_bsd
106
107options 	ROOTDEVNAME=\"ufs:da0s1a\"
108