head	1.9;
access;
symbols
	RELENG_9_1_0_RELEASE:1.3.2.1.4.2
	RELENG_9_1:1.3.2.1.0.4
	RELENG_9_1_BP:1.3.2.1
	RELENG_9_0_0_RELEASE:1.3.2.1.2.1
	RELENG_9_0:1.3.2.1.0.2
	RELENG_9_0_BP:1.3.2.1
	RELENG_9:1.3.0.2
	RELENG_9_BP:1.3;
locks; strict;
comment	@# @;


1.9
date	2012.11.17.01.51.09;	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.08.29.06.43.28;	author imp;	state Exp;
branches;
next	1.6;

1.6
date	2012.07.31.19.41.12;	author imp;	state Exp;
branches;
next	1.5;

1.5
date	2012.06.13.04.40.29;	author imp;	state Exp;
branches;
next	1.4;

1.4
date	2012.03.21.08.38.42;	author ed;	state Exp;
branches;
next	1.3;

1.3
date	2011.09.11.17.39.51;	author brueffer;	state Exp;
branches
	1.3.2.1;
next	1.2;

1.2
date	2011.08.07.20.16.46;	author rmacklem;	state Exp;
branches;
next	1.1;

1.1
date	2010.10.06.22.32.31;	author cognet;	state Exp;
branches;
next	;

1.3.2.1
date	2011.09.23.00.51.37;	author kensmith;	state Exp;
branches
	1.3.2.1.2.1
	1.3.2.1.4.1;
next	1.3.2.2;

1.3.2.2
date	2012.11.17.11.36.45;	author svnexp;	state Exp;
branches;
next	1.3.2.3;

1.3.2.3
date	2013.12.08.03.01.53;	author svnexp;	state Exp;
branches;
next	;

1.3.2.1.2.1
date	2011.11.11.04.20.22;	author kensmith;	state Exp;
branches;
next	1.3.2.1.2.2;

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

1.3.2.1.4.1
date	2012.08.05.23.54.33;	author kensmith;	state Exp;
branches;
next	1.3.2.1.4.2;

1.3.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
@# Kernel configuration for Atmel AT91SAM9G20EK Rev B. development card
#
# 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/SAM9G20EK 240572 2012-09-16 19:48:48Z jmg $

ident		SAM9G20EK

include "../at91/std.sam9g20ek"

#To statically compile in device wiring instead of /boot/device.hints
hints		"SAM9G20EK.hints"
makeoptions	MODULES_OVERRIDE=""

makeoptions	DEBUG=-g		#Build kernel with gdb(1) debug symbols
options 	DDB
options 	KDB

options 	SCHED_4BSD		#4BSD scheduler
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 	MD_ROOT			#MD is a potential root device
#options 	MD_ROOT_SIZE=4096	# 3MB ram disk
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 	BOOTP_NFSROOT
#options 	BOOTP
#options 	BOOTP_NFSV3
#options 	BOOTP_WIRED_TO=ate0
#options 	BOOTP_COMPAT

options 	ROOTDEVNAME=\"ufs:/dev/mmcsd0s1a\"

options 	ALT_BREAK_TO_DEBUGGER

#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 	SYSCTL_OMIT_DESCR
options 	MUTEX_NOINLINE
options 	RWLOCK_NOINLINE
options 	NO_FFS_SNAPSHOT
options 	NO_SWAPPING

# Debugging for use in -current
#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

device		random
device		loop
device		bpf
device		ether
device		md

device		uart			# Serial Ports

# Ethernet
device		ate		        # Ethernet Driver	
device		mii
option 		AT91_ATE_USE_RMII

device		at91_twi		# TWI: Two Wire Interface (EEPROM)
device		at91_wdt		# WDT: Watchdog timer

# NOTE: SPI DataFlash and mci/mmc/mmcsd have hardware
# 	confilict on this card. Use one or the other.
#       see board_sam9g20ek.c

# SPI: Data Flash
#device		at91_spi		# SPI:
#device		spibus
#device		at45d			# at45db642 and maybe others

# MMC/SD
device		at91_mci
device		mmc
device		mmcsd
option		AT91_MCI_SLOT_B
#option		AT91_MCI_HAS_4WIRE

# iic
device		iic
device		iicbus
device		icee

# SCSI peripherals
device		scbus		# SCSI bus (required for SCSI)
device		da		# Direct Access (disks)
device		cd		# CD
device		pass		# Passthrough device (direct SCSI access)

# USB support
device		ohci		# OHCI localbus->USB interface
device		usb		# USB Bus (required)
device		umass		# Disks/Mass storage - Requires scbus and da
device		uhid		# "Human Interface Devices"
#device		ulpt		# Printer
#device		udbp		# USB Double Bulk Pipe devices

