head	1.9;
access;
symbols
	RELENG_9_1_0_RELEASE:1.5.2.1.4.2
	RELENG_9_1:1.5.2.1.0.4
	RELENG_9_1_BP:1.5.2.1
	RELENG_9_0_0_RELEASE:1.5.2.1.2.1
	RELENG_9_0:1.5.2.1.0.2
	RELENG_9_0_BP:1.5.2.1
	RELENG_9:1.5.0.2
	RELENG_9_BP:1.5;
locks; strict;
comment	@# @;


1.9
date	2012.11.17.01.51.08;	author svnexp;	state Exp;
branches;
next	1.8;

1.8
date	2012.09.16.19.48.48;	author jmg;	state Exp;
branches;
next	1.7;

1.7
date	2012.06.13.04.40.29;	author imp;	state Exp;
branches;
next	1.6;

1.6
date	2012.03.21.08.38.42;	author ed;	state Exp;
branches;
next	1.5;

1.5
date	2011.08.07.20.16.46;	author rmacklem;	state Exp;
branches
	1.5.2.1;
next	1.4;

1.4
date	2010.02.15.23.44.48;	author attilio;	state Exp;
branches;
next	1.3;

1.3
date	2010.02.10.16.30.04;	author attilio;	state Exp;
branches;
next	1.2;

1.2
date	2010.01.04.03.40.46;	author rpaulo;	state Exp;
branches;
next	1.1;

1.1
date	2010.01.04.03.35.45;	author rpaulo;	state Exp;
branches;
next	;

1.5.2.1
date	2011.09.23.00.51.37;	author kensmith;	state Exp;
branches
	1.5.2.1.2.1
	1.5.2.1.4.1;
next	1.5.2.2;

1.5.2.2
date	2012.11.17.11.36.45;	author svnexp;	state Exp;
branches;
next	;

1.5.2.1.2.1
date	2011.11.11.04.20.22;	author kensmith;	state Exp;
branches;
next	1.5.2.1.2.2;

1.5.2.1.2.2
date	2012.11.17.08.36.44;	author svnexp;	state Exp;
branches;
next	;

1.5.2.1.4.1
date	2012.08.05.23.54.33;	author kensmith;	state Exp;
branches;
next	1.5.2.1.4.2;

1.5.2.1.4.2
date	2012.11.17.08.47.34;	author svnexp;	state Exp;
branches;
next	;


desc
@@


1.9
log
@Switching exporter and resync
@
text
@# 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
# 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
# in NOTES.
#
# $FreeBSD: head/sys/arm/conf/CNS11XXNAS 240572 2012-09-16 19:48:48Z jmg $

ident		CNS11XXNAS

#options 	PHYSADDR=0x10000000
#options 	KERNPHYSADDR=0x10200000
#options 	KERNVIRTADDR=0xc0200000		# Used in ldscript.arm
#options 	FLASHADDR=0x50000000
#options 	LOADERRAMADDR=0x00000000
#options 	STARTUP_PAGETABLE_ADDR=0x10000000

include		"../econa/std.econa"

makeoptions	MODULES_OVERRIDE=""

makeoptions	DEBUG=-g		#Build kernel with gdb(1) debug symbols
options 	HZ=100
options 	DEVICE_POLLING

# Debugging for use in -current
options 	KDB
#options 	GDB
options 	DDB			#Enable the kernel debugger
#options 	DEADLKRES		#Enable the deadlock resolver
#options 	INVARIANTS		#Enable calls of extra sanity checking
#options 	INVARIANT_SUPPORT	#Extra sanity checks of internal structures, required by INVARIANTS
#options 	WITNESS		#Enable checks to detect deadlocks and cycles
##options 	WITNESS_SKIPSPIN	#Don't run witness on spinlocks for speed
#options 	DIAGNOSTIC


#options 	COMPAT_FREEBSD5
#options 	COMPAT_FREEBSD6
#options 	COMPAT_FREEBSD7


options 	SCHED_ULE		#ULE scheduler
#options 	SCHED_4BSD		#4BSD scheduler
options 	GEOM_PART_GPT		# GUID Partition Tables.
#options 	GEOM_PART_EBR
#options 	GEOM_PART_EBR_COMPAT
options 	GEOM_LABEL		# Provides labelization


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
options 	NFSCL			#New Network Filesystem Client
#options 	NFSD			#New Network Filesystem Server
#options 	NFSLOCKD		#Network Lock Manager
options 	NFS_ROOT		#NFS usable as /, requires NFSCL
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
options 	_KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensions
options 	MUTEX_NOINLINE		#Mutex inlines are space hogs
options 	RWLOCK_NOINLINE		#rwlock inlines are space hogs
options 	SX_NOINLINE		#sx inliens are space hogs
#options 	BOOTP
#options 	BOOTP_NFSROOT
#options 	BOOTP_NFSV3
#options 	BOOTP_WIRED_TO=npe0
#options 	BOOTP_COMPAT

#device		pci
device		uart


device		firmware
device		mii		# Minimal mii routines
device		ether
device		bpf

device		loop

device		md
device          random          # Entropy device

#options 	ARM_USE_SMALL_ALLOC

device		usb
#options 	USB_DEBUG
device		ohci
device		ehci
device		umass
device		scbus		# SCSI bus (required for SCSI)
device		da		# Direct Access (disks)
device		pass
device 		cfi

#device		udav		# Davicom DM9601E USB

device		geom_label
device		geom_journal
device 		geom_part_bsd

options 	ROOTDEVNAME=\"ufs:da0s1a\"
@


1.8
log
@SVN rev 240572 on 2012-09-16 19:48:48Z by jmg

