From owner-freebsd-current@FreeBSD.ORG Wed Feb 21 07:28:14 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 2058716C352 for ; Wed, 21 Feb 2007 07:28:14 +0000 (UTC) (envelope-from joel@FreeBSD.org) Received: from av10-1-sn2.hy.skanova.net (av10-1-sn2.hy.skanova.net [81.228.8.181]) by mx1.freebsd.org (Postfix) with ESMTP id D664513C478 for ; Wed, 21 Feb 2007 07:28:13 +0000 (UTC) (envelope-from joel@FreeBSD.org) Received: by av10-1-sn2.hy.skanova.net (Postfix, from userid 502) id C34903843F; Wed, 21 Feb 2007 07:59:23 +0100 (CET) Received: from smtp4-1-sn2.hy.skanova.net (smtp4-1-sn2.hy.skanova.net [81.228.8.92]) by av10-1-sn2.hy.skanova.net (Postfix) with ESMTP id A021C37ECA; Wed, 21 Feb 2007 07:59:23 +0100 (CET) Received: from [192.168.1.149] (81-234-214-163-no68.tbcn.telia.com [81.234.214.163]) by smtp4-1-sn2.hy.skanova.net (Postfix) with ESMTP id 7D08237E47; Wed, 21 Feb 2007 07:59:23 +0100 (CET) From: Joel Dahl To: Bruce M Simpson In-Reply-To: <45DB9307.8000903@incunabulum.net> References: <45DB9307.8000903@incunabulum.net> Content-Type: text/plain Date: Wed, 21 Feb 2007 07:59:31 +0100 Message-Id: <1172041171.967.1.camel@dude.automatvapen.se> Mime-Version: 1.0 X-Mailer: Evolution 2.8.3 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit Cc: freebsd-current@freebsd.org, sos@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 07:28:14 -0000 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. -- Joel