]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - sys/mips/conf/IDT
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.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         NFSCL                   #Network Filesystem Client
20 options         NFS_ROOT                #NFS usable as /, requires NFSCL
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        DEADLKRES               #Enable the deadlock resolver
31 options         INVARIANTS              #Enable calls of extra sanity checking
32 options         INVARIANT_SUPPORT       #Extra sanity checks of internal structures, required by INVARIANTS
33
34 device          loop
35 device          pci
36 device          ether
37 device          miibus
38 device          vr
39 device          kr
40 device          uart
41 device          md
42
43 # Wireless NIC cards
44 device          wlan            # 802.11 support
45 device          wlan_wep        # 802.11 WEP support
46 device          wlan_tkip       # 802.11 TKIP support
47 device          ath             # Atheros NIC's
48 device          ath_pci         # Atheros pci/cardbus glue
49 device          ath_hal         # pci/cardbus chip support
50 options         AH_SUPPORT_AR5416       # enable AR5416 tx/rx descriptors
51 device          ath_rate_sample # SampleRate tx rate control for ath
52 options         ATH_DEBUG
53
54 device          bpf