From mboxrd@z Thu Jan 1 00:00:00 1970 From: Chris Bainbridge Subject: Re: SATA detect fails on ICH7 chipset / DellPoweredgeSC430 Date: Wed, 7 Sep 2005 19:45:19 +0100 Message-ID: <623652d505090711451bfd8e2@mail.gmail.com> References: <37beffaaf6a7fcb69cba8bf6a06e4044@cl.cam.ac.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Return-path: In-Reply-To: <37beffaaf6a7fcb69cba8bf6a06e4044@cl.cam.ac.uk> Content-Disposition: inline List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Keir Fraser Cc: Ian Pratt , xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org On 05/09/05, Keir Fraser wrote: >=20 > On 5 Sep 2005, at 19:21, Ian Pratt wrote: >=20 > >> I noted that under linux we get the boot message: > >> Allocating PCI resources starting at 40000000 (gap: > >> 40000000:b0000000) and ide controller appears at 40000000... > >> but not ethernet or video, they stay at the same old > >> addresses. > > > > OK, this is a definite bug in Xen that we can fix -- this is the first > > time we've come across a system where Linux tries remapping things, and > > it should be done with machine addresses, not psuedo physical > > addresses. > > Quite why Linux decides to mess with this device is a mystery... >=20 > Should now be fixed. Looks good so far. Thanks!