From owner-freebsd-stable@FreeBSD.ORG Thu Nov 19 03:18:36 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3888C106566C; Thu, 19 Nov 2009 03:18:36 +0000 (UTC) (envelope-from egrosbein@rdtc.ru) Received: from eg.sd.rdtc.ru (eg.sd.rdtc.ru [62.231.161.221]) by mx1.freebsd.org (Postfix) with ESMTP id 5FF4D8FC15; Thu, 19 Nov 2009 03:18:35 +0000 (UTC) Received: from eg.sd.rdtc.ru (localhost [127.0.0.1]) by eg.sd.rdtc.ru (8.14.3/8.14.3) with ESMTP id nAJ3IWqr008327; Thu, 19 Nov 2009 10:18:32 +0700 (KRAT) (envelope-from egrosbein@rdtc.ru) Message-ID: <4B04B908.1020505@rdtc.ru> Date: Thu, 19 Nov 2009 10:18:32 +0700 From: Eugene Grosbein User-Agent: Thunderbird 2.0.0.23 (X11/20090918) MIME-Version: 1.0 To: Jeremy Chadwick References: <4B03322A.2080608@FreeBSD.org> <4B038E75.1010501@rdtc.ru> <20091118061726.GA1675@icarus.home.lan> In-Reply-To: <20091118061726.GA1675@icarus.home.lan> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: Alexander Motin , freebsd-stable@freebsd.org Subject: Re: HEADS UP: major CAM ATA MFC X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Nov 2009 03:18:36 -0000 Jeremy Chadwick wrote: > I didn't have this problem. System has AHCI in use, and the kernel is > built to make use of modular atacore. Specifically: > > # Modular ATA > device atacore # Core ATA functionality > device ataisa # ISA bus support > device atapci # PCI bus support; only generic chipset support > device ataahci # AHCI SATA > device ataintel # Intel How should STABLE user (not tracking freebsd-current@) learn about CAM ATA configuration? There is ahci(4) manual page in 8.0-PRERELEASE but no ada(4) that is linked here. I've just tried "Modular ATA" configuration of Intel ICH7-based system plus "device ahci" minus all traditional ata(4) kernel configuration, the kernel builds fine but boot messages do not show any attempt to detect my SATA HDD, so root mount just fails (I use GEOM UFS labels in my /etc/fstab). Typing ? at "mounroot" prompt I see only daX devices standing for my USB cardreader and no device for HDD. It seems I miss ada(4) device and I cannot find it in 8.0 - not ada.ko nor "device ada". Eugene Grosbein