]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - sys/mips/conf/AR71XX
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.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 makeoptions     KERNLOADADDR=0x80050000
9 options         HZ=1000
10
11 hints           "AR71XX.hints"
12 include         "../atheros/std.ar71xx"
13
14 makeoptions     DEBUG=-g                #Build kernel with gdb(1) debug symbols
15 #makeoptions    MODULES_OVERRIDE=""
16
17 options         DDB
18 options         KDB
19
20 options         SCHED_4BSD              #4BSD scheduler
21 options         INET                    #InterNETworking
22 options         NFSCL                   #Network Filesystem Client
23 options         NFS_ROOT                #NFS usable as /, requires NFSCL
24 options         PSEUDOFS                #Pseudo-filesystem framework
25 options         _KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensions
26
27 # options               NFS_LEGACYRPC
28 # Debugging for use in -current
29 options         DEADLKRES
30 options         INVARIANTS
31 options         INVARIANT_SUPPORT
32 options         WITNESS
33 options         WITNESS_SKIPSPIN
34 options         FFS                     #Berkeley Fast Filesystem
35 options         SOFTUPDATES             #Enable FFS soft updates support
36 options         UFS_ACL                 #Support for access control lists
37 options         UFS_DIRHASH             #Improve performance on big directories
38
39
40 options         BOOTP
41 options         BOOTP_NFSROOT
42 options         BOOTP_NFSV3
43 options         BOOTP_WIRED_TO=arge0 
44 options         BOOTP_COMPAT
45 options         ROOTDEVNAME=\"nfs:192.168.10.1:/mnt/bsd\"
46
47 device          pci
48 device          ar71xx_pci
49
50 # Wireless NIC cards
51 options         IEEE80211_DEBUG
52 options         IEEE80211_SUPPORT_MESH
53 options         IEEE80211_SUPPORT_TDMA
54 device          wlan            # 802.11 support
55 device          wlan_wep        # 802.11 WEP support
56 device          wlan_ccmp       # 802.11 CCMP support
57 device          wlan_tkip       # 802.11 TKIP support
58
59 device          ath             # Atheros NIC's
60 device          ath_pci         # Atheros pci/cardbus glue
61 options         ATH_DEBUG
62 device          ath_hal
63 option          AH_SUPPORT_AR5416
64 option          AH_RXCFG_SDMAMW_4BYTES  # See NOTES for details of this WAR
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          gpio
77 device          gpioled
78
79 device          spibus
80 device          ar71xx_spi
81 device          mx25l
82 # device                geom_redboot
83
84 device          ar71xx_wdog
85
86 device          uart
87
88 device          loop
89 device          ether
90 device          md
91 device          bpf
92 device          random
93 device          if_bridge