All of lore.kernel.org
 help / color / mirror / Atom feed
From: Keir Fraser <Keir.Fraser@cl.cam.ac.uk>
To: xen@wood.id.au
Cc: xen-devel@lists.xensource.com
Subject: Re: Xen Kernel (3.0.2) breaks b44 module
Date: Fri, 12 May 2006 10:02:07 +0100	[thread overview]
Message-ID: <78b4f9f35a308b1acdd5fb1ba091f50e@cl.cam.ac.uk> (raw)
In-Reply-To: <00a801c67599$bfc2ab50$fe02420a@BDR529>


On 12 May 2006, at 08:57, <xen@wood.id.au> wrote:

> I have a new laptop (Dell 9400) that I am trying to work with Xen 3.0.
>
> Xen works fine, runs windows XP under HVM.
>
> But, the Xen kernel on Dom0 has a few problems with some of the 
> hardware.
>
> The network card is a Broadcom 4400 10/100BaseT.

B4400 can apparently DMA only to low 1GB of memory. Xen does not have 
an allocation pool that guarantees to only return memory that low. 
Hence you're stuck for the time being. You could try working around by 
changing B44_DMA_MASK in drivers/net/b44.c to 0x7fffffff. Maybe it'll 
turn out that only certain broken chips have this DMA limitation. Or 
you can hack the DMA pool to only return memory <1GB rather than <2GB 
(as it does currently). That'll be a slightly bigger hack though.

  -- Keir

      parent reply	other threads:[~2006-05-12  9:02 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-05-12  7:57 Xen Kernel (3.0.2) breaks b44 module xen
2006-05-12  8:57 ` Jan Beulich
2006-05-12  9:03   ` Keir Fraser
2006-05-12  9:15     ` Jan Beulich
2006-05-12  9:28       ` Keir Fraser
2006-05-12 18:27         ` Chris Wright
2006-05-13  9:32           ` Keir Fraser
2006-05-12  9:02 ` Keir Fraser [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=78b4f9f35a308b1acdd5fb1ba091f50e@cl.cam.ac.uk \
    --to=keir.fraser@cl.cam.ac.uk \
    --cc=xen-devel@lists.xensource.com \
    --cc=xen@wood.id.au \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.