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