From owner-freebsd-stable@FreeBSD.ORG Wed Nov 18 23:32:14 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 069831065670 for ; Wed, 18 Nov 2009 23:32:14 +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 95DC68FC0A for ; Wed, 18 Nov 2009 23:32:13 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by keltia.freenix.fr (Postfix/TLS) with ESMTP id 6D80E12ED for ; Thu, 19 Nov 2009 00:32:12 +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 1UJ8uqvlo8Rz for ; Thu, 19 Nov 2009 00:32:12 +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 E739C39A4A for ; Thu, 19 Nov 2009 00:32:11 +0100 (CET) Date: Thu, 19 Nov 2009 00:32:10 +0100 From: Ollivier Robert To: freebsd-stable@freebsd.org Message-ID: <20091118233210.GB2780@ng.keltia.net> References: <4B03322A.2080608@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4B03322A.2080608@FreeBSD.org> 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:32:14 -0000 According to Alexander Motin: > Feedbacks are welcome as always. Working fine from here, on a recent Dell T3500 with ICH8/ICH10 controllers (ATA/AHCI). Thanks a lot! Disks were renamed from ad{4,6,8} into ada{0,1,2}. I'm using a full-GPT-ZFS setup here. ZFS mounted all pools w/o any issue and seems to be using the gptids instead of the /dev/adNp3 partitions. Swap is not on ZFS but I added GPT labels with gpart and glabel added the /dev/gpt entries so swap is fine too. See below: ahci0: port 0xfe00-0xfe07,0xfe10-0xfe13,0xfe20-0xfe27,0xfe30-0xfe33,0xfec0-0xfedf mem 0xff970000-0xff9707ff irq 20 at device 31.2 on pci0 ahci0: [ITHREAD] ahci0: AHCI v1.20 with 6 3Gbps ports, Port Multiplier not supported ahcich0: at channel 0 on ahci0 ahcich0: [ITHREAD] ahcich1: at channel 1 on ahci0 ahcich1: [ITHREAD] ahcich2: at channel 2 on ahci0 ahcich2: [ITHREAD] ahcich3: at channel 3 on ahci0 ahcich3: [ITHREAD] ahcich4: at channel 4 on ahci0 ahcich4: [ITHREAD] ahcich5: at channel 5 on ahci0 ahcich5: [ITHREAD] ... (aprobe0:ahcich0:0:0:0): SIGNATURE: 0000 (aprobe1:ahcich1:0:0:0): SIGNATURE: 0000 (aprobe2:ahcich2:0:0:0): SIGNATURE: 0000 (aprobe3:ahcich3:0:0:0): SIGNATURE: eb14 ada0 at ahcich0 bus 0 scbus0 target 0 lun 0 ada0: ATA/ATAPI-8 SATA 2.x device ada0: 300.000MB/s transfers ada0: Command Queueing enabled ada0: 305245MB (625142448 512 byte sectors: 16H 63S/T 16383C) cd0 at ahcich3 bus 0 scbus3 target 0 lun 0 cd0: Removable CD-ROM SCSI-0 device cd0: 150.000MB/s transfers cd0: Attempt to query device size failed: NOT READY, Medium not present - tray closed ada1 at ahcich1 bus 0 scbus1 target 0 lun 0 ada1: ATA/ATAPI-8 SATA 2.x device ada1: 300.000MB/s transfers ada1: Command Queueing enabled ada1: 305245MB (625142448 512 byte sectors: 16H 63S/T 16383C) ada2 at ahcich2 bus 0 scbus2 target 0 lun 0 ada2: ATA/ATAPI-8 SATA 2.x device ada2: 300.000MB/s transfers ada2: Command Queueing enabled ada2: 305245MB (625142448 512 byte sectors: 16H 63S/T 16383C) 411 [0:31] roberto@ng:~> swapinfo Device 1K-blocks Used Avail Capacity /dev/gpt/swap0 4194304 0 4194304 0% /dev/gpt/swap1 4194304 0 4194304 0% /dev/gpt/swap2 4194304 0 4194304 0% Total 12582912 0 12582912 0%