summaryrefslogtreecommitdiffstats
path: root/sys/mips
diff options
context:
space:
mode:
authoradrian <adrian@FreeBSD.org>2012-01-05 07:19:05 +0000
committeradrian <adrian@FreeBSD.org>2012-01-05 07:19:05 +0000
commit5f07d647af7eed486b22d7c419e59e3a83dcc9ac (patch)
treee83dd0e4750de760235c904c4838c086aed124d2 /sys/mips
parent6803f659307f2cfe5c3000b9eb9297764c2fa92f (diff)
downloadFreeBSD-src-5f07d647af7eed486b22d7c419e59e3a83dcc9ac.zip
FreeBSD-src-5f07d647af7eed486b22d7c419e59e3a83dcc9ac.tar.gz
This isn't required any longer - it turns out the flash
has ~ 1.7MB of space for a kernel. There's thus plenty of space for a full, non-module kernel.
Diffstat (limited to 'sys/mips')
-rw-r--r--sys/mips/conf/PB4717
1 files changed, 4 insertions, 13 deletions
diff --git a/sys/mips/conf/PB47 b/sys/mips/conf/PB47
index 4cfa267..785d564 100644
--- a/sys/mips/conf/PB47
+++ b/sys/mips/conf/PB47
@@ -24,21 +24,12 @@ options AR71XX_ENV_UBOOT
# XXX TODO: add uboot boot parameter parsing to extract MAC, RAM.
# Right now it will just detect 32mb out of 64mb, as well as
# return a garbage MAC address.
-
-# don't compile these in - the default flash area for kernel space
-# is only 1.2 megabytes. To keep the flash allocation in line with
-# what the documentation says for this board, we'll just have to keep
-# the kernel smaller than that.
-nodevice wlan, wlan_wep, wlan_ccmp, wlan_tkip, wlan_xauth
-nodevice ath, ath_pci, ath_hal, ath_rate_sample
-
-# Since the module build doesn't like TDMA..
-nooptions IEEE80211_SUPPORT_TDMA
+options AR71XX_REALMEM=64*1024*1024
# For DOS - enable if required
-#options GEOM_PART_BSD
-#options GEOM_PART_MBR
-#options MSDOSFS
+options GEOM_PART_BSD
+options GEOM_PART_MBR
+options MSDOSFS
# uncompress - to boot read-only lzma natively from flash
device geom_uncompress
OpenPOWER on IntegriCloud