1201468Srpaulo# CNS11XXNAS -  StarSemi STR9104/Cavium CNS1102 NAS
2201468Srpaulo# kernel configuration file for FreeBSD/arm
3201468Srpaulo#
4201468Srpaulo# For more information on this file, please read the handbook section on
5201468Srpaulo# Kernel Configuration Files:
6201468Srpaulo#
7201468Srpaulo#    http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
8201468Srpaulo#
9201468Srpaulo# The handbook is also available locally in /usr/share/doc/handbook
10201468Srpaulo# if you've installed the doc distribution, otherwise always see the
11201468Srpaulo# FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the
12201468Srpaulo# latest information.
13201468Srpaulo#
14201468Srpaulo# An exhaustive list of options and more detailed explanations of the
15236988Simp# device lines is also present in the ../../conf/NOTES and NOTES files.
16236988Simp# If you are in doubt as to the purpose or necessity of a line, check first
17201468Srpaulo# in NOTES.
18201468Srpaulo#
19201468Srpaulo# $FreeBSD$
20201468Srpaulo
21201468Srpauloident		CNS11XXNAS
22201468Srpaulo
23201468Srpaulo#options 	PHYSADDR=0x10000000
24201468Srpaulo#options 	KERNPHYSADDR=0x10200000
25266328Sian#options 	KERNVIRTADDR=0xc0200000	# Used in ldscript.arm
26201468Srpaulo#options 	FLASHADDR=0x50000000
27201468Srpaulo#options 	LOADERRAMADDR=0x00000000
28201468Srpaulo
29266363Sianinclude		"../cavium/cns11xx/std.econa"
30201468Srpaulo
31201468Srpaulomakeoptions	MODULES_OVERRIDE=""
32201468Srpaulo
33266328Sianmakeoptions	DEBUG=-g		# Build kernel with gdb(1) debug symbols
34201468Srpaulooptions 	HZ=100
35201468Srpaulooptions 	DEVICE_POLLING
36201468Srpaulo
37201468Srpaulo# Debugging for use in -current
38201468Srpaulooptions 	KDB
39201468Srpaulo#options 	GDB
40266328Sianoptions 	DDB			# Enable the kernel debugger
41266328Sian#options 	DEADLKRES		# Enable the deadlock resolver
42266328Sian#options 	INVARIANTS		# Enable calls of extra sanity checking
43266328Sian#options 	INVARIANT_SUPPORT	# Extra sanity checks of internal structures, required by INVARIANTS
44266328Sian#options 	WITNESS			# Enable checks to detect deadlocks and cycles
45266328Sian##options 	WITNESS_SKIPSPIN	# Don't run witness on spinlocks for speed
46201468Srpaulo#options 	DIAGNOSTIC
47201468Srpaulo
48201468Srpaulo
49240572Sjmg#options 	COMPAT_FREEBSD5
50240572Sjmg#options 	COMPAT_FREEBSD6
51266328Sian#options 	COMPAT_FREEBSD7n
52201468Srpaulo
53201468Srpaulo
54266328Sianoptions 	SCHED_ULE		# ULE scheduler
55266328Sian#options 	SCHED_4BSD		# 4BSD scheduler
56266328Sianoptions 	GEOM_PART_BSD		# BSD partition scheme
57266328Sianoptions 	GEOM_PART_MBR		# MBR partition scheme
58201468Srpaulooptions 	GEOM_PART_GPT		# GUID Partition Tables.
59201468Srpaulo#options 	GEOM_PART_EBR
60201468Srpaulo#options 	GEOM_PART_EBR_COMPAT
61201468Srpaulooptions 	GEOM_LABEL		# Provides labelization
62201468Srpaulo
63201468Srpaulo
64266328Sianoptions 	INET			# InterNETworking
65266328Sianoptions 	INET6			# IPv6 communications protocols
66266328Sianoptions 	FFS			# Berkeley Fast Filesystem
67266328Sianoptions 	SOFTUPDATES		# Enable FFS soft updates support
68266328Sianoptions 	UFS_ACL			# Support for access control lists
69266328Sianoptions 	UFS_DIRHASH		# Improve performance on big directories
70266328Sianoptions 	NFSCL			# New Network Filesystem Client
71266328Sian#options 	NFSD			# New Network Filesystem Server
72266328Sian#options 	NFSLOCKD		# Network Lock Manager
73266328Sianoptions 	NFS_ROOT		# NFS usable as /, requires NFSCL
74266331Sianoptions 	TMPFS			# Efficient memory filesystem
75266328Sianoptions 	MSDOSFS			# MSDOS Filesystem
76266328Sian#options 	CD9660			# ISO 9660 Filesystem
77266328Sian#options 	PROCFS			# Process filesystem (requires PSEUDOFS)
78266328Sianoptions 	PSEUDOFS		# Pseudo-filesystem framework
79266328Sianoptions 	SCSI_DELAY=5000		# Delay (in ms) before probing SCSI
80266328Sianoptions 	KTRACE			# ktrace(1) support
81266328Sianoptions 	SYSVSHM			# SYSV-style shared memory
82266328Sianoptions 	SYSVMSG			# SYSV-style message queues
83266328Sianoptions 	SYSVSEM			# SYSV-style semaphores
84201468Srpaulooptions 	_KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensions
85266328Sianoptions 	MUTEX_NOINLINE		# Mutex inlines are space hogs
86266328Sianoptions 	RWLOCK_NOINLINE		# rwlock inlines are space hogs
87266328Sianoptions 	SX_NOINLINE		# sx inliens are space hogs
88201468Srpaulo#options 	BOOTP
89201468Srpaulo#options 	BOOTP_NFSROOT
90201468Srpaulo#options 	BOOTP_NFSV3
91201468Srpaulo#options 	BOOTP_WIRED_TO=npe0
92201468Srpaulo#options 	BOOTP_COMPAT
93201468Srpaulo
94201468Srpaulo#device		pci
95201468Srpaulodevice		uart
96201468Srpaulo
97201468Srpaulo
98201468Srpaulodevice		firmware
99266328Siandevice		mii			# Minimal mii routines
100201468Srpaulodevice		ether
101201468Srpaulodevice		bpf
102201468Srpaulo
103201468Srpaulodevice		loop
104201468Srpaulo
105201468Srpaulodevice		md
106266328Siandevice          random			# Entropy device
107201468Srpaulo
108201468Srpaulo
109201468Srpaulodevice		usb
110201468Srpaulo#options 	USB_DEBUG
111201468Srpaulodevice		ohci
112201468Srpaulodevice		ehci
113201468Srpaulodevice		umass
114266328Siandevice		scbus			# SCSI bus (required for SCSI)
115266328Siandevice		da			# Direct Access (disks)
116201468Srpaulodevice		pass
117201468Srpaulodevice 		cfi
118201468Srpaulo
119266328Sian#device		udav			# Davicom DM9601E USB
120201468Srpaulo
121201468Srpaulodevice		geom_label
122201468Srpaulodevice		geom_journal
123201468Srpaulodevice 		geom_part_bsd
124201468Srpaulo
125240572Sjmgoptions 	ROOTDEVNAME=\"ufs:da0s1a\"
126