CNS11XXNAS revision 201468
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: head/sys/arm/conf/CNS11XXNAS 201468 2010-01-04 03:35:45Z rpaulo $
20
21ident		CNS11XXNAS
22
23#options 	PHYSADDR=0x10000000
24#options 	KERNPHYSADDR=0x10200000
25#options 	KERNVIRTADDR=0xc0200000		# Used in ldscript.arm
26#options 	FLASHADDR=0x50000000
27#options 	LOADERRAMADDR=0x00000000
28#options 	STARTUP_PAGETABLE_ADDR=0x10000000
29
30include		"../econa/std.econa"
31
32#To statically compile in device wiring instead of /boot/device.hints
33hints		"CNS11XXNAS.hints"
34makeoptions	MODULES_OVERRIDE=""
35
36makeoptions	DEBUG=-g		#Build kernel with gdb(1) debug symbols
37options 	HZ=100
38options 	DEVICE_POLLING
39
40# Debugging for use in -current
41options 	KDB
42#options 	GDB
43options 	DDB			#Enable the kernel debugger
44#options 	INVARIANTS		#Enable calls of extra sanity checking
45#options 	INVARIANT_SUPPORT	#Extra sanity checks of internal structures, required by INVARIANTS
46#options 	WITNESS		#Enable checks to detect deadlocks and cycles
47##options 	WITNESS_SKIPSPIN	#Don't run witness on spinlocks for speed
48#options 	DIAGNOSTIC
49
50
51#options		COMPAT_FREEBSD5
52#options		COMPAT_FREEBSD6
53#options		COMPAT_FREEBSD7
54
55
56options 	SCHED_ULE		#ULE scheduler
57#options 	SCHED_4BSD		#4BSD scheduler
58options 	GEOM_PART_GPT		# GUID Partition Tables.
59#options 	GEOM_PART_EBR
60#options 	GEOM_PART_EBR_COMPAT
61options 	GEOM_LABEL		# Provides labelization
62
63
64options 	INET			#InterNETworking
65options 	INET6			#IPv6 communications protocols
66options 	FFS			#Berkeley Fast Filesystem
67options 	SOFTUPDATES		#Enable FFS soft updates support
68options 	UFS_ACL			#Support for access control lists
69options 	UFS_DIRHASH		#Improve performance on big directories
70options 	NFSCLIENT		#Network Filesystem Client
71#options 	NFSSERVER		#Network Filesystem Server
72#options 	NFSLOCKD		#Network Lock Manager
73options 	NFS_ROOT		#NFS usable as /, requires NFSCLIENT
74options 	MSDOSFS			#MSDOS Filesystem
75#options 	CD9660			#ISO 9660 Filesystem
76#options 	PROCFS			#Process filesystem (requires PSEUDOFS)
77options 	PSEUDOFS		#Pseudo-filesystem framework
78options 	SCSI_DELAY=5000		#Delay (in ms) before probing SCSI
79options 	KTRACE			#ktrace(1) support
80options 	SYSVSHM			#SYSV-style shared memory
81options 	SYSVMSG			#SYSV-style message queues
82options 	SYSVSEM			#SYSV-style semaphores
83options 	_KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensions
84options 	MUTEX_NOINLINE		#Mutex inlines are space hogs
85options 	RWLOCK_NOINLINE		#rwlock inlines are space hogs
86options 	SX_NOINLINE		#sx inliens are space hogs
87#options 	BOOTP
88#options 	BOOTP_NFSROOT
89#options 	BOOTP_NFSV3
90#options 	BOOTP_WIRED_TO=npe0
91#options 	BOOTP_COMPAT
92
93#device		pci
94device		uart
95
96
97device		firmware
98device		mii		# Minimal mii routines
99device		ether
100device		bpf
101
102device		pty
103device		loop
104
105device		md
106device          random          # Entropy device
107
108#options 	ARM_USE_SMALL_ALLOC
109
110device		usb
111#options 	USB_DEBUG
112device		ohci
113device		ehci
114device		umass
115device		scbus		# SCSI bus (required for SCSI)
116device		da		# Direct Access (disks)
117device		pass
118device 		cfi
119
120#device		udav		# Davicom DM9601E USB
121
122device		geom_label
123device		geom_journal
124device 		geom_part_bsd
125
126options		ROOTDEVNAME=\"ufs:da0s1a\"
127