From owner-svn-src-all@FreeBSD.ORG Thu Dec 18 23:02:00 2008 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6060E106567A; Thu, 18 Dec 2008 23:02:00 +0000 (UTC) (envelope-from niclas.zeising@gmail.com) Received: from mxf2.bahnhof.se (mxf2.bahnhof.se [213.80.101.26]) by mx1.freebsd.org (Postfix) with ESMTP id D34A98FC13; Thu, 18 Dec 2008 23:01:59 +0000 (UTC) (envelope-from niclas.zeising@gmail.com) Received: from localhost (mxf2.local [127.0.0.1]) by mxf2-reinject (Postfix) with ESMTP id 853AB6BD1DF; Fri, 19 Dec 2008 00:01:58 +0100 (CET) X-Virus-Scanned: by amavisd-new using ClamAV at bahnhof.se (MXF2) X-Spam-Score: 2.777 X-Spam-Level: ** X-Spam-Status: No, score=2.777 tagged_above=-99 required=5 tests=[DNS_FROM_RFC_POST=1.708, SPF_NEUTRAL=1.069] Received: from mxf2.bahnhof.se ([127.0.0.1]) by localhost (mxf2.bahnhof.se [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ZHbGIaBb-HuU; Fri, 19 Dec 2008 00:01:57 +0100 (CET) Received: from [10.0.0.3] (h-85-24-219-30.NA.cust.bahnhof.se [85.24.219.30]) by mxf2.bahnhof.se (Postfix) with ESMTP id 55FA36BD089; Fri, 19 Dec 2008 00:01:57 +0100 (CET) Received: from 127.0.0.1 (AVG SMTP 8.0.176 [270.9.19/1855]); Fri, 19 Dec 2008 00:01:53 +0100 Message-ID: <494AD661.9080001@gmail.com> Date: Fri, 19 Dec 2008 00:01:53 +0100 From: Niclas Zeising User-Agent: Thunderbird 2.0.0.18 (Windows/20081105) MIME-Version: 1.0 To: Jens Schweikhardt References: <200812182113.mBILDkwt052441@svn.freebsd.org> <494AC475.20808@gmail.com> <20081218224402.GB6014@schweikhardt.net> In-Reply-To: <20081218224402.GB6014@schweikhardt.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: svn-src-head@freebsd.org, Alexander Motin , src-committers@freebsd.org, svn-src-all@freebsd.org Subject: Re: svn commit: r186296 - head/sys/dev/ata/chipsets X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Dec 2008 23:02:00 -0000 Jens Schweikhardt wrote: > On Thu, Dec 18, 2008 at 10:45:25PM +0100, Niclas Zeising wrote: > ... > # With this change, am I able to boot from a harddrive located on a > # SiS-controller again? Or is that more likely a different issue? > # I have't investigated my issue properly due to lack of time, so I don't > # know exactly what's wrong, only that it can't find the hard drive properly. > # Regards! > # //Niclas > > Is your error message by chance something like this: > > "Can't work out which disk we are booting from. Guessed BIOS device > 0xffffffff not found by probes, defaulting to disk0"? > > This is what I get since about December 5th on 8-CURRENT. I'm in > the process of nailing it down to a single commit. > > Regards, > > Jens Nope, That's not it. I get errors when trying to mount root, after booting kernel. It can't find the harddrive... //Niclas