ADM5120 revision 215270
154976Sache# ADM5120 -- Kernel configuration file for FreeBSD/mips for adm5120 systems
2270156Sse#
354976Sache# For more information on this file, please read the handbook section on
454976Sache# Kernel Configuration Files:
554976Sache#
654976Sache#    http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
754976Sache#
854976Sache# The handbook is also available locally in /usr/share/doc/handbook
954976Sache# if you've installed the doc distribution, otherwise always see the
1054976Sache# FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the
1154976Sache# latest information.
1254976Sache#
1354976Sache# An exhaustive list of options and more detailed explanations of the
1454976Sache# device lines is also present in the ../../conf/NOTES and NOTES files. 
1554976Sache# If you are in doubt as to the purpose or necessity of a line, check first 
1654976Sache# in NOTES.
17270114Sse#
18270114Sse# $FreeBSD: head/sys/mips/conf/ADM5120 215270 2010-11-13 22:34:12Z imp $
19270114Sse
20270114Sseident		ADM5120
21270114Sse
22270114Sse# Don't build any modules yet.
23270114Ssemakeoptions	MODULES_OVERRIDE=""
24270114Sse
25270114Sseinclude		"../adm5120/std.adm5120"
26270114Sse
27270114Ssehints		"ADM5120.hints"		#Default places to look for devices.
28270114Sse
2954976Sachemakeoptions	DEBUG=-g		#Build kernel with gdb(1) debug symbols
3054976Sache
3154976Sacheoptions 	DDB
3254976Sacheoptions 	KDB
3354976Sache
3454976Sacheoptions 	SCHED_4BSD		#4BSD scheduler
3554976Sacheoptions 	INET			#InterNETworking
3654976Sacheoptions 	NFSCLIENT		#Network Filesystem Client
3754976Sacheoptions 	NFS_ROOT		#NFS usable as /, requires NFSCLIENT
3854976Sacheoptions 	PSEUDOFS		#Pseudo-filesystem framework
3954976Sache#options 	_KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensions
4054976Sache
4154976Sacheoptions 	BOOTP
4254976Sacheoptions 	BOOTP_NFSROOT
4354976Sacheoptions 	BOOTP_NFSV3
4454976Sacheoptions 	BOOTP_WIRED_TO=admsw0
4554976Sacheoptions 	BOOTP_COMPAT
4654976Sache
4754976Sache#options 	FFS			#Berkeley Fast Filesystem
4854976Sache#options 	SOFTUPDATES		#Enable FFS soft updates support
4954976Sache#options 	UFS_ACL			#Support for access control lists
5054976Sache#options 	UFS_DIRHASH		#Improve performance on big directories
5154976Sacheoptions 	ROOTDEVNAME=\"nfs:10.0.0.1:/mnt/bsd\"
5254976Sache
5354976Sache# Debugging for use in -current
5454976Sache#options 	DEADLKRES		#Enable the deadlock resolver
5554976Sacheoptions 	INVARIANTS		#Enable calls of extra sanity checking
5654976Sacheoptions 	INVARIANT_SUPPORT	#Extra sanity checks of internal structures, required by INVARIANTS
5754976Sache#options 	WITNESS			#Enable checks to detect deadlocks and cycles
5854976Sache#options 	WITNESS_SKIPSPIN	#Don't run witness on spinlocks for speed
5954976Sache
6054976Sachedevice		loop
6154976Sachedevice		ether
6254976Sachedevice		uart
6354976Sachenodevice	uart_ns8250		# ADM5120's UART not 16550-like
6454976Sache# device		md
6554976Sache