From owner-freebsd-questions@FreeBSD.ORG Tue Feb 15 09:11:36 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9B47A106566B; Tue, 15 Feb 2011 09:11:36 +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 C2DCC8FC1B; Tue, 15 Feb 2011 09:11:35 +0000 (UTC) Received: from muon.cran.org.uk (localhost [127.0.0.1]) by muon.cran.org.uk (Postfix) with ESMTP id 8ADDEE8399; Tue, 15 Feb 2011 09:11:30 +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=/hqsHR4DvMGN lJaimUuT1DeRkTg=; b=EVnvWO3nEkGkup/lM0wDRx3XZXj7TiJNSVwU5BM67oF5 Tuc4nv7moKUKRgp2fZ+gVNQb5z5Bv2y3RSlRq8Z/gFGAAlb0VMvcIZnN445CcT5r 6/ym3fIb3hNCpFxtDaQFj5IhTLwF71wv1L4EZwsjU1XlIgra8BhK8iu/F7ca5cQ= 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=y/7E2o C5fsNExsEKhaL1ahENcc1HwRGDxBMRfKlPo0c2WVjKZNRdnYXQhLbq612TuzjWfb GoqoMbp8/5RGk13U7CwV77hDpc1y1sL5qNSlWYeadfriJjQ4wKiuDroPHMlJT4Nn 6hma/J2MN1k1Yagi+uSfi373kkBAz/7NYjLBo= Received: from unknown (client-86-31-199-149.oxfd.adsl.virginmedia.com [86.31.199.149]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by muon.cran.org.uk (Postfix) with ESMTPSA id 3507EE8397; Tue, 15 Feb 2011 09:11:30 +0000 (GMT) Date: Tue, 15 Feb 2011 09:11:22 +0000 From: Bruce Cran To: Alexander Best Message-ID: <20110215091122.0000432e@unknown> In-Reply-To: <20110215040158.GA53728@freebsd.org> References: <20110215040158.GA53728@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: Xn Nooby , freebsd-questions@freebsd.org Subject: Re: delay in boot: ata2: on atapci0 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Feb 2011 09:11:36 -0000 On Tue, 15 Feb 2011 04:01:58 +0000 Alexander Best wrote: > simply add > > options ATA_CAM > > to your kernel conf and your good to go after building installing the > new kernel. To get the benefits of AHCI I think it's better to use the ahci(4) driver instead of the CAM-ATA wrapper. -- Bruce Cran