IDT revision 202175
1# $FreeBSD: head/sys/mips/conf/IDT 202175 2010-01-12 21:36:08Z imp $
2
3cpu		CPU_MIPS4KC
4ident		RB532
5
6# Don't build any modules yet.
7makeoptions	MODULES_OVERRIDE=""
8
9include		"../idt/std.idt"
10hints		"IDT.hints"		#Default places to look for devices.
11
12makeoptions	DEBUG=-g		#Build kernel with gdb(1) debug symbols
13
14options 	DDB
15options 	KDB
16
17options 	SCHED_4BSD		#4BSD scheduler
18options 	INET			#InterNETworking
19options 	NFSCLIENT		#Network Filesystem Client
20options 	NFS_ROOT		#NFS usable as /, requires NFSCLIENT
21options 	PSEUDOFS		#Pseudo-filesystem framework
22
23options 	BOOTP
24options 	BOOTP_NFSROOT
25options 	BOOTP_NFSV3
26options 	BOOTP_WIRED_TO=kr0
27options 	BOOTP_COMPAT
28
29# Debugging for use in -current
30options 	INVARIANTS		#Enable calls of extra sanity checking
31options 	INVARIANT_SUPPORT	#Extra sanity checks of internal structures, required by INVARIANTS
32
33device		loop
34device		pci
35device		ether
36device		miibus
37device		vr
38device		kr
39device		uart
40device		md
41
42# Wireless NIC cards
43device		wlan		# 802.11 support
44device		wlan_wep	# 802.11 WEP support
45device		wlan_tkip	# 802.11 TKIP support
46device		ath		# Atheros pci/cardbus NIC's
47device		ath_hal		# pci/cardbus chip support
48options 	AH_SUPPORT_AR5416	# enable AR5416 tx/rx descriptors
49device		ath_rate_sample	# SampleRate tx rate control for ath
50options 	ATH_DEBUG
51
52device		bpf
53