]> CyberLeo.Net >> Repos - FreeBSD/releng/8.2.git/blob - sys/mips/conf/AR71XX
Copy stable/8 to releng/8.2 in preparation for FreeBSD-8.2 release.
[FreeBSD/releng/8.2.git] / sys / mips / conf / AR71XX
1 #
2 # AR71XX -- Kernel configuration file for FreeBSD/mips for Atheros 71xx systems
3 #
4 # $FreeBSD$
5 #
6
7 ident           AR71XX
8 cpu             CPU_MIPS4KC
9 options         ISA_MIPS32
10 makeoptions     TARGET_BIG_ENDIAN
11 makeoptions     KERNLOADADDR=0x80050000
12 options         HZ=1000
13
14 files           "../atheros/files.ar71xx"
15 hints           "AR71XX.hints"
16
17 makeoptions     DEBUG=-g                #Build kernel with gdb(1) debug symbols
18 #makeoptions    MODULES_OVERRIDE=""
19
20 options         DDB
21 options         KDB
22
23 options         SCHED_4BSD              #4BSD scheduler
24 options         INET                    #InterNETworking
25 options         NFSCLIENT               #Network Filesystem Client
26 options         NFS_ROOT                #NFS usable as /, requires NFSCLIENT
27 options         PSEUDOFS                #Pseudo-filesystem framework
28 options         _KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensions
29
30 # options               NFS_LEGACYRPC
31 # Debugging for use in -current
32 options         DEADLKRES
33 options         INVARIANTS
34 options         INVARIANT_SUPPORT
35 options         WITNESS
36 options         WITNESS_SKIPSPIN
37 options         FFS                     #Berkeley Fast Filesystem
38 options         SOFTUPDATES             #Enable FFS soft updates support
39 options         UFS_ACL                 #Support for access control lists
40 options         UFS_DIRHASH             #Improve performance on big directories
41
42
43 options         BOOTP
44 options         BOOTP_NFSROOT
45 options         BOOTP_NFSV3
46 options         BOOTP_WIRED_TO=arge0 
47 options         BOOTP_COMPAT
48 options         ROOTDEVNAME=\"nfs:192.168.10.1:/mnt/bsd\"
49
50 device          pci
51
52 # Wireless NIC cards
53 options         IEEE80211_DEBUG
54 options         IEEE80211_SUPPORT_MESH
55 options         IEEE80211_SUPPORT_TDMA
56 device          wlan            # 802.11 support
57 device          wlan_wep        # 802.11 WEP support
58 device          wlan_ccmp       # 802.11 CCMP support
59 device          wlan_tkip       # 802.11 TKIP support
60
61 device          ath             # Atheros pci/cardbus NIC's
62 options         ATH_DEBUG
63 device          ath_hal
64 option          AH_SUPPORT_AR5416
65 device          ath_rate_sample
66
67 device          mii
68 device          arge
69
70 device          usb
71 options         USB_EHCI_BIG_ENDIAN_DESC        # handle big-endian byte order
72 # options               USB_DEBUG
73 device          ohci
74 device          ehci
75
76 device          spibus
77 device          ar71xx_spi
78
79 device          ar71xx_wdog
80
81 device          uart
82
83 device          loop
84 device          ether
85 device          md
86 device          bpf
87 device          random
88 device          if_bridge