Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 Oct 2014 14:32:59 +0000 (UTC)
From:      Andrew Turner <andrew@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r273089 - head/sys/arm/conf
Message-ID:  <201410141432.s9EEWx8k066350@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: andrew
Date: Tue Oct 14 14:32:58 2014
New Revision: 273089
URL: https://svnweb.freebsd.org/changeset/base/273089

Log:
  Uncomment general options from the Pandaboard config. These are in other
  configs and there is no reason for them not to be here.

Modified:
  head/sys/arm/conf/PANDABOARD

Modified: head/sys/arm/conf/PANDABOARD
==============================================================================
--- head/sys/arm/conf/PANDABOARD	Tue Oct 14 14:27:51 2014	(r273088)
+++ head/sys/arm/conf/PANDABOARD	Tue Oct 14 14:32:58 2014	(r273089)
@@ -35,7 +35,7 @@ makeoptions WITHOUT_MODULES="ahc"
 options 	HZ=100
 options 	SCHED_4BSD		# 4BSD scheduler
 options 	INET			# InterNETworking
-#options 	INET6			# IPv6 communications protocols
+options 	INET6			# IPv6 communications protocols
 options 	FFS			# Berkeley Fast Filesystem
 options 	SOFTUPDATES		# Enable FFS soft updates support
 options 	UFS_ACL			# Support for access control lists
@@ -44,8 +44,8 @@ options 	GEOM_PART_BSD		# BSD partition 
 options 	GEOM_PART_MBR		# MBR partition scheme
 options 	TMPFS			# Efficient memory filesystem
 options 	MSDOSFS			# MSDOS Filesystem
-#options 	CD9660			# ISO 9660 Filesystem
-#options 	PROCFS			# Process filesystem (requires PSEUDOFS)
+options 	CD9660			# ISO 9660 Filesystem
+options 	PROCFS			# Process filesystem (requires PSEUDOFS)
 options 	PSEUDOFS		# Pseudo-filesystem framework
 options 	COMPAT_43		# Compatible with BSD 4.3 [KEEP THIS!]
 options 	SCSI_DELAY=5000		# Delay (in ms) before probing SCSI



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201410141432.s9EEWx8k066350>