# USB Ethernet, requires miibus
device		miibus
#device		aue		# ADMtek USB Ethernet
#device		axe		# ASIX Electronics USB Ethernet
#device		cdce		# Generic USB over Ethernet
#device		cue		# CATC USB Ethernet
#device		kue		# Kawasaki LSI USB Ethernet
#device		rue		# RealTek RTL8150 USB Ethernet
device		udav		# Davicom DM9601E USB

# USB Wireless
#device		rum		# Ralink Technology RT2501USB wireless NICs
#device		uath		# Atheros AR5523 wireless NICs
#device		ural		# Ralink Technology RT2500USB wireless NICs
#device		zyd		# ZyDAS zd1211/zd1211b wireless NICs

# Wireless NIC cards
#device		wlan		# 802.11 support
#device		wlan_wep	# 802.11 WEP support
#device		wlan_ccmp	# 802.11 CCMP support
#device		wlan_tkip	# 802.11 TKIP support
#device		wlan_amrr	# AMRR transmit rate control algorithm

@


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
@d18 1
a18 1
# $FreeBSD$
@


1.7
log
@SVN rev 239806 on 2012-08-29 06:43:28Z by imp

4-wire mode isn't working quite right, so turn it off for a bit.
@
text
@d53 1
a53 1
options		ALT_BREAK_TO_DEBUGGER
@


1.6
log
@SVN rev 238957 on 2012-07-31 19:41:12Z by imp

Prefer ate over macb.  macb doesn't work anymore, and ate has more
errata workarounds in it.
@
text
@d108 1
a108 1
option		AT91_MCI_HAS_4WIRE
@


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

Strip trailing whitespace.
@
text
@a87 1
#device		macb			# Alternate Ethernet driver
@


1.4
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
@d1 1
a1 1
# Kernel configuration for Atmel AT91SAM9G20EK Rev B. development card 
d14 2
a15 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 
d95 1
a95 1
# NOTE: SPI DataFlash and mci/mmc/mmcsd have hardware 
d99 1
a99 1
# SPI: Data Flash 
@


1.3
log
@SVN rev 225482 on 2011-09-11 17:39:51Z by brueffer

Fix a zyd(4) comment typo that was copy+pasted into most kernel config files.

PR:		160276
Submitted by:	MATSUMIYA Ryo <matsumiya@@mma.club.uec.ac.jp>
Approved by:	re (kib)
MFC after:	1 week
@
text
@a78 1
device		pty
@


1.3.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.3.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
@d18 1
a18 1
# $FreeBSD: stable/9/sys/arm/conf/SAM9G20EK 225482 2011-09-11 17:39:51Z brueffer $
@


1.3.2.3
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/259090
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@d18 1
a18 1
# $FreeBSD: stable/9/sys/arm/conf/SAM9G20EK 259090 2013-12-08 02:48:06Z imp $
d40 1
a40 1
#options 	MD_ROOT_SIZE=4096	#4MB ram disk
d42 8
a49 8
options 	NFSD			#New Network Filesystem Server
options 	NFSLOCKD		#Network Lock Manager
options 	NFS_ROOT		#NFS usable as /, requires NFSCL
options 	BOOTP_NFSROOT
options 	BOOTP
options 	BOOTP_NFSV3
options 	BOOTP_WIRED_TO=ate0
options 	BOOTP_COMPAT
d51 1
a51 1
#options 	ROOTDEVNAME=\"ufs:/dev/mmcsd0s1a\"
d89 1
@


1.3.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.3.2.1.4.2
log
@Switch importer
@
text
@d18 1
a18 1
# $FreeBSD: releng/9.1/sys/arm/conf/SAM9G20EK 225482 2011-09-11 17:39:51Z brueffer $
@


1.3.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.3.2.1.2.2
log
@Switch importer
@
text
@d18 1
a18 1
# $FreeBSD: releng/9.0/sys/arm/conf/SAM9G20EK 225482 2011-09-11 17:39:51Z brueffer $
@


1.2
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
@d145 1
a145 1
#device		zyd		# ZyDAS zb1211/zb1211b wireless NICs
@


1.1
log
@SVN rev 213497 on 2010-10-06 22:32:31Z by cognet

Add the AT91SAM9G20EK config files.

Submitted by:	Greg Ansley
@
text
@d41 2
a42 2
options 	NFSCLIENT		#Network Filesystem Client
#options 	NFSSERVER		#Network Filesystem Server
d44 1
a44 1
#options 	NFS_ROOT		#NFS usable as /, requires NFSCLIENT
@

