From owner-freebsd-current@FreeBSD.ORG Sun Apr 18 05:57:36 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 5F88B1065672 for ; Sun, 18 Apr 2010 05:57:36 +0000 (UTC) (envelope-from mavbsd@gmail.com) Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.157]) by mx1.freebsd.org (Postfix) with ESMTP id DADA98FC13 for ; Sun, 18 Apr 2010 05:57:35 +0000 (UTC) Received: by fg-out-1718.google.com with SMTP id e12so1135155fga.13 for ; Sat, 17 Apr 2010 22:57:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:sender:message-id:date:from :user-agent:mime-version:to:cc:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=PNJA6mN6rFosNvd2zQKBPRF/q/9Iuc+ZhCWonzVmdFc=; b=JZEOBbKJyRCH1vfXW0hkXDHXpvNlakgJ4n5quAvECJxEwr7IAONjYUXD/Wjh79nb/k UFZM3eqLgK2h2Q2Gh8cBnnqhvoLCLEBCsavo6sDGDZo6KGh1mnwuS9RGxSjMAkFXyJFc vOpLj/FNrj+NcJFb3Z1lCkZdP89juZhM2At9c= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; b=c/vNlxdloKbQMFmXlfa9dxE3GZb8qmDorMA2a5jo28ML9S0O9E+399hDjRfsAualOQ ym/zKZZQX9kdgNdcMKjw76qJjy05GKtGrWQU5tbMWtmAP3x6+113oYgooSMMLNzmZf6A OPQuX25vOqHpzThJMC+RMe6lwdFi3yXwAD1kM= Received: by 10.103.69.2 with SMTP id w2mr2400008muk.18.1271570254366; Sat, 17 Apr 2010 22:57:34 -0700 (PDT) Received: from mavbook.mavhome.dp.ua (pc.mavhome.dp.ua [212.86.226.226]) by mx.google.com with ESMTPS id 25sm21535950mul.46.2010.04.17.22.57.33 (version=SSLv3 cipher=RC4-MD5); Sat, 17 Apr 2010 22:57:33 -0700 (PDT) Sender: Alexander Motin Message-ID: <4BCA9F44.50002@FreeBSD.org> Date: Sun, 18 Apr 2010 08:57:24 +0300 From: Alexander Motin User-Agent: Thunderbird 2.0.0.24 (X11/20100402) MIME-Version: 1.0 To: Rui Paulo References: <4BCA325A.1060600@protected-networks.net> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit 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 05:57:36 -0000 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), we may try to set AHCI_Q_NOFORCE flag to make driver check PCI class/subclass, if it is correct there. -- Alexander Motin