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