From owner-freebsd-current@FreeBSD.ORG Sun Apr 18 10:39:39 2010 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6DD0D1065676; Sun, 18 Apr 2010 10:39:39 +0000 (UTC) (envelope-from rpaulo@freebsd.org) Received: from karen.lavabit.com (karen.lavabit.com [72.249.41.33]) by mx1.freebsd.org (Postfix) with ESMTP id 4E4658FC16; Sun, 18 Apr 2010 10:39:39 +0000 (UTC) Received: from e.earth.lavabit.com (e.earth.lavabit.com [192.168.111.14]) by karen.lavabit.com (Postfix) with ESMTP id 7CE1C11B820; Sun, 18 Apr 2010 05:39:38 -0500 (CDT) Received: from 10.0.10.2 (54.81.54.77.rev.vodafone.pt [77.54.81.54]) by lavabit.com with ESMTP id XYN2152QZAEI; Sun, 18 Apr 2010 05:39:38 -0500 Mime-Version: 1.0 (Apple Message framework v1078) Content-Type: text/plain; charset=us-ascii From: Rui Paulo In-Reply-To: <4BCA9F44.50002@FreeBSD.org> Date: Sun, 18 Apr 2010 11:39:35 +0100 Content-Transfer-Encoding: 7bit Message-Id: <987831E7-4893-4F2F-B96F-A1E25BD9BCA0@freebsd.org> References: <4BCA325A.1060600@protected-networks.net> <4BCA9F44.50002@FreeBSD.org> To: Alexander Motin X-Mailer: Apple Mail (2.1078) Cc: FreeBSD-Current Subject: Re: SPOOFED: Re: SVN rev 206755 breakage X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Sun, 18 Apr 2010 10:39:39 -0000 On 18 Apr 2010, at 06:57, Alexander Motin wrote: > Rui Paulo wrote: >> On 17 Apr 2010, at 23:12, Michael Butler wrote: >>> On 04/17/10 18:05, Rui Paulo wrote: >>>> On 17 Apr 2010, at 22:34, Michael Butler wrote: >>>>> The revision labeled: >>>>> >>>>> SVN rev 206755 on 2010-04-17 11:40:39Z by rpaulo >>>>> >>>>> Add another ICH7M chipset that works. >>>>> >>>>> .. is incorrect and will cause some laptops to not boot. >>>> So, in AHCI mode it doesn't find the disks? >>> No - the driver fails to attach (ENXIO). >> >> But since ahci failed to attach, won't atapci attach later? > > If probe succeeded - no. > >> Can you show me the dmesg? > > More important probably would be `pciconf -lvcb`. > > Intel controllers after ICH6 change both ID and set of resources, > depending on AHCI enabled in BIOS. There is separate set of IDs for > controllers with AHCI enabled. As I can see, Linux handles ID 0x27c4 as > non-AHCI SATA. If for some reason this ID could be used for both modes > (I have doubts), It can be used in both modes. atapci used to attach to it on my MacBook. > we may try to set AHCI_Q_NOFORCE flag to make driver > check PCI class/subclass, if it is correct there. Regards, -- Rui Paulo