From owner-freebsd-current@FreeBSD.ORG Thu Feb 24 15:28:13 2011 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2BD71106566C; Thu, 24 Feb 2011 15:28:13 +0000 (UTC) (envelope-from bruce@cran.org.uk) Received: from muon.cran.org.uk (unknown [IPv6:2a01:348:0:15:5d59:5c40:0:1]) by mx1.freebsd.org (Postfix) with ESMTP id D8FBD8FC0A; Thu, 24 Feb 2011 15:28:12 +0000 (UTC) Received: from muon.cran.org.uk (localhost [127.0.0.1]) by muon.cran.org.uk (Postfix) with ESMTP id BE6B3E8BA7; Thu, 24 Feb 2011 15:28:07 +0000 (GMT) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=cran.org.uk; h=date:from :to:cc:subject:message-id:in-reply-to:references:mime-version :content-type:content-transfer-encoding; s=mail; bh=uG0f5nxfImkd yPoZCqP1sDzigdc=; b=h857xwv9ibgQ+z4exP2CBhkwGLzqGt45FGBg4JHyOeWK 4IheDdmYGiIDP+abv+tyvDoIbXYTs6yXD3FWP40qpCXc+jiLCfrGnyHZ/66NokFU rgp+nkQbQUZx9emT9DgRQOO8P6FOvWR6/OfmJntL4jRJT3vzNfQTQeO2GI22ZH8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=cran.org.uk; h=date:from:to :cc:subject:message-id:in-reply-to:references:mime-version :content-type:content-transfer-encoding; q=dns; s=mail; b=SfRoJd ugxOPje6hWqGX1MioR82uGk8AtN2tIsPHUhRGIVjRPtN7JfNP2i11GIkwZ2MiF3r Af5NMNrWoea0iu7YUnPyyfML8skci6bNVtuJb+bREDaQNmjiUPIlCWmIQayPFSWt mRLboDX5s20deaPCeIPxyEa7LlbsLUJ8s2ENQ= Received: from unknown (client-86-31-236-253.oxfd.adsl.virginmedia.com [86.31.236.253]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by muon.cran.org.uk (Postfix) with ESMTPSA id 6E1F6E75E6; Thu, 24 Feb 2011 15:28:07 +0000 (GMT) Date: Thu, 24 Feb 2011 15:27:59 +0000 From: Bruce Cran To: Nathan Whitehorn Message-ID: <20110224152759.00003c4e@unknown> In-Reply-To: <4D66729C.6040303@freebsd.org> References: <4D64FF99.2070908@cabletv.dp.ua> <4D66729C.6040303@freebsd.org> X-Mailer: Claws Mail 3.7.8cvs9 (GTK+ 2.16.6; i586-pc-mingw32msvc) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: freebsd-current@freebsd.org, Mitya Subject: Re: Cosmetic path to bsdinstall X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Feb 2011 15:28:13 -0000 On Thu, 24 Feb 2011 09:00:44 -0600 Nathan Whitehorn wrote: > Having CAM devices be part of newbus would > simplify this a very great deal... It's required if we're ever going to have suspend/resume working properly because currently CAM doesn't get a suspend notification, so doesn't know to spin-down disks etc. -- Bruce Cran