summaryrefslogtreecommitdiffstats
path: root/sys/mips/conf
diff options
context:
space:
mode:
authoradrian <adrian@FreeBSD.org>2012-08-29 22:58:52 +0000
committeradrian <adrian@FreeBSD.org>2012-08-29 22:58:52 +0000
commit5cec390d0ddad8dc36ee2d662505993d12fc8de6 (patch)
tree645139c11f0e20620bf47b4066f7cd66c4eca5a2 /sys/mips/conf
parent714dc451cecf0bc76fd1ab591300c8f535192c3b (diff)
downloadFreeBSD-src-5cec390d0ddad8dc36ee2d662505993d12fc8de6.zip
FreeBSD-src-5cec390d0ddad8dc36ee2d662505993d12fc8de6.tar.gz
More attempts at space saving.
* add cam as a module to build - but build in scbus/da for now, as "cam" as a module includes all cam devices. Hardly space saving. * Don't build FFS snapshot support.
Diffstat (limited to 'sys/mips/conf')
-rw-r--r--sys/mips/conf/AR724X_BASE6
1 files changed, 4 insertions, 2 deletions
diff --git a/sys/mips/conf/AR724X_BASE b/sys/mips/conf/AR724X_BASE
index 16b84d9..9d9ad64 100644
--- a/sys/mips/conf/AR724X_BASE
+++ b/sys/mips/conf/AR724X_BASE
@@ -25,7 +25,7 @@ makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols
# Build these as modules so small platform builds will have the
# modules already built.
-makeoptions MODULES_OVERRIDE="random gpio ar71xx if_gif if_gre if_bridge bridgestp usb wlan wlan_xauth wlan_acl wlan_wep wlan_tkip wlan_ccmp wlan_rssadapt wlan_amrr ath ath_pci hwpmc"
+makeoptions MODULES_OVERRIDE="random gpio ar71xx if_gif if_gre if_bridge bridgestp usb wlan wlan_xauth wlan_acl wlan_wep wlan_tkip wlan_ccmp wlan_rssadapt wlan_amrr ath ath_pci hwpmc cam"
options DDB
options KDB
@@ -54,6 +54,7 @@ options SCSI_NO_OP_STRINGS
options NO_SYSCTL_DESCR
options FFS #Berkeley Fast Filesystem
+options NO_FFS_SNAPSHOT
# options SOFTUPDATES #Enable FFS soft updates support
# options UFS_ACL #Support for access control lists
# options UFS_DIRHASH #Improve performance on big directories
@@ -104,8 +105,9 @@ options USB_DEBUG
options USB_HOST_ALIGN=32 # AR724X (MIPS in general?) requires this
#device ehci
-device scbus
#device umass
+
+device scbus
device da
# On-board SPI flash
OpenPOWER on IntegriCloud