IDT revision 183172
1228259Sdumbbell# $FreeBSD: head/sys/mips/conf/IDT 183172 2008-09-19 03:47:29Z imp $
2228259Sdumbbell
3263220Sjmmvmachine		mips
4228259Sdumbbellcpu		CPU_MIPS4KC
5263220Sjmmvident		RB532
6228259Sdumbbell
7263220Sjmmv# Don't build any modules yet.
8263220Sjmmvmakeoptions	MODULES_OVERRIDE=""
9263220Sjmmv
10263220Sjmmvinclude		"../idt/std.idt"
11270385Sngiehints		"IDT.hints"		#Default places to look for devices.
12263220Sjmmv
13228259Sdumbbellmakeoptions	DEBUG=-g		#Build kernel with gdb(1) debug symbols
14228259Sdumbbell
15228259Sdumbbelloptions		DDB
16263220Sjmmvoptions		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		loop
35device		pci
36device		ether
37device		miibus
38device		vr
39device		kr
40device		uart
41device		uart_ns8250
42device		md
43
44# Wireless NIC cards
45device		wlan		# 802.11 support
46device		wlan_wep	# 802.11 WEP support
47device		wlan_tkip	# 802.11 TKIP support
48device		ath		# Atheros pci/cardbus NIC's
49device		ath_hal		# Atheros HAL (Hardware Access Layer)
50device		ath_rate_sample	# SampleRate tx rate control for ath
51options		ATH_DEBUG
52
53device		bpf
54