]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/arm/conf/AVILA
Upgrade to Unbound 1.5.10.
[FreeBSD/FreeBSD.git] / sys / arm / conf / AVILA
1 # AVILA -- Gateworks Avila XScale board
2 # kernel configuration file for FreeBSD/arm
3 #
4 # For more information on this file, please read the handbook section on
5 # Kernel Configuration Files:
6 #
7 #    http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
8 #
9 # The handbook is also available locally in /usr/share/doc/handbook
10 # if you've installed the doc distribution, otherwise always see the
11 # FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the
12 # latest information.
13 #
14 # An exhaustive list of options and more detailed explanations of the
15 # device lines is also present in the ../../conf/NOTES and NOTES files.
16 # If you are in doubt as to the purpose or necessity of a line, check first
17 # in NOTES.
18 #
19 # $FreeBSD$
20
21 ident           AVILA
22
23 include         "std.arm"
24 include         "../xscale/ixp425/std.ixp425"
25 # NB: memory mapping is defined in std.avila
26 include         "../xscale/ixp425/std.avila"
27 options         XSCALE_CACHE_READ_WRITE_ALLOCATE
28 #To statically compile in device wiring instead of /boot/device.hints
29 hints           "AVILA.hints"           # Default places to look for devices.
30 makeoptions     MODULES_OVERRIDE=""
31
32 makeoptions     CONF_CFLAGS=-mcpu=xscale
33 #options        HZ=1000
34 options         HZ=100
35 options         DEVICE_POLLING
36
37 options         SCHED_4BSD              # 4BSD scheduler
38 options         INET                    # InterNETworking
39 options         GEOM_PART_BSD           # BSD partition scheme
40 options         GEOM_PART_MBR           # MBR partition scheme
41 options         TMPFS                   # Efficient memory filesystem
42 options         FFS                     # Berkeley Fast Filesystem
43 options         SOFTUPDATES             # Enable FFS soft updates support
44 options         NFSCL                   # Network Filesystem Client
45 options         NFS_ROOT                # NFS usable as /, requires NFSCL
46 options         BOOTP
47 options         BOOTP_NFSROOT
48 options         BOOTP_NFSV3
49 options         BOOTP_WIRED_TO=npe0
50 #options        BOOTP_WIRED_TO=ath0
51 #options        BOOTP_WIRED_TO=rl0
52 options         BOOTP_COMPAT
53 #options        PREEMPTION
54 #options        VERBOSE_SYSINIT
55
56 # Hardware performance counters
57 options         HWPMC_HOOKS
58 device          hwpmc
59
60 #device         saarm
61
62 device          pci
63 device          uart
64
65 device          ixpwdog                 # watchdog timer
66 device          cfi                     # flash support
67 device          cfid                    # flash disk support
68 device          geom_redboot            # redboot fis parser
69
70 # I2C Bus
71 device          iicbus
72 device          iicbb
73 device          iic
74
75 device          ixpiic                  # I2C bus glue
76 device          ds1672                  # DS1672 on I2C bus
77 device          ad7418                  # AD7418 on I2C bus
78
79 device          avila_led
80
81 device          gpio
82 device          gpioled
83 device          avila_gpio              # GPIO pins on J8
84
85 device          ata
86 device          avila_ata               # Gateworks CF/IDE support
87
88 device          npe                     # Network Processing Engine
89 device          npe_fw
90 device          firmware
91 device          qmgr                    # Q Manager (required by npe)
92 device          mii                     # NB: required by npe
93 device          ether
94 device          bpf
95
96 device          loop
97 device          if_bridge
98
99 device          md
100 device          random                  # Entropy device
101
102 # Wireless NIC cards
103 device          wlan                    # 802.11 support
104 options         IEEE80211_DEBUG
105 options         IEEE80211_SUPPORT_TDMA
106 options         IEEE80211_SUPPORT_MESH
107 device          wlan_wep                # 802.11 WEP support
108 device          wlan_ccmp               # 802.11 CCMP support
109 device          wlan_tkip               # 802.11 TKIP support
110 device          wlan_xauth
111
112 device          ath                     # Atheros NICs
113 device          ath_pci                 # Atheros pci/cardbus glue
114 options         ATH_DEBUG
115 options         ATH_DIAGAPI
116 #options        ATH_TX99_DIAG
117 device          ath_rate_sample         # SampleRate tx rate control for ath
118
119 #options        AH_DEBUG
120 #options        AH_ASSERT
121 #device         ath_ar5210
122 #device         ath_ar5211
123 device          ath_ar5212
124 device          ath_rf2413
125 device          ath_rf2417
126 device          ath_rf2425
127 device          ath_rf5111
128 device          ath_rf5112
129 device          ath_rf5413
130 #
131 device          ath_ar5416
132 options         AH_SUPPORT_AR5416
133 device          ath_ar9160
134 device          ath_ar9280
135
136 device          usb
137 device          ohci
138 device          ehci
139 device          umass
140 device          scbus                   # SCSI bus (required for ATA/SCSI)
141 device          da                      # Direct Access (disks)
142 device          pass                    # Passthrough device (direct ATA/SCSI access)
143
144 #device         ural
145 #device         zyd
146 #device         wlan_amrr