Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 Aug 2011 11:49:22 +0000 (UTC)
From:      Dmitry Morozovsky <marck@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-7@freebsd.org
Subject:   svn commit: r225260 - stable/7/sys/boot/forth
Message-ID:  <201108301149.p7UBnMHr050082@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marck (doc committer)
Date: Tue Aug 30 11:49:22 2011
New Revision: 225260
URL: http://svn.freebsd.org/changeset/base/225260

Log:
  MFC r225122:
  
   Add kern.cam.boot_delay description (with reasonable default) to
   default/loader.conf
  
   This should help people installing ${OS} to USB devices, where there are
   frequently cases where kernel tries to mount root before actual umass sensing
   is finished.
  
  Reviewed by:	mav
  Approved by:	kib

Modified:
  stable/7/sys/boot/forth/loader.conf
Directory Properties:
  stable/7/sys/   (props changed)
  stable/7/sys/cddl/contrib/opensolaris/   (props changed)
  stable/7/sys/contrib/dev/acpica/   (props changed)
  stable/7/sys/contrib/pf/   (props changed)

Modified: stable/7/sys/boot/forth/loader.conf
==============================================================================
--- stable/7/sys/boot/forth/loader.conf	Tue Aug 30 11:47:36 2011	(r225259)
+++ stable/7/sys/boot/forth/loader.conf	Tue Aug 30 11:49:22 2011	(r225260)
@@ -102,6 +102,8 @@ module_path="/boot/modules"	# Set the mo
 #kern.nbuf=""			# Set the number of buffer headers
 #kern.ncallout=""		# Set the maximum # of timer events
 #kern.sgrowsiz=""		# Set the amount to grow stack
+#kern.cam.boot_delay="10000"	# Delay (in ms) of root mount for CAM bus
+				# registration, useful for USB sticks as root
 #kern.cam.scsi_delay="2000"	# Delay (in ms) before probing SCSI
 #kern.ipc.maxsockets=""		# Set the maximum number of sockets avaliable
 #kern.ipc.nmbclusters=""	# Set the number of mbuf clusters



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