Author: adrian Date: Thu Jan 5 07:19:05 2012 New Revision: 229561 URL: http://svn.freebsd.org/changeset/base/229561
Log: 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. Modified: head/sys/mips/conf/PB47 Modified: head/sys/mips/conf/PB47 ============================================================================== --- head/sys/mips/conf/PB47 Thu Jan 5 06:22:09 2012 (r229560) +++ head/sys/mips/conf/PB47 Thu Jan 5 07:19:05 2012 (r229561) @@ -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 _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "[email protected]"
