summaryrefslogtreecommitdiffstats
path: root/sys/arm/conf/ARMADA38X
diff options
context:
space:
mode:
authorLuiz Souza <luiz@netgate.com>2017-04-11 11:39:42 -0500
committerLuiz Souza <luiz@netgate.com>2017-09-06 14:12:38 -0500
commitb78eaa900b4d39c1d83a5ac7144837eb37e65757 (patch)
tree6f660e6370f9dc162e9155d9acedf781440759da /sys/arm/conf/ARMADA38X
parentb270de0cec37c1a2f15d14851c17da8129e9654e (diff)
downloadFreeBSD-src-b78eaa900b4d39c1d83a5ac7144837eb37e65757.zip
FreeBSD-src-b78eaa900b4d39c1d83a5ac7144837eb37e65757.tar.gz
Include a pfSense for the ClearFog.
(cherry picked from commit 839fcfcd847014b820769963d1518dd0a93fde18)
Diffstat (limited to 'sys/arm/conf/ARMADA38X')
-rw-r--r--sys/arm/conf/ARMADA38X82
1 files changed, 66 insertions, 16 deletions
diff --git a/sys/arm/conf/ARMADA38X b/sys/arm/conf/ARMADA38X
index a9d6971..d64fd9a 100644
--- a/sys/arm/conf/ARMADA38X
+++ b/sys/arm/conf/ARMADA38X
@@ -24,22 +24,13 @@ options SMP
options VM_KMEM_SIZE_MAX=0x9CCD000
-# Pseudo devices
-device random
-device pty
-device loop
-device md
-
# Serial ports
device uart
device uart_snps
# Network
device ether
-device vlan
-device mii
device bpf
-device re
device mdio
device etherswitch
device e6000sw
@@ -64,6 +55,9 @@ device scbus
device pass
device da
+# USB ethernet support, requires miibus
+device miibus
+
# MMC/SD/SDIO Card slot support
device mmc # mmc/sd bus
device mmcsd # mmc/sd flash cards
@@ -77,13 +71,44 @@ device iic
device iicbus
device twsi
-# Wireless NIC cards
-device wlan # 802.11 support
-device ath # Atheros NIC's
-device ath_pci # Atheros pci/cardbus glue
-device ath_hal
-device ath_rate_sample
-options ATH_ENABLE_11N
+# Wireless NIC cards
+device wlan # 802.11 support
+options IEEE80211_DEBUG # enable debug msgs
+options IEEE80211_AMPDU_AGE # age frames in AMPDU reorder q's
+options IEEE80211_SUPPORT_MESH # enable 802.11s draft support
+device wlan_wep # 802.11 WEP support
+device wlan_ccmp # 802.11 CCMP support
+device wlan_tkip # 802.11 TKIP support
+device wlan_amrr # AMRR transmit rate control algorithm
+device an # Aironet 4500/4800 802.11 wireless NICs.
+device ath # Atheros NICs
+device ath_pci # Atheros pci/cardbus glue
+device ath_hal # pci/cardbus chip support
+options AH_SUPPORT_AR5416 # enable AR5416 tx/rx descriptors
+options AH_AR5416_INTERRUPT_MITIGATION # AR5416 interrupt mitigation
+options ATH_ENABLE_11N # Enable 802.11n support for AR5416 and later
+device ath_rate_sample # SampleRate tx rate control for ath
+#device bwi # Broadcom BCM430x/BCM431x wireless NICs.
+#device bwn # Broadcom BCM43xx wireless NICs.
+device ipw # Intel 2100 wireless NICs.
+device iwi # Intel 2200BG/2225BG/2915ABG wireless NICs.
+device iwn # Intel 4965/1000/5000/6000 wireless NICs.
+device malo # Marvell Libertas wireless NICs.
+device mwl # Marvell 88W8363 802.11n wireless NICs.
+device ral # Ralink Technology RT2500 wireless NICs.
+device wi # WaveLAN/Intersil/Symbol 802.11 wireless NICs.
+device wpi # Intel 3945ABG wireless NICs.
+
+# Pseudo devices.
+device loop # Network loopback
+device random # Entropy device
+device ether # Ethernet support
+device vlan # 802.1Q VLAN support
+device tun # Packet tunnel.
+device md # Memory "disks"
+device gif # IPv6 and IPv4 tunneling
+device firmware # firmware assist module
+device pty
# CESA
device cesa
@@ -95,3 +120,28 @@ device pl310
# FDT
options FDT
+<<<<<<< HEAD
+=======
+options FDT_DTB_STATIC
+makeoptions FDT_DTS_FILE=armada-388-clearfog.dts
+
+# HWPMC
+#device hwpmc
+#options HWPMC_HOOKS
+
+
+# Watchdog support
+# If we don't enable the watchdog driver, the system could potentially
+# reboot automatically because the boot loader might have enabled the
+# watchdog.
+device ti_wdt
+
+# Mailbox support
+device ti_mbox
+
+# PMU support (for CCNT).
+device pmu
+
+# Netmap provides direct access to TX/RX rings on supported NICs
+#device netmap # netmap(4) support
+>>>>>>> 839fcfc... Include a pfSense for the ClearFog.
OpenPOWER on IntegriCloud