From owner-freebsd-stable@FreeBSD.ORG Wed Nov 18 23:35:00 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 7B51F1065679 for ; Wed, 18 Nov 2009 23:35:00 +0000 (UTC) (envelope-from roberto@keltia.freenix.fr) Received: from keltia.freenix.fr (keltia.freenix.org [IPv6:2001:660:330f:f820:213:72ff:fe15:f44]) by mx1.freebsd.org (Postfix) with ESMTP id 11D4E8FC08 for ; Wed, 18 Nov 2009 23:35:00 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by keltia.freenix.fr (Postfix/TLS) with ESMTP id 1F4F912ED for ; Thu, 19 Nov 2009 00:34:59 +0100 (CET) X-Virus-Scanned: amavisd-new at keltia.freenix.fr Received: from keltia.freenix.fr ([127.0.0.1]) by localhost (keltia.freenix.fr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id wsgPRZUZ4AGR for ; Thu, 19 Nov 2009 00:34:58 +0100 (CET) Received: from ng.keltia.net (tara.freenix.org [193.56.58.67]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: roberto) by keltia.freenix.fr (Postfix/TLS) with ESMTPSA id B7BE939A4A for ; Thu, 19 Nov 2009 00:34:58 +0100 (CET) Date: Thu, 19 Nov 2009 00:34:57 +0100 From: Ollivier Robert To: freebsd-stable@freebsd.org Message-ID: <20091118233457.GC2780@ng.keltia.net> References: <4B03322A.2080608@FreeBSD.org> <4B038E75.1010501@rdtc.ru> <20091118061726.GA1675@icarus.home.lan> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20091118061726.GA1675@icarus.home.lan> X-Operating-System: MacOS X / Macbook Pro - FreeBSD 7 / Dell D820 SMP User-Agent: Mutt/1.5.20 (2009-06-14) 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: Wed, 18 Nov 2009 23:35:00 -0000 According to Jeremy Chadwick: > 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 Interesting. My own kernel config file has the following and ahci.ko is loaded by loader.conf. Do I need to change my config to match your own? ATA and ATAPI devices device ata device atadisk # ATA disk drives device atapicd # ATAPI CDROM drives device atapifd # ATAPI floppy drives options ATA_STATIC_ID # Static device numbering # SCSI peripherals device scbus # SCSI bus (required for SCSI) device da # Direct Access (disks) device cd # CD device pass # Passthrough device (direct SCSI access) device ses # SCSI Environmental Services (and SAF-TE)