EP80219 revision 177662
1# EP80219 -- Custom kernel configuration file for FreeBSD/arm on the EP80219
2#
3# For more information on this file, please read the handbook section on
4# Kernel Configuration Files:
5#
6#    http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
7#
8# The handbook is also available locally in /usr/share/doc/handbook
9# if you've installed the doc distribution, otherwise always see the
10# FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the
11# latest information.
12#
13# An exhaustive list of options and more detailed explanations of the
14# device lines is also present in the ../../conf/NOTES and NOTES files. 
15# If you are in doubt as to the purpose or necessity of a line, check first 
16# in NOTES.
17#
18# $FreeBSD: head/sys/arm/conf/EP80219 177662 2008-03-27 11:54:20Z dfr $
19
20machine	arm
21ident		EP80219
22
23options 	PHYSADDR=0xa0000000
24options	KERNPHYSADDR=0xa0200000	
25options	KERNVIRTADDR=0xc0200000		# Used in ldscript.arm
26
27options 	STARTUP_PAGETABLE_ADDR=0xa0000000
28#options	ARM32_NEW_VM_LAYOUT
29include	"../xscale/i80321/std.ep80219"
30#To statically compile in device wiring instead of /boot/device.hints
31#hints		"GENERIC.hints"		#Default places to look for devices.
32
33makeoptions	DEBUG=-g		#Build kernel with gdb(1) debug symbols
34makeoptions	CONF_CFLAGS=-mcpu=xscale
35options	HZ=100
36#options		DEVICE_POLLING
37
38options 	SCHED_4BSD		#4BSD scheduler
39options 	INET			#InterNETworking
40#options 	INET6			#IPv6 communications protocols
41options 	FFS			#Berkeley Fast Filesystem
42options 	SOFTUPDATES		#Enable FFS soft updates support
43options 	UFS_ACL			#Support for access control lists
44options 	UFS_DIRHASH		#Improve performance on big directories
45options 	NFSCLIENT		#Network Filesystem Client
46options 	NFSSERVER		#Network Filesystem Server
47options 	NFSLOCKD		#Network Lock Manager
48options 	NFS_ROOT		#NFS usable as /, requires NFSCLIENT
49#options 	MSDOSFS			#MSDOS Filesystem
50options 	CD9660			#ISO 9660 Filesystem
51#options 	PROCFS			#Process filesystem (requires PSEUDOFS)
52options 	PSEUDOFS		#Pseudo-filesystem framework
53options 	SCSI_DELAY=5000		#Delay (in ms) before probing SCSI
54options 	KTRACE			#ktrace(1) support
55options 	SYSVSHM			#SYSV-style shared memory
56options 	SYSVMSG			#SYSV-style message queues
57options 	SYSVSEM			#SYSV-style semaphores
58options 	_KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensions
59options 	KBD_INSTALL_CDEV	# install a CDEV entry in /dev
60options   	GEOM_PART_GPT    # GUID Partition Tables.
61options   	GEOM_MBR    # DOS/MBR partitioning
62options   	GEOM_LABEL    # Providers labelization.
63
64options	BOOTP
65options	BOOTP_NFSROOT
66options	BOOTP_NFSV3
67options	BOOTP_WIRED_TO=fxp0
68options	BOOTP_COMPAT
69#options	PREEMPTION
70device		genclock
71device		loop
72device		ether
73device		mem			# Memory and kernel memory devices
74#device		saarm
75device		miibus
76device		fxp
77device		uart
78device		pci
79
80device		ata
81device		atadisk         # ATA disk drives
82device		ataraid         # ATA RAID drives
83device		atapicd         # ATAPI CDROM drives
84device		atapifd         # ATAPI floppy drives
85device		atapist         # ATAPI tape drives
86options	ATA_STATIC_ID   # Static device numbering
87
88# SCSI Controllers
89
90device		pty
91device		iopwdog			# I80321 Watchdog
92device		dma			# I80321 DMA Controller
93
94# Debugging for use in -current
95options	KDB
96options 	DDB			#Enable the kernel debugger
97#options 	INVARIANTS		#Enable calls of extra sanity checking
98#options 	INVARIANT_SUPPORT	#Extra sanity checks of internal structures, required by INVARIANTS
99#options 	WITNESS			#Enable checks to detect deadlocks and cycles
100#options 	WITNESS_SKIPSPIN	#Don't run witness on spinlocks for speed
101#options		DIAGNOSTIC
102
103# To make an SMP kernel, the next two are needed
104#options 	SMP			# Symmetric MultiProcessor Kernel
105#options 	APIC_IO			# Symmetric (APIC) I/O
106options	XSCALE_CACHE_READ_WRITE_ALLOCATE
107device 	md
108device		random          # Entropy device
109
110options	ARM_USE_SMALL_ALLOC
111# Floppy drives
112
113options	INCLUDE_CONFIG_FILE     # Include this file in kernel
114#options	VERBOSE_SYSINIT
115options	VERBOSE_INIT_ARM
116
117device 	bpf
118#options   ROOTDEVNAME=\"ufs:ad4s1a\"
119