From owner-freebsd-current@FreeBSD.ORG Wed Feb 21 09:43:35 2007 Return-Path: X-Original-To: freebsd-current@FreeBSD.ORG Delivered-To: freebsd-current@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 86E9316E50A; Wed, 21 Feb 2007 09:43:35 +0000 (UTC) (envelope-from sos@deepcore.dk) Received: from spider.deepcore.dk (cpe.atm2-0-53484.0x50a6c9a6.abnxx9.customer.tele.dk [80.166.201.166]) by mx1.freebsd.org (Postfix) with ESMTP id 226B313C461; Wed, 21 Feb 2007 09:43:34 +0000 (UTC) (envelope-from sos@deepcore.dk) Received: from [194.192.25.137] (ws.deepcore.dk [194.192.25.137]) by spider.deepcore.dk (8.13.8/8.13.8) with ESMTP id l1L9hYJf044438; Wed, 21 Feb 2007 10:43:34 +0100 (CET) (envelope-from sos@deepcore.dk) Message-ID: <45DC1446.8080803@deepcore.dk> Date: Wed, 21 Feb 2007 10:43:34 +0100 From: =?ISO-8859-1?Q?S=F8ren_Schmidt?= User-Agent: Thunderbird 1.5.0.9 (Macintosh/20061207) MIME-Version: 1.0 To: Joel Dahl References: <45DB9307.8000903@incunabulum.net> <1172041171.967.1.camel@dude.automatvapen.se> In-Reply-To: <1172041171.967.1.camel@dude.automatvapen.se> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit Cc: Bruce M Simpson , freebsd-current@FreeBSD.ORG Subject: Re: Problem with ata-chipset.c 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: Wed, 21 Feb 2007 09:43:35 -0000 Joel Dahl wrote: > Ons 2007-02-21 klockan 00:32 +0000 skrev Bruce M Simpson: > >> With the latest revision 1.182 of ata-chipset.c my system will not boot: >> with rev 1.180 it was ok. >> >> %%% >> atapci0: port >> >> 0xdc00-0xdc07,0xd880-0xd883,0xd800-0xd807,0xd480-0xd483,0xd400-0xd40 >> f mem 0xfe5fe000-0xfe5fffff irq 19 at device 0.0 on pci3 >> atapci0: AHCI Version 01.00 controller with 2 ports detected >> ata0: on atapci0 >> ata1: on atapci0 >> ata2: on atapci0 >> device_attach: ata2 attach returned 6 >> ... >> Trying to mount root from ufs:/dev/ad4s2a >> %%% >> >> At this point the system fails to mount root as it cannot see the disk. >> >> Backing out to 1.180 and removing the definitions now in ata-all.h >> results in a booting kernel. >> > > +1. I have the same problem with fresh current. > I'm looking into it ASAP, sorry for the mess... -Søren