svn commit: r262877 - head/sys/arm/conf
Ian Lepore
ian at FreeBSD.org
Fri Mar 7 00:25:26 UTC 2014
Author: ian
Date: Fri Mar 7 00:25:23 2014
New Revision: 262877
URL: http://svnweb.freebsd.org/changeset/base/262877
Log:
Add option TMPFS to arm/conf/DEFAULTS, remove it from the few configs
that have it individually. Concensus on freebsd-arm@ is that it should
be included in all ARM kernels.
Modified:
head/sys/arm/conf/ARNDALE
head/sys/arm/conf/BEAGLEBONE
head/sys/arm/conf/DEFAULTS
head/sys/arm/conf/DIGI-CCWMX53
head/sys/arm/conf/DOCKSTAR
head/sys/arm/conf/DREAMPLUG-1001
head/sys/arm/conf/EFIKA_MX
head/sys/arm/conf/IMX53-QSB
head/sys/arm/conf/IMX6
head/sys/arm/conf/VYBRID.common
head/sys/arm/conf/WANDBOARD.common
Modified: head/sys/arm/conf/ARNDALE
==============================================================================
--- head/sys/arm/conf/ARNDALE Thu Mar 6 23:49:46 2014 (r262876)
+++ head/sys/arm/conf/ARNDALE Fri Mar 7 00:25:23 2014 (r262877)
@@ -39,7 +39,6 @@ options MSDOSFS #MSDOS Filesystem
options CD9660 #ISO 9660 Filesystem
options PROCFS #Process filesystem (requires PSEUDOFS)
options PSEUDOFS #Pseudo-filesystem framework
-options TMPFS
options COMPAT_43 #Compatible with BSD 4.3 [KEEP THIS!]
options SCSI_DELAY=5000 #Delay (in ms) before probing SCSI
options KTRACE
Modified: head/sys/arm/conf/BEAGLEBONE
==============================================================================
--- head/sys/arm/conf/BEAGLEBONE Thu Mar 6 23:49:46 2014 (r262876)
+++ head/sys/arm/conf/BEAGLEBONE Fri Mar 7 00:25:23 2014 (r262877)
@@ -38,7 +38,6 @@ options MSDOSFS #MSDOS Filesystem
options CD9660 #ISO 9660 Filesystem
options PROCFS #Process filesystem (requires PSEUDOFS)
options PSEUDOFS #Pseudo-filesystem framework
-options TMPFS #Efficient memory filesystem
options COMPAT_43 #Compatible with BSD 4.3 [KEEP THIS!]
options SCSI_DELAY=5000 #Delay (in ms) before probing SCSI
options KTRACE #ktrace(1) support
Modified: head/sys/arm/conf/DEFAULTS
==============================================================================
--- head/sys/arm/conf/DEFAULTS Thu Mar 6 23:49:46 2014 (r262876)
+++ head/sys/arm/conf/DEFAULTS Fri Mar 7 00:25:23 2014 (r262877)
@@ -7,3 +7,6 @@ device mem
options GEOM_PART_BSD
options GEOM_PART_MBR
+
+options TMPFS
+
Modified: head/sys/arm/conf/DIGI-CCWMX53
==============================================================================
--- head/sys/arm/conf/DIGI-CCWMX53 Thu Mar 6 23:49:46 2014 (r262876)
+++ head/sys/arm/conf/DIGI-CCWMX53 Fri Mar 7 00:25:23 2014 (r262877)
@@ -45,7 +45,6 @@ options MSDOSFS # MSDOS Filesystem
options CD9660 # ISO 9660 Filesystem
#options PROCFS # Process filesystem (requires PSEUDOFS)
options PSEUDOFS # Pseudo-filesystem framework
-options TMPFS # TMP Memory Filesystem
options GEOM_PART_GPT # GUID Partition Tables.
options GEOM_LABEL # Provides labelization
#options COMPAT_FREEBSD5 # Compatible with FreeBSD5
Modified: head/sys/arm/conf/DOCKSTAR
==============================================================================
--- head/sys/arm/conf/DOCKSTAR Thu Mar 6 23:49:46 2014 (r262876)
+++ head/sys/arm/conf/DOCKSTAR Fri Mar 7 00:25:23 2014 (r262877)
@@ -36,7 +36,6 @@ options CD9660 #ISO 9660 filesystem
options FFS #Berkeley Fast Filesystem
options MSDOSFS #MS DOS File System (FAT, FAT32)
options NULLFS #NULL filesystem
-options TMPFS #Efficient memory filesystem
options SYSVSHM #SYSV-style shared memory
options SYSVMSG #SYSV-style message queues
options SYSVSEM #SYSV-style semaphores
Modified: head/sys/arm/conf/DREAMPLUG-1001
==============================================================================
--- head/sys/arm/conf/DREAMPLUG-1001 Thu Mar 6 23:49:46 2014 (r262876)
+++ head/sys/arm/conf/DREAMPLUG-1001 Fri Mar 7 00:25:23 2014 (r262877)
@@ -39,7 +39,6 @@ options CD9660 #ISO 9660 filesystem
options FFS #Berkeley Fast Filesystem
options MSDOSFS #MS DOS File System (FAT, FAT32)
options NULLFS #NULL filesystem
-options TMPFS #Efficient memory filesystem
options SYSVSHM #SYSV-style shared memory
options SYSVMSG #SYSV-style message queues
options SYSVSEM #SYSV-style semaphores
Modified: head/sys/arm/conf/EFIKA_MX
==============================================================================
--- head/sys/arm/conf/EFIKA_MX Thu Mar 6 23:49:46 2014 (r262876)
+++ head/sys/arm/conf/EFIKA_MX Fri Mar 7 00:25:23 2014 (r262877)
@@ -45,7 +45,6 @@ options MSDOSFS # MSDOS Filesystem
options CD9660 # ISO 9660 Filesystem
#options PROCFS # Process filesystem (requires PSEUDOFS)
options PSEUDOFS # Pseudo-filesystem framework
-options TMPFS # TMP Memory Filesystem
options GEOM_PART_GPT # GUID Partition Tables.
options GEOM_LABEL # Provides labelization
#options COMPAT_FREEBSD5 # Compatible with FreeBSD5
Modified: head/sys/arm/conf/IMX53-QSB
==============================================================================
--- head/sys/arm/conf/IMX53-QSB Thu Mar 6 23:49:46 2014 (r262876)
+++ head/sys/arm/conf/IMX53-QSB Fri Mar 7 00:25:23 2014 (r262877)
@@ -44,7 +44,6 @@ options MSDOSFS # MSDOS Filesystem
options CD9660 # ISO 9660 Filesystem
#options PROCFS # Process filesystem (requires PSEUDOFS)
options PSEUDOFS # Pseudo-filesystem framework
-options TMPFS # TMP Memory Filesystem
options GEOM_PART_GPT # GUID Partition Tables.
options GEOM_LABEL # Provides labelization
#options COMPAT_FREEBSD5 # Compatible with FreeBSD5
Modified: head/sys/arm/conf/IMX6
==============================================================================
--- head/sys/arm/conf/IMX6 Thu Mar 6 23:49:46 2014 (r262876)
+++ head/sys/arm/conf/IMX6 Fri Mar 7 00:25:23 2014 (r262877)
@@ -40,7 +40,6 @@ options MSDOSFS # MSDOS Filesystem
options CD9660 # ISO 9660 Filesystem
#options PROCFS # Process filesystem (requires PSEUDOFS)
options PSEUDOFS # Pseudo-filesystem framework
-options TMPFS # TMP Memory Filesystem
options GEOM_PART_GPT # GUID Partition Tables.
options GEOM_LABEL # Provides labelization
options KTRACE # ktrace(1) support
Modified: head/sys/arm/conf/VYBRID.common
==============================================================================
--- head/sys/arm/conf/VYBRID.common Thu Mar 6 23:49:46 2014 (r262876)
+++ head/sys/arm/conf/VYBRID.common Fri Mar 7 00:25:23 2014 (r262877)
@@ -38,7 +38,6 @@ options CD9660 #ISO 9660 Filesystem
options PROCFS #Process filesystem (requires PSEUDOFS)
options PSEUDOFS #Pseudo-filesystem framework
#options NANDFS #NAND Filesystem
-options TMPFS
options COMPAT_43 #Compatible with BSD 4.3 [KEEP THIS!]
options SCSI_DELAY=5000 #Delay (in ms) before probing SCSI
options KTRACE
Modified: head/sys/arm/conf/WANDBOARD.common
==============================================================================
--- head/sys/arm/conf/WANDBOARD.common Thu Mar 6 23:49:46 2014 (r262876)
+++ head/sys/arm/conf/WANDBOARD.common Fri Mar 7 00:25:23 2014 (r262877)
@@ -39,7 +39,6 @@ options MSDOSFS # MSDOS Filesystem
options CD9660 # ISO 9660 Filesystem
#options PROCFS # Process filesystem (requires PSEUDOFS)
options PSEUDOFS # Pseudo-filesystem framework
-options TMPFS # TMP Memory Filesystem
options GEOM_PART_GPT # GUID Partition Tables.
options GEOM_LABEL # Provides labelization
options KTRACE # ktrace(1) support
More information about the svn-src-all
mailing list