fix the kernel files to match our standard "option<space><tab>" format
such that when commenting/uncommentting lines, horizontal spacing is
maintained...

Also fix some minor comment formatting to line things up, etc...

Reviewed by:	gnn, imp
MFC after:	1 week
@
text
@d19 1
a19 1
# $FreeBSD$
@


1.7
log
@SVN rev 236988 on 2012-06-13 04:40:29Z by imp

Strip trailing whitespace.
@
text
@d50 3
a52 3
#options		COMPAT_FREEBSD5
#options		COMPAT_FREEBSD6
#options		COMPAT_FREEBSD7
d124 1
a124 1
options		ROOTDEVNAME=\"ufs:da0s1a\"
@


1.6
log
@SVN rev 233271 on 2012-03-21 08:38:42Z by ed

Remove pty(4) from our kernel configurations.

As of FreeBSD 8, this driver should not be used. Applications that use
posix_openpt(2) and openpty(3) use the pts(4) that is built into the
kernel unconditionally. If it turns out high profile depend on the
pty(4) module anyway, I'd rather get those fixed. So please report any
issues to me.

The pty(4) module is still available as a kernel module of course, so a
simple `kldload pty' can be used to run old-style pseudo-terminals.
@
text
@d15 2
a16 2
# 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 
@


1.5
log
@SVN rev 224699 on 2011-08-07 20:16:46Z by rmacklem

Change all the sample kernel configurations to use
NFSCL, NFSD instead of NFSCLIENT, NFSSERVER since
NFSCL and NFSD are now the defaults. The client change is
needed for diskless configurations, so that the root
mount works for fstype nfs.
Reported by seanbru at yahoo-inc.com for i386/XEN.

Approved by:	re (hrs)
@
text
@a100 1
device		pty
@


1.5.2.1
log
@SVN rev 225736 on 2011-09-23 00:51:37Z by kensmith

Copy head to stable/9 as part of 9.0-RELEASE release cycle.

Approved by:	re (implicit)
@
text
@@


1.5.2.2
log
@## SVN ##
## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/ 242902
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ## r242902 | dteske | 2012-11-11 23:29:45 +0000 (Sun, 11 Nov 2012) | 10 lines
## SVN ##
## SVN ## Fix a regression introduced by SVN r211417 that saw the breakage of a feature
## SVN ## documented in usr.sbin/sysinstall/help/shortcuts.hlp (reproduced below):
## SVN ##
## SVN ## If /usr/sbin/sysinstall is linked to another filename, say
## SVN ## `/usr/local/bin/configPackages', then the basename will be used
## SVN ## as an implicit command name.
## SVN ##
## SVN ## Reviewed by:	adrian (co-mentor)
## SVN ## Approved by:	adrian (co-mentor)
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ##
@
text
@d19 1
a19 1
# $FreeBSD: stable/9/sys/arm/conf/CNS11XXNAS 224699 2011-08-07 20:16:46Z rmacklem $
@


1.5.2.1.4.1
log
@SVN rev 239080 on 2012-08-05 23:54:33Z by kensmith

Copy stable/9 to releng/9.1 as part of the 9.1-RELEASE release process.

Approved by:	re (implicit)
@
text
@@


1.5.2.1.4.2
log
@Switch importer
@
text
@d19 1
a19 1
# $FreeBSD: releng/9.1/sys/arm/conf/CNS11XXNAS 224699 2011-08-07 20:16:46Z rmacklem $
@


1.5.2.1.2.1
log
@SVN rev 227445 on 2011-11-11 04:20:22Z by kensmith

Copy stable/9 to releng/9.0 as part of the FreeBSD 9.0-RELEASE release
cycle.

Approved by:	re (implicit)
@
text
@@


1.5.2.1.2.2
log
@Switch importer
@
text
@d19 1
a19 1
# $FreeBSD: releng/9.0/sys/arm/conf/CNS11XXNAS 224699 2011-08-07 20:16:46Z rmacklem $
@


1.4
log
@SVN rev 203938 on 2010-02-15 23:44:48Z by attilio

Adjust style (following the already existing rules) for the newly
introduced option DEADLKRES.

Reported by:	danfe, julian, avg
@
text
@d69 2
a70 2
options 	NFSCLIENT		#Network Filesystem Client
#options 	NFSSERVER		#Network Filesystem Server
d72 1
a72 1
options 	NFS_ROOT		#NFS usable as /, requires NFSCLIENT
@


1.3
log
@SVN rev 203758 on 2010-02-10 16:30:04Z by attilio

Add the options DEADLKRES (introducing the deadlock resolver thread) in
the 'debugging' section of any HEAD kernel and enable for the mainstream
ones, excluding the embedded architectures.
It may, of course, enabled on a case-by-case basis.

Sponsored by:	Sandvine Incorporated
Requested by:	emaste
Discussed with:	kib
@
text
@d42 1
a42 1
#options	DEADLKRES		#Enable the deadlock resolver
@


1.2
log
@SVN rev 201469 on 2010-01-04 03:40:46Z by rpaulo

Remove CNS11XXNAS.hints.
@
text
@d42 1
@


1.1
log
@SVN rev 201468 on 2010-01-04 03:35:45Z by rpaulo

Add support for Cavium Econa CNS11XX ARM boards. These boards were
previously know by StarSemi STR9104.

Tested by the submitter on an Emprex NSD-100 board.

Submitted by:	Yohanes Nugroho <yohanes at gmail.com>
Reviewed by:	freebsd-arm, stas
Obtained from:	//depot/projects/str91xx/...
@
text
@a31 2
#To statically compile in device wiring instead of /boot/device.hints
hints		"CNS11XXNAS.hints"
@

