From owner-freebsd-current@FreeBSD.ORG Mon Nov 19 09:20:01 2012 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 13D77879 for ; Mon, 19 Nov 2012 09:20:01 +0000 (UTC) (envelope-from c.kworr@gmail.com) Received: from mail-ie0-f182.google.com (mail-ie0-f182.google.com [209.85.223.182]) by mx1.freebsd.org (Postfix) with ESMTP id C765C8FC08 for ; Mon, 19 Nov 2012 09:20:00 +0000 (UTC) Received: by mail-ie0-f182.google.com with SMTP id k10so8182446iea.13 for ; Mon, 19 Nov 2012 01:20:00 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:cc:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=xy/qJxrtjknqycMaFYJB13/eOqxrK/jV1ZEPe7AG2z0=; b=Il7yGGh0SvjJmsMf7sjJk6E6L08T/CZcj3iKtJd76HAo6k37QymNcOyJEEGRAsoiBk WDv/im5W7JFqqe47IoXIZFHWZAXiVyVYXtMWMnv4oBZWTw5xwXgjosgfEQblkOYAbUDn /3ItRNZEpfT9R6UH86BmEidmkIfLG8qwOg7/gpB6DoL/0UM5roKj/lOujlS4R/F6jRW2 4oql2MRrsQ6KGA0z3KXRfCNjVGYvoBxesrt7BhCk1YiGNNlwR6rB6zODL5GY/jhQg1Lu 7JSsBbRSl03uPbizPeX8+2Zw1uy88KtrIrWs9WQ1g4VZuUA9gH0+PMGwR5saOPP8aAby 0Q6Q== Received: by 10.42.180.10 with SMTP id bs10mr10253029icb.39.1353316800444; Mon, 19 Nov 2012 01:20:00 -0800 (PST) Received: from [192.168.1.132] (mau.donbass.com. [92.242.127.250]) by mx.google.com with ESMTPS id gz10sm7324378igc.9.2012.11.19.01.19.58 (version=SSLv3 cipher=OTHER); Mon, 19 Nov 2012 01:19:59 -0800 (PST) Message-ID: <50A9F9BC.8000903@gmail.com> Date: Mon, 19 Nov 2012 11:19:56 +0200 From: Volodymyr Kostyrko User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:16.0) Gecko/20121116 Thunderbird/16.0.2 MIME-Version: 1.0 Subject: Re: No ATA disks on 9.1-RC3 References: <50A9ECB3.8010209@lissyara.su> <50A9F4D7.3050204@gmail.com> In-Reply-To: <50A9F4D7.3050204@gmail.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: Alex Keda , current@freebsd.org X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 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: Mon, 19 Nov 2012 09:20:01 -0000 19.11.2012 10:59, Volodymyr Kostyrko wrote: > 19.11.2012 10:24, Alex Keda wrote: >> ada0 at ahcich0 bus 0 scbus0 target 0 lun 0 >> ada0: ATA-8 SATA 2.x device >> ada0: 300.000MB/s transfers (SATA 2.x, UDMA6, PIO 8192bytes) >> ada0: Command Queueing enabled >> ada0: 152627MB (312581809 512 byte sectors: 16H 63S/T 16383C) >> ada0: Previously was known as ad4 > > Looking for this one? ATA_CAM was made default for now. Damn I'm sorry. Looks like I need my coffee back... The change actually is at: > ahci0: port 0x9000-0x9007,0x9008-0x900b,0x9010-0x9017,0x5018-0x501b,0x5020-0x502f mem 0xd0409000-0xd04093ff irq 16 at device 18.0 on pci0 > ahci0: AHCI v1.10 with 4 3Gbps ports, Port Multiplier not supported and > ahci0: port 0x9000-0x9007,0x9008-0x900b,0x9010-0x9017,0x5018-0x501b,0x5020-0x502f mem 0xd0409000-0xd04093ff irq 16 at device 18.0 on pci0 > ioapic0: routing intpin 16 (PCI IRQ 16) to lapic 0 vector 52 > ahci0: AHCI v0.00 with 1 ?Gbps ports, Port Multiplier not supported with FBS > ahci0: Caps: ?Gbps FBS 2cmd 1ports The bad thing about that is that there was no major rewrite of ahci code in this timeframe. There are some point that can be checked though: 1. What is your BIOS settings for controller? Can you try switching it between Legacy/Compatible mode? There was a change that fixed behavior for detecting different BIOS settings. 2. You can try using modular driver for this one, this means adding this to kernel: nodevice ata device atacore device ataati device ataahci -- Sphinx of black quartz, judge my vow.